aboutsummaryrefslogtreecommitdiff
path: root/networks/openssl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hax@andrewyu.org -> hax@runxiyu.orgHEADmasterTest_User5 days1-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/+14
|
* File descriptionsTest_User2024-07-221-1/+1
|
* -pthread mutex, +semaphoresTest_User2024-06-211-8/+3
|
* Fix some locking bugsTest_User2024-06-191-1/+3
|
* Network relocations, and in-progress buffered networking codeTest_User2024-06-181-0/+411