summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* bumped internal versionpbh308Pete Batard2010-10-041-1/+1
* Windows enumeration overhaulPete Batard2010-10-042-828/+639
* new_enum/hotplug branch: offset 9000Pete Batard2010-10-041-1/+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
* bumped internal versionpbr305Pete Batard2010-09-211-2/+2
* minor .rc improvementsPete Batard2010-09-211-10/+4
* handle versioning through libusb_version.hPete Batard2010-09-216-937/+66
* fixed previous patch and updated .def for new callspbr304Pete Batard2010-09-212-4/+22
* Fix a race conditionGraeme Gill2010-09-213-18/+42
* Add a missing argument to libusb_wait_for_eventLudovic Rousseau2010-09-211-1/+1
* Linux: Fix endian handling for usbfs/sysfsHector Martin2010-09-211-2/+2
* fixed .def generation broken by previous commitpbr303Pete Batard2010-09-201-63/+63
* merged latest official changesPete Batard2010-09-207-92/+180
* replaced LIBUSB_API with LIBUSB_CALLPete Batard2010-09-205-118/+118
* updated libusb-1.0.def for libusb_getversion()Pete Batard2010-09-201-0/+9
* added libusb_getversion()Pete Batard2010-09-204-0/+895
* added libusb version nanoPete Batard2010-09-201-2/+2
* fixed missing winioctl.h header for cygwinpbr301Pete Batard2010-09-061-0/+1
* use IOCTLs for HID reports (input, output, feature)Pete Batard2010-09-062-153/+59
* workaround for unavailable _strdup on MinGW32pbr300Pete Batard2010-08-211-1/+6
* fixed possible buffer overflow in windows_error_str()pbr299Pete Batard2010-08-191-4/+9
* added full support for filter driversPete Batard2010-08-192-35/+66
* added limited support for filter driverspbr298Pete Batard2010-08-181-45/+61
* removed root from list of DDK include pathspbr297Pete Batard2010-08-171-1/+1
* fixed errcode shadow warning in MinGW-w64 (windows backend)pbr296Pete Batard2010-08-171-8/+8
* fixed errcode shadow warning in MinGW-w64 (core)Pete Batard2010-08-171-2/+2
* restrict scope of previous workaround and return error when possiblePete Batard2010-08-173-9/+18
* only apply previous workaround for 32 bit buildspbr295Pete Batard2010-08-163-0/+17
* added Workaround for MinGW-w64 multilib bugPete Batard2010-08-153-5/+38
* remove unneeded sanity check in cache_config_descriptorspbr294Pete Batard2010-08-102-8/+3
* removed WinUsb_QueryInterfaceSettings() call in winusb_claim_interfacePete Batard2010-08-101-35/+28
* Darwin: Cache device configuration valueNathan Hjelm2010-08-052-51/+75
* creates MinGW and MS DLLs that are fully interchangeablepbr293Pete Batard2010-08-052-0/+438
* more safe string macros improvementspbr292Pete Batard2010-08-032-4/+6
* reverted to using a (generated) .def file for DLL exportspbr291Pete Batard2010-08-023-64/+113
* minor improvementsPete Batard2010-08-022-14/+14
* fixed bad cleanup in winusb_release_interface()pbr290Pete Batard2010-08-011-2/+3
* fixed mishandling of null terminators in safe_strncpy()Pete Batard2010-08-011-1/+1
* fixed bad string duplication for WinUSB pathspbr289Pete Batard2010-07-311-2/+2
* more residuals from official: corePete Batard2010-07-303-13/+5
* more residuals from official: corePete Batard2010-07-292-3/+2
* fix missing linefeeds at the end of windows_usb.c/hPete Batard2010-07-292-2/+2
* fixed residuals from official for autoconf/automakePete Batard2010-07-291-1/+1
* fixed -Wshadow compilation errors when using cygwinPete Batard2010-07-294-31/+23
* fixed residuals from official for core filesPete Batard2010-07-294-15/+21
* fixed residuals from official for DarwinPete Batard2010-07-291-0/+5