summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* enforce proper line terminators for MSVC and .sh filesPete Batard2010-07-317-1627/+1629
* more residuals from official: samplespbr288Pete Batard2010-07-303-18/+5
* bring autoconf/automake in line with officialDaniel Drake2010-07-291-9/+9
* improved readout of string descriptors in xusbpbr283Pete Batard2010-06-141-8/+12
* added detection of -pthread option - only use when requiredPete Batard2010-05-111-1/+1
* disabled autoclaim in windows_usb.c and removed its use in xusb.cr275Pete Batard2010-05-051-3/+0
* added threads_windows to source browserr271Michael Plante2010-04-262-2/+2
* general whitespace cleanupMichael Plante2010-04-242-4/+4
* added missing calling convention for callbacks in dpfpPete Batard2010-04-182-13/+13
* switched DDK calling convention for examples to __cdeclr260Pete Batard2010-04-184-10/+4
* DDK build (sources) advapi32.lib dependencyPete Batard2010-04-162-2/+4
* [INTERNAL - NOT FOR RELEASE] MSVC 2008 advapi.lib dependencyPete Batard2010-04-162-8/+8
* added advapi32.lib dependency reference in xusb.cPete Batard2010-04-161-1/+3
* better handling of attach/detach for Linux in xusb.cr254Pete Batard2010-04-161-12/+14
* added more explicit library dependencies in xusb.c (MSVC)Tim Roberts2010-04-161-0/+6
* set default messaging level to warnings in xusbr248Pete Batard2010-04-081-2/+2
* fixed "ignoring return value of 'fwrite'" warning with gccr247Pete Batard2010-04-081-2/+4
* addressed MSVC warnings prompted by previous changer246Pete Batard2010-04-082-8/+8
* added binary dump option to xusb (-b)Pete Batard2010-04-081-11/+34
* fixed HID record size computation in xusbPete Batard2010-04-081-7/+10
* fixed arglen warning from previous commitr242Pete Batard2010-04-061-5/+5
* xusb improvements (parameter handling + debug enable)r241Pete Batard2010-04-061-83/+87
* xusb HID test improvements (Feature Reports)Michael Plante2010-04-061-63/+85
* ddk_build improvements (DLL option, static lib default)r230Pete Batard2010-03-292-0/+6
* 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