travis: ensure udev is installed
[platform/upstream/libusb.git] / libusb / os /
2016-02-24 Chris Dickenscore: Remove POSIX threads influence from synchronizati...
2016-02-24 Chris DickensMisc: Remove unused definitions for usbi_cond_signal()
2016-02-24 Chris DickensMisc: Document the return code for control transfers...
2016-02-24 Chris Dickenslinux_netlink: Add message authentication and clean...
2016-02-24 Chris Dickenslinux_netlink: Add useful debug messages and clean...
2016-02-24 Chris Dickenslinux_netlink: Remove unnecessary header includes and...
2016-01-30 Chris DickensWindows: Fix style issues in threading code
2016-01-28 KIMURA MasaruWindows: Move definitions for Cygwin.
2016-01-28 Chris DickensWindows (winusb): Fix build break introduced in c8f7115...
2016-01-28 Chris DickensWindows/WinCE: Improve the run-time dynamic linking...
2016-01-28 Chris DickensWindows: Fix some minor issues in windows_nt_common.c
2016-01-28 Chris DickensWinCE: Remove unnecessary/unused structure
2016-01-28 Chris DickensWinCE: Miscellaneous changes
2016-01-27 Chris DickensWindows: Ensure proper cleanup when backend init()...
2016-01-27 Pete BatardWindows: Fix DDK compilation
2016-01-27 Chris DickensWindows: Minor improvements to windows_nt_common.c
2016-01-27 Chris DickensWindows: Replace open-coded string alloc + copy with...
2016-01-27 Chris DickensWindows: Fix compilation warnings when logging is disabled
2016-01-27 Chris DickensWindows (usbdk): Remove unnecessary bookkeeping
2016-01-27 Chris DickensWindows (usbdk): Remove unnecessary/unused structure
2016-01-27 Chris DickensWindows: Source file cleanup
2016-01-27 Dmitry Fleytmanusbdk: Introduce usbdk backend
2016-01-24 Dmitry Fleytmanwindows: Rename windows_usb.h/c windows_winusb.h/c
2016-01-24 Dmitry Fleytmanwindows: Move common definitions to a separate file
2016-01-24 Chris Dickenslinux: Correctly return device configuration when using...
2016-01-07 Chris DickensWinCE: Fix printf format specifiers
2016-01-07 Chris DickensWindows: Fix printf format specifiers in poll_windows.c
2016-01-07 Chris DickensWindows: Fix compiler warnings due to type mismatches
2016-01-07 Chris DickensWindows: Use strcasecmp() instead of stricmp() on Cygwin
2016-01-06 johannrichardWindows: Patch to support VirtualHub
2016-01-06 Tobias KlauserMisc: Spelling fixes
2015-12-17 Chris DickensMisc: Simplify Haiku build and fix broken parallel...
2015-11-21 Nathan Hjelmdarwin: updates to support el capitan
2015-10-09 Nathan Hjelmdarwin: ignore root hub simulation devices
2015-09-29 Chris Dickenscore: Prevent attempts to recursively hande events
2015-09-20 Chris DickensWindows: Fix potential memory leak
2015-09-20 Tobias KlauserMiscellaneous fixes
2015-09-20 Chris Dickenslinux_usbfs: Add support for kernels that can reap...
2015-09-20 Chris Dickenslinux_usbfs: Avoid file descriptor leak in error case
2015-09-20 Chris Dickenslinux: Filter hotplug events by DEVTYPE of "usb_device"
2015-09-20 Chris Dickenslinux_usbfs: Only remove the device fd from the pollfd...
2015-09-05 Chris DickensWindows: Fix some build warnings/link issues
2015-08-05 Chris Dickenslinux_usbfs: Set reap action to CANCELLED only when...
2015-08-05 Hans de Goedelinux: Assume usbfs path = /dev/bus/usb when using...
2015-07-29 Marcus Meissnerlinux_usbfs: use calloc for multiplication
2015-07-29 Tim HuttUse locally defined MIN macro instead of min which...
2015-07-29 Chris DickensWindows: Close HID handles when closing composite devices
2015-07-29 Chris DickensWindows: Remove redundant check in windows_claim_interf...
2015-07-29 Chris DickensWindows: Destroy autoclaim_lock during cleanup
2015-05-19 Gauravlinux_usbfs: Fix memory allocation failure.
2015-05-14 GauravWindows: Check for "calloc" allocation failure.
2015-04-28 Tobias Klausercore: Remove unused member add_iso_packet_size from...
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
next