summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-18UsbDk: treat USB 1.x devices as full speed on Windows XPv0.03-1Pavel Gurvich1-1/+1
2014-09-16UsbDk: Fix roll-back of control device creationDmitry Fleytman2-11/+24
2014-09-16UsbDk: Always delete old pipes information on reconfigurationDmitry Fleytman1-1/+2
2014-09-16UsbDk: Introduce CObjHolder::reset() methodDmitry Fleytman1-0/+6
2014-09-16UsbDk: Fix filter device cleanup on errorDmitry Fleytman1-1/+7
2014-09-16UsbDk: Fix leak of CUsbDkFilterDevice objectsPavel Gurvich3-12/+13
2014-09-11UsbDk: simplify CRegText and make it more robustDmitry Fleytman3-15/+8
2014-09-11UsbDk: drop unused CWdfMemoryBuffer classPavel Gurvich3-56/+17
2014-09-11UsbDk: drop unused DeviceAccess logicPavel Gurvich2-144/+13
2014-09-11UsbDkController: BZ#1138233 - "UsbDkController.exe -i" fails when not called ...Dmitry Fleytman3-16/+51
2014-09-11UsbDkController: Use uniform TCHAR typeDmitry Fleytman1-2/+2
2014-09-11UsbDkController: Fix windows.h includeDmitry Fleytman1-1/+1
2014-09-11UsbDkController: Mark internal functions staticDmitry Fleytman1-5/+5
2014-09-11UsbDkHelper/Controller: Beautify error messagesDmitry Fleytman6-12/+12
2014-09-11UsbDk. Add comment for EnumUsbDevicesByID()Pavel Gurvich1-0/+8
2014-09-10UsbDk: Fix number of bytes transferred for control transfersPavel Gurvich1-1/+1
2014-09-10usbdk: optimize urb.h includesDmitry Fleytman3-3/+1
2014-09-09UsbDk: BZ#1136908/BZ#1101593 Fix unsuccessfull driver installation pop-upsDmitry Fleytman1-0/+4
2014-09-09UsbDk: Cache configuration descriptors on QDRDmitry Fleytman3-8/+76
2014-09-09UsbDk: Introduce CBufferSet classDmitry Fleytman1-0/+70
2014-09-09UsbDk: Make CObjHolder deleter template parameterDmitry Fleytman4-89/+94
2014-09-09UsbDk: Make CObjHolder::operator= follow best practicesDmitry Fleytman1-2/+5
2014-09-09UsbDk: Add more traces on new child registrationDmitry Fleytman1-0/+4
2014-09-09UsbDk: BZ#1139434 Windows XP crashes after some time of a realtime USB traffi...Pavel Gurvich1-1/+1
2014-08-20UsbDk: Fix output data length for transfer requestsPavel Gurvich1-7/+9
2014-08-20UsbDk: Fill DEVICE_CAPABILITIES as required for QueryCapabilities IRPPavel Gurvich1-0/+3
2014-08-20UsbDk: Remove unused IOCTL RemoveRedirectPavel Gurvich3-15/+1
2014-08-20UsbDkHelper: Remove unused RemoveRedirect methodPavel Gurvich2-7/+0
2014-08-20Revert "UsbDk: Fix never completed IOCTLs issue"Pavel Gurvich3-25/+94
2014-08-17UsbDk: Fix never completed IOCTLs issuev0.02-1Pavel Gurvich3-94/+25
2014-08-17UsbDk: Fix race conditions in device enumerationPavel Gurvich1-2/+2
2014-08-17UsbDk: Fix stop redirection failuresPavel Gurvich1-2/+1
2014-08-12UsbDk: Add all build output to .gitignoreDmitry Fleytman1-1/+10
2014-08-12Build: Add version information into binariesDmitry Fleytman11-1/+275
2014-08-11UsbDkController: Fix message text when reboot is required on installPavel Gurvich1-2/+2
2014-08-11UsbDkHelper: Fix processing of reboot needed case on installPavel Gurvich5-25/+20
2014-08-05Build: Rename package project to avoid spaces in file namesDmitry Fleytman1-76/+77
2014-08-04UsbDk: Process isochronous transfers requestsDmitry Fleytman4-5/+149
2014-08-04UsbDk: Introduce infrastructure for isochronous transfersDmitry Fleytman2-5/+115
2014-08-04UsbDk: Introduce class for isochronous URBDmitry Fleytman5-0/+139
2014-08-04UsbDk: Implement isochronous URB allocation for Widnows XPDmitry Fleytman2-0/+20
2014-08-04UsbDk: Introduce USHORT_MAX definitionDmitry Fleytman1-0/+1
2014-08-03UsbDk: Make WDFMEMORY accessor class type-awareDmitry Fleytman1-8/+12
2014-08-03UsbDk: Add completion context parameter for CWdfRequestPavel Gurvich2-3/+3
2014-07-31Build: Make build tree structure more formalizedDmitry Fleytman4-12/+64
2014-07-31Build: Introduce script for batch buildsDmitry Fleytman5-1/+77
2014-07-30UsbDk: Use Transfer type instead of Endpoint address.Pavel Gurvich1-16/+19
2014-07-30UsbDk: add TransferType enum to UsbDkData.hPavel Gurvich1-1/+8
2014-07-03UsbDk: Add README.md file with basic informationDmitry Fleytman3-2/+35
2014-07-03UsbDk: Split IoInCallerContextRW() functionPavel Gurvich2-35/+46