core: fix 2 compiler warnings
[platform/upstream/libusb.git] / libusb / version_nano.h
2016-03-02 Ludovic Rousseaucore: fix 2 compiler warnings
2016-03-02 Ludovic RousseauREADME.md: add Coverity badge
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-26 Nathan Hjelmtravis: one more fix. need packages under apt
2016-02-26 Nathan Hjelmtravis: sources line is needed
2016-02-26 Nathan Hjelmtravis: bah. remove tabs
2016-02-26 Nathan Hjelmtravis: use addons to install packages
2016-02-25 Chris DickensMisc: Link README to README.md to satisfy autotools
2016-02-25 Chris DickensMisc: Add markdown references for COPYING and PORTING...
2016-02-25 Chris DickensMisc: Convert README to README.md
2016-02-25 Nathan Hjelmtravis: test xcode project
2016-02-25 Nathan Hjelmthreads_posix: use backend clock_gettime()
2016-02-25 Chris Dickenstravis: Add sudo to apt-get commands
2016-02-25 Chris Dickenstravis: Update config file
2016-02-25 Nathan Hjelmtravis: fix typo
2016-02-25 Nathan Hjelmtravis: ensure udev is installed
2016-02-25 Nathan HjelmAdd Travis CI configuration
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 DickensMisc: Add libusb_interrupt_event_handler() to API docs...
2016-02-24 Chris DickensMisc: Prefix doxygen references in order to namespace...
2016-02-24 Chris DickensMisc: Make API parameter names consistent and sensible
2016-02-24 Chris Dickenssync: Allow transferred argument to be optional in...
2016-02-24 Evan Hunterwindows: Fix compilation for MSYS2
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 DickensMisc: Minor stylistic improvements to libusbi.h
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 DickensMisc: Fix up Visual Studio project files
2016-01-27 Chris DickensWindows: Source file cleanup
2016-01-27 Chris DickensMisc: Minor makefile cleanup
2016-01-27 Dmitry Fleytmanbuild: Integrate usbdk backend
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 Ludovic RousseauExamples: fix typo in Nathan Hjelm email
2016-01-06 Brent RectorWindows: Add Visual Studio 2015 support
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-12-17 Chris DickensAPI: Add libusb_interrupt_event_handler() function
2015-12-17 Chris Dickenscore: Store different event types as a bitmask within...
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-14 Chris DickensDocs: Add missing functions to API page
2015-09-14 Chris DickensWindows: Regenerate libusb-1.0.def file from latest DLL
2015-09-14 Chris Dickenslibusb 1.0.20
2015-09-05 Chris Dickenslibusb 1.0.20-rc3
2015-09-05 Chris Dickenscore: Add RC string to libusb version message
2015-09-05 Chris DickensWindows: Fix some build warnings/link issues
2015-09-04 Chris Dickensio: Always complete transfers regardless of timerfd...
2015-09-03 Chris Dickenslibusb 1.0.20-rc2
2015-09-03 Chris Dickenscore: Record when a transfer timeout has been handled
2015-08-05 Chris DickensExamples: fxload improvements
2015-08-05 Chris Dickenscore: Correctly report cancellations due to timeouts
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 Chris DickensMisc: Remove autom4te.cache directory from Haiku during...
2015-07-29 Chris Dickenslibusb 1.0.20-rc1
2015-07-29 Chris DickensAPI: Add libusb_free_pollfds() function
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 Tobias KlauserMisc: Fix doxygen comment for MaxPower field with respe...
2015-05-07 Chris Dickenscore: Copy transfer timeout to local variable before...
2015-05-07 Chris Dickenscore: Miscellaneous transfer timeout improvements
2015-04-28 Chris Dickensexamples: Address issues reported by Markus Elfring
next