Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump0.8 | 2019-12-10 | 1 | -2/+2 | |
* | Invert skipPacket condition so code matches | 2019-12-10 | 1 | -2/+3 | |
* | Increment discarded packets properly | 2019-12-10 | 1 | -3/+1 | |
* | Process send NBLs in batches | 2019-12-10 | 1 | -59/+63 | |
* | Remove excessive ASSERT | 2019-12-10 | 1 | -2/+0 | |
* | Version bump0.7 | 2019-10-06 | 1 | -2/+2 | |
* | Ensure that buffers are unmapped on process exit and adapter deletion | 2019-10-06 | 1 | -13/+84 | |
* | installer: improve resource freeing flow | 2019-10-04 | 2 | -31/+44 | |
* | msi-example: add instructions and sample code | 2019-09-18 | 4 | -1/+153 | |
* | Stop timestamping test-signed binaries | 2019-09-02 | 1 | -9/+14 | |
* | Explicitly opt-in to READ_ONCE/WRITE_ONCE semantics | 2019-08-24 | 1 | -1/+2 | |
* | README: clarify spinning | 2019-08-22 | 1 | -1/+1 | |
* | Use WiX directly rather than via WiX's MSBuild | 2019-08-05 | 6 | -105/+48 | |
* | Dynamically gather signtool full path | 2019-08-05 | 3 | -2/+7 | |
* | Unify XML empty-element spacing | 2019-08-05 | 3 | -41/+41 | |
* | Version bump0.6 | 2019-08-04 | 1 | -2/+2 | |
* | Use performance counter for less spinning | 2019-08-04 | 1 | -5/+5 | |
* | Spin less and more efficiently | 2019-08-04 | 3 | -6/+7 | |
* | GetCurrentProcessToken() is Win8+, so open our own token | 2019-08-03 | 1 | -5/+15 | |
* | Shorten README | 2019-08-02 | 1 | -72/+3 | |
* | Free interface list when aborting in installer | 2019-08-02 | 1 | -1/+4 | |
* | Document how to get file handle | 2019-08-02 | 1 | -19/+48 | |
* | Cleanup NBL reference counting | 2019-08-02 | 1 | -39/+25 | |
* | Skip packet on NBL allocation failure properly | 2019-08-02 | 1 | -0/+2 | |
* | Version bump0.5 | 2019-08-02 | 1 | -2/+2 | |
* | Rearrange README and add additional MSM info | 2019-08-02 | 1 | -73/+90 | |
* | Do not rebuild driver on installer library build | 2019-08-02 | 1 | -3/+3 | |
* | Use reference counter and KEVENT instead of remove locks | 2019-08-02 | 1 | -12/+9 | |
* | Rearrange comment to make clang-format happy | 2019-08-02 | 1 | -2/+2 | |
* | Disable APC when taking rwlock | 2019-08-02 | 1 | -0/+6 | |
* | Unify driver input file list | 2019-08-02 | 1 | -4/+7 | |
* | Resolve SDV reported "defect" | 2019-08-02 | 3 | -1/+5 | |
* | Add SDVView target | 2019-08-02 | 1 | -1/+4 | |
* | Separate out atomic helpers | 2019-08-02 | 5 | -65/+71 | |
* | Rewrite installer logic in C | 2019-08-02 | 21 | -196/+1552 | |
* | Use explicit running boolean and use set instead of exchange | 2019-07-31 | 1 | -24/+31 | |
* | Assert that adapter is always running when client is registering rings | 2019-07-31 | 1 | -0/+2 | |
* | Cleanup TUN_FLAGS_PRESENT | 2019-07-31 | 1 | -8/+2 | |
* | Add handle closing ioctl | 2019-07-31 | 5 | -11/+131 | |
* | Reinitialize active NBL remove lock to allow adapter reuse | 2019-07-31 | 1 | -1/+3 | |
* | Compile on 32-bit and arm64 | 2019-07-19 | 1 | -6/+8 | |
* | Use more specific IOCTL code | 2019-07-19 | 2 | -3/+2 | |
* | Require the usual SDDL_DEVOBJ_SYS_ALL permissions | 2019-07-18 | 1 | -36/+96 | |
* | Make receiving NBLs asynchronous | 2019-07-18 | 1 | -26/+105 | |
* | Minimize TransitionLock when receiving packets | 2019-07-18 | 1 | -13/+11 | |
* | Fix insane coding style | 2019-07-18 | 1 | -2/+2 | |
* | Fix awkward comment style | 2019-07-18 | 1 | -3/+3 | |
* | Do not hijack PNP notifier | 2019-07-18 | 1 | -35/+1 | |
* | Switch to paged dispatch handlers | 2019-07-18 | 1 | -4/+7 | |
* | Minimize TransitionLock when sending packets | 2019-07-18 | 1 | -7/+9 |