aboutsummaryrefslogtreecommitdiff
path: root/core/net/url.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.
* Clarify `strconv.append_*` to `strconv.write_*`Feoramund2025-06-051-1/+1
|
* Add new contribution notes to `core:net`Feoramund2024-08-051-0/+2
|
* uniformity changeblob18072024-04-131-2/+2
| | | | small change to check things uniform
* Added support for URL fragmentsblob18072024-04-131-2/+15
| | | | Added support for a URL's fragment/anchor to `split_url` & `join_url` in `core:net` plus 4 new tests to cover it.
* Merge pull request #2948 from flysand7/fix-doJeroen van Rijn2023-11-111-3/+9
|\ | | | | [core]: Remove `do` keyword from the core library
| * [core]: Remove `do` keyword from the core libraryflysand72023-11-111-3/+9
| |
* | Fix net.split_urlJeroen van Rijn2023-11-091-1/+1
|/ | | | Resolves issue #2924
* Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` ↵gingerBill2023-07-311-35/+35
| | | | where necessary
* Merge pull request #2533 from laytan/add-hex-and-expand-percent-decodingJeroen van Rijn2023-05-151-39/+5
|\ | | | | add encoding/hex and use it to expand the percent decoding chars
| * add encoding/hex and use it to expand the percent decoding charsLaytan Laats2023-05-141-39/+5
| |
* | Join URL queries with &Yoshihiro Tanaka2023-05-141-1/+7
|/
* fix leak in url_parseLaytan Laats2023-05-091-0/+2
|
* Make more private.Jeroen van Rijn2023-03-031-6/+6
|
* ripple bill-suggestionsColin Davidson2023-03-021-1/+1
|
* more test cleanupColin Davidson2023-03-011-1/+1
|
* more manual type carryoverColin Davidson2023-03-011-31/+31
|
* manually start merging core_netColin Davidson2023-03-011-0/+235