Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-10-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/os.nim lib/wrappers/postgres.nim | ||||
| * | Fix permissions for createDir() on Unix systems. | Reimer Behrends | 2014-09-22 | 1 | -2/+2 |
| | | | | | | | | | | Permissions were set to 0o711 by default; they should be 0o777, with umask being responsible for restricting permissions further. | ||||
* | | recursive tuple types are now invalid (breaking change) | Araq | 2014-10-02 | 1 | -0/+2 |
| | | |||||
* | | s/sock/fd/. Fixes #1487. | Dominik Picheta | 2014-09-27 | 2 | -46/+46 |
| | | |||||
* | | added $* for subexes | Araq | 2014-09-24 | 1 | -0/+3 |
| | | |||||
* | | made tests green | Araq | 2014-09-22 | 1 | -2/+2 |
| | | |||||
* | | made some tests green | Araq | 2014-09-21 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-09-19 | 4 | -1/+33 |
|\ \ | |||||
| * | | Fixes asyncnet example. | Dominik Picheta | 2014-09-18 | 1 | -1/+2 |
| | | | |||||
| * | | Adds socket creation for arbitrary domain, type and protocol. | Dominik Picheta | 2014-09-18 | 4 | -0/+31 |
| | | | |||||
* | | | updated xml modules | Araq | 2014-09-18 | 2 | -22/+22 |
|/ / | |||||
* | | updated fsmonitor | Araq | 2014-09-17 | 1 | -3/+2 |
| | | |||||
* | | xmldom adheres to the new style | Araq | 2014-09-17 | 1 | -249/+249 |
| | | |||||
* | | Add bool to determine if socket has been closed. | Dominik Picheta | 2014-09-16 | 2 | -2/+4 |
| | | |||||
* | | Merge branch 'bigbreak' of github.com:Araq/Nimrod into bigbreak | Dominik Picheta | 2014-09-14 | 4 | -10/+51 |
|\ \ | |||||
| * \ | resolved conflict | Araq | 2014-09-13 | 10 | -40/+196 |
| |\ \ | |||||
| * \ \ | merged things from devel | Araq | 2014-09-12 | 4 | -10/+51 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | manual merge of #1526 | Araq | 2014-09-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixes #1444 | Araq | 2014-09-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #1404 from def-/strutils-count | Andreas Rumpf | 2014-09-05 | 1 | -0/+35 |
| | |\ \ | | | | | | | | | | | Add count procedures to strutils | ||||
| | | * | | overlapping as a parameter for count instead | def | 2014-07-28 | 1 | -17/+9 |
| | | | | | |||||
| | | * | | Add count procedures to strutils | def | 2014-07-23 | 1 | -0/+43 |
| | | | | | |||||
| | * | | | Merge pull request #1509 from idlewan/cookies | Andreas Rumpf | 2014-09-01 | 1 | -6/+9 |
| | |\ \ \ | | | | | | | | | | | | | Secure and HttpOnly cookies | ||||
| | | * | | | 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 | 1 | -12/+10 |
| | | | | |||||
* | | | | Some docgen fixes. | Dominik Picheta | 2014-09-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | 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 |
|/ / / | | | | | | | | | | Ref #1487. | ||||
* | | | 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 | 5 | -66/+60 |
|\ \ \ | |||||
| * | | | 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 | 1 | -5/+12 |
| | | | | |||||
| * | | | 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 |
| | | | | |||||
* | | | | 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 | 6 | -22/+22 |
|/ / / | |||||
* | | | 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 | 1 | -9/+8 |
| | | | |||||
* | | | fixed poxix dynlib names for bigbreak | Philip Witte | 2014-09-04 | 1 | -7/+7 |
| | | |