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
/
sockets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
sockets.send now throws an exception when a non-blocking socket is
Dominik Picheta
2013-08-04
1
-2
/
+14
*
Fixes OSError deprecation warning.
Dominik Picheta
2013-07-21
1
-1
/
+1
*
Deprecated OSError, and modified it to require an explicit OS error code.
Dominik Picheta
2013-06-25
1
-75
/
+59
*
Fixed overflow in sockets.parseIP4.
Dominik Picheta
2013-05-24
1
-2
/
+5
*
Improved the performance of the SCGI module when dealing with multiple
Dominik Picheta
2013-05-19
1
-1
/
+2
*
preparations for the new symbol binding rules for clean templates
Araq
2013-05-18
1
-1
/
+1
*
Deprecated recvLine and added an improved version named readLine to the
Dominik Picheta
2013-03-23
1
-2
/
+88
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
Dominik Picheta
2013-02-23
1
-114
/
+136
*
make some tests green
Araq
2013-01-08
1
-1
/
+3
*
Fixed symbol conflict in the sockets module on Windows.
Dominik Picheta
2012-12-23
1
-3
/
+2
*
Fixed many deprecation warnings. asyncio.recvLine now throws an
Dominik Picheta
2012-12-23
1
-6
/
+87
*
Rewrote the implementation of parsing chunked transfer coding in
Dominik Picheta
2012-12-23
1
-3
/
+19
*
recvLine now works with unbuffered ssl sockets.
Dominik Picheta
2012-12-22
1
-33
/
+44
*
Fixes SSL implementation of sendAsync.
Dominik Picheta
2012-12-08
1
-2
/
+2
*
Fixes #268
Dominik Picheta
2012-12-08
1
-8
/
+14
*
disable SSLv2_method for ubuntu
Araq
2012-12-03
1
-1
/
+4
*
bugfix: 'not nil' and 'shared' types
Araq
2012-12-02
1
-0
/
+2
*
sockets: proper bugfix for solaris
Araq
2012-11-22
1
-1
/
+1
*
bugfix: sockets with SSL support
Araq
2012-11-20
1
-4
/
+5
*
sockets.nim: bugfix for solaris
Araq
2012-11-20
1
-0
/
+2
*
annotated effects of modules: os, sockets, times
Araq
2012-11-18
1
-51
/
+68
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
1
-30
/
+42
*
nimbuild should work again
Araq
2012-11-01
1
-3
/
+3
*
bugfix: wrong assertions for C++ code generation; some solaris support; first...
Araq
2012-10-30
1
-0
/
+3
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-1
/
+1
*
Fixes sockets.recvFrom not setting length of data.
Dominik Picheta
2012-09-23
1
-1
/
+2
*
Ftpclient now fully works both synchronously and asynchronously.
Dominik Picheta
2012-09-22
1
-2
/
+2
*
first steps for overloading support of passing blocks; bugfix: test results o...
Araq
2012-09-11
1
-1
/
+2
*
Asyncio module now works on file descriptors.
Dominik Picheta
2012-09-02
1
-1
/
+10
*
changed port to TPort
My Name
2012-08-20
1
-3
/
+3
*
added port output for sockets.recvFrom
My Name
2012-08-20
1
-4
/
+5
*
Sockets module should compile again on Windows. Fixed asyncio not compiling.
Dominik Picheta
2012-08-12
1
-2
/
+2
*
UDP improvements for the sockets module. Renamed ftpclient.fileExists to
Dominik Picheta
2012-08-12
1
-3
/
+73
*
Some improvements to the sockets module.
Dominik Picheta
2012-07-25
1
-10
/
+14
*
Fixes deprecation warning, fixes documentation error.
Dominik Picheta
2012-07-23
1
-2
/
+3
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
1
-95
/
+242
*
sockets compile again with SSL support
Araq
2012-07-10
1
-2
/
+2
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
1
-10
/
+10
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-11
/
+11
*
Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.
Dominik Picheta
2012-06-09
1
-24
/
+46
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
1
-66
/
+388
*
The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...
dom96
2012-05-03
1
-6
/
+24
*
Forgot to rename ETimedout to ETimeout in the sockets module in some places.
dom96
2012-03-22
1
-4
/
+4
*
Fixed a problem with message parsing in the IRC module. Introduced timeout to...
dom96
2012-03-22
1
-5
/
+82
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
1
-2
/
+34
*
Merge pull request #97 from ddlsmurf/fixes_macosx
Araq
2012-01-22
1
-17
/
+13
|
\
|
*
Less likely to overload struct timeval
Eric Doughty-Papassideris
2012-01-21
1
-16
/
+12
|
*
MSG_NOSIGNAL not defined on mac os x
Eric Doughty-Papassideris
2012-01-21
1
-1
/
+1
*
|
Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...
dom96
2012-01-22
1
-21
/
+40
|
/
[next]