| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 24 | -43/+0 |
* | Deprecate when declared(echo):echo (#13840) | Juan Carlos | 2020-04-02 | 1 | -1/+1 |
* | Documentation and Code Style inotify (#13836) | Juan Carlos | 2020-04-02 | 1 | -52/+53 |
* | 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 | 5 | -12/+26 |
* | 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 |
* | encodeMIME should be encodeMime by our coding guidelines | Araq | 2020-04-01 | 1 | -3/+3 |
* | fix #13829 (#13831) | Timothee Cour | 2020-04-01 | 1 | -1/+1 |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 2 | -1/+17 |
* | Tiny fix on browsers.openDefaultBrowser (#13818) | Juan Carlos | 2020-03-31 | 1 | -1/+3 |
* | Fix a 'See XXX' on documentation, clean out (#13820) | Juan Carlos | 2020-03-31 | 1 | -2/+1 |
* | macros for proc types, macros for types (#13778) | Andreas Rumpf | 2020-03-31 | 1 | -0/+6 |
* | Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1... | c-blake | 2020-03-31 | 7 | -174/+98 |
* | #13806 - getApplFreebsd might lose data (#13807) | Euan | 2020-03-31 | 1 | -16/+16 |
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 12 | -19/+135 |
* | refs #13797 (#13812) | Timothee Cour | 2020-03-31 | 1 | -1/+1 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 5 | -18/+82 |
* | fix #13794 HashSet leak (#13800) | Timothee Cour | 2020-03-29 | 1 | -1/+2 |
* | Fix #13631 (#13789) | Juan Carlos | 2020-03-29 | 1 | -2/+2 |
* | More fixes for Haiku (#13774) | alaviss | 2020-03-27 | 2 | -47/+50 |
* | ssl_certs: add Haiku support (#13761) | alaviss | 2020-03-26 | 1 | -7/+32 |
* | asyncdispatch: fix erroneous set construction (#13765) | alaviss | 2020-03-26 | 1 | -1/+3 |
* | `import macros` rather than `import std/macros`. (#13762) | Euan | 2020-03-26 | 1 | -1/+2 |
* | distinctBase overload for values (#13746) | Timothee Cour | 2020-03-25 | 1 | -0/+7 |
* | fix deprecations and other warnings (#13748) | Miran | 2020-03-25 | 4 | -12/+10 |
* | __stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735) | Euan | 2020-03-23 | 2 | -2/+2 |
* | fix #13731, ambiguous repr of pointers (#13732) | Miran | 2020-03-23 | 1 | -6/+2 |
* | fixes #13722 (#13729) | Andreas Rumpf | 2020-03-23 | 1 | -8/+20 |
* | hotfix: make 'nim doc nimhcr' work on all platforms | Araq | 2020-03-23 | 1 | -33/+33 |
* | new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508) | Timothee Cour | 2020-03-23 | 1 | -0/+19 |
* | add error for missing commandLineParams (#13719) | Andy Davidoff | 2020-03-23 | 1 | -0/+4 |
* | introduce getPeerCertificates, fixes #13299 (#13650) | Christian Ulrich | 2020-03-22 | 3 | -22/+79 |
* | Windows API callbacks cannot raise exceptions | Araq | 2020-03-22 | 1 | -3/+3 |
* | Add EPOLLEXCLUSIVE (#13718) | Hiroki Noda | 2020-03-21 | 1 | -0/+1 |
* | [ci skip] add back unintentionally removed line | narimiran | 2020-03-20 | 1 | -0/+1 |
* | SSL certificate verify GitHub action (#13697) | Federico Ceratto | 2020-03-20 | 4 | -12/+253 |
* | [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la... | Timothee Cour | 2020-03-20 | 2 | -14/+28 |
* | threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre... | Araq | 2020-03-20 | 1 | -3/+3 |
* | Detect Ubuntu by checking release() and uname() (#13704) | Hayden | 2020-03-20 | 1 | -1/+3 |
* | fight the code bloat in base64.nim | Araq | 2020-03-20 | 1 | -7/+16 |
* | Add Base64 safe (#13672) | Juan Carlos | 2020-03-20 | 1 | -9/+28 |
* | Remove 2 old deprecated files (#13702) | Juan Carlos | 2020-03-20 | 2 | -20/+0 |
* | cycle breaker (#13593) | Andreas Rumpf | 2020-03-19 | 4 | -12/+244 |
* | Attempt to finish off araq cpp exceptions (#13695) | cooldome | 2020-03-19 | 2 | -32/+6 |
* | fix #11458 oswalkdir (#13689) | Timothee Cour | 2020-03-19 | 1 | -27/+4 |
* | added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1... | Andreas Rumpf | 2020-03-19 | 2 | -2/+2 |
* | add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13... | Miran | 2020-03-19 | 1 | -4/+4 |
* | httpcore: deprecate `==`(string, HttpCode) (#13682) | alaviss | 2020-03-19 | 1 | -1/+8 |
* | enable --tlsEmulation:on for --gc:arc (#13685) | Andreas Rumpf | 2020-03-18 | 3 | -7/+4 |