Misc: Remove unnecessary \n from log messages
[platform/upstream/libusb.git] / libusb / os /
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2015-04-28 Chris DickensWinCE: Unlock mutex when error occurs during event...
2015-04-28 Chris DickensWinCE: Fix return from void function
2015-04-28 Chris DickensWinCE: Make whitespace consistent across entire file
2015-04-28 Chris DickensWinCE: Remove use of dedicated timer thread
2015-04-27 Chris DickensWinCE: Remove unused errno header and local variable
2015-04-27 Chris DickensWindows: Remove erroneous call to CloseHandle and add...
2015-04-22 Chris DickensWindows: Improve monotonic clock_gettime() implementation
2015-04-22 Chris DickensWindows: Fix wIndex in setup packet for config descript...
2015-03-05 Pete Batardwindows: fix broken bus number lookup
2015-03-01 Chris Dickenslinux: Fix format specifiers for sscanf() calls
2015-03-01 Chris Dickenscore: Add internal transfer state management
2015-02-12 parafindarwin: fix resource leak (cached devices are never...
2015-02-01 Chris Dickensdarwin: Fix build break and warning caused by commit...
2015-01-27 Chris Dickenshaiku: Transition to use new transfer completion API
2015-01-27 Chris Dickensopenbsd: Transition to use new transfer completion API
2015-01-27 Chris Dickensnetbsd: Transition to use new transfer completion API
2015-01-27 Chris Dickensdarwin: Transition to use new transfer completion API
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-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 Nathan HjelmDo not use IOUSBDeviceInterface550 or kIOUSBInterfaceIn...
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-16 Pete BatardWindows: fix 2 bugs in windows_handle_events()
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 Dickensthreads_posix: Fix compiler warning due to redefinition...
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
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 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-20 Pete BatardWindows: fix broken WDK compilation for XP targets
2014-05-18 Pete Batardwindows: fix USB 3.0 speed detection on Windows 8 or...
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 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-03-21 Nathan Hjelmdarwin: squash warning about returning size_t as int
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-01 Pete BatardWindows: Add support for (old?) Intel USB 3.0 hub driver
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-11-27 Pete BatardWindows: Fix a crash when HID transfers return no data
2013-10-08 Omri IluzWindows: Add support for VIA VL805 USB 3.0 Host Controllers
2013-10-01 Matthias BolteWindows: Avoid potential mismatch in transfer error...
2013-09-28 Karsten Koeniglinux: take newline into account for sysfs_get_active_c...
2013-09-15 Hans de GoedeFix darwin compilation broken by the usbi_get_device_by...
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-09-06 Hans de Goedeopenbsd: Fix a memleak
2013-09-06 Hans de Goedeopenbsd: Fix usbi_sanitize_device error handling
2013-08-27 Nathan Hjelmdarwin: return libusb error codes instead of kernel...
2013-08-27 Nathan Hjelmdarwin: clean up some code. remove a clang warning
2013-08-21 Martin PieuchotOpenBSD: Add basic support for non ugen(4) devices...
2013-08-21 Hans de Goedeopenbsd: Split openbsd backend into separate openbsd...
2013-08-21 Chris Dickenslinux: Handle device disconnection early when possible
2013-08-14 Nathan Hjelmlinux/netlink: correct usage of fcntl
2013-08-13 Pete BatardWindows: Fix a cast warning when compiling for x64...
2013-08-11 Toby GrayAndroid: Add formal Android support
2013-08-08 Nathan Hjelmlinux: ensure the netlink socket is correctly opened...
2013-08-07 Simon HaggettWindows: Fix race between windows_clock_gettime_threade...
2013-08-07 Simon HaggettWinCE: Fix race between wince_clock_gettime_threaded...
2013-08-07 Simon HaggettWindows: fd_to_winfd() shouldn't treat fd 0 as invalid
2013-07-30 hjelmndarwin: fix clang warnings about explicit conversion
2013-07-30 Sean McBridefixed compiler warning about possible uninitialized...
2013-07-30 Hans de Goedelinux_netlink: Remove use of pthread_cancel
2013-07-30 Hans de Goedelinux_netlink: close netlink socket on init error
2013-07-30 Chris Dickenshotplug: Remove use of pthread_cancel from linux_udev
2013-07-30 Hans de Goedelinux: Use a separate lock to serialize start/stop...
2013-07-30 hjelmnwork around Linux systems that don't provide SOCK_CLOEX...
2013-07-30 hjelmnfix warnings in linux_get_device_address
2013-07-30 Nathan HjelmAdd checks for headers needed by linux/netlink.h
2013-06-26 Hans de Goedeopenbsd: Fix memleak in obsd_get_device_list()
2013-06-26 Hans de GoedeWinCE: ref result of usbi_get_device_by_session_id()
2013-06-26 Toby GrayWinCE: Fix device reference leak which caused crash...
2013-06-20 Hans de GoedeLinux: Fix get_kernel_driver_active() when another...
2013-06-19 Hans de Goedelinux_usbfs: Work around a driver binding race in reset...
2013-06-19 Hans de Goedelinux_usbfs: Add support for new disconnect-and-claim...
2013-06-19 Hans de Goedelibusb: Add auto-detach-kernel-driver functionality
2013-06-19 Hans de Goedelinux_udev: Fix spelling of guarantee in comment
2013-06-17 Chris DickensPOSIX: Set usbi_pipe to non-blocking by oring O_NONBLOC...
next