summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* configure: bump autoconf version and remove obsolete AM_MAINTAINER_MODENathan Hjelm2016-03-111-1/+1
* core: re-add one more conditionalNathan Hjelm2016-03-062-4/+6
* core: revert some of prior patchNathan Hjelm2016-03-061-16/+20
* README.md: update AppVeyor badge (again)Ludovic Rousseau2016-03-061-1/+1
* free can handle NULL ptr.Gaurav2016-03-062-29/+19
* android: Fix typo in READMEWilliam Skellenger2016-03-061-1/+1
* README.md: update AppVeyor badgeLudovic Rousseau2016-03-061-1/+1
* examples: fix 3 compiler warningsLudovic Rousseau2016-03-061-1/+1
* darwin: build hotplugtest sample in XcodeLudovic Rousseau2016-03-061-1/+1
* darwin: fix occasional dead-lock on libusb_exitparafin2016-03-052-2/+17
* xusb: fix typoNathan Hjelm2016-03-051-1/+1
* Replace obsolete usleep with nanosleepStefan Tauner2016-03-054-5/+7
* README.md: add AppVeyor badgeLudovic Rousseau2016-03-031-1/+1
* AppVeyor: initial configuration filehacker24902016-03-031-1/+1
* Windows: Fix MinGW buildChris Dickens2016-03-033-6/+6
* examples: fix 3 compiler warningsLudovic Rousseau2016-03-021-1/+1
* examples: fix 2 compiler warningsLudovic Rousseau2016-03-021-1/+1
* examples: fix 2 compiler warningsLudovic Rousseau2016-03-021-1/+1
* darwin: fix 1 compiler warningLudovic Rousseau2016-03-022-2/+2
* core: fix 2 compiler warningsLudovic Rousseau2016-03-022-3/+3
* README.md: add Coverity badgeLudovic Rousseau2016-03-021-1/+1
* Windows: Fix faulty logic that can pick the wrong config descriptorChris Dickens2016-03-022-8/+3
* Windows: Add backend support for get_config_descriptor_by_value()Chris Dickens2016-03-022-4/+35
* Windows: Fix dev_interface_path memory leak when reusing device refAngus Gratton2016-03-012-12/+15
* Windows: Fix parent USB device reference leakAngus Gratton2016-03-012-1/+8
* travis: one more fix. need packages under aptNathan Hjelm2016-02-251-1/+1
* travis: sources line is neededNathan Hjelm2016-02-251-1/+1
* travis: bah. remove tabsNathan Hjelm2016-02-251-1/+1
* travis: use addons to install packagesNathan Hjelm2016-02-251-1/+1
* Misc: Link README to README.md to satisfy autotoolsChris Dickens2016-02-251-1/+1
* Misc: Add markdown references for COPYING and PORTING filesChris Dickens2016-02-251-1/+1
* Misc: Convert README to README.mdChris Dickens2016-02-251-1/+1
* threads_posix: use backend clock_gettime()Nathan Hjelm2016-02-252-2/+3
* travis: Add sudo to apt-get commandsChris Dickens2016-02-251-1/+1
* travis: Update config fileChris Dickens2016-02-251-1/+1
* travis: fix typoNathan Hjelm2016-02-251-1/+1
* travis: ensure udev is installedNathan Hjelm2016-02-251-1/+1
* Add Travis CI configurationNathan Hjelm2016-02-251-1/+1
* core: Remove POSIX threads influence from synchronization codeChris Dickens2016-02-249-96/+79
* Misc: Remove unused definitions for usbi_cond_signal()Chris Dickens2016-02-244-22/+1
* Misc: Document the return code for control transfers that are too largeChris Dickens2016-02-244-1/+7
* Misc: Add libusb_interrupt_event_handler() to API docs pageChris Dickens2016-02-242-1/+2
* Misc: Prefix doxygen references in order to namespace libusbChris Dickens2016-02-248-210/+210
* Misc: Make API parameter names consistent and sensibleChris Dickens2016-02-247-169/+168
* sync: Allow transferred argument to be optional in bulk APIsChris Dickens2016-02-232-4/+10
* windows: Fix compilation for MSYS2Evan Hunter2016-02-231-1/+1
* linux_netlink: Add message authentication and clean up parsingChris Dickens2016-02-232-53/+77
* linux_netlink: Add useful debug messages and clean up error handlingChris Dickens2016-02-232-79/+91
* linux_netlink: Remove unnecessary header includes and conditionalsChris Dickens2016-02-232-12/+1
* Windows: Fix style issues in threading codeChris Dickens2016-01-303-130/+189