aboutsummaryrefslogtreecommitdiff
path: root/core/net
Commit message (Expand)AuthorAgeFilesLines
...
* | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-1419-19/+19
|/
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-32/+30
* Improve SRV handling in dns_windows.odinJeroen van Rijn2024-08-241-14/+18
* Merge pull request #4089 from laytan/riscv64gingerBill2024-08-221-2/+2
|\
| * add support for linux_riscv64 and freestanding_riscv64Laytan2024-08-201-2/+2
* | make sure net.Network_Error is of size 8Laytan2024-08-201-1/+3
|/
* Merge pull request #3810 from Feoramund/freebsd-core-netJeroen van Rijn2024-08-0921-10/+843
|\
| * Add FreeBSD `Accept_Error.Would_Block` aliasFeoramund2024-08-051-0/+2
| * Add new contribution notes to `core:net`Feoramund2024-08-0521-1/+93
| * Clean up some FreeBSD `core:net` codeFeoramund2024-08-052-28/+31
| * Fix integer socket option values for FreeBSDFeoramund2024-08-051-0/+2
| * Make `EINVAL` generic in FreeBSD `Socket_Option_Error`Feoramund2024-08-051-1/+2
| * Use common name for `ENOBUFS`Feoramund2024-08-051-1/+1
| * Add missing `ECONNRESET` `TCP_Send_Error`Feoramund2024-08-051-0/+1
| * Set `NOSIGPIPE` on all `core:net` FreeBSD socketsFeoramund2024-08-051-0/+17
| * Add more socket options for FreeBSD `core:net`Feoramund2024-08-051-6/+7
| * Update code for new `-vet`Feoramund2024-06-301-6/+6
| * Port `core:net` to FreeBSDFeoramund2024-06-269-9/+723
* | Handle `EPIPE` in Darwin `core:net`Feoramund2024-08-051-2/+10
* | Move Darwin `MSG_NOSIGNAL` to `core:os`Feoramund2024-08-051-6/+2
* | Prevent `SIGPIPE` on Darwin when writing to a closed `core:net` socketFeoramund2024-08-051-2/+6
* | Correct os errors for darwingingerBill2024-08-041-23/+23
* | Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-9/+9
* | Make all handles non-inheritable by defaultflysand72024-07-181-3/+3
* | fixed whitespaceh0mtanks2024-06-301-1/+1
* | added missing would_block enum memberh0mtanks2024-06-301-0/+1
* | Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-292-105/+102
* | More style improvementsgingerBill2024-06-292-8/+9
* | Even more style fixesgingerBill2024-06-293-5/+5
* | Add another `-vet-cast` checkgingerBill2024-06-292-6/+5
|/
* Merge pull request #3439 from andreas-jonsson/netbsdgingerBill2024-05-151-2/+2
|\
| * Merge branch 'master' into netbsdAndreas T Jonsson2024-04-252-4/+21
| |\
| * | More std lib fixesAndreas T Jonsson2024-04-191-2/+2
* | | Fix #3577gingerBill2024-05-131-2/+2
| |/ |/|
* | fix(net): fix return type for `send_tcp`Rickard Andersson2024-04-191-1/+1
* | docs(net): add comment about `EPIPE` -> `Connection_Closed`Rickard Andersson2024-04-191-1/+3
* | feat(net): turn `EPIPE` into `Connection_Closed`Rickard Andersson2024-04-192-2/+3
* | fix(net): add `NOSIGNAL` to `send` optionsRickard Andersson2024-04-192-1/+2
* | uniformity changeblob18072024-04-131-2/+2
* | Added support for URL fragmentsblob18072024-04-131-2/+15
|/
* correct newly found vetsLaytan Laats2024-04-034-12/+7
* fixupTetralux2024-02-221-1/+1
* [net] Better error code for binding a privileged port without root access on ...Tetralux2024-02-222-3/+12
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* [net]: Fix passing the wrong socket to on linuxflysand72023-11-241-1/+1
* Merge pull request #2972 from flysand7/net-socket-anyJeroen van Rijn2023-11-241-3/+38
|\
| * [net]: Add send_any, recv_any variants to proc groups for Any_Socketflysand72023-11-241-3/+38
* | Merge pull request #2948 from flysand7/fix-doJeroen van Rijn2023-11-113-5/+15
|\ \
| * | [core]: Remove `do` keyword from the core libraryflysand72023-11-113-5/+15
| |/
* | Fix net.split_urlJeroen van Rijn2023-11-091-1/+1