summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* enabled reuse of windows_error_str for wdir225Pete Batard2010-03-232-8/+8
* renamed 2005 and 2008 MSVC solution filesPete Batard2010-03-192-0/+0
* removed trailing whitespaces (Windows backend)r214bPeter Stuge2010-03-181-22/+22
* _stdcall calling convention for VS2005 DLL project filesr201Pete Batard2010-03-082-8/+0
* xusb improvements (parameters checks)r200Pete Batard2010-03-081-47/+81
* more residual cleanup (Michael Plante)r191Pete Batard2010-03-032-4/+4
* changed calling convention to __stdcall (VS2008)Pete Batard2010-03-032-0/+8
* renamed windows_compat to poll_windowsPete Batard2010-03-022-2/+2
* reattach driver when detached in xusb (Xiaofan Chen)r183Pete Batard2010-03-011-0/+11
* xusb improvements for HID test: int. vs bulk (Xiaofan Chen)r182Pete Batard2010-03-011-2/+2
* xusb improvements and fixesr181Pete Batard2010-02-281-12/+24
* exclude dpfp_threaded if pthread is not available (MinGW)r174Pete Batard2010-02-241-1/+8
* includes simplification and cleanup (core)Pete Batard2010-02-242-3/+0
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-2412-55/+38
* updated copyright notice and credits in sourcer167Pete Batard2010-02-201-2/+4
* xusb improvements (feature reports)r162Pete Batard2010-02-181-2/+13
* r141: HID I/O Overhaul:r141Pete Batard2010-02-061-47/+96
* r132: harmonized compatibility layer function names (_libusb prefix always, r...r132Pete Batard2010-02-021-7/+25
* r129: xusb fixes for Mass Storage test (Alan Stern):Pete Batard2010-01-311-6/+19
* r126: fixed sscanf_s test for MSVC6 usersPete Batard2010-01-301-1/+1
* r124: removes #error on previous commit and fixes thing ourselvesPete Batard2010-01-301-2/+2
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-291-5/+21
* r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...Pete Batard2010-01-281-3/+3
* r121: some more small improvements for xusb.c (vid:pid as cmdline parameter)Pete Batard2010-01-281-16/+39
* r120: vc2005 express fixes (Orin Eman)Pete Batard2010-01-282-4/+4
* r119: xusb improvements for mass storage (Alan Stern)Pete Batard2010-01-271-46/+83
* r118: more readable xusb output and added automated endpoint generation for M...Pete Batard2010-01-261-58/+71
* r116: DDK build completion (Orin Eman):Pete Batard2010-01-264-3/+83
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-251-1/+1
* r105: added MS Sidewinder HID test in xusb.c + minor changes/improvementsPete Batard2010-01-231-8/+82
* r101: MSVC6 & VS 2005 updates (Michael Plante & Orin Eman)Pete Batard2010-01-214-4/+334
* r100: added MSVC6 project files (Michael Plante)Pete Batard2010-01-212-0/+205
* r99: DDK/sources x64 final fix and additional MSVC fixes (/MT)Pete Batard2010-01-212-8/+8
* r94: removed the need for DDK includes + minor fixesPete Batard2010-01-211-1/+1
* r93: HID part 2 (WIP)Pete Batard2010-01-201-3/+9
* r90: more compilation environment fixes:Pete Batard2010-01-194-12/+402
* r89: extended API supportPete Batard2010-01-181-1/+9
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-161-1/+2
* r82: added x64 support for MSVC and finalized directory structure.Pete Batard2010-01-152-14/+334
* r80: workaround for interface macro redefinition on Windows (removes the need...Pete Batard2010-01-151-13/+11
* 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-141-17/+17
* r73: moved -pthread option to CFLAGS for platforms that need itPete Batard2010-01-141-17/+17
* Fix CR/LF inconsistenciesPete Batard2010-01-143-405/+405
* svn r64:Pete Batard2010-01-142-0/+8
* svn r63: - updated Visual Studio 2008 projects files (fixed missing options f...Pete Batard2010-01-141-0/+1
* svn r62: More MSVC6 compatibilityPete Batard2010-01-141-1/+12
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-142-6/+9
* svn r52: MSVC compatibility update:Pete Batard2010-01-142-0/+373
* svn r44:Pete Batard2010-01-141-42/+173