aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix build on linuxHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001staging/cm-12.1stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0Estable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-13.0cm-12.1cm-12.0kenshin2014-12-151-3/+5
* fixes for building windowscm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56cm-10.2.1cm-10.2.0cm-10.2-M1staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0stable/cm-10.2shipping/cm-11.0cm-10.2Koushik Dutta2013-08-142-19/+22
* Fixes for libusbx on AOSP.Koushik Dutta2013-08-143-1/+221
* Windows: Fix a cast warning when compiling for x64 in VSPete Batard2013-08-133-4/+4
* Windows: Fix VS2010 project filesPete Batard2013-08-122-2/+2
* Android: Add examples and stress testsToby Gray2013-08-116-51/+250
* Android: Add formal Android supportToby Gray2013-08-117-27/+216
* Core: Add compile time option to use native OS logging facilityToby Gray2013-08-094-11/+56
* linux: ensure the netlink socket is correctly opened with older Linux kernelsNathan Hjelm2013-08-072-7/+31
* Core: Fix potential segfault caused by using freed memoryChris Dickens2013-08-071-1/+2
* Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_...Simon Haggett2013-08-082-2/+13
* WinCE: Fix race between wince_clock_gettime_threaded() and wince_clock_gettime()Simon Haggett2013-08-082-2/+13
* Windows: fd_to_winfd() shouldn't treat fd 0 as invalidSimon Haggett2013-08-081-1/+1
* README: Add OS X specific notesSean McBride2013-08-022-1/+13
* Core: correctly check usbi_read() returned valueChris Dickens2013-08-022-3/+3
* Core: defensive programmingSean McBride2013-08-022-3/+5
* darwin: fix clang warnings about explicit conversionhjelmn2013-07-302-4/+4
* fixed link errors by adding missing files to Xcode projectSean McBride2013-07-302-1/+17
* made some globals static to fix warningsSean McBride2013-07-304-10/+10
* fixed some clang -Wdocumentation warnings from bad doxygen markupSean McBride2013-07-303-4/+4
* fixed compiler warning about possible uninitialized use by zero initializingSean McBride2013-07-302-2/+3
* make targets for examples depend on library target. Generate library named l...Sean McBride2013-07-308-52/+288
* Xcode: build for 32 and 64 bitsLudovic Rousseau2013-07-302-1/+3
* Xcode: remove implicit/default configurationLudovic Rousseau2013-07-302-20/+1
* Add minimal config.h for XcodeLudovic Rousseau2013-07-302-1/+29
* Adapt Xcode project to the new pathsLudovic Rousseau2013-07-302-3/+5
* Move Xcode project in Xcode/ directoryLudovic Rousseau2013-07-302-1/+1
* Xcode projectLudovic Rousseau2013-07-302-1/+789
* linux_netlink: Remove use of pthread_cancelHans de Goede2013-07-302-15/+45
* linux_netlink: close netlink socket on init errorHans de Goede2013-07-302-1/+3
* hotplug: Remove use of pthread_cancel from linux_udevChris Dickens2013-07-302-16/+49
* linux: Use a separate lock to serialize start/stop vs hotplug eventsHans de Goede2013-07-302-8/+18
* work around Linux systems that don't provide SOCK_CLOEXEC or SOCK_NONBLOCKhjelmn2013-07-302-2/+17
* fix warnings in linux_get_device_addresshjelmn2013-07-302-9/+17
* include stdlib.h for free and realloc in libusbi.hhjelmn2013-07-302-1/+3
* Silence automake 1.14 warningNathan Hjelm2013-07-302-1/+3
* Add checks for headers needed by linux/netlink.hNathan Hjelm2013-07-303-6/+27
* keep a reference to the device for each active transfer and let the backend h...Nathan Hjelm2013-07-303-13/+5
* hotplug: Pass explicit context to callbacksFlorian Albrechtskirchinger2013-07-232-3/+2
* Prepare for 1.0.16 final releaseHans de Goede2013-07-113-3/+3
* Prepare for 1.0.16-rc3 releaseHans de Goede2013-07-063-3/+4
* Documentation: add an Using an event handling thread sectionHans de Goede2013-07-052-4/+63
* Documentation: explain the 2 main viable event handling approachesHans de Goede2013-07-052-34/+31
* hotplug: Wakeup libusb_handle_events on libusb_hotplug_deregister_callbackHans de Goede2013-07-052-1/+10
* hotplug: Give the usbi_hotplug_match* functions a context parameterHans de Goede2013-07-054-11/+11
* Doc: update hotplug, topology and descriptor documentationPete Batard2013-07-045-16/+36
* Prepare for 1.0.16-rc2 releaseHans de Goede2013-07-014-3/+6
* Core: Use fputs(3) instead of fprintf(3)Tim Roberts2013-06-302-2/+2
* Core: Fix writing of log lines a single fprintf callPete Batard2013-06-303-19/+15
* Core: Make writing of log lines a single fprintf call.Toby Gray2013-06-273-8/+45