aboutsummaryrefslogtreecommitdiff
path: root/networks/plaintext.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hax@andrewyu.org -> hax@runxiyu.orgHEADmasterTest_User5 days1-1/+1
|
* Separate haxstring/table from hereTest_User2024-09-041-1/+1
|
* Improve accept retrying conditionsTest_User2024-08-121-1/+1
|
* networking: #include <netinet/in.h>Runxi Yu2024-07-271-0/+1
| | | | | IPPROTO_TCP, etc. seem to be defined in netinet/in.h on non-Linux systems, including OpenBSD.
* sockaddr is verysane™Test_User2024-07-241-5/+5
|
* Probable outgoing IPv6 supportTest_User2024-07-241-6/+8
|
* Bit of improvement on error handling for networkingTest_User2024-07-221-0/+2
|
* File descriptionsTest_User2024-07-221-1/+1
|
* Mark futexes as private since it's all same-process, fix timeout on ↵Test_User2024-06-191-0/+9
| | | | plaintext connections
* Network relocations, and in-progress buffered networking codeTest_User2024-06-181-0/+173