summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* r83: missing vcproj for the DLLPete Batard2010-01-151-0/+368
* r82: added x64 support for MSVC and finalized directory structure.Pete Batard2010-01-157-273/+505
* r81: amend previous workaround (should only apply to non Windows platforms)Pete Batard2010-01-153-9/+248
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-158-106/+106
* r79: fixed remaining cygwin warnings (toupper casts)Pete Batard2010-01-152-2/+2
* r78: fixed remaining cygwin warnings (missing prototypes)Pete Batard2010-01-152-1/+10
* r77: fixed non executable perm of autogen.shPete Batard2010-01-151-0/+0
* r76: added cygwin supportPete Batard2010-01-153-6/+39
* r75: fixed missing <stdarg.h> include in xusb.c for UNIX platformsPete Batard2010-01-141-0/+1
* r74: fixes CR/LF conversions introduced with previous changesPete Batard2010-01-143-186/+186
* r73: moved -pthread option to CFLAGS for platforms that need itPete Batard2010-01-143-183/+186
* fixed MSVC warnings (/W4 or MSVC6)Pete Batard2010-01-145-13/+18
* Fix CR/LF inconsistenciesPete Batard2010-01-1415-964/+964
* svn r70 (last import from svn): - fixed the non retrieval of interface #0 on ...Pete Batard2010-01-142-4/+5
* svn r68: - fixed improper WINVER for Visual Studio on Windows 7 and DDK inclu...Pete Batard2010-01-141-2/+16
* svn r66: - fix for the infamous XP port number issue (using SPDRP_ADDRESS)Pete Batard2010-01-141-54/+9
* svn r65: - fixed improper selection of Release instead of Debug, for Debug co...Pete Batard2010-01-141-6/+6
* svn r64:Pete Batard2010-01-143-0/+63
* svn r63: - updated Visual Studio 2008 projects files (fixed missing options f...Pete Batard2010-01-143-2/+4
* svn r62: More MSVC6 compatibilityPete Batard2010-01-143-28/+61
* svn r61: - fixes improper allocation of overlapped in pipe_for_poll()Pete Batard2010-01-141-10/+19
* svn r60: - fixed missing warning for failure to detect port# on XP (added fai...Pete Batard2010-01-141-1/+2
* svn r59: - MSVC6 fixes for variadic log macros (Michael Plante)Pete Batard2010-01-142-7/+55
* svn r58: - fixed missing warning for failure to detect port# on XPPete Batard2010-01-141-5/+13
* svn r56: - MSVC6 compatible printb in windows_compat.cPete Batard2010-01-141-2/+7
* svn r55: - fixes list_for_each_entry calls for Darwin and LinuxPete Batard2010-01-143-4/+4
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-1412-86/+178
* svn r52: MSVC compatibility update:Pete Batard2010-01-147-0/+1181
* svn r51: - Fix to use the proper pthread-win32 library name ('libpthreadGC2.a...Pete Batard2010-01-141-1/+1
* svn r50: - MSVC6 compatibility (Michael Plante): new driver backend implement...Pete Batard2010-01-142-95/+165
* svn r48: - less annoying windows_set_configurationPete Batard2010-01-141-8/+1
* svn r46: - auto-claim of interface for control transfers (improves v0.1 compa...Pete Batard2010-01-142-1/+10
* svn r44:Pete Batard2010-01-145-68/+212
* svn r42:Pete Batard2010-01-144-205/+150
* svn r40:Pete Batard2010-01-144-145/+290
* svn r38:Pete Batard2010-01-143-82/+287
* svn r37:Pete Batard2010-01-142-67/+256
* svn r35:Pete Batard2010-01-144-317/+281
* svn r33:Pete Batard2010-01-141-5/+5
* svn r31:Pete Batard2010-01-144-100/+162
* svn r29:Pete Batard2010-01-148-181/+673
* svn r27:Pete Batard2010-01-144-149/+253
* svn r25:Pete Batard2010-01-143-417/+626
* svn r22: Partial async I/O (control only) with custom poll and OVERLAPPED poi...Pete Batard2010-01-145-317/+525
* svn r18: basic open/close & claim/release interface + detection of WinUSB and...Pete Batard2010-01-143-64/+244
* svn r13: add winusb to the mix: query first interface and pipes on device openPete Batard2010-01-143-7/+296
* svn r12: hires timer fix (v3) - uses picoseconds and thread affinityPete Batard2010-01-141-12/+40
* svn r11: remove dpfp compilation (doesn't work on Windows) and add the xusb t...Pete Batard2010-01-142-1/+76
* svn r10: device descriptors and config descriptors caching code cleanupPete Batard2010-01-142-64/+16
* svn r9: general code cleanupPete Batard2010-01-142-91/+36