Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use enum | Jason Livesay | 2014-04-20 | 1 | -11/+14 |
| | |||||
* | delete extra statement from debugging | Jason Livesay | 2014-04-17 | 1 | -1/+0 |
| | |||||
* | Allow QUEUED reply only if pipelined; don't return status replies from ↵ | Jason Livesay | 2014-04-17 | 1 | -91/+95 |
| | | | | flushPipeline; Rewrite someTests | ||||
* | delete echo statements used for debugging | Jason Livesay | 2014-04-10 | 1 | -2/+0 |
| | |||||
* | factor per comments | Jason Livesay | 2014-04-10 | 1 | -143/+155 |
| | |||||
* | Don't need ref string; use PPipeline instead of ref TPipeline | Jason Livesay | 2014-04-10 | 1 | -77/+77 |
| | |||||
* | Redis: optional pipelining and better tested transactions | Jason Livesay | 2014-04-09 | 1 | -119/+233 |
| | |||||
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 1 | -15/+105 |
|\ | | | | | Add some documentations and code examples in system | ||||
| * | Fix typos in system.nim | flaviut | 2014-04-08 | 1 | -12/+12 |
| | | |||||
| * | `Concatenates` was misspelled | flaviut | 2014-04-08 | 1 | -6/+6 |
| | | |||||
| * | Code example for `clamp` | flaviut | 2014-04-08 | 1 | -1/+5 |
| | | |||||
| * | Document inplace string appending | flaviut | 2014-04-08 | 1 | -0/+14 |
| | | |||||
| * | Code examples for string concatination | flaviut | 2014-04-08 | 1 | -1/+16 |
| | | |||||
| * | Code docs for `contains`, `in`, `is`, and `of` | flaviut | 2014-04-08 | 1 | -1/+35 |
| | | |||||
| * | Inline docs for sequence appending | flaviut | 2014-04-08 | 1 | -0/+23 |
| | | |||||
* | | fixes bootstrapping | Araq | 2014-04-09 | 1 | -5/+8 |
| | | |||||
* | | Merge pull request #901 from reactormonk/seq_toString | Andreas Rumpf | 2014-04-09 | 1 | -18/+23 |
|\ \ | | | | | | | Added `$` for seq | ||||
| * | | added `$` for arrays | Simon Hafner | 2014-03-31 | 1 | -14/+14 |
| | | | |||||
| * | | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString | Simon Hafner | 2014-03-31 | 41 | -2682/+3798 |
| |\ \ | |||||
| * | | | removed `$` for openarray, was commented out | Simon Hafner | 2014-02-11 | 1 | -13/+0 |
| | | | | |||||
| * | | | explicit firstElement for `$` in collections | Simon Hafner | 2014-02-11 | 1 | -3/+9 |
| | | | | |||||
| * | | | Added `$` for seq | Simon Hafner | 2014-02-11 | 1 | -0/+12 |
| | | | | |||||
* | | | | Merge pull request #902 from reactormonk/float_toString | Andreas Rumpf | 2014-04-09 | 1 | -2/+4 |
|\ \ \ \ | |_|_|/ |/| | | | use `.f` instead of `.16e` for floats | ||||
| * | | | add a trailing zero to $float | Simon Hafner | 2014-02-11 | 1 | -0/+2 |
| | | | | |||||
| * | | | use `.f` instead of `.16e` for floats | Simon Hafner | 2014-02-11 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | It doesn't write a trailing zero, but it's better than floats being all over your screen. | ||||
* | | | merged better html links #850 | Araq | 2014-04-08 | 3 | -16/+80 |
| | | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-08 | 3 | -3/+32 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1069 from flaviut/devel | Andreas Rumpf | 2014-04-08 | 1 | -1/+25 |
| |\ \ \ | | | | | | | | | | | Add renderRstToJson in docutils | ||||
| | * | | | Modify renderRstToJson to use the json library | flaviut | 2014-04-05 | 1 | -18/+17 |
| | | | | | |||||
| | * | | | Add renderRstToJson in docutils | flaviut | 2014-04-05 | 1 | -0/+25 |
| | | | | | |||||
| * | | | | Disable async macro code output. Added some WSA error codes to winlean. | Dominik Picheta | 2014-04-07 | 2 | -2/+7 |
| | | | | | |||||
* | | | | | preparations for easier debugging | Araq | 2014-04-07 | 5 | -27/+41 |
|/ / / / | |||||
* | | | | Fixes selectors module on Mac OS X. | Dominik Picheta | 2014-04-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | setLen now used on asyncdispatch.recv's return value on Linux. | Dominik Picheta | 2014-04-06 | 2 | -7/+2 |
| | | | | | | | | | | | | | | | | This fixes issues with the async httpclient. | ||||
* | | | | Selectors module now uses select on operating systems other than Linux. | Dominik Picheta | 2014-04-06 | 1 | -23/+9 |
| | | | | |||||
* | | | | Updates docs and news. | Dominik Picheta | 2014-04-06 | 3 | -3/+49 |
| | | | | |||||
* | | | | Select implementation in selectors module compiles again. | Dominik Picheta | 2014-04-06 | 1 | -3/+3 |
| | | | | |||||
* | | | | Documentation for async httpclient. Notes for url modules. | Dominik Picheta | 2014-04-06 | 3 | -5/+43 |
| | | | | |||||
* | | | | Get rid of incorrect assert in asyncdispatch. | Dominik Picheta | 2014-04-06 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fixes docgen. | Dominik Picheta | 2014-04-06 | 1 | -4/+7 |
| | | | | |||||
* | | | | Merge pull request #1071 from ReneSac/devel | Andreas Rumpf | 2014-04-06 | 2 | -13/+15 |
|\ \ \ \ | | | | | | | | | | | Zero is not a power of two. Fixes #1047 | ||||
| * | | | | Removed trailing ';'. | ReneSac | 2014-04-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix typo in previous commit. | ReneSac | 2014-04-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Zero is not a power of two. Fix #1047 | ReneSac | 2014-04-06 | 1 | -12/+14 |
| | | | | | | | | | | | | | | | | | | | | Also, fixed some docstrings and added {.noSideEffect.} pragma to nextPowerOfTwo(). | ||||
* | | | | | doc generation for asyncdispatch works | Araq | 2014-04-06 | 3 | -29/+32 |
|/ / / / | |||||
* | | | | Revent pruneSocketSet to efficient version. | Dominik Picheta | 2014-04-05 | 1 | -6/+10 |
| | | | | |||||
* | | | | Modified behaviour of checkBuffer to match new select behaviour. Refs #822. | Dominik Picheta | 2014-04-05 | 2 | -15/+14 |
| | | | | |||||
* | | | | Added asynchttpserver module. | Dominik Picheta | 2014-04-05 | 1 | -0/+177 |
| | | | | |||||
* | | | | Asyncdispatch fixes. | Dominik Picheta | 2014-04-05 | 2 | -7/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | ``return`` is now transformed into a ``return nil`` in the async iterator to work around the no-yield in ``try .. except ..`` closure iterator limitation. | ||||
* | | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-04-05 | 1 | -13/+41 |
|\ \ \ \ |