Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated grammar.txt | Araq | 2014-01-20 | 1 | -4/+4 |
| | |||||
* | Added ret != 0 back | onionhammer | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Corrected prunesocketset and pruneprocessset | Erik O'Leary | 2014-01-19 | 5 | -6/+6 |
| | | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs. | ||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 7 | -7/+8 |
| | |||||
* | merge master into devel | Araq | 2014-01-19 | 1 | -1/+13 |
|\ | |||||
| * | Merge pull request #775 from fowlmouth/patch-3 | Andreas Rumpf | 2014-01-18 | 1 | -1/+13 |
| |\ | | | | | | | Update endians.nim | ||||
| | * | Update endians.nim | Billingsly Wetherfordshire | 2013-12-23 | 1 | -1/+13 |
| | | | | | | | | | adds swapEndian16 function | ||||
* | | | make encodings.nim case consistent | Araq | 2014-01-19 | 1 | -33/+31 |
| | | | |||||
* | | | resolved conflicts with master | Araq | 2014-01-18 | 4 | -4/+18 |
|\| | | |||||
| * | | Merge pull request #777 from fowlmouth/patch-4 | Andreas Rumpf | 2014-01-13 | 1 | -0/+8 |
| |\ \ | | | | | | | | | Update os.nim | ||||
| | * | | Update os.nim | Billingsly Wetherfordshire | 2013-12-23 | 1 | -0/+8 |
| | |/ | | | | | | | added file/dirExists synonyms for existsFile/dir | ||||
| * | | Merge pull request #779 from brihat/master | Andreas Rumpf | 2014-01-13 | 1 | -0/+4 |
| |\ \ | | | | | | | | | Define $ operator for TRune | ||||
| | * | | Define $ operator for TRune | Satish BD | 2013-12-26 | 1 | -1/+3 |
| | | | | |||||
| | * | | Define $ operator for TRune | Satish BD | 2013-12-26 | 1 | -0/+2 |
| | |/ | |||||
| * | | httpclient: strip trailing whitespace from headers. | Michał Zieliński | 2013-12-28 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | - we can do that according to the RFC. - fixes #783 | ||||
| * | | Remove assert in asyncio which causes problems. | Dominik Picheta | 2013-12-26 | 1 | -2/+5 |
| |/ | | | | | | | | | | | This assert keeps failing occassionally in nimbuild causing it to crash. According to logic it shouldn't, but perhaps the socket's writeable status changes. | ||||
* | | unittest module works again | Araq | 2014-01-18 | 1 | -5/+6 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | Adds parseopt2 module to documentation index. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -2/+2 |
| | | | |||||
* | | | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 1 | -1/+1 |
|/ / | |||||
* | | case consistency improvements | Araq | 2014-01-11 | 1 | -1/+2 |
| | | |||||
* | | case consistency: niminst | Araq | 2013-12-29 | 1 | -10/+10 |
| | | |||||
* | | case consistency for linux | Araq | 2013-12-29 | 4 | -86/+86 |
| | | |||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 8 | -59/+59 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 8 | -62/+62 |
| | | |||||
* | | improvements for 'pretty' | Araq | 2013-12-28 | 3 | -39/+39 |
| | | |||||
* | | case consistency part 7 | Araq | 2013-12-28 | 3 | -52/+50 |
| | | |||||
* | | case consistency part 6 | Araq | 2013-12-28 | 2 | -107/+107 |
| | | |||||
* | | case consistency part 5 | Araq | 2013-12-28 | 1 | -27/+27 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 19 | -1342/+1342 |
| | | |||||
* | | case consistency part 2 | Araq | 2013-12-27 | 3 | -72/+72 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 12 | -190/+190 |
| | | |||||
* | | bugfix: InvalidSockets needs to be a let variable | Araq | 2013-12-24 | 1 | -1/+1 |
| | | |||||
* | | NoFakeVars progress | Araq | 2013-12-24 | 2 | -12/+19 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 6 | -22/+123 |
|\| | | | | | | | | | Conflicts: web/news.txt | ||||
| * | Renames configuration file to new pattern. Refs #720. | Grzegorz Adam Hankiewicz | 2013-12-21 | 1 | -0/+0 |
| | | |||||
| * | Merge pull request #759 from zielmicha/stdmsg | Andreas Rumpf | 2013-12-20 | 1 | -9/+27 |
| |\ | | | | | | | Write tracebacks to stderr instead of stdout. | ||||
| | * | Rework CGI error reporting. | Michał Zieliński | 2013-12-18 | 1 | -9/+27 |
| | | | | | | | | | | | | | | | | | | - remove 'undocumented' stackTraceNL - add 'undocumented' errorMessageWriter - make printing errors for browser optional (for security) | ||||
| * | | Further fixes (stupid kdiff automerge) | Clay Sweetser | 2013-12-18 | 1 | -3/+2 |
| | | | |||||
| * | | os.nim - Modify removeFile to use native Windows API calls | Clay Sweetser | 2013-12-18 | 1 | -6/+21 |
| | | | |||||
| * | | Modified os.removeFile to act correctly when deleting a file that doesn't exist. | Clay Sweetser | 2013-12-17 | 1 | -3/+9 |
| |/ | |||||
| * | Merge pull request #737 from zielmicha/quote-shell | Andreas Rumpf | 2013-12-16 | 3 | -9/+72 |
| |\ | | | | | | | quoteIfContainsWhite -> quoteShell | ||||
| | * | Use quoteShell in stdlib, where appropriate. | Michał Zieliński | 2013-12-11 | 2 | -6/+6 |
| | | | |||||
| | * | Deprecate quoteIfContainsWhite in favor of osproc.quoteShell. | Michał Zieliński | 2013-12-10 | 1 | -1/+3 |
| | | | |||||
| | * | add quoteShell to osproc.nim | Michał Zieliński | 2013-12-10 | 1 | -2/+63 |
| | | | |||||
* | | | new VM: some progress for the FFI support | Araq | 2013-12-23 | 1 | -32/+18 |
| | | | |||||
* | | | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 4 | -144/+323 |
|\| | | |||||
| * | | Fixed skipFile proc to not skip files that merely start with '.' | Clay Sweetser | 2013-12-11 | 1 | -83/+100 |
| |/ | | | | | | | Modified removeFile to reset the read only attribute on files before trying to delete. | ||||
| * | Merge pull request #730 from zielmicha/fix-parameters | Andreas Rumpf | 2013-12-10 | 3 | -65/+221 |
| |\ | | | | | | | Make parseopt correct (and based on seq[string] as parameters, not string) | ||||
| | * | Merge old parseopt.nim into fix-parameters | Michał Zieliński | 2013-12-10 | 1 | -0/+157 |
| | |\ |