Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure Request.body is initialised. | Dominik Picheta | 2014-11-17 | 1 | -0/+2 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-16 | 1 | -1/+5 |
|\ | |||||
| * | Uses execve() in osproc on OpenWrt and uClibc-based platforms. | Elie Zedeck | 2014-11-16 | 1 | -1/+5 |
* | | fixes #619 | Araq | 2014-11-15 | 2 | -1/+5 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-14 | 11 | -234/+235 |
|\ | |||||
| * | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 11 | -234/+235 |
* | | fixes #1181 | Araq | 2014-11-13 | 1 | -3/+3 |
|/ | |||||
* | renamed CondVar to Semaphore | Araq | 2014-11-10 | 1 | -26/+26 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-08 | 4 | -46/+64 |
|\ | |||||
| * | Implement SO_REUSEADDR for asyncnet and asynchttpserver. | Dominik Picheta | 2014-11-07 | 3 | -2/+20 |
| * | Merge pull request #1639 from onionhammer/devel | Dominik Picheta | 2014-11-07 | 1 | -44/+44 |
| |\ | |||||
| | * | Made 'headers' public | Erik O'Leary | 2014-11-06 | 1 | -44/+44 |
* | | | fixed the deadlock that happens when stress testing ToFreeQueue | Araq | 2014-11-08 | 1 | -25/+30 |
|/ / | |||||
* / | fixes exhaustion bug and missing GC_ref code generation | Araq | 2014-11-07 | 1 | -5/+4 |
|/ | |||||
* | broken attempt to fix queue exhaustion | Araq | 2014-11-07 | 1 | -21/+29 |
* | added module fenv's docs | Araq | 2014-11-04 | 1 | -0/+103 |
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -10/+22 |
|\ | |||||
| * | Merge pull request #1620 from trustable-code/PR6 | Andreas Rumpf | 2014-11-03 | 1 | -7/+15 |
| |\ | |||||
| | * | Fix terminate() and add kill() | Simon Krauter | 2014-11-02 | 1 | -7/+15 |
* | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-11-03 | 2 | -4/+14 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1569 from idlewan/prettyCC | Andreas Rumpf | 2014-11-03 | 1 | -3/+13 |
| |\ \ \ | |||||
| | * | | | Forgot to keep extern pragma for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -1/+2 |
| | * | | | Use defaut nil callback for execProcesses | Erwan Ameil | 2014-11-02 | 1 | -11/+1 |
| | * | | | Change empty callback into nil | Erwan Ameil | 2014-11-02 | 1 | -9/+12 |
| | * | | | Tidy up the prettification of the default verbosity c compilation output | Erwan Ameil | 2014-10-13 | 1 | -19/+19 |
| | * | | | Prettify compiler output for verbosity=1 | Erwan Ameil | 2014-10-12 | 1 | -3/+19 |
| * | | | | Merge pull request #1621 from flaviut/fix-oid | Andreas Rumpf | 2014-11-03 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Remove extra trailing zero from oid | Flaviu Tamas | 2014-11-02 | 1 | -1/+1 |
| * | | | | | Revert "Remove extra trailing zero" | Varriount | 2014-11-01 | 1 | -1/+2 |
| * | | | | | Remove extra trailing zero | Flaviu Tamas | 2014-11-01 | 1 | -2/+1 |
* | | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 2 | -1/+57 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Fix math.nim on windows | Varriount | 2014-11-03 | 1 | -1/+1 |
| * | | | | Merge pull request #1443 from def-/future-listcomprehensions | Andreas Rumpf | 2014-11-03 | 1 | -0/+57 |
| |\ \ \ \ | |||||
| | * | | | | Extend list comprehension documentation | def | 2014-08-03 | 1 | -16/+20 |
| | * | | | | Add list comprehensions to future module | def | 2014-08-03 | 1 | -0/+53 |
| * | | | | | Merge pull request #1553 from gradha/pr_json_module_improvements | Andreas Rumpf | 2014-11-03 | 1 | -91/+540 |
| |\ \ \ \ \ | |||||
| | * | | | | | Hides TJsonError, it wasn't being used. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -1/+1 |
| | * | | | | | Documents json module. | Grzegorz Adam Hankiewicz | 2014-10-04 | 1 | -90/+539 |
| * | | | | | | Merge pull request #1448 from def-/posix-math | Andreas Rumpf | 2014-11-03 | 1 | -11/+0 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Move fenv to its own module | def | 2014-08-22 | 1 | -54/+0 |
| | * | | | | | Move floating point rounding and exceptions handling to math | def | 2014-08-06 | 1 | -0/+43 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | Modify pegs.nim such that no match will return nil | Flaviu Tamas | 2014-10-29 | 1 | -1/+17 |
| |_|_|/ / |/| | | | | |||||
* | | | | | docgen works on linux | Araq | 2014-10-27 | 1 | -2/+2 |
* | | | | | Merge pull request #1566 from onionhammer/bigbreak | Andreas Rumpf | 2014-10-21 | 4 | -8/+8 |
|\ \ \ \ \ | |||||
| * | | | | | patched fdset call in osproc | Erik O'Leary | 2014-10-10 | 1 | -1/+1 |
| * | | | | | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 3 | -7/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'devel' into bigbreak | Araq | 2014-10-13 | 1 | -1/+10 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | fixes recent regression | Araq | 2014-10-11 | 1 | -1/+4 |
| * | | | minor cleanup for cpuinfo | Araq | 2014-10-11 | 1 | -2/+1 |
| * | | | fixes #1551 | Araq | 2014-10-11 | 1 | -3/+3 |