Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix net module on Linux. | Dominik Picheta | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | more tests green | Araq | 2014-08-31 | 3 | -32/+32 |
| | |||||
* | 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 | 7 | -145/+409 |
|\ | |||||
| * | Added async implementation for smtp module. | Dominik Picheta | 2014-08-31 | 1 | -18/+106 |
| | | |||||
| * | Async SSL support. | Dominik Picheta | 2014-08-31 | 5 | -63/+239 |
| | | |||||
| * | 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 | 11 | -132/+148 |
| | | |||||
* | | prettified re.nim; make some tests green | Araq | 2014-08-31 | 2 | -77/+81 |
|/ | |||||
* | prettified some async modules | Araq | 2014-08-31 | 2 | -83/+83 |
| | |||||
* | made some tests green | Araq | 2014-08-31 | 2 | -20/+20 |
| | |||||
* | ENDB compiles again | Araq | 2014-08-31 | 3 | -38/+38 |
| | |||||
* | minor improvement for nim pretty | Araq | 2014-08-31 | 1 | -0/+1 |
| | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 3 | -59/+59 |
|\ | |||||
| * | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 2 | -38/+38 |
| | | |||||
| * | Case sensitivity fixes for Posix. | Dominik Picheta | 2014-08-30 | 2 | -21/+21 |
| | | |||||
* | | fixes #1444 | Araq | 2014-08-31 | 3 | -5/+5 |
|/ | |||||
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-30 | 13 | -261/+572 |
|\ | |||||
| * | 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 |
| | | |||||
| * | Winlean and threads case sensitivity fixes. | Dominik Picheta | 2014-08-30 | 4 | -31/+31 |
| | | |||||
| * | 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 |
| |\ | | | | | | | | | | | | | Conflicts: lib/pure/ftpclient.nim | ||||
| | * | 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 |
| | | | |||||
* | | | VM supports math and a few os procs | Araq | 2014-08-30 | 1 | -1/+1 |
| | | | |||||
* | | | fixed posix.nim | Araq | 2014-08-30 | 1 | -1/+2 |
|/ / | |||||
* | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+0 |
| | | |||||
* | | posix.nim compiles again | Araq | 2014-08-29 | 1 | -34/+34 |
| | | |||||
* | | updated terminal.nim | Araq | 2014-08-29 | 1 | -6/+6 |
| | | |||||
* | | made windows.nim compatible with --cs:partial | Araq | 2014-08-29 | 1 | -228/+228 |
| | | |||||
* | | renamed Byte to byte | Araq | 2014-08-29 | 2 | -2/+2 |
| | | |||||
* | | updated db_sqlite.nim | Araq | 2014-08-29 | 2 | -23/+23 |
| | | |||||
* | | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 3 | -16/+16 |
| | | |||||
* | | 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 | 23 | -90/+90 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 56 | -116/+116 |
| | | |||||
* | | 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 | 4 | -426/+426 |
| | | |||||
* | | 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 |
| | |