aboutsummaryrefslogtreecommitdiff
path: root/networks (follow)
Commit message (Expand)AuthorAgeFilesLines
* hax@andrewyu.org -> hax@runxiyu.orgHEADmasterTest_User2 days12-12/+12
* Separate haxstring/table from hereTest_User12 days8-8/+8
* Improve accept retrying conditionsTest_User2024-08-126-6/+6
* networking: #include <netinet/in.h>Runxi Yu2024-07-276-0/+6
* Typo fix: s/seperate/separate/gRunxi Yu2024-07-256-6/+6
* sockaddr is verysane™Test_User2024-07-246-30/+30
* Probable outgoing IPv6 supportTest_User2024-07-246-36/+48
* Fix gnutls_bufferedTest_User2024-07-241-9/+4
* Bit of improvement on error handling for networkingTest_User2024-07-224-0/+32
* File descriptionsTest_User2024-07-2212-12/+12
* -pthread mutex, +semaphoresTest_User2024-06-214-203/+40
* Seperate futex fom atomicsTest_User2024-06-202-35/+21
* FixesTest_User2024-06-201-0/+3
* Reduced locking buffered openssl writing now readyTest_User2024-06-202-29/+61
* Fix typoTest_User2024-06-201-1/+1
* partial lockless send for buffered plaintextTest_User2024-06-201-9/+48
* Reorder plaintext buffered send codeTest_User2024-06-201-10/+8
* Fix some missing returnsTest_User2024-06-191-1/+1
* Mark futexes as private since it's all same-process, fix timeout on plaintext...Test_User2024-06-192-1/+19
* Fix some locking bugsTest_User2024-06-192-3/+8
* Don't send more than half the buffer at a timeTest_User2024-06-192-0/+4
* Some improvements and openssl send bufferingTest_User2024-06-195-13/+1140
* pthread option for buffered sendingTest_User2024-06-181-2/+72
* More futexes, so it actually works decently now... still no pthread mutex sup...Test_User2024-06-181-6/+25
* Some fixesTest_User2024-06-181-0/+39
* Network relocations, and in-progress buffered networking codeTest_User2024-06-188-0/+1488