summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-164-36/+79
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-162-72/+70
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-151-8/+24
* normalizeExe (#14668)Timothee Cour2020-06-151-2/+14
* Update newLit set[T] to work when set is empty. (#14662)solo9892020-06-151-0/+4
* Added --benchmarkVM to times.cpuTime() documentation (#14663)Ico Doornekamp2020-06-151-0/+2
* fix #14655 setLen(seq) now zeros memory (#14656)Timothee Cour2020-06-141-14/+15
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-122-2/+2
* Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato...Juan Carlos2020-06-121-0/+11
* httpcore: Add http code 308 Permanent Redirect (#14639)djazz2020-06-122-1/+3
* Add `proc find` to `heapqueue` (#14628)c-blake2020-06-101-4/+13
* exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)ee72020-06-101-1/+1
* parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)Timothee Cour2020-06-091-7/+7
* Make the example better describe the desired outcome (#14611)Max Grender-Jones2020-06-081-5/+5
* optimized wrapWords; fixes #14579 (#14606) [backport:1.2]Andreas Rumpf2020-06-081-25/+48
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-083-31/+157
* Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)Tomohiro2020-06-081-1/+1
* openssl: use explicit result for SSL_in_init (#14597)alaviss2020-06-081-2/+2
* wrappers/openssl: defer loading SSL_CTX_set_ciphersuitesLeorize2020-06-061-1/+3
* net: also set TLSv1.3 cipher suitesLeorize2020-06-062-0/+12
* wrappers/openssl: mark casts as gcsafeLeorize2020-06-061-17/+13
* wrappers/openssl: enable SSL_CTX_set_ecdh_auto for LibreSSLLeorize2020-06-061-1/+1
* net: revert compatibility changes for WindowsLeorize2020-06-061-5/+2
* wrappers/openssl: the version number comes from the utility libraryLeorize2020-06-061-9/+20
* net: use CiphersOld list for WindowsLeorize2020-06-061-1/+4
* 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