aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version_nano.h
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.16-rc2 releaseHans de Goede2013-07-011-1/+1
* Core: Use fputs(3) instead of fprintf(3)Tim Roberts2013-06-301-1/+1
* Core: Fix writing of log lines a single fprintf callPete Batard2013-06-301-1/+1
* Core: Make writing of log lines a single fprintf call.Toby Gray2013-06-271-1/+1
* core: Always warn when there are leaked device refs on exitHans de Goede2013-06-271-1/+1
* Core: Avoid passing uninitialised data down the hotplug pipe.Toby Gray2013-06-261-1/+1
* core.c: Initialize auto_detach_kernel_driver to 0 for new handleChris Dickens2013-06-261-1/+1
* openbsd: Fix memleak in obsd_get_device_list()Hans de Goede2013-06-261-1/+1
* core: Only do hotplug cleanup for hotplug capable backendsHans de Goede2013-06-261-1/+1
* WinCE: ref result of usbi_get_device_by_session_id()Hans de Goede2013-06-261-1/+1
* WinCE: Fix device reference leak which caused crash on libusb_exit().Toby Gray2013-06-261-1/+1
* Misc: Update AUTHORS filePete Batard2013-06-201-1/+1
* Prepare for 1.0.16-rc1 releaseHans de Goede2013-06-201-1/+1
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2013-06-201-1/+1
* sync.c: Remove code duplicationHans de Goede2013-06-201-1/+1
* sync.c: Do not free an incompleted transferHans de Goede2013-06-201-1/+1
* Revert "Core: Don't wait for completion if cancel_transfer failed"Hans de Goede2013-06-201-1/+1
* Use Android logging when building on AndroidIlya Konstantinov2013-06-201-1/+1
* Linux: Fix get_kernel_driver_active() when another app has claimed the interfaceHans de Goede2013-06-201-1/+1
* Core: fix another compiler warning in libusb_setlocale()Pete Batard2013-06-191-1/+1
* Core: fix compiler warning in libusb_setlocale()Ludovic Rousseau2013-06-191-1/+1
* Fix several -Wconversion warnings from GCC inside the static inline functions.Luca Longinotti2013-06-191-1/+1
* examples: use libusb_set_auto_detach_kernel_driver()Hans de Goede2013-06-191-1/+1
* linux_usbfs: Work around a driver binding race in reset handlingHans de Goede2013-06-191-1/+1
* linux_usbfs: Add support for new disconnect-and-claim ioctlHans de Goede2013-06-191-1/+1
* libusb: Add auto-detach-kernel-driver functionalityHans de Goede2013-06-191-1/+1
* linux_udev: Fix spelling of guarantee in commentHans de Goede2013-06-191-1/+1
* POSIX: Set usbi_pipe to non-blocking by oring O_NONBLOCK to fd flags.Chris Dickens2013-06-171-1/+1
* linux_udev: Don't free the udev_monitor while the event thread may still use itHans de Goede2013-06-171-1/+1
* linux_udev: Join the hotplug-event-thread when we stop event monitoringHans de Goede2013-06-141-1/+1
* libusb_get_bos_descriptor: Don't log an error on devices without a BOSHans de Goede2013-06-141-1/+1
* hotplug: ensure udev monitor fd is non-blockingChris Dickens2013-06-141-1/+1
* linux_udev: Log error code on pthread_create failureHans de Goede2013-06-141-1/+1
* Examples: add a missing \n at end of error messagesLudovic Rousseau2013-06-111-1/+1
* Core: Add a libusb_strerror() functionHans de Goede2013-06-101-1/+1
* Windows: Fix broken WDK compilationPete Batard2013-05-301-1/+1
* examples: Add sam3u_benchmark isochronous example by Harald WeltePeter Stuge2013-05-301-1/+1
* Add BOS descriptor supportHans de Goede2013-05-301-1/+1
* Add superspeed endpoint companion descriptor supportHans de Goede2013-05-301-1/+1
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-1/+1
* linux: rework hotplug lock handlingHans de Goede2013-05-301-1/+1
* linux: Add a linux_netlink_read_message helper functionHans de Goede2013-05-301-1/+1
* descriptor.c: AlternateSettings are related by InterfaceNumberHans de Goede2013-05-301-1/+1
* WinCE: Add hotplug.c to projectsToby Gray2013-05-281-1/+1
* Windows: Add new symbol for libusb_get_port_numbers to def fileToby Gray2013-05-281-1/+1
* Hotplug: Make use of HAVE_SYS_TYPES_H defineToby Gray2013-05-281-1/+1
* POSIX: Move setting of pipes to non-blocking into usbi_pipeToby Gray2013-05-281-1/+1
* wince_get_active_config_descriptor() sets host_endian incorrectlySimon Haggett2013-05-241-1/+1
* all: ensure host_endian is always initializedHans de Goede2013-05-241-1/+1
* all: Allow backend to provide a better get_config_descriptor_by_valueHans de Goede2013-05-241-1/+1