summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: don't call set_ecdh_auto for super old OpenSSLLeorize2020-06-062-6/+4
* wrappers/openssl: fix SSL_CTX_set_modeLeorize2020-06-061-1/+1
* wrappers/openssl: getOpenSSLVersion is gcsafeLeorize2020-06-061-3/+4
* net: enable automatic EC curve selection for OpenSSL 1.0.2Leorize2020-06-062-0/+23
* wrappers/openssl: fix SSL_CTX_ctrl signatureLeorize2020-06-061-1/+1
* asyncnet: clear SSL error queue before performing I/OLeorize2020-06-061-0/+1
* net: use a secure cipher list by defaultLeorize2020-06-062-1/+53
* asyncnet, net: clear openssl error queue before performing I/OLeorize2020-06-062-0/+8
* openssl: fix erroneous function signaturesLeorize2020-06-062-5/+3
* net: don't clear error queue unless shutdown() will be performedLeorize2020-06-061-1/+1
* Revert "net: don't clear all errors on close"Leorize2020-06-061-0/+1
* net: don't clear all errors on closeLeorize2020-06-061-1/+0
* asyncnet, net: call SSL_shutdown only when connection establishedLeorize2020-06-063-10/+49
* Fix asynchttpserver newline breaking content-length (#14565) [backport]Zed2020-06-061-2/+3
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-063-757/+2
* Improve JSON serialisation of strtabs (#14549)PMunch2020-06-052-7/+30
* io: correct signature for some win32 apis (#14551)alaviss2020-06-031-5/+5
* fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ...Timothee Cour2020-06-021-0/+32
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-0/+54
* Disable unused warnings for error await template too (#14531)Danil Yarantsev2020-06-011-1/+1
* fix CI doc windows: style error in lib/std/time_t.nim (#14523)Timothee Cour2020-05-311-2/+2
* Disable unused warnings for await in async macro (#14517)Danil Yarantsev2020-05-311-2/+2
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-3/+28
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-5/+0
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-298-69/+145
* close #14284 document semantics for start for re,nre; improve examples (#14483)Timothee Cour2020-05-282-196/+67
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-281-3/+13
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-271-0/+2
* Change `UnpackError` with `UnpackDefect` (#14457)Ivan Bobev2020-05-272-9/+10
* docgen: mangling using _. instead of @@ to avoid issue (#14454)Timothee Cour2020-05-261-2/+2
* add bindParams to db_sqlite (#14408)Bung2020-05-261-41/+159
* docgen: fix #14448 show @@ as .. in href text (#14451)Timothee Cour2020-05-251-1/+6
* make get for options use lent T (#14442)cooldome2020-05-251-2/+2
* Add support for mktemps (#14347)Max Grender-Jones2020-05-252-8/+24
* Add clipPath to dom.nim. (#14435)treeform2020-05-241-1/+2
* fix repr(char) example assert (#14437)hlaaftana2020-05-231-1/+1
* Fix #14057 - moveFile should overwrite on Windows (#14433)genotrance2020-05-231-2/+2
* add insert,tryInsert unify for postgres that need pk name (#14416)Bung2020-05-224-0/+67
* Add missing attributes and methods to JavaScript DOM (#14428)Mildred Ki'Lya2020-05-221-0/+14
* make malloc.nim consistent in style (#14427)Andreas Rumpf2020-05-221-9/+9
* ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423)Andreas Rumpf2020-05-211-2/+1
* fixes a bug reported in https://forum.nim-lang.org/t/6361 (#14422)Andreas Rumpf2020-05-211-31/+31
* The whole options module should be inline (#14417) [backport:1.2]Mamy Ratsimbazafy2020-05-211-15/+14
* fix #14404 foldr had the classic multiple evaluation bug (#14413)Timothee Cour2020-05-211-7/+7
* Small improvements for string and char repr with gc:arc (#14400)Clyybber2020-05-201-6/+8
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-3/+8
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-202-25/+90
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-1/+1
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* Fix #14394 (#14395)Clyybber2020-05-181-1/+1