summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-29Added Solaris backend stubsHEADmasterIgor Pashev6-10/+503
2014-12-19core: Signal the event pipe at most one timeChris Dickens5-25/+41
2014-12-19core: Eliminate hotplug pipe, using list and event pipe insteadChris Dickens6-94/+81
2014-12-19core: Add new flag to record when a new poll fd is addedChris Dickens3-1/+11
2014-12-19core: Add helper functions to signal and clear the event pipeChris Dickens4-29/+46
2014-12-19core: Rename pipe used to signal internal eventsChris Dickens4-25/+24
2014-12-19core: Transition device close event to use event_data_lockChris Dickens4-24/+20
2014-12-19core: Add new lock to protect internal context event dataChris Dickens3-1/+7
2014-12-19core: Rename pollfd_modify counter and its lock to device_closeChris Dickens4-37/+37
2014-12-19core: Remove taking of events lock inside usbi_fd_notification()Chris Dickens3-31/+21
2014-12-16Doxygen: upgrade doxygen.cfg.in fileLudovic Rousseau2-740/+1786
2014-12-16Doxygen: fix a duplicate labelLudovic Rousseau2-2/+2
2014-12-16Doxygen: fix a duplicate labelLudovic Rousseau2-2/+2
2014-12-16API: remove unused libusb_hotplug_callback structLudovic Rousseau2-2/+1
2014-12-16API: Add an Application Programming Interface pageLudovic Rousseau2-1/+150
2014-12-16Windows: fix 2 bugs in windows_handle_events()Pete Batard2-2/+4
2014-12-01misc: Fix grammar in a commentSimon Newton2-2/+3
2014-11-13Windows: Silence VS2013 code analysis warningsPete Batard5-9/+13
2014-11-06Windows: Fix cygwin64 buildPete Batard2-4/+3
2014-09-27Fix broken 'make install'Akshay Jaggi4-5/+7
2014-09-25haiku: Add Haiku supportAkshay Jaggi15-4/+1582
2014-09-06io: Move timerfd close into error handling pathChris Dickens2-6/+5
2014-09-06io: Fix memory leaks in usbi_io_init()Chris Dickens2-4/+9
2014-09-06threads_posix: Fix compiler warning due to redefinition of _GNU_SOURCEChris Dickens1-3/+1
2014-09-06core: Make use of headers consistent across all filesChris Dickens17-18/+31
2014-09-03core: Fix compiler warnings on MinGW and Visual StudioChris Dickens2-9/+12
2014-09-03Windows: Define WINVER to fix building on MinGWTormod Volden2-1/+2
2014-08-29core: Fix reference count leak for default contextChris Dickens1-1/+3
2014-08-29core: Rename count variable for pollfds for consistency with other count vari...Chris Dickens2-8/+8
2014-08-27core: Reuse poll fds across calls to handle_events()Chris Dickens3-43/+61
2014-08-27Misc: Add myself to the README as a maintainerChris Dickens1-0/+1
2014-08-27core: Be more efficient by not passing internal fds to backendChris Dickens1-23/+26
2014-08-27core: Only interrupt event handlers as necessary during libusb_open()Chris Dickens6-11/+14
2014-08-27usbi_handle_transfer_completion: Remove signal to event waitersChris Dickens1-3/+0
2014-06-13libusb 1.0.19Hans de Goede3-2/+3
2014-06-13Fix leak in failure path of libusb_get_max_packet_size()John Sheu1-5/+13
2014-06-10Fixed clang static analyzer warning about dereferencing nullSean McBride2-2/+2
2014-06-10Made darwin_hotplug_poll static to fix Xcode warningSean McBride2-2/+2
2014-05-30libusb 1.0.19-rc2Hans de Goede4-3/+4
2014-05-30libusb_submit_transfer: Don't reference the device on submission failureHans de Goede2-4/+4
2014-05-30libusb_submit_transfer: Fix possible deadlockHans de Goede2-3/+3
2014-05-30linux_udev: Fix a Coverity warningHans de Goede2-2/+3
2014-05-30linux_usbfs: op_handle_events: Protect against not finding the device-handleHans de Goede2-1/+7
2014-05-30linux_usbfs: Don't mark init_count as volatileHans de Goede2-2/+2
2014-05-30Fix a small typo in comment to free_streams()Lars Kanis1-1/+1
2014-05-20Windows: fix broken WDK compilation for XP targetsPete Batard2-2/+2
2014-05-19ChangeLog: Add an entry about the Russian strerror translationHans de Goede2-1/+2
2014-05-19libusb 1.0.19-rc1Hans de Goede5-5/+23
2014-05-19strerrror.c: Add Russian translationЛарионов Даниил2-3/+18
2014-05-18windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard5-23/+183