aboutsummaryrefslogtreecommitdiff
path: root/core/net/errors_freebsd.odin
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+18
|
* net: rework errors to be cross-platformLaytan Laats2025-04-051-169/+238
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Add FreeBSD `Accept_Error.Would_Block` aliasFeoramund2024-08-051-0/+2
|
* Add new contribution notes to `core:net`Feoramund2024-08-051-0/+19
|
* Clean up some FreeBSD `core:net` codeFeoramund2024-08-051-17/+20
|
* Make `EINVAL` generic in FreeBSD `Socket_Option_Error`Feoramund2024-08-051-1/+2
| | | | | | | | The documentation for `setsockopt(2)` mentioned accept filters for `EINVAL`, but I've found that it can arise for any manner of invalid values for setting socket options. We'll just have to leave this as a generic error.
* Use common name for `ENOBUFS`Feoramund2024-08-051-1/+1
|
* Add missing `ECONNRESET` `TCP_Send_Error`Feoramund2024-08-051-0/+1
| | | | This was not specifically documented in `send(2)`.
* Port `core:net` to FreeBSDFeoramund2024-06-261-0/+191