summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* r132: harmonized compatibility layer function names (_libusb prefix always, r...r132Pete Batard2010-02-024-51/+69
* r131: fixed various /W4 warnings for MSVC (core files)r131Pete Batard2010-02-012-2/+2
* r130: fixed *size in HidD_GetPhysicalDescriptor and fixed various /W4 warning...Pete Batard2010-02-013-22/+35
* r129: xusb fixes for Mass Storage test (Alan Stern):Pete Batard2010-01-311-6/+19
* r128: additional cygwin fixes for concurrencyPete Batard2010-01-302-2/+4
* r127: merged concurrency branch with master (native improved concurrency hand...Pete Batard2010-01-303-216/+441
* r126: fixed sscanf_s test for MSVC6 usersPete Batard2010-01-301-1/+1
* r125: oops - fixed check for OS_WINDOWS in previous patchPete Batard2010-01-301-1/+1
* r124: removes #error on previous commit and fixes thing ourselvesPete Batard2010-01-302-13/+13
* r123: reverted the use of usb_interface in core and forced interface to be un...Pete Batard2010-01-295-32/+45
* r122: fixed poll conflict on cygwin (all compat functions renamed to _libusb_...Pete Batard2010-01-286-35/+34
* 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-283-6/+6
* r119: xusb improvements for mass storage (Alan Stern)Pete Batard2010-01-272-50/+89
* r118: more readable xusb output and added automated endpoint generation for M...Pete Batard2010-01-261-58/+71
* r117: fixed missing API_EXPORTED for the new libusb_strerror callPete Batard2010-01-261-1/+1
* r116: DDK build completion (Orin Eman):Pete Batard2010-01-267-3/+141
* r115: added libusb_strerror (Francesco Montorsi)Pete Batard2010-01-253-1/+53
* r114: sources update and build script (Orin Eman)Pete Batard2010-01-254-18/+80
* r113: HID part 4 (feature complete) + rc file copyright update (Peter Stuge)Pete Batard2010-01-253-26/+176
* r112: fixed missing mutex unlock on malloc fail, and destroy mutex/cv in usbi...Michael Plante2010-01-251-1/+13
* r111: destroy core.c mutexes when done, and fix a few unlikely memory leaksMichael Plante2010-01-241-1/+13
* r110: fixed missing handle_timeouts_locked, which was removed with r102Pete Batard2010-01-241-0/+45
* r109: workaround for broken timercmp on both windows and some posix systems (...Michael Plante2010-01-241-1/+1
* r108: Made version info more easily configurable by hand and made OriginalFil...Michael Plante2010-01-241-8/+25
* r107: removed unnecessary dependency on MFC in the resource scriptPete Batard2010-01-241-2/+2
* r106: Fixed leak in usbi_alloc_device when pthread_mutex_init failsMichael Plante2010-01-241-1/+3
* r105: added MS Sidewinder HID test in xusb.c + minor changes/improvementsPete Batard2010-01-233-13/+91
* r104: thread safety change for pipe_number globalMichael Plante2010-01-231-2/+5
* r103: HID part 3 (WIP)Pete Batard2010-01-223-371/+487
* r102: handle_timeouts() CORE modificationPete Batard2010-01-221-28/+33
* r101: MSVC6 & VS 2005 updates (Michael Plante & Orin Eman)Pete Batard2010-01-2110-37/+717
* r100: added MSVC6 project files (Michael Plante)Pete Batard2010-01-215-0/+608
* r99b: oops - fixed removal of API_EXPORTEDPete Batard2010-01-211-0/+3
* r99: DDK/sources x64 final fix and additional MSVC fixes (/MT)Pete Batard2010-01-216-26/+17
* r98: additional MSVC6 fixesPete Batard2010-01-213-17/+17
* r97: minor fixes for cygwin and sourcesPete Batard2010-01-213-7/+6
* r96: added sources support (Orin Eman)Pete Batard2010-01-214-5/+68
* r95: added .rc file for DLL (Michael Plante & Orin Eman)Pete Batard2010-01-213-6/+142
* r94: removed the need for DDK includes + minor fixesPete Batard2010-01-213-94/+285
* r93: HID part 2 (WIP)Pete Batard2010-01-205-107/+805
* r92: updated .gitignorePete Batard2010-01-201-0/+6
* r91: additional MSVC fixesPete Batard2010-01-191-16/+12
* r90: more compilation environment fixes:Pete Batard2010-01-1913-30/+952
* r89: extended API supportPete Batard2010-01-184-128/+635
* r88: final fix for MSVC/x64 (long in Windows' timeval struct)Pete Batard2010-01-161-3/+4
* r87: fixed empty lines at the start of sln filesPete Batard2010-01-162-2/+0
* r86: VS2005 compatibility update and pthread-win32_x64 helpersPete Batard2010-01-165-4/+442
* r85: fixed MSVC warnings for x64 and reverted ssize_t to int for libusb_get_d...Pete Batard2010-01-166-9/+19
* r84: updated README_MSVC.txtPete Batard2010-01-151-13/+42