Age | Commit message (Expand) | Author | Files | Lines |
2014-12-29 | Added Solaris backend stubsHEADmaster | Igor Pashev | 6 | -10/+503 |
2014-12-19 | core: Signal the event pipe at most one time | Chris Dickens | 5 | -25/+41 |
2014-12-19 | core: Eliminate hotplug pipe, using list and event pipe instead | Chris Dickens | 6 | -94/+81 |
2014-12-19 | core: Add new flag to record when a new poll fd is added | Chris Dickens | 3 | -1/+11 |
2014-12-19 | core: Add helper functions to signal and clear the event pipe | Chris Dickens | 4 | -29/+46 |
2014-12-19 | core: Rename pipe used to signal internal events | Chris Dickens | 4 | -25/+24 |
2014-12-19 | core: Transition device close event to use event_data_lock | Chris Dickens | 4 | -24/+20 |
2014-12-19 | core: Add new lock to protect internal context event data | Chris Dickens | 3 | -1/+7 |
2014-12-19 | core: Rename pollfd_modify counter and its lock to device_close | Chris Dickens | 4 | -37/+37 |
2014-12-19 | core: Remove taking of events lock inside usbi_fd_notification() | Chris Dickens | 3 | -31/+21 |
2014-12-16 | Doxygen: upgrade doxygen.cfg.in file | Ludovic Rousseau | 2 | -740/+1786 |
2014-12-16 | Doxygen: fix a duplicate label | Ludovic Rousseau | 2 | -2/+2 |
2014-12-16 | Doxygen: fix a duplicate label | Ludovic Rousseau | 2 | -2/+2 |
2014-12-16 | API: remove unused libusb_hotplug_callback struct | Ludovic Rousseau | 2 | -2/+1 |
2014-12-16 | API: Add an Application Programming Interface page | Ludovic Rousseau | 2 | -1/+150 |
2014-12-16 | Windows: fix 2 bugs in windows_handle_events() | Pete Batard | 2 | -2/+4 |
2014-12-01 | misc: Fix grammar in a comment | Simon Newton | 2 | -2/+3 |
2014-11-13 | Windows: Silence VS2013 code analysis warnings | Pete Batard | 5 | -9/+13 |
2014-11-06 | Windows: Fix cygwin64 build | Pete Batard | 2 | -4/+3 |
2014-09-27 | Fix broken 'make install' | Akshay Jaggi | 4 | -5/+7 |
2014-09-25 | haiku: Add Haiku support | Akshay Jaggi | 15 | -4/+1582 |
2014-09-06 | io: Move timerfd close into error handling path | Chris Dickens | 2 | -6/+5 |
2014-09-06 | io: Fix memory leaks in usbi_io_init() | Chris Dickens | 2 | -4/+9 |
2014-09-06 | threads_posix: Fix compiler warning due to redefinition of _GNU_SOURCE | Chris Dickens | 1 | -3/+1 |
2014-09-06 | core: Make use of headers consistent across all files | Chris Dickens | 17 | -18/+31 |
2014-09-03 | core: Fix compiler warnings on MinGW and Visual Studio | Chris Dickens | 2 | -9/+12 |
2014-09-03 | Windows: Define WINVER to fix building on MinGW | Tormod Volden | 2 | -1/+2 |
2014-08-29 | core: Fix reference count leak for default context | Chris Dickens | 1 | -1/+3 |
2014-08-29 | core: Rename count variable for pollfds for consistency with other count vari... | Chris Dickens | 2 | -8/+8 |
2014-08-27 | core: Reuse poll fds across calls to handle_events() | Chris Dickens | 3 | -43/+61 |
2014-08-27 | Misc: Add myself to the README as a maintainer | Chris Dickens | 1 | -0/+1 |
2014-08-27 | core: Be more efficient by not passing internal fds to backend | Chris Dickens | 1 | -23/+26 |
2014-08-27 | core: Only interrupt event handlers as necessary during libusb_open() | Chris Dickens | 6 | -11/+14 |
2014-08-27 | usbi_handle_transfer_completion: Remove signal to event waiters | Chris Dickens | 1 | -3/+0 |
2014-06-13 | libusb 1.0.19 | Hans de Goede | 3 | -2/+3 |
2014-06-13 | Fix leak in failure path of libusb_get_max_packet_size() | John Sheu | 1 | -5/+13 |
2014-06-10 | Fixed clang static analyzer warning about dereferencing null | Sean McBride | 2 | -2/+2 |
2014-06-10 | Made darwin_hotplug_poll static to fix Xcode warning | Sean McBride | 2 | -2/+2 |
2014-05-30 | libusb 1.0.19-rc2 | Hans de Goede | 4 | -3/+4 |
2014-05-30 | libusb_submit_transfer: Don't reference the device on submission failure | Hans de Goede | 2 | -4/+4 |
2014-05-30 | libusb_submit_transfer: Fix possible deadlock | Hans de Goede | 2 | -3/+3 |
2014-05-30 | linux_udev: Fix a Coverity warning | Hans de Goede | 2 | -2/+3 |
2014-05-30 | linux_usbfs: op_handle_events: Protect against not finding the device-handle | Hans de Goede | 2 | -1/+7 |
2014-05-30 | linux_usbfs: Don't mark init_count as volatile | Hans de Goede | 2 | -2/+2 |
2014-05-30 | Fix a small typo in comment to free_streams() | Lars Kanis | 1 | -1/+1 |
2014-05-20 | Windows: fix broken WDK compilation for XP targets | Pete Batard | 2 | -2/+2 |
2014-05-19 | ChangeLog: Add an entry about the Russian strerror translation | Hans de Goede | 2 | -1/+2 |
2014-05-19 | libusb 1.0.19-rc1 | Hans de Goede | 5 | -5/+23 |
2014-05-19 | strerrror.c: Add Russian translation | Ларионов Даниил | 2 | -3/+18 |
2014-05-18 | windows: fix USB 3.0 speed detection on Windows 8 or later | Pete Batard | 5 | -23/+183 |