summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-202-169/+410
|\
| * Merge pull request #1076 from runvnc/redis_pipelineDominik Picheta2014-04-201-169/+299
| |\
| | * Use enumJason Livesay2014-04-201-11/+14
| | * delete extra statement from debuggingJason Livesay2014-04-171-1/+0
| | * Allow QUEUED reply only if pipelined; don't return status replies from flushP...Jason Livesay2014-04-171-91/+95
| | * delete echo statements used for debuggingJason Livesay2014-04-101-2/+0
| | * factor per commentsJason Livesay2014-04-101-143/+155
| | * Don't need ref string; use PPipeline instead of ref TPipelineJason Livesay2014-04-101-77/+77
| | * Redis: optional pipelining and better tested transactionsJason Livesay2014-04-091-119/+233
| * | Remove echo from => macro and fix tclosuremacro test.Dominik Picheta2014-04-201-2/+2
| * | Added new future module with a closure macro.Dominik Picheta2014-04-201-0/+111
* | | made large parts of the stdlib gcsafeAraq2014-04-2013-61/+80
|/ /
* | Fixes collections/ttables.Dominik Picheta2014-04-181-1/+1
* | Improves startProcess docstring for poEvalCommand usage.Grzegorz Adam Hankiewicz2014-04-161-1/+9
* | Fixes docgen.Dominik Picheta2014-04-152-2/+2
* | Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-155-0/+7
* | Merge pull request #1084 from gradha/pr_adds_sequtils_splitSimon Hafner2014-04-131-0/+91
|\ \
| * | Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29
| * | Adds generic split proc to sequtils.Grzegorz Adam Hankiewicz2014-04-111-0/+90
| |/
* | Implemented buffering for asynchronous sockets.Dominik Picheta2014-04-133-4/+38
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAndreas Rumpf2014-04-134-61/+154
|\ \
| * | Adds split proc for strings with a string separator.Dominik Picheta2014-04-111-0/+20
| * | JS: Fixes math and streams module and implements json.Dominik Picheta2014-04-113-61/+134
| |/
* | fixes for asynchttpserverAndreas Rumpf2014-04-133-8/+15
* | added mget for TSetAndreas Rumpf2014-04-131-0/+9
* | added 'hash' for set[T]'Andreas Rumpf2014-04-131-0/+4
* | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+1
* | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+7
|/
* merged better html links #850Araq2014-04-081-1/+1
* Disable async macro code output. Added some WSA error codes to winlean.Dominik Picheta2014-04-071-1/+1
* Fixes selectors module on Mac OS X.Dominik Picheta2014-04-061-0/+1
* setLen now used on asyncdispatch.recv's return value on Linux.Dominik Picheta2014-04-062-7/+2
* Selectors module now uses select on operating systems other than Linux.Dominik Picheta2014-04-061-23/+9
* Updates docs and news.Dominik Picheta2014-04-063-3/+49
* Select implementation in selectors module compiles again.Dominik Picheta2014-04-061-3/+3
* Documentation for async httpclient. Notes for url modules.Dominik Picheta2014-04-063-5/+43
* Get rid of incorrect assert in asyncdispatch.Dominik Picheta2014-04-061-1/+0
* Fixes docgen.Dominik Picheta2014-04-061-4/+7
* Merge pull request #1071 from ReneSac/develAndreas Rumpf2014-04-061-12/+14
|\
| * Removed trailing ';'.ReneSac2014-04-061-1/+1
| * Zero is not a power of two. Fix #1047ReneSac2014-04-061-12/+14
* | doc generation for asyncdispatch worksAraq2014-04-062-27/+29
|/
* Revent pruneSocketSet to efficient version.Dominik Picheta2014-04-051-6/+10
* Modified behaviour of checkBuffer to match new select behaviour. Refs #822.Dominik Picheta2014-04-052-15/+14
* Added asynchttpserver module.Dominik Picheta2014-04-051-0/+177
* Asyncdispatch fixes.Dominik Picheta2014-04-052-7/+20
* Merge branch 'devel' of github.com:Araq/Nimrod into develDominik Picheta2014-04-051-13/+41
|\
| * Support transactionsJason Livesay2014-04-041-15/+32
| * Allow multi/exec replies so transactions work.Jason Livesay2014-04-041-2/+13
* | Proper handling of disconnections during reading in httpclient.Dominik Picheta2014-04-031-1/+3
|/