summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-28/+0
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-161-69/+62
* normalizeExe (#14668)Timothee Cour2020-06-151-2/+14
* Added --benchmarkVM to times.cpuTime() documentation (#14663)Ico Doornekamp2020-06-151-0/+2
* 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
* parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)Timothee Cour2020-06-091-7/+7
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-082-31/+31
* Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)Tomohiro2020-06-081-1/+1
* net: also set TLSv1.3 cipher suitesLeorize2020-06-061-0/+7
* net: revert compatibility changes for WindowsLeorize2020-06-061-5/+2
* net: use CiphersOld list for WindowsLeorize2020-06-061-1/+4
* net: don't call set_ecdh_auto for super old OpenSSLLeorize2020-06-061-1/+1
* net: enable automatic EC curve selection for OpenSSL 1.0.2Leorize2020-06-061-0/+7
* 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-061-2/+0
* 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-062-10/+21
* 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
* Disable unused warnings for error await template too (#14531)Danil Yarantsev2020-06-011-1/+1
* Disable unused warnings for await in async macro (#14517)Danil Yarantsev2020-05-311-2/+2
* Change `UnpackError` with `UnpackDefect` (#14457)Ivan Bobev2020-05-272-9/+10
* make get for options use lent T (#14442)cooldome2020-05-251-2/+2
* Fix #14057 - moveFile should overwrite on Windows (#14433)genotrance2020-05-231-2/+2
* 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
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-202-25/+90
* Fix #14394 (#14395)Clyybber2020-05-181-1/+1
* Emscripten: disable epoll (#14361)Dominik Picheta2020-05-161-2/+2
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-155-49/+48
* fixes #14331Araq2020-05-131-0/+28
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-12/+31
* properly fixes #13758 so that `import std/macros` stays legal (#14291)Timothee Cour2020-05-121-2/+1
* Fix #14289 (#14304) [backport]slangmgh2020-05-111-1/+2
* fixes #13946 (#14302)Andreas Rumpf2020-05-112-11/+5
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-111-1/+5
* nativesockets: add missing inheritable pass-throughLeorize2020-05-071-1/+1
* net: remove more erroneous set constructions (#14252) [backport]alaviss2020-05-071-3/+8
* Fix runnable examples for bitops (#14247)awr12020-05-061-3/+3
* Added bitslice operations for bitops (#14016)awr12020-05-061-21/+206
* Make the fields of `times.DateTime` private (#14197)Oscar NihlgÄrd2020-05-061-76/+180
* Clarify JS cstring len (#14184)hlaaftana2020-05-051-2/+2
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15