aboutsummaryrefslogtreecommitdiff
path: root/networks/plaintext_buffered.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* -pthread mutex, +semaphoresTest_User2024-06-211-92/+16
* Seperate futex fom atomicsTest_User2024-06-201-18/+10
* Reduced locking buffered openssl writing now readyTest_User2024-06-201-6/+2
* partial lockless send for buffered plaintextTest_User2024-06-201-9/+48
* Reorder plaintext buffered send codeTest_User2024-06-201-10/+8
* Mark futexes as private since it's all same-process, fix timeout on plaintext...Test_User2024-06-191-1/+10
* Don't send more than half the buffer at a timeTest_User2024-06-191-0/+2
* Some improvements and openssl send bufferingTest_User2024-06-191-13/+14
* 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-181-0/+288