summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes tasyncawait and the net module on Linux.Dominik Picheta2014-03-231-1/+2
* Many renames. Created high level asyncnet module.Dominik Picheta2014-03-224-12/+175
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-223-30/+1006
* Clean up IP address code in net module.Dominik Picheta2014-03-221-28/+54
* Asyncio2 doc improvements. Changed recvLine's behaviour.Dominik Picheta2014-03-221-11/+9
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-223-52/+339
|\
| * PFuture[void] now works.Dominik Picheta2014-03-151-29/+53
| * Merge pull request #972 from Matthias247/ipaddressDominik Picheta2014-03-141-2/+259
| |\
| | * Make the IP address exceptions more detailedMatthias Einwag2014-03-141-19/+24
| | * raise exceptions through newExceptionMatthias Einwag2014-03-091-18/+18
| | * $ for TIpAddress now prints in the recommended formatMatthias Einwag2014-03-041-2/+13
| | * Use character ranges from strutils.Matthias Einwag2014-03-041-6/+17
| | * Added a IpAddress structure to the net moduleMatthias Einwag2014-03-041-1/+231
| * | Fixes compilation of asyncio2 on Windows.Dominik Picheta2014-03-141-1/+5
| * | File descriptors are now removed from fds list explicitly in close().Dominik Picheta2014-03-142-20/+22
* | | added mapMem/unmapMem to memfiles; untestedAraq2014-03-221-4/+41
|/ /
* | fixes #993Araq2014-03-131-1/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-133-65/+122
|\ \
| * | Fix compilation on linux.Dominik Picheta2014-03-121-17/+20
| * | Fixed tasyncawait on Windows.Dominik Picheta2014-03-121-9/+31
| * | EOS exception now contains the error code.Dominik Picheta2014-03-111-5/+6
| * | tasyncawait now works on Linux.Dominik Picheta2014-03-112-37/+68
* | | should fix the nkExprColonExpr bug in the vmAraq2014-03-131-1/+1
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-103-22/+54
|\ \
| * | Fixes to asyncio2 on Linux.Dominik Picheta2014-03-093-22/+54
* | | osproc compiles again for haikuAraq2014-03-101-46/+49
|/ /
* / added a warning for htmlgenAraq2014-03-031-3/+8
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-022-1/+13
|\
| * Fixes sockets2 on Windows.Dominik Picheta2014-02-281-1/+10
| * osproc: add warning about using waitForExit without poParentStreamsMichał Zieliński2014-02-271-0/+3
* | bugfix: walkFiles on windows shouldn't yield directoriesAraq2014-03-021-1/+2
|/
* osproc: MacOSX fix - if -> whenMichał Zieliński2014-02-241-1/+1
* osproc: MacOSX workaround for lack of execvpeMichał Zieliński2014-02-241-1/+10
* Merge pull request #953 from zielmicha/vforkAndreas Rumpf2014-02-231-4/+2
|\
| * osproc: use fork by default on Linux, clone if requested by useClone flagMichał Zieliński2014-02-231-3/+1
| * osproc: increase stack size from 8k to 64kMichał Zieliński2014-02-231-1/+1
* | Merge pull request #917 from zielmicha/vforkAndreas Rumpf2014-02-231-87/+179
|\|
| * osproc: use push stacktrace:off instead of nostackframeMichał Zieliński2014-02-181-3/+6
| * osproc: make failed execv an exception (when using fork or clone)Michał Zieliński2014-02-151-23/+63
| * osproc: use clone with CLONE_VM on Linux for faster process spawningMichał Zieliński2014-02-141-73/+122
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-02-104-0/+976
| |\
| * \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-02-0920-37/+490
| |\ \
| * | | osproc: fix naming inconsistiencesMichał Zieliński2014-01-261-21/+21
* | | | Implemented selector support for asyncio2.Dominik Picheta2014-02-224-204/+407
* | | | Rewrote the changes to findAll using if/elseFabio Cevasco2014-02-221-3/+3
* | | | pegs.findAll iterator fixFabio Cevasco2014-02-211-1/+3
* | | | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-181-3/+7
|\ \ \ \
| * \ \ \ Merge pull request #897 from micklat/develAndreas Rumpf2014-02-181-3/+7
| |\ \ \ \
| | * | | | dynlib: optionally pass RTLD_GLOBAL to dlopenMicky Latowicki2014-02-101-3/+7
| | | |_|/ | | |/| |
* | / | | fix #204;Zahary Karadjov2014-02-181-4/+4
|/ / / /