summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-20Windows: Add libusbk.sys & libusb0.sys driver supportHEADmasterPete Batard3-332/+751
2012-08-20Windows: Fix C4005 warning under VS2012 for inline.Anthony Clay, ZarthCode LLC2-1/+3
2012-08-12Samples: Make target mandatory with -b option in xusbPete Batard2-9/+7
2012-08-12Core: Improve instrumentation of timerfd_settime failuresPete Batard2-3/+4
2012-08-12Core: Fix a Clang warning in io.cPete Batard3-3/+4
2012-08-06Windows: Add workaround for Intel USB 3.0 root hubsMatthias Bolte2-6/+8
2012-08-04Core: Fix unconditional disarming of timerfdPete Batard2-92/+83
2012-08-03Core: NULL list pointers on deletionOrin Eman3-6/+5
2012-08-01Misc: Add a readme for git userPete Batard2-1/+31
2012-07-18Windows: Set device number for root hubs to 1Pete Batard2-3/+6
2012-07-17Windows: Fix overflow when handling HID or composite devicesPete Batard3-9/+20
2012-07-17Windows: usbi_cond_destroy() should free handles created by usbi_cond_intwait().Simon Haggett2-1/+2
2012-07-13All: Replace malloc+memset with callocDavidlohr Bueso4-13/+7
2012-07-03Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsPete Batard5-37/+37
2012-07-02Misc: Fix more Clang warnings in core and darwinPete Batard6-5/+7
2012-07-02Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard10-41/+58
2012-06-25Windows: Some versions of dlltool require a library nameXiaofan Chen2-2/+2
2012-06-25Windows: Fix warnings reported by the Intel CompilerPete Batard3-12/+9
2012-06-15libusbx-1.0.12Pete Batard3-6/+6
2012-06-14Samples: Remove USB version for speed designations in xusbXiaofan Chen2-3/+3
2012-06-13Windows: Fix erroneous pointer array allocation reported by ClangPete Batard2-2/+2
2012-06-13Core: Fix Clang warningsPete Batard4-6/+10
2012-06-11libusbx 1.0.12-rc1Pete Batard4-3/+17
2012-06-11Autotools: add libusb-1.0.def and libusb_nano.h as dependenciesPete Batard3-4/+4
2012-06-08Windows: Enable MinGW and MSVC DLL interchangeabilityPete Batard3-1/+12
2012-06-08All: Prevent memory leaks on realloc failuresPete Batard5-4/+12
2012-06-07Windows: Fix possible crash when using longjmp and gcc 4.6Pete Batard2-2/+3
2012-06-07Core: Display libusbx version in libusb_init's debug outputPete Batard2-2/+3
2012-06-06Autotools: Fix autogen.sh behavior when libtool is not foundLars Wirzenius2-3/+3
2012-06-06Linux: Fix a major regression in threads_posix.cPete Batard2-10/+7
2012-06-05Autotools: Fix versioning regression in configure.acPete Batard2-2/+2
2012-06-04Core: Add toggleable debug loggingPete Batard6-15/+21
2012-06-04Core: Fix "LOG_LEVEL_NONE not handled in switch" warningLudovic Rousseau2-2/+4
2012-06-04Samples: Fix no previous prototype warnings in xusbLudovic Rousseau2-3/+3
2012-06-04Autotools: Apply autoupdate 2.68 recommendationsLudovic Rousseau3-6/+6
2012-05-31Core: Send all logging output to stderrPete Batard2-17/+12
2012-05-31Darwin: More OS-X logging improvementsPete Batard2-12/+14
2012-05-29Windows: Add new API calls to DLL .def filePete Batard2-1/+7
2012-05-28Windows: Restore HID supportPete Batard4-21/+1513
2012-05-28Core: Only display timestamps in debug mode and use init() as originPete Batard2-11/+24
2012-05-28Core: Define log levels in libusb.hPete Batard5-24/+30
2012-05-28Darwin: Align severity of OS-X logging messagesPete Batard2-21/+21
2012-05-28All: Add parent and port topology callsPete Batard8-15/+201
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard22-31/+28
2012-05-23Windows: Reduce severity of initial conf desc readout failuresPete Batard2-4/+5
2012-05-10Windows: Fix missing cygwin thread IDPete Batard2-1/+5
2012-05-10Windows: Add INSTALL_WIN.txtPete Batard2-1/+60
2012-05-10Misc: Separate nano from version.hPete Batard3-11/+5
2012-05-10Samples: Use the implicit _SOURCES ruleLudovic Rousseau2-7/+1
2012-05-10Samples: Use a common LDADD for all examplesLudovic Rousseau2-5/+3