summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT URL HAS CHANGED: git://github.com/libusbx/libusbx.gitHEADGIT_URL_HAS_CHANGEDmasterPete Batard2012-07-132-26/+6
* Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflictsbaserock/morphPete Batard2012-07-035-37/+37
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-026-5/+7
* Windows: Address MSVC Level 4 & WDK's OACR/Prefast warningsPete Batard2012-07-0210-41/+58
* Windows: Some versions of dlltool require a library nameXiaofan Chen2012-06-252-2/+2
* Windows: Fix warnings reported by the Intel CompilerPete Batard2012-06-253-12/+9
* libusbx-1.0.12v1.0.12Pete Batard2012-06-153-6/+6
* Samples: Remove USB version for speed designations in xusbXiaofan Chen2012-06-142-3/+3
* Windows: Fix erroneous pointer array allocation reported by ClangPete Batard2012-06-132-2/+2
* Core: Fix Clang warningsPete Batard2012-06-134-6/+10
* libusbx 1.0.12-rc1v1.0.12-rc1Pete Batard2012-06-114-3/+17
* Autotools: add libusb-1.0.def and libusb_nano.h as dependenciesPete Batard2012-06-113-4/+4
* Windows: Enable MinGW and MSVC DLL interchangeabilityPete Batard2012-06-083-1/+12
* All: Prevent memory leaks on realloc failuresPete Batard2012-06-085-4/+12
* Windows: Fix possible crash when using longjmp and gcc 4.6Pete Batard2012-06-072-2/+3
* Core: Display libusbx version in libusb_init's debug outputPete Batard2012-06-072-2/+3
* Autotools: Fix autogen.sh behavior when libtool is not foundLars Wirzenius2012-06-062-3/+3
* Linux: Fix a major regression in threads_posix.cPete Batard2012-06-062-10/+7
* Autotools: Fix versioning regression in configure.acPete Batard2012-06-052-2/+2
* Core: Add toggleable debug loggingPete Batard2012-06-046-15/+21
* Core: Fix "LOG_LEVEL_NONE not handled in switch" warningLudovic Rousseau2012-06-042-2/+4
* Samples: Fix no previous prototype warnings in xusbLudovic Rousseau2012-06-042-3/+3
* Autotools: Apply autoupdate 2.68 recommendationsLudovic Rousseau2012-06-043-6/+6
* Core: Send all logging output to stderrPete Batard2012-05-312-17/+12
* Darwin: More OS-X logging improvementsPete Batard2012-05-312-12/+14
* Windows: Add new API calls to DLL .def filePete Batard2012-05-292-1/+7
* Windows: Restore HID supportPete Batard2012-05-284-21/+1513
* Core: Only display timestamps in debug mode and use init() as originPete Batard2012-05-282-11/+24
* Core: Define log levels in libusb.hPete Batard2012-05-285-24/+30
* Darwin: Align severity of OS-X logging messagesPete Batard2012-05-282-21/+21
* All: Add parent and port topology callsPete Batard2012-05-288-15/+201
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-2322-31/+28
* Windows: Reduce severity of initial conf desc readout failuresPete Batard2012-05-232-4/+5
* Windows: Fix missing cygwin thread IDPete Batard2012-05-102-1/+5
* Windows: Add INSTALL_WIN.txtPete Batard2012-05-102-1/+60
* Misc: Separate nano from version.hPete Batard2012-05-103-11/+5
* Samples: Use the implicit _SOURCES ruleLudovic Rousseau2012-05-102-7/+1
* Samples: Use a common LDADD for all examplesLudovic Rousseau2012-05-102-5/+3
* Samples: prefer __linux__ over __linux define in xusbPete Batard2012-05-103-5/+5
* libusbx-1.0.11v1.0.11Pete Batard2012-05-082-3/+3
* Darwin: Sync type of num_iso_packets fieldsLudovic Rousseau2012-05-082-2/+2
* Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfersLudovic Rousseau2012-05-082-1/+9
* BSD: Add thread ID support for OpenBSD > 5.1Pete Batard2012-05-082-3/+7
* Samples: fix strcat vs strlcat warning on OpenBSDPete Batard2012-05-082-3/+2
* libusbx 1.0.11-rc1v1.0.11-rc1Pete Batard2012-05-073-3/+15
* Core: Add a timestamping and thread ID to loggingPeter Stuge2012-05-068-2/+110
* Autotools: Use "$@" instead of $* to avoid spaces problemsLudovic Rousseau2012-05-042-2/+2
* Autotools: Use "set -e" to exit on the first errorLudovic Rousseau2012-05-043-1/+6
* Autotools: Do not use source to call an another scriptLudovic Rousseau2012-05-042-2/+2
* Windows: Fix deadlock in backend when submitting transfers.Toby Gray2012-05-034-4/+11