summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Replaced idents with genSym in asyncdispatch.Dominik Picheta2014-03-291-7/+4
* Merge pull request #1045 from barcharcraz/lowerBoundAndreas Rumpf2014-03-281-4/+5
|\
| * fixed doc commentCharlie Barto2014-03-271-4/+5
* | Merge pull request #1032 from barcharcraz/lowerBoundVarriount2014-03-271-0/+29
|\|
| * added usage example for lower boundCharlie Barto2014-03-271-0/+5
| * made the default comparator for lowerBound unqualified, so the user can custo...Charlie Barto2014-03-231-1/+1
| * added lowerBound function to algorithm libraryCharlie Barto2014-03-231-0/+24
* | Calling randomize() again within 1 second will now provide a different seedJason Livesay2014-03-261-1/+3
* | Implemented async for httpclient.Dominik Picheta2014-03-264-30/+221
* | Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-263-126/+89
|/
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-234-122/+153
* 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