Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libusb
/
6d47fa1bc52562f673c30e5fd36f8ae44ed102e8
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
1ed09c7
Windows: Fix deadlock in backend when submitting transfers.
by Toby Gray
· 13 years ago
939a478
Samples: Remove interface requests when querying WCID devices
by Pete Batard
· 13 years ago
ae1124c
Autotools: Add bootstrap.sh
by Pete Batard
· 13 years ago
ec1cc1c
Windows: Fix removal of usbi_fd_notification calls in submit_*_transfer
by Uri Lublin
· 13 years ago
00d61a3
Core: update version struct for ABI compatibility
by Pete Batard
· 13 years ago
b927208
Linux: Search for /dev/usbdev<bus>.<device> USB device special files
by James Hanko
· 13 years ago
35c3189
BSD: Provide libusb_get_device_speed() data
by Martin Pieuchot
· 13 years ago
29d66c1
Samples: Fix not handled in switch warning in xusb.c
by Ludovic Rousseau
· 13 years ago
d2b7b9f
Samples: Remove unneeded inline in xusb.c
by Ludovic Rousseau
· 13 years ago
36a7119
Linux: Fix signed vs unsigned compiler warnings
by Ludovic Rousseau
· 13 years ago
2aad19b
Linux: Silence unused variable warnings without CLOCK_MONOTONIC
by Xiaofan Chen
· 13 years ago
16b7adc
Core: Add debug message with callback address on completed transfer
by Peter Stuge
· 13 years ago
968df12
BSD: add NetBSD experimental support
by Pete Batard
· 13 years ago
81b627b
libusbx-1.0.10
by Pete Batard
· 13 years ago
28ab85c
Samples: Fix initialization discards qualifiers warnings in xusb.c
by Ludovic Rousseau
· 13 years ago
baa5563
Samples: Fix no previous prototype warnings in xusb.c
by Ludovic Rousseau
· 13 years ago
1fb1c97
Misc: Add a missing newline at end of .private/README.txt
by Ludovic Rousseau
· 13 years ago
f0dfc40
libusbx 1.0.10-rc1
by Pete Batard
· 13 years ago
9ee81db
Windows: add internal binary snapshot scripts
by Pete Batard
· 13 years ago
b9e3a9b
Git: add pre-commit and post-rewrite hooks for versioning
by Pete Batard
· 13 years ago
ff19395
Misc: update pkg-config template
by Pete Batard
· 13 years ago
4cccbed
Windows: Remove #define options and use same set of defaults
by Pete Batard
· 13 years ago
24d595a
Windows: misc improvements
by Pete Batard
· 13 years ago
37dfd16
Core: Add get_version() call
by Pete Batard
· 13 years ago
5b82831
Windows: remove obsolete lsusb project files
by Pete Batard
· 13 years ago
fcad094
Windows: add VS2010 project files
by Pete Batard
· 13 years ago
d346cd9
examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threaded
by Peter Stuge
· 13 years ago
5b7d1c5
OpenBSD: Fix warning: 'hpriv' may be used uninitialized
by Peter Stuge
· 13 years ago
974251b
Windows: Fix support for variadic macros
by Pete Batard
· 13 years ago
312ba2d
Misc: Indicate that licence is LGPL-2.1 or later
by Ludovic Rousseau
· 13 years ago
c6996ce
Misc: Update list of maintainers from README
by Ludovic Rousseau
· 13 years ago
b49cfae
Misc: Fix missing libsub's -> libusbx's from previous patches
by Pete Batard
· 13 years ago
ca159f1
Doc: Update doxygen for libusbx and add logo
by Pete Batard
· 13 years ago
791b747
Misc: Rebrand to libusbx
by Pete Batard
· 13 years ago
f98eaca
libusbx 1.0.9
by Pete Batard
· 13 years ago
985c4fd
Samples: Fix "warning: no newline at end of file" in xusb.c
by Pete Batard
· 13 years ago
10dc1ea
Autotools: Fix missing DLL .def file from make dist
by Pete Batard
· 13 years ago
a8a80b6
Autotools: Fix msvc dir not being included in make dist
by Pete Batard
· 13 years ago
3c968be
Linux: Don't spam the console with 'device unconfigured' errors
by Hans de Goede
· 13 years ago
feb33fc
libusbx 1.0.9-rc5
by Pete Batard
· 13 years ago
dbd6faf
Autotools: remove --enable-debug-log option in autogen.sh
by Pete Batard
· 13 years ago
5a4d7cf
Darwin: Fix a warning on 64 bit platforms
by Pete Batard
· 13 years ago
c581017
Autotools: Fix make distcheck and add ChangeLog
by Pete Batard
· 13 years ago
5c311cb
Autotools: Fix package name and URLs in configure.ac
by Pete Batard
· 13 years ago
810ff9e
libusbx 1.0.9-rc4
by Pete Batard
· 13 years ago
2250152
Git: add export-ignore for git config file
by Pete Batard
· 13 years ago
d577d4f
Samples: fix a "value is always 0" Clang warning in xusb.c
by Pete Batard
· 13 years ago
c0e7b28
Windows: fix Clang warnings about unused assignations
by Pete Batard
· 13 years ago
43997b5
Samples: Fix missing xusb from VS project files
by Pete Batard
· 13 years ago
4f9fd6a
autotools: LT_LANG([Windows Resource]) makes windres check redundant
by Pete Batard
· 13 years ago
743fd77
Examples: add xusb sample
by Pete Batard
· 13 years ago
abdb443
VS2005: Bring x86_64 output directories in line with x86_32
by Pete Batard
· 13 years ago
be0f7bd
Linux: fix inaccurate comment
by Hans de Goede
· 13 years ago
75883a2
Linux: Remove unneeded status assignation
by Hans de Goede
· 13 years ago
c6a34f4
Linux: Translate iso pkt status codes to libusb transfer status codes
by Hans de Goede
· 13 years ago
a76f2ee
Linux: Fix handling of urb status codes
by Hans de Goede
· 13 years ago
f18a081
Linux: Don't print errors when cancel_transfer fails with NOT_FOUND
by Hans de Goede
· 13 years ago
d041159
Linux: Fix cancel_transfer return value when cancelling a multi-urb transfer
by Hans de Goede
· 13 years ago
76af4c9
libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macros
by Peter Stuge
· 13 years ago
e3d0a4c
Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLP
by Peter Stuge
· 13 years ago
7e0c747
libusb.h: Add comma after last value in enums to ease future expansion
by Peter Stuge
· 13 years ago
c20ec7a
Linux: Rework bulk continuation check to generic kernel version check
by Peter Stuge
· 13 years ago
cf8f5a7
OpenBSD: Correctly catch attempts to do isochronous OUT transfers
by Peter Stuge
· 13 years ago
ae8e86c
Darwin: Do not reject devices with product id 0x0000
by Peter Stuge
· 13 years ago
4630fc2
Do not call timerfd functions when timerfd is not being used
by Peter Stuge
· 13 years ago
c40f3df
Windows: Fix MSVC6 IDE warning on line continuation in libusb-1.0.rc
by Michael Plante
· 13 years ago
5526841
Windows: Add Renesas SuperSpeed support for libusb_get_device_speed()
by Pete Batard
· 13 years ago
3df4376
autogen.sh: Try to use libtoolize before trying glibtoolize
by Peter Stuge
· 13 years ago
4afbc78
Rename the lsusb example program to listdevs
by Peter Stuge
· 13 years ago
57ab551
core.c: Fix clang warning about useless store to a variable
by Sean McBride
· 13 years ago
32bbbd1
Darwin: Clarify comments on event thread creation and termination
by Sean McBride
· 13 years ago
6cf3285
Darwin: Fix incorrect mutex protection of libusb_darwin_acfl global
by Sean McBride
· 13 years ago
662ced4
Darwin: Use retained runloop variable instead of CFRunLoopGetCurrent()
by Sean McBride
· 13 years ago
952a9bb
Darwin: Fix libusb_init() and libusb_exit() refcount race condition
by Sean McBride
· 13 years ago
721cc1c
threads_posix.c: Fix prototype warning by including threads_posix.h
by Sean McBride
· 13 years ago
f6ef0fc
Windows: Fix crash during enumeration with >= 64 connected devices
by Dave Camarillo
· 13 years ago
e280760
Windows MSVC6: Remove SetupAPI, AdvAPI32 and OLE32 dependencies
by Pete Batard
· 14 years ago
fa66c93
Windows: Output an error message on calls to libusb_get_pollfds()
by Pete Batard
· 13 years ago
637145e
io.c: Fix comment since pthreads isn't the only threading libusb uses
by Pete Batard
· 14 years ago
bb37939
libusb.h: Cast in libusb_get_string_descriptor() to avoid MSVC6 warning
by Michael Plante
· 14 years ago
ca09754
Windows: guid_to_string() is only discarded when macro-usbi_dbg used
by Michael Plante
· 13 years ago
8e15adc
Windows: Fix undefined datatype 'LONG_PTR' in MSVC6
by Pete Batard
· 13 years ago
17ad642
Windows: Fix for MSVC6 preprocessor not accepting blank parameters
by Pete Batard
· 13 years ago
c591a7c
Windows: Switch MSVC6 .dsp project files from MBCS to Unicode
by Michael Plante
· 14 years ago
536e424
Windows: Add missing MSVC6 lsusb.dsp project file
by Michael Plante
· 13 years ago
c568288
OpenBSD backend
by Martin Pieuchot
· 13 years ago
d228574
configure.ac: Darwin: Move -lobjc from LIBS to PC_LIBS_PRIVATE
by Xiaofan Chen
· 13 years ago
93b0e09
examples: Link only with ../libusb/libusb-1.0.la and not with -lusb-1.0
by Xiaofan Chen
· 13 years ago
cdc5df8
libusb/Makefile.am: Avoid recursive variables in .rc silent-rule
by Peter Stuge
· 13 years ago
a8e2e7c
Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’
by Ludovic Rousseau
· 13 years ago
e88ecb1
Darwin: Set a name for the background thread on Mac OS X 10.6 and later
by Sean McBride
· 13 years ago
60bad55
libusb/Makefile.am: Add libusb-1.0.rc dependency on version.h
by Peter Stuge
· 13 years ago
70bec4a
libusb/Makefile.am: Make the libusb-1.0.rc rule support silent-rules
by Peter Stuge
· 13 years ago
Next »