summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-19core: Signal the event pipe at most one timeChris Dickens1-1/+1
2014-12-19core: Eliminate hotplug pipe, using list and event pipe insteadChris Dickens1-1/+1
2014-12-19core: Add new flag to record when a new poll fd is addedChris Dickens1-1/+1
2014-12-19core: Add helper functions to signal and clear the event pipeChris Dickens1-1/+1
2014-12-19core: Rename pipe used to signal internal eventsChris Dickens1-1/+1
2014-12-19core: Transition device close event to use event_data_lockChris Dickens1-1/+1
2014-12-19core: Add new lock to protect internal context event dataChris Dickens1-1/+1
2014-12-19core: Rename pollfd_modify counter and its lock to device_closeChris Dickens1-1/+1
2014-12-19core: Remove taking of events lock inside usbi_fd_notification()Chris Dickens1-1/+1
2014-12-16Doxygen: upgrade doxygen.cfg.in fileLudovic Rousseau1-1/+1
2014-12-16Doxygen: fix a duplicate labelLudovic Rousseau1-1/+1
2014-12-16Doxygen: fix a duplicate labelLudovic Rousseau1-1/+1
2014-12-16API: remove unused libusb_hotplug_callback structLudovic Rousseau1-1/+1
2014-12-16API: Add an Application Programming Interface pageLudovic Rousseau1-1/+1
2014-12-16Windows: fix 2 bugs in windows_handle_events()Pete Batard1-1/+1
2014-12-01misc: Fix grammar in a commentSimon Newton1-1/+1
2014-11-13Windows: Silence VS2013 code analysis warningsPete Batard1-1/+1
2014-11-06Windows: Fix cygwin64 buildPete Batard1-1/+1
2014-09-27Fix broken 'make install'Akshay Jaggi1-1/+1
2014-09-25haiku: Add Haiku supportAkshay Jaggi1-1/+1
2014-09-06io: Move timerfd close into error handling pathChris Dickens1-1/+1
2014-09-06io: Fix memory leaks in usbi_io_init()Chris Dickens1-1/+1
2014-09-06core: Make use of headers consistent across all filesChris Dickens1-1/+1
2014-09-03core: Fix compiler warnings on MinGW and Visual StudioChris Dickens1-1/+1
2014-09-03Windows: Define WINVER to fix building on MinGWTormod Volden1-1/+1
2014-08-27core: Reuse poll fds across calls to handle_events()Chris Dickens1-1/+1
2014-06-13libusb 1.0.19Hans de Goede1-1/+1
2014-06-10Fixed clang static analyzer warning about dereferencing nullSean McBride1-1/+1
2014-06-10Made darwin_hotplug_poll static to fix Xcode warningSean McBride1-1/+1
2014-05-30libusb 1.0.19-rc2Hans de Goede1-1/+1
2014-05-30libusb_submit_transfer: Don't reference the device on submission failureHans de Goede1-1/+1
2014-05-30libusb_submit_transfer: Fix possible deadlockHans de Goede1-1/+1
2014-05-30linux_udev: Fix a Coverity warningHans de Goede1-1/+1
2014-05-30linux_usbfs: op_handle_events: Protect against not finding the device-handleHans de Goede1-1/+1
2014-05-30linux_usbfs: Don't mark init_count as volatileHans de Goede1-1/+1
2014-05-20Windows: fix broken WDK compilation for XP targetsPete Batard1-1/+1
2014-05-19ChangeLog: Add an entry about the Russian strerror translationHans de Goede1-1/+1
2014-05-19libusb 1.0.19-rc1Hans de Goede1-1/+1
2014-05-19strerrror.c: Add Russian translationЛарионов Даниил1-1/+1
2014-05-18windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard1-1/+1
2014-05-18samples: set xusb to also produce debug output during init when -d is specifiedPete Batard1-1/+1
2014-05-16core: fix/silence issues reported by CoverityPete Batard1-1/+1
2014-05-12darwin: initial implemenations of the hotplug_poll functionNathan Hjelm1-1/+1
2014-05-08Windows: Fix broken WDK compilationPete Batard1-1/+1
2014-05-06darwin: correct endpoint address calculationNathan Hjelm1-1/+1
2014-05-06darwin: code cleanupNathan Hjelm1-1/+1
2014-05-06darwin: Add support for bulk stream transfers.Nathan Hjelm1-1/+1
2014-05-06Use @rpath in Xcode projectSean McBride1-1/+1
2014-05-06Removed unneeded castsSean McBride1-1/+1
2014-04-22Add API for using bulk streamsHans de Goede1-1/+1