Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4828 from jfhg/unify_waitpid_handling | Andreas Rumpf | 2016-10-09 | 1 | -32/+36 |
|\ | | | | | Unify waitpid handling | ||||
| * | convert exitStatus to exit code | Johannes Hofmann | 2016-09-30 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'devel' into unify_waitpid_handling | Johannes Hofmann | 2016-09-30 | 18 | -691/+664 |
| |\ | |||||
| * | | another attempt at properly declaring the status variable | Johannes Hofmann | 2016-09-25 | 1 | -1/+3 |
| | | | |||||
| * | | make status variable local | Johannes Hofmann | 2016-09-25 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'devel' into unify_waitpid_handling | Johannes Hofmann | 2016-09-24 | 11 | -50/+136 |
| |\ \ | |||||
| * | | | rename exitCode to exitStatus | Johannes Hofmann | 2016-09-24 | 1 | -18/+18 |
| | | | | |||||
| * | | | generally update exitCode only after successful completion of waitpid() | Johannes Hofmann | 2016-09-22 | 1 | -23/+26 |
| | | | | |||||
* | | | | added registry.nim to the stdlib | Araq | 2016-10-09 | 1 | -0/+11 |
| | | | | |||||
* | | | | koch supports the finish command for smooth installations on Windows | Araq | 2016-10-09 | 1 | -0/+66 |
| | | | | |||||
* | | | | develop version is 0.15.1 | Araq | 2016-10-08 | 2 | -2/+2 |
| | | | | |||||
* | | | | fixes #4844 | Araq | 2016-10-08 | 1 | -1/+5 |
| | | | | |||||
* | | | | Merge pull request #4848 from flyx/fix-debugdlopen | Andreas Rumpf | 2016-10-06 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | Fixed compilation error with -d:nimDebugDlOpen | ||||
| * | | | | Display hint for -d:nimDebugDlOpen on load failure | Felix Krause | 2016-10-03 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Fixed compilation error with -d:nimDebugDlOpen | Felix Krause | 2016-10-03 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4857 from yglukhov/gcv2-threads | Andreas Rumpf | 2016-10-06 | 2 | -4/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Make gc v2 compile with --threads:on | ||||
| * | | | | | Make gc v2 compile with --threads:on | Yuriy Glukhov | 2016-10-05 | 2 | -4/+10 |
| | | | | | | |||||
* | | | | | | Merge pull request #4853 from GaveUp/devel | Andreas Rumpf | 2016-10-06 | 1 | -2/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Revert change to osalloc.nim from commit 8d7a45f. | ||||
| * | | | | | Revert change to osalloc.nim from commit 8d7a45f. | GaveUp | 2016-10-04 | 1 | -2/+0 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change caused MAP_ANONYMOUS to have an incorrect value when compiling for mipsel. Fixes #4852. | ||||
* / / / / | call initAllocator in foreign thread | Jez Kabanov | 2016-10-05 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Fixes pesky hint in asyncfutures. | Dominik Picheta | 2016-10-01 | 1 | -0/+2 |
| | | | | |||||
* | | | | version changed to 0.15.0 | Araq | 2016-10-01 | 2 | -3/+3 |
| | | | | |||||
* | | | | made test green for 32bit system | Araq | 2016-09-30 | 1 | -12/+14 |
| | | | | |||||
* | | | | made test green for 32bit system | Araq | 2016-09-30 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Add few JSON examples | Federico Ceratto | 2016-09-29 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #4833 from FedericoCeratto/patch-15 | Andreas Rumpf | 2016-09-29 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Add description to arch.nim | ||||
| * | | | Add description to arch.nim | Federico Ceratto | 2016-09-28 | 1 | -0/+3 |
| | | | | |||||
* | | | | Fix upcoming to pass tpolltimeouts.nim test | cheatfate | 2016-09-29 | 1 | -31/+32 |
| | | | | |||||
* | | | | EIO is called IOError now | Araq | 2016-09-28 | 1 | -1/+1 |
|/ / / | |||||
* | | | made async compile again | Andreas Rumpf | 2016-09-26 | 3 | -2/+2 |
| | | | |||||
* | | | revert brainless changes | Andreas Rumpf | 2016-09-26 | 1 | -2/+2 |
| | | | |||||
* | | | make travis green | Andreas Rumpf | 2016-09-26 | 1 | -2/+2 |
| | | | |||||
* | | | make linenoise compile in some /tmp directory | Andreas Rumpf | 2016-09-26 | 2 | -2/+5 |
| | | | |||||
* | | | docgen fixes for basic3d | Andreas Rumpf | 2016-09-26 | 1 | -4/+2 |
| | | | |||||
* | | | docgen fixes for selectors.nim | Andreas Rumpf | 2016-09-26 | 1 | -1/+2 |
| | | | |||||
* | | | docgen fixes for basic2d | Andreas Rumpf | 2016-09-26 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes #4587. | Dominik Picheta | 2016-09-25 | 1 | -2/+19 |
| | | | |||||
* | | | Moves async futures into asyncfutures module. | Dominik Picheta | 2016-09-25 | 3 | -573/+295 |
| | | | |||||
* | | | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 2 | -17/+64 |
| | | | |||||
* | | | Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into ↵ | Dominik Picheta | 2016-09-25 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | | | | | pyloor-asyncftp-add-removeDir | ||||
| * | | | Asyncftpclient: adding removeDir proc | pyloor | 2016-09-21 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge branch 'asyncftp-add-removeFile' of https://github.com/pyloor/Nim into ↵ | Dominik Picheta | 2016-09-25 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | | | | | pyloor-asyncftp-add-removeFile | ||||
| * | | | adding a test for removing a file | pyloor | 2016-09-21 | 1 | -0/+2 |
| | | | | |||||
| * | | | adding removeFile proc to asyncftpclient | pyloor | 2016-09-21 | 1 | -0/+4 |
| |/ / | |||||
* | | | Fixes #3847. | Dominik Picheta | 2016-09-25 | 4 | -10/+52 |
| | | | |||||
* | | | Add PATCH HTTP Method. | Dominik Picheta | 2016-09-25 | 1 | -3/+2 |
| | | | |||||
* | | | asynchttpserver's Response object's req method uses HttpMethod now. | Dominik Picheta | 2016-09-25 | 3 | -15/+20 |
| | | | | | | | | | | | | Fixes #4423. | ||||
* | | | HTTP client's request proc no longer slices http method string param. | Dominik Picheta | 2016-09-25 | 1 | -4/+5 |
| | | | |||||
* | | | Improves httpclient documentation. | Dominik Picheta | 2016-09-24 | 1 | -32/+51 |
| | | | |||||
* | | | Implements onProgressChanged callback for httpclient. | Dominik Picheta | 2016-09-24 | 1 | -11/+51 |
| | | |