aboutsummaryrefslogtreecommitdiff
path: root/core/net/addr.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6251Jeroen van Rijn4 days1-46/+76
| | | | | Introduces `strings.Builder` versions of the various `to_string` procedures. These are used using a stack buffer for `address_to_string` as called by `endpoint_to_string`, requiring no temp allocation for the address that's then written into the endpoint's builder.
* Revert "fix wrong allocator in `endpoint_to_string`"Laytan Laats4 days1-2/+2
| | | | This reverts commit f755839877b2c565f8087d22c13e475b145829c3.
* fix wrong allocator in `endpoint_to_string`Laytan Laats4 days1-2/+2
| | | | Fixes #6251
* Fix `endpoint_to_string` missing colonkonodin2026-01-181-0/+1
|
* net: implement OpenBSD and NetBSD support & add stubs for other targets & ↵Laytan Laats2026-01-111-13/+38
| | | | cleanup
* fix map_to_ip6 offsetNeirokan2026-01-011-2/+2
|
* 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.
* 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-2/+4
|\ | | | | Port `core:net` to FreeBSD
| * Add new contribution notes to `core:net`Feoramund2024-08-051-0/+2
| |
| * Port `core:net` to FreeBSDFeoramund2024-06-261-2/+2
| |
* | Add another `-vet-cast` checkgingerBill2024-06-291-4/+3
|/
* correct newly found vetsLaytan Laats2024-04-031-2/+2
|
* [core]: Remove `do` keyword from the core libraryflysand72023-11-111-1/+3
|
* [net] Assorted cleanupTetralux2023-08-261-1/+1
| | | | | | | | | | | - 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)
* Remove `switch in` in favour of `switch _ in`gingerBill2023-08-081-2/+2
|
* Apply #shared_nil to Network_ErrorJeroen van Rijn2023-03-041-7/+1
|
* Update addr.odinJeroen van Rijn2023-03-041-1/+1
| | | | Fix comment
* Don't try to check core:net on the BSDs.Jeroen van Rijn2023-03-031-0/+2
|
* Fix one last review comment.Jeroen van Rijn2023-03-031-4/+5
|
* Make more private.Jeroen van Rijn2023-03-031-7/+13
|
* Alignment + unnecessary allocator param.Jeroen van Rijn2023-03-031-1/+1
|
* ripple bill-suggestionsColin Davidson2023-03-021-7/+4
|
* Update commentsJeroen van Rijn2023-03-021-131/+57
|
* more manual type carryoverColin Davidson2023-03-011-9/+9
|
* manually start merging core_netColin Davidson2023-03-011-0/+818