Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-29 | Peer timer teardown | Mathias Hall-Andersen | |
2017-11-29 | Added cross namespace TUN status detection | Mathias Hall-Andersen | |
2017-11-19 | Better naming of bind helpers | Mathias Hall-Andersen | |
2017-11-19 | Begin generic Bind implementation | Mathias Hall-Andersen | |
2017-11-18 | Moved endpoint into interface and simplified peer | Mathias Hall-Andersen | |
2017-11-17 | Ported remaining netns.sh | Mathias Hall-Andersen | |
- Ported remaining netns.sh tests - Begin work on generic implementation of bind interface | |||
2017-11-14 | Initial working source caching | Mathias Hall-Andersen | |
2017-11-11 | Fixed blocking reader on closed socket | Mathias Hall-Andersen | |
2017-11-11 | Fixed port endianness | Mathias Hall-Andersen | |
2017-10-27 | Fixed message header length in conn_linux | Mathias Hall-Andersen | |
2017-10-16 | Initial implementation of source caching | Mathias Hall-Andersen | |
Yet untested. | |||
2017-10-08 | Added new UDPBind interface | Mathias Hall-Andersen | |
2017-10-07 | Begin incorporating new src cache into receive | Mathias Hall-Andersen | |
2017-10-06 | Definition of platform specific socket bind | Mathias Hall-Andersen | |
2017-09-26 | Sleep to close fd | Jason A. Donenfeld | |
2017-09-24 | Begin work on source address caching (linux) | Mathias Hall-Andersen | |
2017-08-22 | Add support for fwmark on linux | Mathias Hall-Andersen | |
2017-08-17 | Added missing IF index check | Mathias Hall-Andersen | |
2017-08-11 | Improved receive.go | Mathias Hall-Andersen | |
- Fixed configuration listen-port semantics - Improved receive.go code for updating listen port - Updated under load detection, how follows the kernel space implementation - Fixed trie bug accidentally introduced in last commit - Added interface name to log (format still subject to change) - Can now configure the logging level using the LOG_LEVEL variable - Begin porting netsh.sh tests - A number of smaller changes |