aboutsummaryrefslogtreecommitdiff
path: root/networks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Test_User2024-06-192-1/+19
| | | | plaintext connections
* 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 ↵Test_User2024-06-181-6/+25
| | | | support here though
* Some fixesTest_User2024-06-181-0/+39
|
* Network relocations, and in-progress buffered networking codeTest_User2024-06-188-0/+1488