core: Implement new transfer completion API
[platform/upstream/libusb.git] / libusb /
2015-01-27 Chris Dickenscore: Implement new transfer completion API
2015-01-25 Ludovic Rousseaudarwin: change Xcode project end-of-line
2015-01-22 Chris Dickenslinux_usbfs: Update MAX_ISO_BUFFER_LENGTH
2015-01-21 Chris DickensFix up backends for new transfer completion API.
2015-01-21 Chris Dickenscore: Add alternative API for backends to handle transf...
2015-01-13 Chris Dickenshotplug: Provide a default enum value for libusb_hotplu...
2015-01-12 Chris DickensExamples: Fix device leak in hotplugtest
2015-01-11 Chris DickensWindows: Fix broken build caused by missing rename...
2015-01-11 Chris Dickenscore: Fix handling of duplicate transfer submission...
2015-01-11 Chris DickensWindows: Free all WinUSB handles when closing a device
2015-01-08 Chris Dickenscore: Add debug statements to help trace transfers
2015-01-08 Nathan HjelmDo not use IOUSBDeviceInterface550 or kIOUSBInterfaceIn...
2015-01-06 Chris Dickenscore: Make event_data_lock non-recursive
2015-01-06 Chris DickensFixing erroneous double semi-colon
2015-01-06 Chris DickensWindows: Direct control requests to a specific interfac...
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-12-19 Chris Dickenscore: Signal the event pipe at most one time
2014-12-19 Chris Dickenscore: Eliminate hotplug pipe, using list and event...
2014-12-19 Chris Dickenscore: Add new flag to record when a new poll fd is...
2014-12-19 Chris Dickenscore: Add helper functions to signal and clear the...
2014-12-19 Chris Dickenscore: Rename pipe used to signal internal events
2014-12-19 Chris Dickenscore: Transition device close event to use event_data_lock
2014-12-19 Chris Dickenscore: Add new lock to protect internal context event...
2014-12-19 Chris Dickenscore: Rename pollfd_modify counter and its lock to...
2014-12-19 Chris Dickenscore: Remove taking of events lock inside usbi_fd_notif...
2014-12-16 Ludovic RousseauDoxygen: upgrade doxygen.cfg.in file
2014-12-16 Ludovic RousseauDoxygen: fix a duplicate label
2014-12-16 Ludovic RousseauDoxygen: fix a duplicate label
2014-12-16 Ludovic RousseauAPI: remove unused libusb_hotplug_callback struct
2014-12-16 Ludovic RousseauAPI: Add an Application Programming Interface page
2014-12-16 Pete BatardWindows: fix 2 bugs in windows_handle_events()
2014-12-01 Simon Newtonmisc: Fix grammar in a comment
2014-11-13 Pete BatardWindows: Silence VS2013 code analysis warnings
2014-11-06 Pete BatardWindows: Fix cygwin64 build
2014-09-26 Akshay JaggiFix broken 'make install'
2014-09-25 Akshay Jaggihaiku: Add Haiku support
2014-09-07 Chris Dickensio: Move timerfd close into error handling path
2014-09-07 Chris Dickensio: Fix memory leaks in usbi_io_init()
2014-09-07 Chris Dickensthreads_posix: Fix compiler warning due to redefinition...
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-09-03 Chris Dickenscore: Fix compiler warnings on MinGW and Visual Studio
2014-09-03 Tormod VoldenWindows: Define WINVER to fix building on MinGW
2014-08-29 Chris Dickenscore: Fix reference count leak for default context
2014-08-29 Chris Dickenscore: Rename count variable for pollfds for consistency...
2014-08-27 Chris Dickenscore: Reuse poll fds across calls to handle_events()
2014-08-27 Chris Dickenscore: Be more efficient by not passing internal fds...
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-08-27 Chris Dickensusbi_handle_transfer_completion: Remove signal to event...
2014-06-13 Hans de Goedelibusb 1.0.19
2014-06-13 John SheuFix leak in failure path of libusb_get_max_packet_size()
2014-06-11 Sean McBrideFixed clang static analyzer warning about dereferencing...
2014-06-11 Sean McBrideMade darwin_hotplug_poll static to fix Xcode warning
2014-05-30 Hans de Goedelibusb 1.0.19-rc2
2014-05-30 Hans de Goedelibusb_submit_transfer: Don't reference the device...
2014-05-30 Hans de Goedelibusb_submit_transfer: Fix possible deadlock
2014-05-30 Hans de Goedelinux_udev: Fix a Coverity warning
2014-05-30 Hans de Goedelinux_usbfs: op_handle_events: Protect against not...
2014-05-30 Hans de Goedelinux_usbfs: Don't mark init_count as volatile
2014-05-30 Lars KanisFix a small typo in comment to free_streams()
2014-05-20 Pete BatardWindows: fix broken WDK compilation for XP targets
2014-05-19 Hans de GoedeChangeLog: Add an entry about the Russian strerror...
2014-05-19 Hans de Goedelibusb 1.0.19-rc1
2014-05-19 Ларионов Даниилstrerrror.c: Add Russian translation
2014-05-18 Pete Batardwindows: fix USB 3.0 speed detection on Windows 8 or...
2014-05-18 Pete Batardsamples: set xusb to also produce debug output during...
2014-05-16 Pete Batardcore: fix/silence issues reported by Coverity
2014-05-12 Nathan Hjelmdarwin: initial implemenations of the hotplug_poll...
2014-05-08 Pete BatardWindows: Fix broken WDK compilation
2014-05-06 Nathan Hjelmdarwin: correct endpoint address calculation
2014-05-06 Nathan Hjelmdarwin: code cleanup
2014-05-06 Nathan Hjelmdarwin: Add support for bulk stream transfers.
2014-05-06 Sean McBrideUse @rpath in Xcode project
2014-05-06 Sean McBrideRemoved unneeded casts
2014-04-22 Hans de GoedeAdd API for using bulk streams
2014-04-22 Hans de GoedeAdd API for allocating / freeing usb3 bulk streams...
2014-04-08 Justin Bischoff Updated netlink code to parse events that do not conta...
2014-04-07 Carl Karstenexamples: fix incorrect error message in fxload
2014-03-22 Sean McBrideRemoved obsolete comment related to libusbx fork
2014-03-22 Sean McBrideEnabled LTO optimization in release in Xcode project
2014-03-22 Sean McBrideRemoved empty \see statements, fixing -Wdocumentation...
2014-03-22 Sean McBrideEnabled additional warnings in Xcode project
2014-03-21 Nathan Hjelmdarwin: squash warning about returning size_t as int
2014-03-20 Pete BatardDocumentation: Update the doxygen tagline
2014-02-26 Nathan Hjelmdarwin: use destructor function instead of atexit to...
2014-02-19 Markus HeidelbergWindows: Add support for AMD USB 3.0 root hubs
2014-02-02 Markus HeidelbergDocumentation: fix hotplug example
2014-02-01 Pete BatardWindows: Add support for (old?) Intel USB 3.0 hub driver
2014-01-25 Pete Batardlibusb 1.0.18
2014-01-25 xantaresWindows: Fix MinGW parallel build
2014-01-21 Sean McBrideDarwin: Fix Xcode warning in 'struct timeval' initializ...
2014-01-08 Pete Batardlibusb 1.0.18-rc1
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2014-01-08 Pete BatardWindows: Fix a MinGW compilation issue
2014-01-07 Matthias BolteDarwin: Fix format of 64-bit sessionIDs in log messages
2014-01-07 Bei ZhangDarwin: Fix a SIGFPE
2014-01-07 Francisco FacioniDarwin: Return error code in darwin_error_str() on...
2013-12-30 Pete BatardWindows: Add SetupAPI error handling
2013-12-28 Moritz FischerLinux: Remove trailing whitespace
2013-12-28 Kuangye GuoAndroid: Add support for Linux/Android platforms
2013-12-28 Andrew FernandesAndroid: Build for all Android architectures
next