| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle BLOB column type in SQLite as binary data (#15681) | Regis Caillaud | 2020-11-02 | 1 | -0/+50 |
* | fix #15815 (#15817) | flywind | 2020-11-02 | 1 | -0/+16 |
* | add testcase for #9091 (#15791) | flywind | 2020-10-30 | 1 | -0/+36 |
* | add tests for #7686 (#15771) | flywind | 2020-10-29 | 1 | -0/+9 |
* | fixes #15413 (#15768) | Andreas Rumpf | 2020-10-29 | 1 | -0/+3 |
* | fixes #10456,#12928 issues when chaining templates to sortedByIt (#15734) | shirleyquirk | 2020-10-27 | 1 | -0/+18 |
* | Add C function dup and dup2 posix to system/io (#15675) | Regis Caillaud | 2020-10-27 | 1 | -0/+49 |
* | workaround #15713 disable freebsd tssl.nim (#15718) | Timothee Cour | 2020-10-26 | 1 | -1/+3 |
* | Fix #12410 (#15685) | Clyybber | 2020-10-23 | 1 | -0/+13 |
* | add tests for #15584 (#15619) | n5m | 2020-10-18 | 2 | -0/+27 |
* | terminal: fix fgColor/bgColor commands [backport] (#15554) | alaviss | 2020-10-13 | 1 | -0/+8 |
* | os: add overload copyFile*(source, dest: string, isDir = false) (#15537) | Timothee Cour | 2020-10-11 | 1 | -0/+19 |
* | Fix #15493 - disable TLS emulation for NetBSD (#15494) | Euan | 2020-10-05 | 1 | -2/+2 |
* | Fix #15452 - ip protocol not defined on NetBSD (#15453) | Euan | 2020-10-01 | 1 | -1/+4 |
* | fix #15333 (#15336) | flywind | 2020-09-24 | 1 | -0/+17 |
* | Add strutils.indentation and make unindent use it (#15264) | Clyybber | 2020-09-22 | 1 | -0/+22 |
* | add testcase for #9710 (#15365) | flywind | 2020-09-21 | 1 | -0/+11 |
* | fixes #15369 (#15371) | Andreas Rumpf | 2020-09-20 | 1 | -0/+14 |
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -3/+3 |
* | test cookies with comma for #15319 (#15322) | flywind | 2020-09-14 | 1 | -0/+17 |
* | Fixing issue #15302 -- lwip doesn't support signals (#15303) | Jaremy Creechley | 2020-09-14 | 1 | -0/+30 |
* | Add some enhancements to `jsonutils.nim` (#15133) | Ivan Bobev | 2020-09-09 | 1 | -2/+183 |
* | add getprotobyname (#15273) | flywind | 2020-09-09 | 1 | -0/+25 |
* | more Protocol supports in windows (#15274) [backport:1.2] | flywind | 2020-09-07 | 1 | -0/+29 |
* | fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2] | Miran | 2020-09-04 | 1 | -2/+4 |
* | [backport] fix #15064, strscans.scanf edge case for '$+' (#15223) | Miran | 2020-08-25 | 1 | -1/+15 |
* | Add test coverage for atomics (#15193) | Elijah Shaw-Rutschman | 2020-08-18 | 1 | -0/+609 |
* | [FIX] strtabs interpolation in nimscript (#15172) | haxscramper | 2020-08-09 | 1 | -0/+5 |
* | net: allow close() to ignore SSL failures due to disconnections (#15120) | alaviss | 2020-08-01 | 1 | -7/+78 |
* | asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066) | alaviss | 2020-07-30 | 2 | -0/+68 |
* | fixes #14139 (#15107) | flywind | 2020-07-29 | 1 | -0/+9 |
* | Fix #14906 (#14949) | Tomohiro | 2020-07-18 | 1 | -2/+54 |
* | fix #14475; unittest.require now works with `nim c`; require and check now wo... | Timothee Cour | 2020-07-14 | 2 | -1/+23 |
* | Fix #12759 (#14967) | flywind | 2020-07-12 | 1 | -0/+10 |
* | add docs and more tests for debug format strings (#14861) | flywind | 2020-07-08 | 1 | -3/+70 |
* | weaken tosproc test for my Windows machine which doesn't have 'ls' | Araq | 2020-07-07 | 1 | -1/+2 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | add debug fmt string like python's (#14808) | flywind | 2020-06-30 | 1 | -0/+105 |
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823) | Timothee Cour | 2020-06-27 | 1 | -14/+102 |
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 1 | -0/+53 |
* | [cleanups] doassert => doAssert; mark deadcode (#14711) | Timothee Cour | 2020-06-17 | 2 | -8/+8 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 2 | -11/+11 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -0/+21 |
* | make tests/stdlib tests joinable (#14626) | Timothee Cour | 2020-06-15 | 8 | -7/+44 |
* | make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669) | Timothee Cour | 2020-06-15 | 1 | -0/+26 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -0/+10 |
* | Disable tfdleak_multiple on platforms other than Windows (#14624) | Timothee Cour | 2020-06-11 | 1 | -1/+4 |
* | fix #14545 windows CI docs (#14590) | Timothee Cour | 2020-06-10 | 1 | -0/+32 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -0/+44 |
* | asyncnet, net: clear openssl error queue before performing I/O | Leorize | 2020-06-06 | 1 | -0/+1 |