POSIX: Improve threading abstraction as done in f06c4f5b
[platform/upstream/libusb.git] / libusb / version_nano.h
2018-01-04 Chris DickensPOSIX: Improve threading abstraction as done in f06c4f5b
2018-01-04 Chris DickensWindows: Further improve thread abstraction
2018-01-04 Chris DickensWindows: Constify variables that aren't supposed to...
2018-01-04 Chris DickensWindows: Kill empty functions and switch to runtime...
2018-01-04 Chris DickensWindows: Remove unused DLL functions and header definitions
2018-01-04 Chris DickensWindows: Fix some minor style issues
2018-01-04 Chris DickensWindows: Improve locking in threading abstraction
2018-01-04 Chris DickensMisc: Ensure that both WINVER and _WIN32_WINNT are...
2018-01-03 Chris DickensWindows: Improve enumeration process
2018-01-03 Chris DickensWindows: Kill perpetually growing list of hub driver...
2017-12-29 Chris DickensMisc: Add _CRT_SECURE_NO_WARNINGS to testlibusb to...
2017-12-29 Chris Dickenshotplug: Cast ssize_t to int in error path to avoid...
2017-12-29 Sean McBrideWinCE: Fixed incorrect check of return value, found...
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 McBridecore: Fixed deprecated attribute to work on clang
2017-12-29 Sean McBrideexamples: xusb: replaced insecure sprintf with snprintf
2017-12-29 Sean McBrideFix unused parameter warnings
2017-12-29 Sean McBrideexamples: ezusb: Renamed header guard variable to not...
2017-12-28 Chris Dickenslinux_usbfs: libusb_init() should succeed if no devices...
2017-12-28 Chris Dickenshotplug: Improve internal structure and deregistration...
2017-12-27 Chris DickensMisc: Fix testlibusb build on VS2013 and earlier and...
2017-12-27 Chris Dickenslinux_usbfs: Improve isochronous transfer submission...
2017-12-27 Chris DickensWindows: Add VS 2010/2012/2013/2017 project files for...
2017-12-27 Anil NairWindows: testlibusb example for VS2015
2017-12-27 Chris DickensExamples: Misc. cleanup to xusb
2017-12-27 Chris DickensExamples: Improvements to xusb's support for Microsoft...
2017-12-26 Chris DickensMisc: Fix pre-commit hook to not emit errors in non...
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-08-24 Chris Dickensexamples: Fix device handle leak in xusb
2017-07-28 Ludovic Rousseaudarwnin: fix compilation warning
2017-07-27 jonnerFix typo in exit() function signature
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-16 Chris Dickenscore: Introduce libusb_set_option() API function
2017-07-12 Chris Dickenscore: Slightly refactor and improve logging code
2017-07-12 Ludovic Rousseauexamples: reformat testlibusb.c
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-07-06 Chris DickensMisc: Ensure the 'os_priv' member of structures is...
2017-07-06 Chris DickensMisc: Refactor zero-length array declarations
2017-06-19 Adrian Bunklibusb.h: use __linux__ instead of __linux
2017-06-06 Chris DickensEmpty commit to resync nano
2017-06-06 l_progerWindows: Fixed USB_CONFIGURATION_DESCRIPTOR struct...
2017-06-06 Chris DickensWindows: Header file cleanup
2017-05-12 Chris DickensWindows: Fix regression introduced by 05b0b55b
2017-03-31 Andy McFaddengit: Don't ignore platform config.h
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 Chris Dickenscore: Improve robustness of event handling
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 Dickenstravis: Pass on arguments given to travis_autogen.sh
2017-03-01 Chris Dickenslinux: Mark internal file descriptors as CLOEXEC
2017-02-20 Chris Dickenslinux_netlink: Retry poll() on EINTR
2017-02-20 Chris Dickens.gitignore: Add some new entries
2017-02-20 Chris Dickensconfigure.ac: Remove obsolete AC_ERROR and make formatt...
2017-01-18 Pete Batardmisc: update active developers list
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: Provide C99 compliant implementations of ...
2017-01-12 Chris DickensWindows: Hash table improvements
2017-01-12 Chris Dickensconfigure.ac: Clean up style
2017-01-12 Chris Dickenscore: Remove use of gettimeofday()
2017-01-12 Chris Dickenscore: Remove check for and inclusion of signal.h
2017-01-12 Chris DickensWindows: Fix DDK build's missing files
2017-01-06 Chris DickensWindows: Add Visual Studio 2017 support
2017-01-04 Vianney le Clément... darwin: Replace bzero() with memset()
2017-01-04 mojocorpMisc: Fix a Doxygen comment typo
2016-11-03 Romain Vimontlinux_udev: Retry poll() on EINTR
2016-10-25 Nathan HjelmRelease 1.0.21 upstream/1.0.21
2016-10-25 Nathan HjelmRemove generated file
2016-10-01 Nathan Hjelmtry to get travis building with multiple macOS versions
2016-10-01 Nathan Hjelmtravis osx fix
2016-10-01 Chris DickensWindows: Fix possible false error message during device...
2016-10-01 Nathan Hjelmon to 1.0.21-rc6
2016-09-21 Nathan Hjelmdarwin: fix OSAtomicAdd32Barrier argument ordering
2016-09-14 Nathan Hjelmon to 1.0.21-rc5
2016-09-14 Sean McBrideFixed Obj-C GC support; fix pthread name
2016-09-13 Nathan HjelmREADME: fix my email address
2016-09-13 Nathan Hjelmdarwin: fix typo
2016-09-13 Nathan Hjelmon to 1.0.21-rc4
2016-09-13 Nathan Hjelmdarwin: do not use deprecated OSAtomicIncrement32Barrie...
next