summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README.md: update AppVeyor badge (again)Ludovic Rousseau2016-03-062-2/+2
* free can handle NULL ptr.Gaurav2016-03-062-29/+19
* AppVeyor: use a .bat file nowhacker24902016-03-062-1/+33
* android: update READMEWilliam Skellenger2016-03-061-1/+3
* android: Fix typo in READMEWilliam Skellenger2016-03-062-2/+2
* README.md: update AppVeyor badgeLudovic Rousseau2016-03-062-2/+2
* examples: fix 3 compiler warningsLudovic Rousseau2016-03-062-4/+4
* darwin: build hotplugtest sample in XcodeLudovic Rousseau2016-03-062-4/+94
* darwin: fix occasional dead-lock on libusb_exitparafin2016-03-052-2/+17
* xusb: fix typoNathan Hjelm2016-03-052-2/+2
* Replace obsolete usleep with nanosleepStefan Tauner2016-03-055-7/+9
* README.md: add AppVeyor badgeLudovic Rousseau2016-03-032-1/+2
* AppVeyor: initial configuration filehacker24902016-03-032-1/+23
* Windows: Fix MinGW buildChris Dickens2016-03-033-6/+6
* travis-CI: fails compilation on warningLudovic Rousseau2016-03-022-1/+42
* examples: fix 3 compiler warningsLudovic Rousseau2016-03-022-2/+3
* examples: fix 2 compiler warningsLudovic Rousseau2016-03-022-2/+2
* examples: fix 2 compiler warningsLudovic Rousseau2016-03-022-3/+3
* 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-022-1/+2
* 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
* bootstrap: use autoreconfNathan Hjelm2016-02-261-16/+3
* travis: one more fix. need packages under aptNathan Hjelm2016-02-252-8/+9
* travis: sources line is neededNathan Hjelm2016-02-252-1/+3
* travis: bah. remove tabsNathan Hjelm2016-02-252-5/+5
* travis: use addons to install packagesNathan Hjelm2016-02-252-3/+9
* Misc: Link README to README.md to satisfy autotoolsChris Dickens2016-02-252-1/+2
* Misc: Add markdown references for COPYING and PORTING filesChris Dickens2016-02-252-4/+4
* Misc: Convert README to README.mdChris Dickens2016-02-252-3/+5
* Merge pull request #154 from hjelmn/darwin_gettime_fixNathan Hjelm2016-02-251-1/+2
|\
| * threads_posix: use backend clock_gettime()Nathan Hjelm2016-02-252-2/+3
* | travis: test xcode projectNathan Hjelm2016-02-252-1/+2
|/
* travis: Add sudo to apt-get commandsChris Dickens2016-02-252-2/+2
* travis: Update config fileChris Dickens2016-02-252-6/+5
* travis: fix typoNathan Hjelm2016-02-252-2/+2
* travis: ensure udev is installedNathan Hjelm2016-02-252-1/+5
* Add Travis CI configurationNathan Hjelm2016-02-252-1/+15
* 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-232-2/+2
* linux_netlink: Add message authentication and clean up parsingChris Dickens2016-02-232-53/+77