aboutsummaryrefslogtreecommitdiff
path: root/core/net/errors_windows.odin
Commit message (Collapse)AuthorAgeFilesLines
* net: implement OpenBSD and NetBSD support & add stubs for other targets & ↵Laytan Laats2026-01-111-2/+2
| | | | cleanup
* 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/+11
|
* net: rework errors to be cross-platformLaytan Laats2025-04-051-218/+210
|
* Fix a few incorrectly placed build tags.Karl Zylinski2024-09-141-1/+1
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Merge pull request #3810 from Feoramund/freebsd-core-netJeroen van Rijn2024-08-091-0/+2
|\ | | | | Port `core:net` to FreeBSD
| * Add new contribution notes to `core:net`Feoramund2024-08-051-0/+2
| |
* | fixed whitespaceh0mtanks2024-06-301-1/+1
| |
* | added missing would_block enum memberh0mtanks2024-06-301-0/+1
|/
* [net] Assorted cleanupTetralux2023-08-261-12/+5
| | | | | | | | | | | - Remove some old comments - Fix some doc comments - Improve some doc comments - Unify name of the errors related to UDP packet sizes (i.e: recv buffer too small, and message too big to send)
* Add `set_blocking` for network socketsSokus2023-03-081-0/+12
|
* Apply #shared_nil to Network_ErrorJeroen van Rijn2023-03-041-0/+11
|
* Coalesce more.Jeroen van Rijn2023-03-031-6/+7
|
* big error cleanupColin Davidson2023-03-021-0/+249