Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Pointer -> pointer to fix compile error using --cs:partial | fuzzthink | 2014-09-02 | 1 | -2/+2 | |
| | * | | | | | Merge pull request #1509 from idlewan/cookies | Andreas Rumpf | 2014-09-01 | 1 | -6/+9 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Secure and HttpOnly cookies | Erwan Ameil | 2014-08-30 | 1 | -6/+9 | |
| | * | | | | | | Escape ' and / when using escape in xmltree | Erwan Ameil | 2014-08-30 | 1 | -0/+4 | |
| | |/ / / / / | ||||||
* | | | | / / | NimFix on net and rawsockets modules. | Dominik Picheta | 2014-09-13 | 2 | -8/+8 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | More docgen fixes. | Dominik Picheta | 2014-09-13 | 7 | -228/+163 | |
* | | | | | | Some docgen fixes. | Dominik Picheta | 2014-09-13 | 2 | -3/+4 | |
* | | | | | | Fixes fdSet CS problems in asyncio. | Dominik Picheta | 2014-09-12 | 1 | -2/+2 | |
* | | | | | | Lots of documentation improvements for asyncdispatch. | Dominik Picheta | 2014-09-12 | 7 | -26/+183 | |
|/ / / / / | ||||||
* | | | | | renamed URLencode to encodeUrl | Araq | 2014-09-10 | 1 | -7/+9 | |
* | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-10 | 6 | -66/+66 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add depraction warnings for URLencode/decode. | Dominik Picheta | 2014-09-10 | 1 | -1/+2 | |
| * | | | | | Fixes case in cgi module. | Dominik Picheta | 2014-09-10 | 1 | -5/+5 | |
| * | | | | | More empty stmt fixes. | Dominik Picheta | 2014-09-09 | 1 | -0/+1 | |
| * | | | | | Fixes for new comment handling. | Dominik Picheta | 2014-09-09 | 2 | -0/+2 | |
| * | | | | | Implements getCurrentException for try in async procs. Ref #1487. | Dominik Picheta | 2014-09-09 | 2 | -5/+18 | |
| * | | | | | Multiple exception idents in except for async. Ref #1487. | Dominik Picheta | 2014-09-08 | 1 | -24/+39 | |
| * | | | | | Removed async console FDs. | Dominik Picheta | 2014-09-08 | 1 | -33/+1 | |
* | | | | | | updated nimgrep tool | Araq | 2014-09-10 | 1 | -1/+1 | |
* | | | | | | some improvements for nimfix | Araq | 2014-09-09 | 1 | -1/+1 | |
* | | | | | | nimfix cannot handle fileHandle vs FileHandle | Araq | 2014-09-09 | 1 | -1/+2 | |
* | | | | | | pegs.nimfix compiles | Araq | 2014-09-09 | 1 | -0/+1770 | |
* | | | | | | nimfix supports specialized '.nimfix' modules | Araq | 2014-09-08 | 1 | -2/+3 | |
* | | | | | | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 8 | -38/+38 | |
|/ / / / / | ||||||
* | | | | | Added asyncfile.readLine and async stdin/out/err. Ref #1487. | Dominik Picheta | 2014-09-06 | 1 | -0/+45 | |
* | | | | | Fixes httpclient SSL issue. Implements unbuffered SSL recv. Ref #1487. | Dominik Picheta | 2014-09-06 | 3 | -22/+39 | |
* | | | | | Fixes osproc on Windows. | Dominik Picheta | 2014-09-06 | 1 | -2/+3 | |
* | | | | | Implemented asyncfile for Posix. | Dominik Picheta | 2014-09-05 | 2 | -11/+68 | |
* | | | | | Add asyncfile module. | Dominik Picheta | 2014-09-05 | 1 | -0/+256 | |
* | | | | | Added Windows asyncfile implementation. | Dominik Picheta | 2014-09-05 | 2 | -17/+24 | |
* | | | | | fixed poxix dynlib names for bigbreak | Philip Witte | 2014-09-04 | 1 | -7/+7 | |
* | | | | | Fixes asynchttpserver. | Dominik Picheta | 2014-09-01 | 2 | -8/+8 | |
* | | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-08-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix net module on Linux. | Dominik Picheta | 2014-08-31 | 1 | -1/+1 | |
* | | | | | | updated iup.nim; made tests green | Araq | 2014-08-31 | 5 | -1027/+1024 | |
|/ / / / / | ||||||
* | | | | | 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 |