index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
uri.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
[docs] clarify the raised exception (#19308)
flywind
2022-01-03
1
-4
/
+4
*
Revert "Update uri.nim (#19148) [backport:1.0]" (#19280)
Andreas Rumpf
2021-12-23
1
-2
/
+0
*
Update uri.nim (#19148) [backport:1.0]
Dominik Picheta
2021-12-11
1
-0
/
+2
*
Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...
Andreas Rumpf
2021-05-09
1
-29
/
+3
*
Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)
Beshr Kayali
2021-05-09
1
-3
/
+29
*
merge `initUri()` overloads, improve uri examples (#17970)
Timothee Cour
2021-05-08
1
-30
/
+11
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
start using import {.all.} (#17736)
Timothee Cour
2021-04-16
1
-22
/
+0
*
[std/uri]fix #17481 (#17568)
flywind
2021-03-29
1
-1
/
+1
*
uri: document removeDotSegments, add tests, show failure modes (#17064)
Timothee Cour
2021-02-20
1
-1
/
+31
*
Fix bug in removeDotSegments when path ends with dot (#17038) [backport:1.2]
Benoit Favre
2021-02-15
1
-1
/
+1
*
uri module uses runnableExamples (#16982)
flywind
2021-02-09
1
-50
/
+43
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-2
/
+2
*
Improve uri.parseQuery to never raise an error (#16647)
Mildred Ki'Lya
2021-01-12
1
-15
/
+23
*
follow #15357 and move decodeQuery (#15860)
flywind
2020-12-27
1
-0
/
+43
*
[docs minor] remove unicode in docs comments (#16267)
flywind
2020-12-06
1
-1
/
+1
*
move decode_helpers to std/private (#16209)
flywind
2020-12-02
1
-1
/
+1
*
move tests to testament (#16101)
flywind
2020-11-24
1
-285
/
+0
*
use func in uri module (#15486)
flywind
2020-10-05
1
-26
/
+26
*
fix #15333 (#15336)
flywind
2020-09-24
1
-2
/
+26
*
fix #14082, don't crash on incorrectly formatted input (#14977) [backport]
Miran
2020-07-17
1
-11
/
+5
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
Add Data URI Base64, implements RFC-2397 (#13759)
Juan Carlos
2020-04-13
1
-1
/
+35
*
[backport] run nimpretty on web stuff
narimiran
2019-09-30
1
-9
/
+12
*
run runnableExamples in the module scope (#11732) [feature]
Timothee Cour
2019-07-22
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
Add `encodeQuery` and `?` to Uri module
LemonBoy
2019-01-31
1
-0
/
+56
*
uri: Update documentation typo (#10471)
Thomas T. Jarløv
2019-01-27
1
-4
/
+3
*
docs: fix trailing comma in links
narimiran
2019-01-25
1
-1
/
+1
*
better docs: uri (#10373)
Thomas T. Jarløv
2019-01-19
1
-35
/
+112
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-27
/
+0
*
Don't prevent ',' from getting escaped in theindex.html
Kaushal Modi
2018-09-28
1
-0
/
+1
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-5
/
+3
*
Merges #7700 manually and adds decodePlus option to decodeUrl too.
Dominik Picheta
2018-05-03
1
-15
/
+33
*
uri.nim: don't rely on zero termination
Andreas Rumpf
2018-04-29
1
-21
/
+18
*
Merge pull request #6597 from pgkos/uri-allow-no-authority
Dominik Picheta
2018-01-28
1
-3
/
+11
|
\
|
*
Allow parsing URIs without authority
pgkos
2017-10-25
1
-4
/
+12
*
|
Moved encodeUrl and decodeUrl from cgi to url
Veladus
2017-11-25
1
-0
/
+48
*
|
Make Uri rendering more lenient
Federico Ceratto
2017-11-14
1
-2
/
+35
*
|
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
|
/
*
Fixes issues with URI concatenation when URI has no path.
Dominik Picheta
2017-10-13
1
-2
/
+11
*
avoid deprecated procs
Andreas Rumpf
2017-07-26
1
-1
/
+1
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-1
/
+20
*
more isAbsolute tests for uri.nim
enthus1ast
2017-01-21
1
-4
/
+32
*
added protocol-relative test to uri.nim
enthus1ast
2017-01-21
1
-1
/
+3
*
added isAbsolute to uri.nim
enthus1ast
2017-01-20
1
-0
/
+15
*
Fixes #4959.
Dominik Picheta
2016-10-26
1
-0
/
+10
*
Fixed an wrong example of the doc
CORDEA
2016-03-02
1
-3
/
+3
*
Fixes #3207.
Dominik Picheta
2015-09-28
1
-0
/
+10
[next]