Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Handle interrupt on epoll_wait graciously (allows strace to work) | def | 2015-01-04 | 1 | -1/+5 | |
| | * | | | | | Close async socket on error (instead of looping on epoll_wait with 100% CPU) | def | 2015-01-04 | 2 | -1/+8 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1870 from infininight/devel | reactormonk | 2015-01-05 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add TextMate bundle link | Michael Sheets | 2015-01-04 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | test cases for generic macros | Zahary Karadjov | 2015-01-05 | 1 | -0/+22 | |
| * | | | | | unstaged file | Zahary Karadjov | 2015-01-05 | 1 | -1/+1 | |
| * | | | | | fix #1858; Add support for generic templates and macros | Zahary Karadjov | 2015-01-05 | 6 | -43/+108 | |
| * | | | | | fix #1859 | Zahary Karadjov | 2015-01-05 | 2 | -8/+34 | |
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-05 | 25 | -380/+582 | |
| |\| | | | | ||||||
| | * | | | | Merge pull request #1851 from jpoirier/feature/docs | Dominik Picheta | 2015-01-03 | 3 | -103/+103 | |
| | |\ \ \ \ | ||||||
| | | * | | | | fix a couple of typos, grammar, and removal of whitespace | Joseph Poirier | 2015-01-03 | 3 | -103/+103 | |
| | * | | | | | Merge pull request #1852 from def-/fix-uri | reactormonk | 2015-01-04 | 1 | -2/+0 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Remove debug messages | def | 2015-01-03 | 1 | -2/+0 | |
| | * | | | | | Merge pull request #1826 from jpoirier/devel | Dominik Picheta | 2015-01-03 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge remote-tracking branch 'upstream/devel' into devel | Joseph Poirier | 2015-01-02 | 13 | -113/+252 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | clarify single letter option requirements | Joseph Poirier | 2015-01-02 | 1 | -1/+1 | |
| | * | | | | | | | Merge pull request #1849 from rgieseke/patch-1 | Dominik Picheta | 2015-01-03 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Fix typo | Robert Gieseke | 2015-01-03 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #1848 from def-/fix-uri | Dominik Picheta | 2015-01-03 | 2 | -16/+43 | |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | * | | | | | | Apply #1824 to fix #1823 | def | 2015-01-03 | 1 | -2/+4 | |
| | | * | | | | | | Minor cleanup | def | 2015-01-03 | 1 | -3/+2 | |
| | | * | | | | | | Fix (u: Uri), add test cases and make it work for opaque URIs | def | 2015-01-03 | 1 | -14/+35 | |
| | | * | | | | | | Fix httpclient to properly encode queries (path?queries) | def | 2015-01-03 | 1 | -2/+7 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Merge pull request #1847 from def-/md5-fixed | Andreas Rumpf | 2015-01-03 | 1 | -135/+135 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Translate md5 module to unsigned numbers | def | 2015-01-03 | 1 | -135/+135 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #1831 from homeworkprod/patch-1 | reactormonk | 2015-01-03 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Tutorial: Fixed slices example code. | Jochen Kupperschmidt | 2015-01-02 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | * | | | | | Merge pull request #1830 from arthurtw/devel | reactormonk | 2015-01-03 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix typo | Arthur Liao | 2015-01-02 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | * | | | | | support for static params in the user defined type classes | Zahary Karadjov | 2015-01-02 | 6 | -25/+73 | |
| | * | | | | | fix #1820 | Zahary Karadjov | 2015-01-02 | 2 | -2/+38 | |
| | * | | | | | fix #1050 | Zahary Karadjov | 2015-01-02 | 2 | -3/+17 | |
| | * | | | | | expand the test case for bug 1049 | Zahary Karadjov | 2015-01-02 | 2 | -3/+11 | |
| | * | | | | | re-enable semistatic[T] as a test case | Zahary Karadjov | 2015-01-02 | 1 | -1/+7 | |
| | * | | | | | fix #1049 | Zahary Karadjov | 2015-01-02 | 3 | -22/+45 | |
| | * | | | | | fix #544 | Zahary Karadjov | 2015-01-02 | 2 | -12/+13 | |
| | * | | | | | use unix line endings | Zahary Karadjov | 2015-01-02 | 1 | -43/+43 | |
| | * | | | | | fix #419 | Zahary Karadjov | 2015-01-02 | 1 | -2/+5 | |
| | |/ / / / | ||||||
| | * | | | | Merge pull request #1815 from def-/asynchttpserver | Andreas Rumpf | 2015-01-02 | 1 | -0/+2 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Add imports to asynchttpserver example | def | 2014-12-29 | 1 | -0/+2 | |
| | * | | | | | Merge pull request #1808 from adelq/devel | Andreas Rumpf | 2015-01-02 | 1 | -6/+6 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Update tutorial to use RootObj | Adel Qalieh | 2014-12-31 | 1 | -6/+6 | |
| | | | |/ / / | | | |/| | | | ||||||
| * | / | | | | fixes #1796 | Araq | 2015-01-05 | 5 | -11/+66 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | minor cleanups | Araq | 2015-01-07 | 3 | -25/+3 | |
* | | | | | | patch required for c2nim | Araq | 2015-01-07 | 1 | -4/+5 | |
| |/ / / / |/| | | | | ||||||
* | | | | | fixes #1816 | Araq | 2015-01-02 | 2 | -3/+39 | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-02 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #1812 from moigagoo/devel | reactormonk | 2015-01-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Docs: Tutorial 1: Typo fixed. | Konstantin Molchanov | 2015-01-01 | 1 | -1/+1 | |
* | | | | | | fixed wrong code snippet | Araq | 2015-01-02 | 1 | -1/+1 | |
|/ / / / / |