index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #685
Araq
2014-12-26
1
-1
/
+1
*
fixes #495
Araq
2014-12-26
1
-4
/
+1
*
fixes #1776
Araq
2014-12-24
1
-1
/
+1
*
Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759.
Dominik Picheta
2014-12-24
1
-3
/
+3
*
Removed extra line breaks from unittest output.
gmpreussner
2014-12-21
1
-9
/
+9
*
Fixes #1759.
Dominik Picheta
2014-12-21
1
-2
/
+6
*
better CSS; better docs for teh tables module
Araq
2014-12-21
1
-9
/
+18
*
cleaned up os.nim; docgen improvements
Araq
2014-12-21
2
-12
/
+17
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-20
1
-0
/
+10
|
\
|
*
Merge pull request #1751 from dyu/rfind-char
Andreas Rumpf
2014-12-19
1
-0
/
+10
|
|
\
|
|
*
strutils.rfind via char
dyu
2014-12-19
1
-0
/
+10
*
|
|
fixed typos so docgen works again
Araq
2014-12-20
2
-2
/
+2
|
/
/
*
|
implemented 'koch pdf'
Araq
2014-12-19
1
-1
/
+0
*
|
allow () in more contexts
Araq
2014-12-19
1
-0
/
+10
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-18
2
-27
/
+45
|
\
|
*
Merge pull request #1746 from cowboy-coders/socket_close_clean
Dominik Picheta
2014-12-18
1
-10
/
+30
|
|
\
|
|
*
ensure file descriptor is closed
Will Szumski
2014-12-18
1
-13
/
+15
|
|
*
realised extra parameter was unnecessary
Will Szumski
2014-12-17
1
-13
/
+7
|
|
*
improved error msgs and refactored close in the net module
Will Szumski
2014-12-17
1
-8
/
+32
|
*
|
Merge pull request #1743 from cowboy-coders/httpclient_net_module
Dominik Picheta
2014-12-18
1
-17
/
+15
|
|
\
\
|
|
*
|
removed unused variable from httpclient
Will Szumski
2014-12-17
1
-1
/
+0
|
|
*
|
replace deprecated parseUrl with parseUri in httpclient
Will Szumski
2014-12-17
1
-10
/
+10
|
|
*
|
switched httpclient to use net module instead of sockets
Will Szumski
2014-12-17
1
-7
/
+6
|
|
|
/
*
|
/
fixes #1496
Araq
2014-12-18
3
-1
/
+40
|
/
/
*
|
fixes #1698
Araq
2014-12-17
1
-0
/
+5
*
|
fixes #1730
Araq
2014-12-17
1
-1
/
+5
|
/
*
fixes #1735
Araq
2014-12-15
1
-14
/
+14
*
minor improvements to the docs
Araq
2014-12-14
1
-10
/
+10
*
fixes #1689
Araq
2014-12-10
1
-9
/
+9
*
minor improvement to the barrier implementation
Araq
2014-12-09
1
-1
/
+3
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-08
1
-1
/
+2
|
\
|
*
Update the pattern to prefer the old version
Dustin Lacewell
2014-12-03
1
-1
/
+2
*
|
got rid of old code that used to be required for bootstrapping
Araq
2014-12-08
1
-90
/
+5
|
/
*
fixes regression that caused pegs to not compile
Araq
2014-11-29
1
-1
/
+1
*
pegs module compiles again
Araq
2014-11-28
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-11-27
1
-1
/
+5
|
\
|
*
fixes #642
Araq
2014-11-23
1
-1
/
+5
*
|
doc improvements
Araq
2014-11-27
1
-2
/
+2
|
/
*
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
[next]