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
*
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-01-07
7
-194
/
+356
|
\
|
*
Merge pull request #1883 from flaviut/add-unittest-docs
Varriount
2015-01-05
1
-6
/
+21
|
|
\
|
|
*
Add an example and remove future claims
Flaviu Tamas
2015-01-05
1
-6
/
+21
|
*
|
Properly use the terminal module
Flaviu Tamas
2015-01-05
1
-0
/
+2
|
|
/
|
*
Merge pull request #1867 from def-/httpclient-multipart
Dominik Picheta
2015-01-05
1
-35
/
+142
|
|
\
|
|
*
Rename newData() to newMultipartData()
def
2015-01-05
1
-5
/
+5
|
|
*
A few more fixes to httpclient multipart
def
2015-01-05
1
-4
/
+9
|
|
*
post should work when extra headers don't have trailing newline
def
2015-01-05
1
-2
/
+11
|
|
*
Check that p is not nil in format
def
2015-01-05
1
-1
/
+1
|
|
*
Add multipart parameter to httpclient's post and postContent
def
2015-01-05
1
-35
/
+128
|
*
|
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 #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 #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
|
*
|
Translate md5 module to unsigned numbers
def
2015-01-03
1
-135
/
+135
|
|
/
|
*
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
*
|
|
minor cleanups
Araq
2015-01-07
1
-1
/
+1
|
/
/
*
/
ignore signal SIGPIPE on Darwin
Andre
2014-12-30
1
-0
/
+4
|
/
*
work around a regression caused by the new 'echo' implementation
Araq
2014-12-28
1
-1
/
+3
*
minor improvements
Araq
2014-12-28
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-26
9
-89
/
+150
|
\
|
*
Fixes asynchttpsever.
Dominik Picheta
2014-12-26
2
-1
/
+5
|
*
Deprecated asyncio module. Fixed old tests.
Dominik Picheta
2014-12-26
1
-0
/
+7
|
*
Fixes #1745.
Dominik Picheta
2014-12-26
2
-26
/
+42
|
*
More deprecation warning fixes (asyncdispatch, uri).
Dominik Picheta
2014-12-26
2
-16
/
+16
|
*
Fixes deprecation warnings in asynchttpserver.
Dominik Picheta
2014-12-26
1
-21
/
+21
|
*
Added more HTTP status codes to asynchttpserver.
Dominik Picheta
2014-12-26
1
-2
/
+29
|
*
Added warning to scgi module.
Dominik Picheta
2014-12-26
1
-0
/
+4
|
*
Deprecated the parseurl module.
Dominik Picheta
2014-12-26
1
-3
/
+5
|
*
Fix some deprecation warnings in the uri module.
Dominik Picheta
2014-12-26
1
-17
/
+17
|
*
Emphasises deprecation warning in sockets module.
Dominik Picheta
2014-12-26
1
-3
/
+4
*
|
implemented --bestEffort switch for nimfix
Araq
2014-12-26
1
-0
/
+426
|
/
*
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
|
/
/
[next]