def
|
f56dcd1505
|
Handle interrupt on epoll_wait graciously (allows strace to work)
|
2015-01-04 23:07:21 +01:00 |
|
def
|
d60d007281
|
Close async socket on error (instead of looping on epoll_wait with 100% CPU)
|
2015-01-04 22:59:41 +01:00 |
|
Dominik Picheta
|
5ee4806aa3
|
Merge pull request #1851 from jpoirier/feature/docs
fix a couple of typos, grammar, and removal of whitespace
|
2015-01-03 21:21:41 +00:00 |
|
reactormonk
|
0699928b48
|
Merge pull request #1852 from def-/fix-uri
Remove debug messages. Bad def-.
|
2015-01-04 02:12:15 +05:00 |
|
def
|
c7fac03abe
|
Remove debug messages
|
2015-01-03 21:53:40 +01:00 |
|
Joseph Poirier
|
cd73b3b12b
|
fix a couple of typos, grammar, and removal of whitespace
|
2015-01-03 14:24:02 -06:00 |
|
Dominik Picheta
|
10ba9c4dc1
|
Merge pull request #1826 from jpoirier/devel
clarify single letter option requirements
|
2015-01-03 19:27:28 +00:00 |
|
Dominik Picheta
|
76006eeab3
|
Merge pull request #1849 from rgieseke/patch-1
Fix typo
|
2015-01-03 18:55:23 +00:00 |
|
Robert Gieseke
|
ad1945f102
|
Fix typo
|
2015-01-03 18:06:57 +01:00 |
|
Dominik Picheta
|
51f645d293
|
Merge pull request #1848 from def-/fix-uri
Fix uri & httpclient
|
2015-01-03 17:06:20 +00:00 |
|
def
|
ee62d56cad
|
Apply #1824 to fix #1823
|
2015-01-03 17:44:30 +01:00 |
|
def
|
387d598cfb
|
Minor cleanup
|
2015-01-03 17:40:33 +01:00 |
|
def
|
76dbce275a
|
Fix (u: Uri), add test cases and make it work for opaque URIs
|
2015-01-03 17:23:13 +01:00 |
|
def
|
dd82f0c829
|
Fix httpclient to properly encode queries (path?queries)
|
2015-01-03 17:21:54 +01:00 |
|
Andreas Rumpf
|
07ccd2dca6
|
Merge pull request #1847 from def-/md5-fixed
Translate md5 module to unsigned numbers
|
2015-01-03 14:53:05 +01:00 |
|
def
|
7343aa0e9d
|
Translate md5 module to unsigned numbers
Fixes the bug that files > 256 MB get wrong md5 sum calculated
|
2015-01-03 14:21:26 +01:00 |
|
Joseph Poirier
|
efe183861c
|
Merge remote-tracking branch 'upstream/devel' into devel
|
2015-01-02 21:47:09 -06:00 |
|
reactormonk
|
8f82205d12
|
Merge pull request #1831 from homeworkprod/patch-1
Tutorial: Fixed slices example code.
|
2015-01-03 04:42:57 +05:00 |
|
reactormonk
|
606688e059
|
Merge pull request #1830 from arthurtw/devel
Fix typo
|
2015-01-03 04:33:43 +05:00 |
|
Zahary Karadjov
|
05cbbac4e5
|
support for static params in the user defined type classes
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
2f90be13e2
|
fix #1820
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
1d5ecc0dea
|
fix #1050
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
aa69a8a09f
|
expand the test case for bug 1049
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
5b32fb1791
|
re-enable semistatic[T] as a test case
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
b21b72dc14
|
fix #1049
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
70b5efa98d
|
fix #544
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
1d55fd8d12
|
use unix line endings
|
2015-01-02 23:58:24 +02:00 |
|
Zahary Karadjov
|
ad65a20391
|
fix #419
|
2015-01-02 23:58:24 +02:00 |
|
Jochen Kupperschmidt
|
66c05e56d8
|
Tutorial: Fixed slices example code.
This is likely a remainder of the name change from "Nimrod" to "Nim".
|
2015-01-02 13:47:33 +01:00 |
|
Arthur Liao
|
c9fc300f2d
|
Fix typo
|
2015-01-02 20:20:55 +08:00 |
|
Joseph Poirier
|
d15d9f4111
|
clarify single letter option requirements
|
2015-01-02 03:36:40 -06:00 |
|
Andreas Rumpf
|
5023a90438
|
Merge pull request #1815 from def-/asynchttpserver
Add imports to asynchttpserver example
|
2015-01-02 03:42:59 +01:00 |
|
Andreas Rumpf
|
2fb969b638
|
Merge pull request #1808 from adelq/devel
Update tutorial to use RootObj
|
2015-01-02 03:42:30 +01:00 |
|
Araq
|
194b14a182
|
fixes #1816
|
2015-01-02 03:32:45 +01:00 |
|
Araq
|
aa8073627f
|
Merge branch 'devel' of https://github.com/Araq/Nim into devel
|
2015-01-02 03:21:56 +01:00 |
|
Araq
|
b7187dc495
|
fixed wrong code snippet
|
2015-01-02 03:21:46 +01:00 |
|
reactormonk
|
ddbf1d0969
|
Merge pull request #1812 from moigagoo/devel
Docs: Tutorial 1: Typo fixed.
|
2015-01-02 00:31:39 +05:00 |
|
Konstantin Molchanov
|
e2d2203779
|
Docs: Tutorial 1: Typo fixed.
|
2015-01-01 21:43:14 +03:00 |
|
Adel Qalieh
|
99a1530c6c
|
Update tutorial to use RootObj
TObject has been deprecated
|
2014-12-31 21:41:07 -05:00 |
|
Araq
|
e751a0af57
|
Merge branch 'devel' of https://github.com/Araq/Nim into devel
|
2014-12-31 16:08:07 +01:00 |
|
Araq
|
2ee2401336
|
fixes #1774
|
2014-12-31 16:07:56 +01:00 |
|
Zahary Karadjov
|
13e07f5d66
|
bugfix: don't treat generic types with different static params as the same type
|
2014-12-31 04:20:32 +02:00 |
|
Zahary Karadjov
|
b83b1383fb
|
fix #1056
|
2014-12-31 04:18:35 +02:00 |
|
Zahary Karadjov
|
1b54c55b7b
|
prettier type name printing for generic types featuring static parameters
|
2014-12-31 03:50:50 +02:00 |
|
Araq
|
a93585e47f
|
Merge branch 'devel' of https://github.com/Araq/Nim into devel
|
2014-12-31 01:55:13 +01:00 |
|
Araq
|
13b72ed0c0
|
attempt to make koch smarter about windows installers
|
2014-12-31 01:55:02 +01:00 |
|
Varriount
|
595a8b628f
|
Update nim.ini
Fix documentation location
|
2014-12-30 19:45:06 -05:00 |
|
Dominik Picheta
|
3bd542b7ca
|
Merge pull request #1795 from akaufmann/devel
ignore signal SIGPIPE on Darwin
|
2014-12-31 00:32:43 +00:00 |
|
Zahary Karadjov
|
da36a847a7
|
fix #1789 (binding to static params during generic proc sigmatch)
|
2014-12-31 01:45:23 +02:00 |
|
Araq
|
bf8f6a3000
|
minor doc update
|
2014-12-31 00:44:07 +01:00 |
|