summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* [INTERNAL - NOT FOR RELEASE] updated _bd.cmdpbr323Pete Batard2010-11-231-1/+1
* moved WDK/DDK build scripts to /msvcPete Batard2010-11-221-36/+0
* code readability: always use apib->id for comparisonsPete Batard2010-11-221-8/+8
* fixed default WinUSB timeout and ineffective policy settingsGraeme Gill2010-11-221-34/+56
* bumped internal versionpbr322Pete Batard2010-11-181-1/+1
* removed "'guid_to_string' defined but not used" warningPete Batard2010-11-181-0/+2
* removed dependency on stdint.h for MS binary snapshot usersPete Batard2010-11-181-2/+19
* fixed device interface path not freed for HID collectionsPete Batard2010-11-181-13/+22
* bumped internal versionpbr321Pete Batard2010-11-131-1/+1
* removed the need for _open_osfhandle()Pete Batard2010-11-132-31/+12
* use _close() rather than CloseHandle() in usbi_close()Pete Batard2010-11-132-8/+8
* bumped internal versionpbr320Pete Batard2010-11-011-1/+1
* fixed bus number set to zero for some devicesPete Batard2010-11-011-48/+40
* improved handling of newly connected devices during enumPete Batard2010-11-011-10/+15
* hub handling improvementsPete Batard2010-10-281-10/+51
* more enumeration bugfixes and improvementspbr319Pete Batard2010-10-282-25/+26
* minor enumeration bugfixes and improvementspbr318Pete Batard2010-10-272-7/+9
* [INTERNAL - NOT FOR RELEASE] snapshot _README.txtpbr317Pete Batard2010-10-271-1/+1
* proper removal of advapi32 library dependencyPete Batard2010-10-273-3/+8
* added /MT option for DDK buildsPete Batard2010-10-271-2/+4
* [INTERNAL - NOT FOR RELEASE] add stdint.h to archivespbr316Pete Batard2010-10-271-1/+1
* fixed error C1001 when using DDK 64 bit .lib in VS2008Pete Batard2010-10-271-1/+10
* remove unneeded lib refs from DDK sourcePete Batard2010-10-261-4/+1
* bumped internal versionpbr315Pete Batard2010-10-261-1/+1
* enum: allow out of hierarchical order processing of hubsPete Batard2010-10-261-8/+2
* removed SetupAPI, AdvAPI32 and OLE32 dependenciesPete Batard2010-10-262-34/+60
* set DLL API call declarations to staticPete Batard2010-10-261-1/+2
* switched MSVC project files from MBCS to UnicodePete Batard2010-10-263-13/+13
* merged latest from officialPete Batard2010-10-181-53/+59
* fixed potentially non unique return value for htab_hashpbr314Pete Batard2010-10-143-7/+8
* fixed trac #68 (incorrect buffer size for HID reports)pbr313Pete Batard2010-10-132-12/+7
* fixed missing malloc check in htab_hash()pbr312Pete Batard2010-10-122-6/+6
* bumped internal versionpbr311Pete Batard2010-10-121-1/+1
* hash function for session id now uses a proper hash tablePete Batard2010-10-121-9/+169
* addressed TODOs from new_enumPete Batard2010-10-111-87/+40
* Windows enumeration overhaulPete Batard2010-10-112-855/+673
* bumped internal versionpbr310Pete Batard2010-10-061-1/+1
* fixed missing $M_LDFLAGS from libusb/Makefile.amPete Batard2010-10-061-1/+1
* bumped internal versionpbr309Pete Batard2010-10-051-1/+1
* fixed missed index -> _index in poll_windows.c debug messagesPete Batard2010-10-051-2/+2
* bumped internal versionpbr308Pete Batard2010-10-051-1/+1
* fixed index shadow warnings from cygwin (from official)Pete Batard2010-10-052-86/+86
* small fixup to be in check with proposed officialPete Batard2010-10-052-2/+2
* Linux: fix build failure when CLOCK_MONOTONIC does not existMike Frysinger2010-10-051-5/+6
* Update libtool version infoDaniel Drake2010-10-051-0/+1
* bumped internal versionpbr307Pete Batard2010-10-041-1/+1
* fixed erroneous checks on SetupDi callsPete Batard2010-10-041-2/+2
* bumped internal versionpbr306Pete Batard2010-09-211-1/+1
* force the handling of version stringification in the .rcPete Batard2010-09-213-2/+4
* fixed missing def entries for function calls with no argsPete Batard2010-09-211-0/+57