aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reschedule EvaluateWintun between InstallInitialize and InstallFinalize0.8.1Simon Rozman2020-02-291-1/+1
* Version bump0.8Jason A. Donenfeld2019-12-101-2/+2
* Invert skipPacket condition so code matchesJason A. Donenfeld2019-12-101-2/+3
* Increment discarded packets properlyJason A. Donenfeld2019-12-101-3/+1
* Process send NBLs in batchesSimon Rozman2019-12-101-59/+63
* Remove excessive ASSERTSimon Rozman2019-12-101-2/+0
* Version bump0.7Jason A. Donenfeld2019-10-061-2/+2
* Ensure that buffers are unmapped on process exit and adapter deletionJason A. Donenfeld2019-10-061-13/+84
* installer: improve resource freeing flowJason A. Donenfeld2019-10-042-31/+44
* msi-example: add instructions and sample codeJason A. Donenfeld2019-09-184-1/+153
* Stop timestamping test-signed binariesSimon Rozman2019-09-021-9/+14
* Explicitly opt-in to READ_ONCE/WRITE_ONCE semanticsJason A. Donenfeld2019-08-241-1/+2
* README: clarify spinningJason A. Donenfeld2019-08-221-1/+1
* Use WiX directly rather than via WiX's MSBuildSimon Rozman2019-08-056-105/+48
* Dynamically gather signtool full pathJason A. Donenfeld2019-08-053-2/+7
* Unify XML empty-element spacingSimon Rozman2019-08-053-41/+41
* Version bump0.6Jason A. Donenfeld2019-08-041-2/+2
* Use performance counter for less spinningJason A. Donenfeld2019-08-041-5/+5
* Spin less and more efficientlyJason A. Donenfeld2019-08-043-6/+7
* GetCurrentProcessToken() is Win8+, so open our own tokenJason A. Donenfeld2019-08-031-5/+15
* Shorten READMEJason A. Donenfeld2019-08-021-72/+3
* Free interface list when aborting in installerJason A. Donenfeld2019-08-021-1/+4
* Document how to get file handleJason A. Donenfeld2019-08-021-19/+48
* Cleanup NBL reference countingSimon Rozman2019-08-021-39/+25
* Skip packet on NBL allocation failure properlySimon Rozman2019-08-021-0/+2
* Version bump0.5Jason A. Donenfeld2019-08-021-2/+2
* Rearrange README and add additional MSM infoJason A. Donenfeld2019-08-021-73/+90
* Do not rebuild driver on installer library buildJason A. Donenfeld2019-08-021-3/+3
* Use reference counter and KEVENT instead of remove locksSimon Rozman2019-08-021-12/+9
* Rearrange comment to make clang-format happyJason A. Donenfeld2019-08-021-2/+2
* Disable APC when taking rwlockJason A. Donenfeld2019-08-021-0/+6
* Unify driver input file listSimon Rozman2019-08-021-4/+7
* Resolve SDV reported "defect"Simon Rozman2019-08-023-1/+5
* Add SDVView targetSimon Rozman2019-08-021-1/+4
* Separate out atomic helpersJason A. Donenfeld2019-08-025-65/+71
* Rewrite installer logic in CJason A. Donenfeld2019-08-0221-196/+1552
* Use explicit running boolean and use set instead of exchangeJason A. Donenfeld2019-07-311-24/+31
* Assert that adapter is always running when client is registering ringsSimon Rozman2019-07-311-0/+2
* Cleanup TUN_FLAGS_PRESENTSimon Rozman2019-07-311-8/+2
* Add handle closing ioctlJason A. Donenfeld2019-07-315-11/+131
* Reinitialize active NBL remove lock to allow adapter reuseSimon Rozman2019-07-311-1/+3
* Compile on 32-bit and arm64Jason A. Donenfeld2019-07-191-6/+8
* Use more specific IOCTL codeJason A. Donenfeld2019-07-192-3/+2
* Require the usual SDDL_DEVOBJ_SYS_ALL permissionsJason A. Donenfeld2019-07-181-36/+96
* Make receiving NBLs asynchronousSimon Rozman2019-07-181-26/+105
* Minimize TransitionLock when receiving packetsSimon Rozman2019-07-181-13/+11
* Fix insane coding styleJason A. Donenfeld2019-07-181-2/+2
* Fix awkward comment styleJason A. Donenfeld2019-07-181-3/+3
* Do not hijack PNP notifierJason A. Donenfeld2019-07-181-35/+1
* Switch to paged dispatch handlersJason A. Donenfeld2019-07-181-4/+7