projects
/
platform
/
upstream
/
libusb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
core: Make use of headers consistent across all files
[platform/upstream/libusb.git]
/
libusb
/
2014-09-07
Chris Dickens
core: Make use of headers consistent across all files
tree
|
commitdiff
2014-09-03
Chris Dickens
core: Fix compiler warnings on MinGW and Visual Studio
tree
|
commitdiff
2014-09-03
Tormod Volden
Windows: Define WINVER to fix building on MinGW
tree
|
commitdiff
2014-08-29
Chris Dickens
core: Fix reference count leak for default context
tree
|
commitdiff
2014-08-29
Chris Dickens
core: Rename count variable for pollfds for consistency...
tree
|
commitdiff
2014-08-27
Chris Dickens
core: Reuse poll fds across calls to handle_events()
tree
|
commitdiff
2014-08-27
Chris Dickens
core: Be more efficient by not passing internal fds...
tree
|
commitdiff
2014-08-27
Chris Dickens
core: Only interrupt event handlers as necessary during...
tree
|
commitdiff
2014-08-27
Chris Dickens
usbi_handle_transfer_completion: Remove signal to event...
tree
|
commitdiff
2014-06-13
Hans de Goede
libusb 1.0.19
tree
|
commitdiff
2014-06-13
John Sheu
Fix leak in failure path of libusb_get_max_packet_size()
tree
|
commitdiff
2014-06-11
Sean McBride
Fixed clang static analyzer warning about dereferencing...
tree
|
commitdiff
2014-06-11
Sean McBride
Made darwin_hotplug_poll static to fix Xcode warning
tree
|
commitdiff
2014-05-30
Hans de Goede
libusb 1.0.19-rc2
tree
|
commitdiff
2014-05-30
Hans de Goede
libusb_submit_transfer: Don't reference the device...
tree
|
commitdiff
2014-05-30
Hans de Goede
libusb_submit_transfer: Fix possible deadlock
tree
|
commitdiff
2014-05-30
Hans de Goede
linux_udev: Fix a Coverity warning
tree
|
commitdiff
2014-05-30
Hans de Goede
linux_usbfs: op_handle_events: Protect against not...
tree
|
commitdiff
2014-05-30
Hans de Goede
linux_usbfs: Don't mark init_count as volatile
tree
|
commitdiff
2014-05-30
Lars Kanis
Fix a small typo in comment to free_streams()
tree
|
commitdiff
2014-05-20
Pete Batard
Windows: fix broken WDK compilation for XP targets
tree
|
commitdiff
2014-05-19
Hans de Goede
ChangeLog: Add an entry about the Russian strerror...
tree
|
commitdiff
2014-05-19
Hans de Goede
libusb 1.0.19-rc1
tree
|
commitdiff
2014-05-19
Ларионов Даниил
strerrror.c: Add Russian translation
tree
|
commitdiff
2014-05-18
Pete Batard
windows: fix USB 3.0 speed detection on Windows 8 or...
tree
|
commitdiff
2014-05-18
Pete Batard
samples: set xusb to also produce debug output during...
tree
|
commitdiff
2014-05-16
Pete Batard
core: fix/silence issues reported by Coverity
tree
|
commitdiff
2014-05-12
Nathan Hjelm
darwin: initial implemenations of the hotplug_poll...
tree
|
commitdiff
2014-05-08
Pete Batard
Windows: Fix broken WDK compilation
tree
|
commitdiff
2014-05-06
Nathan Hjelm
darwin: correct endpoint address calculation
tree
|
commitdiff
2014-05-06
Nathan Hjelm
darwin: code cleanup
tree
|
commitdiff
2014-05-06
Nathan Hjelm
darwin: Add support for bulk stream transfers.
tree
|
commitdiff
2014-05-06
Sean McBride
Use @rpath in Xcode project
tree
|
commitdiff
2014-05-06
Sean McBride
Removed unneeded casts
tree
|
commitdiff
2014-04-22
Hans de Goede
Add API for using bulk streams
tree
|
commitdiff
2014-04-22
Hans de Goede
Add API for allocating / freeing usb3 bulk streams...
tree
|
commitdiff
2014-04-08
Justin Bischoff
Updated netlink code to parse events that do not conta...
tree
|
commitdiff
2014-04-07
Carl Karsten
examples: fix incorrect error message in fxload
tree
|
commitdiff
2014-03-22
Sean McBride
Removed obsolete comment related to libusbx fork
tree
|
commitdiff
2014-03-22
Sean McBride
Enabled LTO optimization in release in Xcode project
tree
|
commitdiff
2014-03-22
Sean McBride
Removed empty \see statements, fixing -Wdocumentation...
tree
|
commitdiff
2014-03-22
Sean McBride
Enabled additional warnings in Xcode project
tree
|
commitdiff
2014-03-21
Nathan Hjelm
darwin: squash warning about returning size_t as int
tree
|
commitdiff
2014-03-20
Pete Batard
Documentation: Update the doxygen tagline
tree
|
commitdiff
2014-02-26
Nathan Hjelm
darwin: use destructor function instead of atexit to...
tree
|
commitdiff
2014-02-19
Markus Heidelberg
Windows: Add support for AMD USB 3.0 root hubs
tree
|
commitdiff
2014-02-02
Markus Heidelberg
Documentation: fix hotplug example
tree
|
commitdiff
2014-02-01
Pete Batard
Windows: Add support for (old?) Intel USB 3.0 hub driver
tree
|
commitdiff
2014-01-25
Pete Batard
libusb 1.0.18
tree
|
commitdiff
2014-01-25
xantares
Windows: Fix MinGW parallel build
tree
|
commitdiff
2014-01-21
Sean McBride
Darwin: Fix Xcode warning in 'struct timeval' initializ...
tree
|
commitdiff
2014-01-08
Pete Batard
libusb 1.0.18-rc1
tree
|
commitdiff
2014-01-08
hjelmn@cs.unm.edu
Misc: Revert all references to libusb/libusb.info
tree
|
commitdiff
2014-01-08
Pete Batard
Windows: Fix a MinGW compilation issue
tree
|
commitdiff
2014-01-07
Matthias Bolte
Darwin: Fix format of 64-bit sessionIDs in log messages
tree
|
commitdiff
2014-01-07
Bei Zhang
Darwin: Fix a SIGFPE
tree
|
commitdiff
2014-01-07
Francisco Facioni
Darwin: Return error code in darwin_error_str() on...
tree
|
commitdiff
2013-12-30
Pete Batard
Windows: Add SetupAPI error handling
tree
|
commitdiff
2013-12-28
Moritz Fischer
Linux: Remove trailing whitespace
tree
|
commitdiff
2013-12-28
Kuangye Guo
Android: Add support for Linux/Android platforms
tree
|
commitdiff
2013-12-28
Andrew Fernandes
Android: Build for all Android architectures
tree
|
commitdiff
2013-12-13
Joshua Blake
Windows: Add Visual Studio 2013 solution files
tree
|
commitdiff
2013-12-06
Ludovic Rousseau
core: fix Doxygen warning
tree
|
commitdiff
2013-11-27
Pete Batard
Windows: Fix a crash when HID transfers return no data
tree
|
commitdiff
2013-11-20
Hans de Goede
core: Make LIBUSB_DEBUG environment variable also work...
tree
|
commitdiff
2013-11-20
Hans de Goede
hotplug: Fix usb_device memleak with hotunplug events...
tree
|
commitdiff
2013-11-20
Hans de Goede
io: Ensure all pending events are consumed in one libus...
tree
|
commitdiff
2013-10-08
Omri Iluz
Windows: Add support for VIA VL805 USB 3.0 Host Controllers
tree
|
commitdiff
2013-10-06
Ludovic Rousseau
examples: check value returned by ftell()
tree
|
commitdiff
2013-10-01
Matthias Bolte
Windows: Avoid potential mismatch in transfer error...
tree
|
commitdiff
2013-09-29
Pete Batard
examples: add an option to force a device request for...
tree
|
commitdiff
2013-09-28
Ludovic Rousseau
examples: fix warning
tree
|
commitdiff
2013-09-28
Ludovic Rousseau
tests: set output_file to a valid value
tree
|
commitdiff
2013-09-28
Ludovic Rousseau
examples: check value returned by libusb_bulk_transfer()
tree
|
commitdiff
2013-09-28
Ludovic Rousseau
examples: check the value returned by libusb_handle_eve...
tree
|
commitdiff
2013-09-28
Ludovic Rousseau
examples: check the value returned by libusb_init()
tree
|
commitdiff
2013-09-28
Karsten Koenig
linux: take newline into account for sysfs_get_active_c...
tree
|
commitdiff
2013-09-20
Ludovic Rousseau
examples: Fix a memory leak
tree
|
commitdiff
2013-09-20
Ludovic Rousseau
examples: Fix a memory leak
tree
|
commitdiff
2013-09-15
Hans de Goede
Fix darwin compilation broken by the usbi_get_device_by...
tree
|
commitdiff
2013-09-06
Hans de Goede
Make usbi_get_device_by_session_id return a ref to...
tree
|
commitdiff
2013-09-06
Hans de Goede
openbsd: Fix a memleak
tree
|
commitdiff
2013-09-06
Hans de Goede
openbsd: Fix usbi_sanitize_device error handling
tree
|
commitdiff
2013-09-06
Hans de Goede
Release 1.0.17
tree
|
commitdiff
2013-09-02
Xiaofan Chen
Windows: Address an VS2012/x64 warning in hotplug.c
tree
|
commitdiff
2013-08-30
Hans de Goede
Nathan is a maintainer now, so add him to the README
tree
|
commitdiff
2013-08-30
Hans de Goede
Remove unused THANKS file
tree
|
commitdiff
2013-08-30
Hans de Goede
Makefile.am: Add Xcode dir to EXTRA_DIST
tree
|
commitdiff
2013-08-30
Toby Gray
Android: Add android build files to source tarball
tree
|
commitdiff
2013-08-28
Hans de Goede
Release 1.0.17-rc1
tree
|
commitdiff
2013-08-27
Nathan Hjelm
darwin: return libusb error codes instead of kernel...
tree
|
commitdiff
2013-08-27
Nathan Hjelm
darwin: clean up some code. remove a clang warning
tree
|
commitdiff
2013-08-21
Toby Gray
Android: Add further documentation to Android README...
tree
|
commitdiff
2013-08-21
Martin Pieuchot
OpenBSD: Add basic support for non ugen(4) devices...
tree
|
commitdiff
2013-08-21
Hans de Goede
openbsd: Split openbsd backend into separate openbsd...
tree
|
commitdiff
2013-08-21
Paul Fertser
Clarify alignment requirements for the control transfer...
tree
|
commitdiff
2013-08-21
Chris Dickens
linux: Handle device disconnection early when possible
tree
|
commitdiff
2013-08-21
Hans de Goede
hotplug: Document LIBUSB_HOTPLUG_ENUMERATE gotchas
tree
|
commitdiff
2013-08-21
Hans de Goede
hotplug: Document that callbacks cannot unregister...
tree
|
commitdiff
2013-08-21
Hans de Goede
hotplug: Don't call the user callback while holding...
tree
|
commitdiff
next