Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libusb
/
21cf6e4748c20644c259d6f4271d2ca67d2e42e8
21cf6e4
Tests: Add libusbx stress test
by Toby Gray
· 12 years ago
94b0ccc
Autotools: Carry over 2012.10.23 libusb changes
by Peter Stuge
· 12 years ago
5e479f1
Core: Avoid short read failures on broken descriptors
by Peter Stuge
· 12 years ago
66db81a
Darwin: kAppleVendorID is not in the 10.5 SDK
by Sean McBride
· 12 years ago
7897680
Darwin: Clean up tabs
by Nathan Hjelm
· 12 years ago
4f841ef
Darwin: Add support for detecting superspeed devices
by Nathan Hjelm
· 12 years ago
55f81b6
Darwin: Use Release instead of IODestroyPlugInInterface
by Nathan Hjelm
· 12 years ago
0c4d180
Darwin: Don't retry or unsuspend Apple devices during enum
by Nathan Hjelm
· 12 years ago
4e31465
Darwin: Reduce attempts to retrieve a device descriptor during enumeration
by Nathan Hjelm
· 12 years ago
79cf539
Core: Use offsetof() instead of null pointer tricks
by Sean McBride
· 12 years ago
fdff665
Windows: Fix access for composite HID devices
by Pete Batard
· 12 years ago
38e6eb8
All: Use "" instead of <> for local includes
by Ludovic Rousseau
· 12 years ago
09759d5
Windows: Fix early abort in libusb_close
by Pete Batard
· 12 years ago
f17d190
libusbx-1.0.14
by Pete Batard
· 12 years ago
f283af2
libusbx-1.0.13
by Pete Batard
· 12 years ago
310e5a2
Internal: Add fxload exe and sources to the Windows binary snapshot
by Pete Batard
· 12 years ago
7430e7d
Misc: Update copyrights, TODO and libusb_version.describe
by Pete Batard
· 12 years ago
25823ad
libusbx 1.0.13-rc2
by Pete Batard
· 12 years ago
517f982
Doc: Fix doxygen warnings and issues
by Pete Batard
· 12 years ago
c9ecb72
Misc: Fix missing files from dist package
by Pete Batard
· 12 years ago
4e1d77d
libusbx 1.0.13-rc1
by Pete Batard
· 12 years ago
9d368fc
Core: Introduce LIBUSBX_API_VERSION macro
by Pete Batard
· 12 years ago
75b94b2
Core: Make libusb_error_name also handle transfer status codes
by Hans de Goede
· 12 years ago
9d50e95
Samples: Fix compiler warnings in fxload
by Ludovic Rousseau
· 12 years ago
3f513b6
Core: Update libusb.h header in accordance with the latest USB specs
by Pete Batard
· 12 years ago
6fbd3dd
Samples: Display VID:PID of the tested device in xusb
by Ludovic Rousseau
· 12 years ago
01da267
Windows: Switch to ALLOW_PARTIAL_READS pipe policy enabled by default
by Pete Batard
· 12 years ago
0597533
Samples: Add fxload sample for Cypress EZ-USB chips
by Pete Batard
· 12 years ago
00a3cf9
All: Avoid polluting errors reported on device disconnect
by Hans de Goede
· 12 years ago
c55ff2e
Doc: Update logging documentation regarding stderr usage
by Pete Batard
· 12 years ago
231547e
Windows: Fix handling of composite devices
by Pete Batard
· 12 years ago
8b5ba57
Samples: xusb improvements
by Pete Batard
· 12 years ago
17cede5
Windows: Suppress unwanted error message on filter driver
by Pete Batard
· 12 years ago
34807a1
Linux: Return ERROR_NOT_FOUND in detach-kernel-driver if usbfs is already bound
by Hans de Goede
· 12 years ago
ede02ba
Linux: Avoid unnecessary splitting of bulk transfers
by Hans de Goede
· 12 years ago
a109ae8
Linux: Add support for the new get_capabilities ioctl
by Hans de Goede
· 12 years ago
01f31eb
Core: Handle >= 1 second transfer timeout in libusb_submit_transfer()
by Peter Stuge
· 12 years ago
9ceb3bc
Misc: Update and shorten various libusbx URLs
by Pete Batard
· 12 years ago
1421e31
Windows: Add support for 2nd gen Renesas USB 3.0 controllers
by Nicholas Corgan
· 12 years ago
f2b19e4
Windows: Add libusbk.sys & libusb0.sys driver support
by Pete Batard
· 12 years ago
c86fb21
Windows: Fix C4005 warning under VS2012 for inline.
by Anthony Clay, ZarthCode LLC
· 12 years ago
d53c599
Samples: Make target mandatory with -b option in xusb
by Pete Batard
· 12 years ago
de56675
Core: Improve instrumentation of timerfd_settime failures
by Pete Batard
· 12 years ago
2d7d3be
Core: Fix a Clang warning in io.c
by Pete Batard
· 12 years ago
636ed66
Windows: Add workaround for Intel USB 3.0 root hubs
by Matthias Bolte
· 12 years ago
3fadb8b
Core: Fix unconditional disarming of timerfd
by Pete Batard
· 12 years ago
d2e8b37
Core: NULL list pointers on deletion
by Orin Eman
· 12 years ago
873c65b
Misc: Add a readme for git user
by Pete Batard
· 12 years ago
8cd30bb
Windows: Set device number for root hubs to 1
by Pete Batard
· 12 years ago
e82c677
Windows: Fix overflow when handling HID or composite devices
by Pete Batard
· 12 years ago
ab1b384
Windows: usbi_cond_destroy() should free handles created by usbi_cond_intwait().
by Simon Haggett
· 12 years ago
1572419
All: Replace malloc+memset with calloc
by Davidlohr Bueso
· 12 years ago
7ec94a4
Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts
by Pete Batard
· 12 years ago
63f569b
Misc: Fix more Clang warnings in core and darwin
by Pete Batard
· 12 years ago
0e0cbb6
Windows: Address MSVC Level 4 & WDK's OACR/Prefast warnings
by Pete Batard
· 12 years ago
89b43a6
Windows: Some versions of dlltool require a library name
by Xiaofan Chen
· 12 years ago
f557e09
Windows: Fix warnings reported by the Intel Compiler
by Pete Batard
· 12 years ago
8b49ddf
libusbx-1.0.12
by Pete Batard
· 12 years ago
5330c3d
Samples: Remove USB version for speed designations in xusb
by Xiaofan Chen
· 12 years ago
67df11b
Windows: Fix erroneous pointer array allocation reported by Clang
by Pete Batard
· 12 years ago
21ce673
Core: Fix Clang warnings
by Pete Batard
· 12 years ago
c38f551
libusbx 1.0.12-rc1
by Pete Batard
· 12 years ago
beeb662
Autotools: add libusb-1.0.def and libusb_nano.h as dependencies
by Pete Batard
· 12 years ago
6b33cd4
Windows: Enable MinGW and MSVC DLL interchangeability
by Pete Batard
· 12 years ago
a983fad
All: Prevent memory leaks on realloc failures
by Pete Batard
· 12 years ago
ff3259b
Windows: Fix possible crash when using longjmp and gcc 4.6
by Pete Batard
· 12 years ago
9497ad5
Core: Display libusbx version in libusb_init's debug output
by Pete Batard
· 12 years ago
802a994
Autotools: Fix autogen.sh behavior when libtool is not found
by Lars Wirzenius
· 12 years ago
dd06d60
Linux: Fix a major regression in threads_posix.c
by Pete Batard
· 12 years ago
0c089c7
Autotools: Fix versioning regression in configure.ac
by Pete Batard
· 12 years ago
cf6e68a
Core: Add toggleable debug logging
by Pete Batard
· 12 years ago
a7ab6ba
Core: Fix "LOG_LEVEL_NONE not handled in switch" warning
by Ludovic Rousseau
· 12 years ago
56853b5
Samples: Fix no previous prototype warnings in xusb
by Ludovic Rousseau
· 12 years ago
c9d41fe
Autotools: Apply autoupdate 2.68 recommendations
by Ludovic Rousseau
· 12 years ago
e654642
Core: Send all logging output to stderr
by Pete Batard
· 12 years ago
4633b7b
Darwin: More OS-X logging improvements
by Pete Batard
· 12 years ago
b88ce7d
Windows: Add new API calls to DLL .def file
by Pete Batard
· 12 years ago
3fae93a
Windows: Restore HID support
by Pete Batard
· 13 years ago
500b037
Core: Only display timestamps in debug mode and use init() as origin
by Pete Batard
· 12 years ago
933a319
Core: Define log levels in libusb.h
by Pete Batard
· 12 years ago
9ec54b6
Darwin: Align severity of OS-X logging messages
by Pete Batard
· 12 years ago
cfb8610
All: Add parent and port topology calls
by Pete Batard
· 13 years ago
a544e59
Misc: Ensure all sources are UTF-8
by Pete Batard
· 12 years ago
cd87b6b
Windows: Reduce severity of initial conf desc readout failures
by Pete Batard
· 12 years ago
1cc9c60
Windows: Fix missing cygwin thread ID
by Pete Batard
· 13 years ago
75b1cf8
Windows: Add INSTALL_WIN.txt
by Pete Batard
· 13 years ago
a221271
Misc: Separate nano from version.h
by Pete Batard
· 13 years ago
7e52e1e
Samples: Use the implicit _SOURCES rule
by Ludovic Rousseau
· 13 years ago
6b76091
Samples: Use a common LDADD for all examples
by Ludovic Rousseau
· 13 years ago
2075665
Samples: prefer __linux__ over __linux define in xusb
by Pete Batard
· 13 years ago
3c755e1
libusbx-1.0.11
by Pete Batard
· 13 years ago
c5c6b0e
Darwin: Sync type of num_iso_packets fields
by Ludovic Rousseau
· 13 years ago
30ccbd7
Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfers
by Ludovic Rousseau
· 13 years ago
6d47fa1
BSD: Add thread ID support for OpenBSD > 5.1
by Pete Batard
· 13 years ago
00d6fed
Samples: fix strcat vs strlcat warning on OpenBSD
by Pete Batard
· 13 years ago
d190bd7
libusbx 1.0.11-rc1
by Pete Batard
· 13 years ago
463dda0
Core: Add a timestamping and thread ID to logging
by Peter Stuge
· 13 years ago
d20cd4f
Autotools: Use "$@" instead of $* to avoid spaces problems
by Ludovic Rousseau
· 13 years ago
c74fe3a
Autotools: Use "set -e" to exit on the first error
by Ludovic Rousseau
· 13 years ago
2a24dac
Autotools: Do not use source to call an another script
by Ludovic Rousseau
· 13 years ago
Next »