Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | more tests green | Araq | 2014-08-31 | 2 | -16/+16 | |
* | | | more stdlib modules work | Araq | 2014-08-31 | 3 | -204/+204 | |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 6 | -128/+375 | |
|\ \ \ | ||||||
| * | | | Added async implementation for smtp module. | Dominik Picheta | 2014-08-31 | 1 | -18/+106 | |
| * | | | Async SSL support. | Dominik Picheta | 2014-08-31 | 4 | -46/+205 | |
| * | | | Case sensitivity fixes for httpclient and sockets module. | Dominik Picheta | 2014-08-31 | 2 | -62/+62 | |
| * | | | s/storeFile/store/ | Dominik Picheta | 2014-08-31 | 1 | -2/+2 | |
* | | | | make tests green | Araq | 2014-08-31 | 4 | -50/+50 | |
* | | | | prettified re.nim; make some tests green | Araq | 2014-08-31 | 1 | -21/+22 | |
|/ / / | ||||||
* | | | prettified some async modules | Araq | 2014-08-31 | 2 | -83/+83 | |
* | | | made some tests green | Araq | 2014-08-31 | 2 | -20/+20 | |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 2 | -51/+51 | |
|\ \ \ | ||||||
| * | | | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 1 | -30/+30 | |
| * | | | Case sensitivity fixes for Posix. | Dominik Picheta | 2014-08-30 | 2 | -21/+21 | |
* | | | | fixes #1444 | Araq | 2014-08-31 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Fixed issue with os module in non-unicode mode on Windows. | Dominik Picheta | 2014-08-30 | 1 | -1/+4 | |
* | | | Ftpclient backwards compatibility fixes. | Dominik Picheta | 2014-08-30 | 1 | -23/+20 | |
* | | | Case fixes for network modules. | Dominik Picheta | 2014-08-30 | 5 | -126/+129 | |
* | | | Merge branch 'devel' into bigbreak | Dominik Picheta | 2014-08-30 | 5 | -128/+436 | |
|\| | | ||||||
| * | | Add asyncftpclient module. | Dominik Picheta | 2014-08-29 | 3 | -14/+315 | |
| * | | Async macro fixes. Added waitFor. | Dominik Picheta | 2014-08-29 | 1 | -7/+17 | |
| * | | Ftpclient module now uses generics. | Dominik Picheta | 2014-08-24 | 1 | -93/+89 | |
| * | | Fixed gcsafe in asynchttpserver module. | Dominik Picheta | 2014-08-21 | 1 | -2/+3 | |
* | | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+0 | |
* | | | updated terminal.nim | Araq | 2014-08-29 | 1 | -6/+6 | |
* | | | updated sockets.nim | Araq | 2014-08-28 | 1 | -121/+121 | |
* | | | udpated osproc.nim | Araq | 2014-08-28 | 1 | -66/+66 | |
* | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 15 | -40/+40 | |
* | | | Nimrod renamed to Nim | Araq | 2014-08-28 | 19 | -32/+32 | |
* | | | updated poly.nim | Araq | 2014-08-28 | 2 | -39/+47 | |
* | | | updated pegs module | Araq | 2014-08-28 | 1 | -38/+38 | |
* | | | several modules changed | Araq | 2014-08-28 | 7 | -81/+80 | |
* | | | more modules updated | Araq | 2014-08-28 | 1 | -3/+3 | |
* | | | more modules updated | Araq | 2014-08-28 | 2 | -7/+7 | |
* | | | more modules updated | Araq | 2014-08-28 | 3 | -352/+352 | |
* | | | more modules updated | Araq | 2014-08-28 | 3 | -62/+62 | |
* | | | more modules updated | Araq | 2014-08-28 | 2 | -59/+59 | |
* | | | more modules updated | Araq | 2014-08-28 | 6 | -71/+71 | |
* | | | more modules updated | Araq | 2014-08-28 | 3 | -70/+70 | |
* | | | updated basic2d, basic3d modules | Araq | 2014-08-28 | 2 | -25/+25 | |
* | | | updated base64.nim | Araq | 2014-08-28 | 1 | -127/+127 | |
* | | | big rename | Araq | 2014-08-28 | 3 | -19/+19 | |
* | | | big rename | Araq | 2014-08-28 | 2 | -15/+15 | |
* | | | big rename | Araq | 2014-08-28 | 6 | -357/+357 | |
* | | | big rename | Araq | 2014-08-28 | 9 | -99/+99 | |
* | | | big rename | Araq | 2014-08-27 | 87 | -1897/+2066 | |
* | | | renamefest | Araq | 2014-08-23 | 3 | -55/+55 | |
* | | | renamefest | Araq | 2014-08-23 | 19 | -210/+210 | |
|/ / | ||||||
* | | Implements `or` and `and` for futures. Ref #1487. | Dominik Picheta | 2014-08-19 | 1 | -0/+21 | |
* | | Export `==` from net module for TPort. | Dominik Picheta | 2014-08-17 | 1 | -1/+1 |