summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | fixes serious regressionAndreas Rumpf2016-09-241-1/+1
* | | | | | fixes #4746Andreas Rumpf2016-09-241-2/+4
* | | | | | fixes #4776Andreas Rumpf2016-09-243-29/+43
* | | | | | bugfix: bottom of AVL tree is now threadsafeAndreas Rumpf2016-09-243-5/+7
|/ / / / /
* | | | | Fixed missing commaAndrea Ferretti2016-09-221-1/+1
* | | | | Added PATCH HTTP methodAndrea Ferretti2016-09-211-1/+3
|/ / / /
* | | | Add define value `nimBurnFree` which allow deallocation procedures to fill me...cheatfate2016-09-201-1/+1
* | | | HttpCode shouldn't require explicit initialisation to prevent breakage.Dominik Picheta2016-09-191-1/+3
* | | | Reverted removal of HttpCode.`$`.Dominik Picheta2016-09-191-2/+2
* | | | Fixes `asyncmacro` compilation in tests.Dominik Picheta2016-09-191-2/+1
* | | | Use `distinct range` for HttpCode as suggested by @nigredo-tori.Dominik Picheta2016-09-192-55/+118
* | | | Fixes #4797.Dominik Picheta2016-09-191-0/+3
* | | | Implements proxy support for (Async)HttpClient. Ref #4423.Dominik Picheta2016-09-182-18/+78
* | | | Implements timeouts for synchronous HttpClient.Dominik Picheta2016-09-181-9/+22
* | | | Use HttpHeaders in httpclient module.Dominik Picheta2016-09-181-8/+8
* | | | Improvements to httpclient. Refs #4423.Dominik Picheta2016-09-183-87/+145
* | | | Implements {.multisync.} pragma for async and sync proc combos.Dominik Picheta2016-09-181-0/+110
* | | | Fixes $(0.0/0.0) giving `-nan` on some systems.Dominik Picheta2016-09-171-1/+1
* | | | reset p.exitCode in peekExitCode on Posix when process did not exit (#4793)Johannes Hofmann2016-09-171-1/+3
* | | | Merge pull request #4784 from rudis/develDominik Picheta2016-09-171-10/+29
|\ \ \ \
| * | | | os: always use pcLinkToDir as kind for links to directoriesSimon Ruderich2016-09-171-10/+29
* | | | | posix: add INADDR_LOOPBACKSimon Ruderich2016-09-171-0/+2
|/ / / /
* | | | Merge pull request #4790 from rudis/devel-mkstempDominik Picheta2016-09-171-0/+6
|\ \ \ \
| * | | | posix: add mkstempSimon Ruderich2016-09-171-0/+6
* | | | | Merge pull request #4788 from rudis/devel-docDominik Picheta2016-09-171-7/+6
|\ \ \ \ \
| * | | | | Misc documentation fixesSimon Ruderich2016-09-171-7/+6
* | | | | | Fixes Futures' `or` operation so that asyncftpclient compiles.Dominik Picheta2016-09-172-6/+6
| |/ / / / |/| | | |
* | | | | Fixes #4170.Dominik Picheta2016-09-173-25/+75
|/ / / /
* | | | Fixes #4262.Dominik Picheta2016-09-172-73/+80
* | | | Merge pull request #4782 from endragor/marshal-non-utf8Andreas Rumpf2016-09-171-27/+23
|\ \ \ \
| * | | | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.Ruslan Mustakov2016-09-161-27/+23
* | | | | fix missing procvar pragmapyloor2016-09-161-1/+1
|/ / / /
* | | | Merge pull request #4771 from rudis/develAndreas Rumpf2016-09-163-22/+24
|\ \ \ \
| * | | | system: writeLine: escape \n in documentationSimon Ruderich2016-09-151-1/+1
| * | | | system: shl: remove superfluous spaces in documentationSimon Ruderich2016-09-151-2/+2
| * | | | system: <: add example of output to documentationSimon Ruderich2016-09-151-1/+1
| * | | | system: use more consistent spaces in seq declarationSimon Ruderich2016-09-151-6/+6
| * | | | system: high, low: add example which uses the typeSimon Ruderich2016-09-151-0/+2
| * | | | system: TaintedString: reduce duplication and link to manualSimon Ruderich2016-09-151-8/+8
| * | | | os: createHardlink: clarify documentationSimon Ruderich2016-09-151-2/+2
| * | | | algorithm: sort: fix link in documentationSimon Ruderich2016-09-151-1/+1
| * | | | os: createSymlink: fix typo in documentationSimon Ruderich2016-09-151-1/+1
* | | | | Merge pull request #4759 from endragor/marshal-strs-as-arraysAndreas Rumpf2016-09-151-2/+26
|\ \ \ \ \
| * | | | | marshal now can handle binary data in stringsRuslan Mustakov2016-09-131-2/+26
* | | | | | srcdir -> srcDirYuta Yamada2016-09-141-1/+1
| |/ / / / |/| | | |
* | | | | fixes #4764, fixes #4731, fixes #4724Araq2016-09-143-8/+8
* | | | | fixes #4760Andreas Rumpf2016-09-131-24/+21
* | | | | attempt to fix #4640Andreas Rumpf2016-09-133-6/+9
* | | | | Fix AsyncSocket sendDmitry Polienko2016-09-121-1/+1
|/ / / /
* | | | fixes #3279Araq2016-09-122-20/+30