aboutsummaryrefslogtreecommitdiff
path: root/core/net/socket_freebsd.odin
Commit message (Collapse)AuthorAgeFilesLines
* net: implement OpenBSD and NetBSD support & add stubs for other targets & ↵Laytan Laats2026-01-111-35/+25
| | | | cleanup
* Fix `EINVAL` binding to IPv6 on FreeBSDkonodin2026-01-081-1/+1
|
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Implemented _socket_info_error on peer_endpoint and bound_endpointPePerRoNii2025-06-151-4/+4
|
* added freebsd implementation NOTE: bsd's tcp_recv_error does not cover all casesPePerRoNii2025-06-111-0/+14
|
* Replace default_tcp_options with constant (#5056)Jeroen van Rijn2025-04-191-2/+2
| | | Replace `default_tcp_options` with constant
* net: rework errors to be cross-platformLaytan Laats2025-04-051-51/+40
|
* net: fix leaking sockets in listen_tcp if an error occursLaytan Laats2024-10-081-0/+1
|
* net: fix leaking sockets in dial_tcp if connect errorsLaytan Laats2024-10-081-2/+2
|
* Merge pull request #4261 from laytan/net-bound-endpointgingerBill2024-09-191-0/+14
|\ | | | | net: add `bound_endpoint` procedure
| * net: add `bound_endpoint` procedureLaytan Laats2024-09-171-0/+14
| |
* | Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
|/ | | | file tag syntax.
* Add new contribution notes to `core:net`Feoramund2024-08-051-0/+19
|
* Clean up some FreeBSD `core:net` codeFeoramund2024-08-051-11/+11
|
* Fix integer socket option values for FreeBSDFeoramund2024-08-051-0/+2
|
* 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-261-0/+365