summaryrefslogtreecommitdiff
path: root/UsbDkController
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hider API: add ability to delete all persistent rulesv1.00-21Yuri Benditovich1-0/+14
2019-04-15implement UsbDkController operations for extended rulesYuri Benditovich1-20/+31
2019-01-27Update project files for build with higher WDK installedYuri Benditovich1-0/+2
2017-05-29Installer: Abort installation if the driver fails to startSameeh Jubran1-0/+3
2017-04-06Build: Introduce debug configurations without test signingv1.00-19v1.00-18Dmitry Fleytman1-0/+394
2017-04-03Build: Migrate to VS 2015 and add Win10 configurationsSameeh Jubran1-702/+887
2015-12-24UsdDkController: Clarify redirection option in the help screenv1.00-9Dmitry Fleytman1-1/+4
2015-12-24UsbDk: Trivial: Ditch dummy TODOsDmitry Fleytman1-2/+0
2015-04-30UsbDkController: Fix stop redirection text messageDmitry Fleytman1-1/+1
2015-03-25trivial: cleanup commentsDmitry Fleytman1-10/+0
2015-03-25UsbDkHelper/Controller: Update persistent hide rules after modificationDmitry Fleytman1-32/+21
2015-03-25UsbDkController: Fix return values and beautificationsDmitry Fleytman1-2/+1
2015-03-25UsbDkController: Introduce support for persistent hide rulesDmitry Fleytman1-0/+64
2015-03-23UsbDkController: extend -H option to receive all rule parametersKirill Moizik1-22/+50
2015-03-23UsbDkHelper: Introduce UUID generator (CGuid class)Kirill Moizik1-1/+3
2015-02-26UsbDkController: Make command line switches case sensitivev1.00-1Dmitry Fleytman1-4/+4
2015-02-26UsbDkController: Make usage text more alignedDmitry Fleytman1-6/+6
2015-02-26UsbDkController: Add -h switch for help/usageDmitry Fleytman1-1/+7
2015-02-26UsbDkControoler: Beautify "device hidden" printoutDmitry Fleytman1-1/+2
2015-02-26UsbDkController: Fix typo in error messageDmitry Fleytman1-1/+1
2015-02-26UsbDkController: Change command line switch for hide from -h to -HDmitry Fleytman1-2/+2
2015-02-17UsbDkController: Implement hide device logicDmitry Fleytman1-0/+74
2015-02-17UsbDkController: beautify usage textDmitry Fleytman1-5/+5
2015-02-17UsbDkHelper: Introduce hider APIDmitry Fleytman1-0/+2
2014-11-13Install: Introduce helper application for MSI installerDmitry Fleytman4-63/+1
2014-11-10UsbDkController: return proper error value on failuresDmitry Fleytman1-15/+23
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 Fleytman1-1/+1
2014-08-12Build: Add version information into binariesDmitry Fleytman3-0/+60
2014-08-11UsbDkController: Fix message text when reboot is required on installPavel Gurvich1-2/+2
2014-07-31Build: Make build tree structure more formalizedDmitry Fleytman1-4/+16
2014-06-01build: add XP/2003 configurationsDmitry Fleytman4-0/+223
2014-05-29UsbDkController: print device speed on enumerationDmitry Fleytman1-1/+2
2014-05-20UsbDkController: update names of UsbDkHelper APIPavel Gurvich1-8/+8
2014-05-20UsbDkHelper: Cosmetics: rename ReleaseDeviceList ReleaseDevicesListPavel Gurvich1-1/+1
2014-05-20UsbDk: Add license-related files and headersPavel Gurvich5-12/+264
2014-05-11UsbDkController: Handle start redirect return value properlyDmitry Fleytman1-1/+1
2014-05-11UsbDk: Introduce API for configuration descriptors retrievalDmitry Fleytman1-2/+31
2014-05-11UsbDk: Supply USB device descriptors on enumerationDmitry Fleytman2-4/+10
2014-05-11UsbDk: Introduce UsbDkFillIDStruct helperDmitry Fleytman1-2/+1
2014-05-11UsbDk: Add port number to per-device data supplied on enumerationDmitry Fleytman1-0/+1
2014-05-11UsbDk: Add filter ID to per-device data supplied on enumerationDmitry Fleytman1-0/+1
2014-05-11UsbDk: Make device enumeration return more generic structureDmitry Fleytman1-2/+5
2014-05-11UsbDkController: Update test application with new interface of UsbDkHelperPavel Gurvich1-75/+97
2014-05-11UsbDk&UsbDkHelper&UsbDkController: Remove separate reset APIPavel Gurvich1-14/+1
2014-05-11UsbDkController: Fix DLL symbols importPavel Gurvich1-0/+12
2014-05-11UsbDkController: Commands for start/stop redirectionDmitry Fleytman1-5/+34