aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/net.c (unfollow)
Commit message (Expand)Author
2023-12-12switch to egor@tensin.nameEgor Tensin
2023-11-15implement a command to list runsEgor Tensin
2023-07-18net: don't copy data in struct bufEgor Tensin
2023-07-18net: remove unused buf_* routinesEgor Tensin
2023-07-10test: test long CI run outputEgor Tensin
2023-06-30fix function names in error messagesEgor Tensin
2023-06-14minor refactoringEgor Tensin
2023-06-09add {file,net}_close as a wrapper to close(2)Egor Tensin
2023-05-15net: drop the _all suffixEgor Tensin
2023-05-14msg: enforce at least one wordEgor Tensin
2023-05-13best practices & coding style fixesEgor Tensin
2023-04-29net: use size instead of length for variable namesEgor Tensin
2023-04-29net: add struct bufEgor Tensin
2022-12-02add copyright noticesEgor Tensin
2022-09-08log: refactoringEgor Tensin
2022-08-30net: removed unused APIEgor Tensin
2022-08-30net: error out unless net_recv_all receives all bytesEgor Tensin
2022-08-30net: more portableEgor Tensin
2022-08-30net: bind to IPv6Egor Tensin
2022-08-28net: use MSG_NOSIGNALEgor Tensin
2022-08-26add check_errno macroEgor Tensin
2022-08-25net: rework APIEgor Tensin
2022-08-23net: use CLOEXECEgor Tensin
2022-08-23net: fix recv_allEgor Tensin
2022-08-23add some codeEgor Tensin