summaryrefslogtreecommitdiffhomepage
path: root/windows/winroute/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Rename 'winroute' module into 'winnet'Odd Stranne22-1211/+0
2019-04-17Correct hardcoded adapter name in GetTapInterfaceIpv6StatusOdd Stranne1-1/+1
2019-04-17Add function to fuzzily determine TAP aliasOdd Stranne7-0/+260
2018-09-11Suppress generating copy ctor and friends in 'NetworkInterfaces'Odd Stranne1-0/+3
2018-09-11Initialize members in 'InterfacePair'Odd Stranne1-2/+2
2018-09-11Add loader project for stepping/debuggingOdd Stranne6-0/+228
2018-09-11Add GetTapInterfaceIpv6Status functionOdd Stranne5-14/+110
2018-08-09Handle unsupported protocol on interfaceJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-09Fix typoJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-09Fix error message string encodingJanito Vaqueiro Ferreira Filho2-5/+5
2018-07-12Set the interface metric for both ipv4 and ipv6 interfacesEmīls8-65/+143
2018-07-12Add version information for C++ binariesOdd Stranne3-0/+31
2018-06-27Simplify metric setting by altering a single interfaceEmīls1-4/+0
2018-06-27Improve FFI error returningEmīls2-5/+14
2018-06-27Fix bom issuesEmīls1-0/+0
2018-06-27Make winroute build for all targetsEmīls1-0/+9
2018-06-27Add module definition for winrouteEmīls3-0/+13
2018-06-27Add NetworkInterfaces classEmīls6-0/+214
2018-06-27Add solution/project filesOdd Stranne8-0/+239