| Commit message (Expand) | Author | Age | Files | Lines |
* | Make await a template (#12085) | Alexander Ivanov | 2020-04-25 | 1 | -132/+30 |
* | Faster readStr() (#14099) | Christopher Dunn | 2020-04-25 | 1 | -6/+22 |
* | Add critbits.commonPrefixLen (#14072) | Phil Krylov | 2020-04-24 | 1 | -0/+16 |
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 1 | -1/+1 |
* | Set O_NONBLOCK flag atomically (#13934) | Hiroki Noda | 2020-04-22 | 1 | -8/+4 |
* | fix #14064 xmltree should allow create text node with raw text(non-es… (#14... | Bung | 2020-04-22 | 1 | -1/+11 |
* | Make debugSend/debugRecv procs public. Fixes #12189 (#12190) | Chris Heller | 2020-04-22 | 1 | -3/+37 |
* | Add the ability to pass title case headers to an HTTP server (#13968) | wonderix | 2020-04-22 | 1 | -12/+38 |
* | change some Exceptions to CatchableError or Defect, fixes #10288 (#14069) | hlaaftana | 2020-04-22 | 3 | -4/+4 |
* | base `parseEnum` on a case statement, fixes #14030 (#14046) | Vindaar | 2020-04-22 | 2 | -11/+84 |
* | Fix OS detection in a docker container (#13172) | Arnaud Moura | 2020-04-22 | 1 | -32/+46 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -68/+90 |
* | Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542) | hlaaftana | 2020-04-21 | 1 | -0/+41 |
* | Add package install command for FreeBSD and OpenBSD. (#14051) | Arnaud Moura | 2020-04-21 | 1 | -1/+3 |
* | Times refactorings (#13949) | Oscar Nihlgård | 2020-04-21 | 1 | -753/+778 |
* | #12103 - CI for OpenBSD (#12105) | Euan | 2020-04-21 | 2 | -11/+4 |
* | fix mapIt issues #12625 & #12639 (#14041) | Judd | 2020-04-21 | 1 | -14/+36 |
* | New runnableExample for `newAsyncHttpClient()` (#14045) | Tristram Oaten | 2020-04-21 | 1 | -0/+11 |
* | asyncdispatch: export Callback (#14042) [backport] | alaviss | 2020-04-21 | 1 | -2/+2 |
* | Fix broken async httpclient example | Tristram Oaten | 2020-04-21 | 1 | -3/+7 |
* | Make file descriptors from stdlib non-inheritable by default (#13201) | alaviss | 2020-04-20 | 5 | -38/+95 |
* | Make bitand, bitor, bitxor varargs-friendly (#13985) | awr1 | 2020-04-20 | 1 | -9/+26 |
* | unicode: minor documention improvement | Araq | 2020-04-20 | 1 | -0/+1 |
* | fixes #12834 (#14017) | Andreas Rumpf | 2020-04-19 | 1 | -3/+3 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -2/+1 |
* | Add runnableExamples to critbits module (#13994) | jiro | 2020-04-18 | 1 | -25/+219 |
* | fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a... | Timothee Cour | 2020-04-18 | 1 | -3/+10 |
* | Step2: fixes #13781, fixes #13805 (#13897) | cooldome | 2020-04-16 | 1 | -28/+21 |
* | added a .since annotation to hashIdentity | Andreas Rumpf | 2020-04-15 | 1 | -2/+4 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 3 | -8/+76 |
* | fix #12864 static params were mutating arg types during sigmatch; fix #12713 ... | Timothee Cour | 2020-04-14 | 1 | -5/+4 |
* | Add Data URI Base64, implements RFC-2397 (#13759) | Juan Carlos | 2020-04-13 | 1 | -1/+35 |
* | Add runnableExamples to bitops module (#13951) | jiro | 2020-04-13 | 1 | -15/+143 |
* | osproc: added a better version of waitForExit for Haiku (#13938) | alaviss | 2020-04-10 | 1 | -0/+61 |
* | fixes #13863 (#13929) | cooldome | 2020-04-08 | 1 | -0/+5 |
* | fix #13894, httpclient hang on Http204 | narimiran | 2020-04-07 | 1 | -1/+1 |
* | json doc: Note about Option and reserved keywords (#13895) | Nicolai Søborg | 2020-04-07 | 1 | -0/+7 |
* | Fix #13889 with testcase (#13896) [backport] | Clyybber | 2020-04-06 | 1 | -1/+1 |
* | openDefaultBrowser now works on OSX (#13892) [backport] | Timothee Cour | 2020-04-06 | 1 | -2/+2 |
* | Add isNil check to custom Content-Length. (#13867) [backport:1.2] | supakeen | 2020-04-05 | 1 | -2/+3 |
* | asyncdispatch: get rid of erroneous set constructions (#13877) | alaviss | 2020-04-05 | 1 | -5/+9 |
* | fix asynchttpserver content-length header (#13846) | flywind | 2020-04-03 | 1 | -3/+6 |
* | return types must not be Natural for reasons I won't outline here | Araq | 2020-04-02 | 1 | -1/+1 |
* | feature/count (#13837) | Dean Eigenmann | 2020-04-02 | 1 | -0/+19 |
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 6 | -13/+0 |
* | Deprecate when declared(echo):echo (#13840) | Juan Carlos | 2020-04-02 | 1 | -1/+1 |
* | Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section... | Juan Carlos | 2020-04-01 | 1 | -14/+38 |
* | Documentation, add more examples (#13825) | Juan Carlos | 2020-04-01 | 3 | -10/+14 |
* | revert stdlib changes which are not required anymore | Andreas Rumpf | 2020-04-01 | 6 | -21/+20 |
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 6 | -20/+21 |