Fixed various trivial cppcheck 1.80 warnings
[platform/upstream/libusb.git] / libusb / os /
2017-12-29 Sean McBrideFixed various trivial cppcheck 1.80 warnings
2017-12-29 Sean McBrideRemoved accidental double semi colons at end of line
2017-12-29 Sean McBrideFix unused parameter warnings
2017-12-28 Chris Dickenslinux_usbfs: libusb_init() should succeed if no devices...
2017-12-27 Chris Dickenslinux_usbfs: Improve isochronous transfer submission...
2017-12-26 JoshuaSolaris: Add detach/attach kernel driver support
2017-12-22 chunyu.xieWindows: Report correct usagePage and usage values...
2017-12-22 chunyu.xieWindows: Fix libusb_get_string_descriptor for HID devices
2017-12-22 Victor Tosolinux_usbfs: Remove old comment
2017-12-22 Victor Tosolinux_udev: Initialize pointer before calling external API
2017-12-22 Jakub Klamalinux_usbfs: Set urb->buffer_length for isochronous...
2017-12-22 Roman Kalashnikovlinux_usbfs: Fixed excessive check
2017-07-28 Ludovic Rousseaudarwnin: fix compilation warning
2017-07-16 Chris Dickenscore: Preparation for handling backend-specific options
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-10 Chris Dickenscore: Fix --disable-log option to remove logging functi...
2017-07-06 Chris Dickenscore: Add provisions for per-context private backend...
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2017-06-06 l_progerWindows: Fixed USB_CONFIGURATION_DESCRIPTOR struct...
2017-06-06 Chris DickensWindows: Header file cleanup
2017-05-17 Sameeh JubranAlign error code handling with WinUsb
2017-05-12 Chris DickensWindows: Fix regression introduced by 05b0b55b
2017-03-27 Chris DickensWindows: Fix possible memory leak when caching descript...
2017-03-27 Chris Dickenslinux: Apply v2 version of patch for CLOEXEC changes
2017-03-17 tichmacOS Sierra: Fix detection of parent devices.
2017-03-16 Nathan Hjelmdarwin: use clock_gettime() on 10.12+
2017-03-01 Stefan AgnerWindows: Allow HID reports up to 1024 + report id
2017-03-01 Josh Gaocore: Silence 'unhandled case in switch' warning.
2017-03-01 Chris DickensWindows: Remove initialization of calloc'ed memory
2017-03-01 Doug JohnstonWindows: return proper status
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2017-02-20 Chris Dickenslinux_netlink: Retry poll() on EINTR
2017-01-12 Chris DickensWindows: Remove unused safe_* macro definitions
2017-01-12 Chris DickensWindows: Slightly optimize the sanitize_path() function
2017-01-12 Chris DickensWindows: Switch to snprintf() in windows_get_version()
2017-01-12 Chris DickensWindows: Fix memory and handle leaks in winusbx_claim_i...
2017-01-12 Chris DickensWindows: Fix some minor styling issues
2017-01-12 Chris DickensWindows: Clean up unnecessary variable initialization
2017-01-12 Chris DickensWindows/WinCE: Remove uses of safe_* macros where not...
2017-01-12 Chris DickensWindows/WinCE: Improvements to windows_error_str()...
2017-01-12 Chris DickensWindows: Hash table improvements
2017-01-12 Chris Dickenscore: Remove use of gettimeofday()
2017-01-04 Vianney le Clément... darwin: Replace bzero() with memset()
2016-11-28 Matthew Stapletonlinux_get_parent_info: Check for NULL priv->sysfs_dir...
2016-11-03 Romain Vimontlinux_udev: Retry poll() on EINTR
2016-10-01 Chris DickensWindows: Fix possible false error message during device...
2016-09-21 Nathan Hjelmdarwin: fix OSAtomicAdd32Barrier argument ordering
2016-09-14 Sean McBrideFixed Obj-C GC support; fix pthread name
2016-09-13 Nathan Hjelmdarwin: fix typo
2016-09-13 Nathan Hjelmdarwin: do not use deprecated OSAtomicIncrement32Barrie...
2016-09-08 Nathan Hjelmdarwin: do not use objc_registerThreadWithCollector...
2016-09-08 Nathan Hjelmdarwin: work around devices with buggy endpoint descriptors
2016-08-17 Hans de Goedelinux_usbfs: Deal with receiving POLLERR before all...
2016-08-17 Chris Dickenscore: Refactor code related to transfer flags and timeo...
2016-08-17 Hans de Goedewinnt: Do not differ between cancel / timeout ourselves
2016-08-17 Hans de Goedewince: Do not differ between cancel / timeout ourselves
2016-08-17 Chris Dickenscore: Change event handling lock to traditional (non...
2016-07-25 Lei ChenSolaris backend
2016-05-30 Jeffrey NicholsAdd support for Intel Alpine Ridge USB 3.1 Controller...
2016-05-30 Chris DickensWindows: Clean up referenced devices when memory alloca...
2016-05-30 Chris DickensMisc: Fix usbi_os_backend structure initialization
2016-05-30 Steinar H. GundersonAdd support for persistent device memory.
2016-05-30 Chris DickensWindows: Fix false assertion failure message during...
2016-03-05 parafindarwin: fix occasional dead-lock on libusb_exit
2016-03-05 Stefan TaunerReplace obsolete usleep with nanosleep
2016-03-03 Chris DickensWindows: Fix MinGW build
2016-03-02 Ludovic Rousseaudarwin: fix 1 compiler warning
2016-03-02 Chris DickensWindows: Fix faulty logic that can pick the wrong confi...
2016-03-02 Chris DickensWindows: Add backend support for get_config_descriptor_...
2016-03-02 Angus GrattonWindows: Fix dev_interface_path memory leak when reusin...
2016-03-02 Angus GrattonWindows: Fix parent USB device reference leak
2016-02-25 Nathan HjelmMerge pull request #154 from hjelmn/darwin_gettime_fix
2016-02-25 Nathan Hjelmthreads_posix: use backend clock_gettime()
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
next