summary refs log tree commit diff stats
path: root/lib/pure/sockets.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with some functions in the sockets module not reporting the ↵dom962011-10-301-3/+12
| | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-16/+29
|
* renamed optional to discardableAraq2011-09-241-10/+10
|
* new actors implementation for nimrod; compiler's generics still not up for ↵Araq2011-08-291-0/+2
| | | | the task though
* copy replaced by substrAraq2011-05-141-1/+1
|
* fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵dom962011-05-141-10/+18
| | | | addresses. copy and delete for json module.
* The sockets module supports non-blocking sockets now. Many other fixes in ↵dom962011-04-301-11/+172
| | | | sockets. Timeout support in scgi.
* docgen understands and ignores *when false*Araq2010-11-181-4/+79
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* name lookup for sockets moduleAndreas Rumpf2010-01-141-14/+43
|
* sockets module completeAndreas Rumpf2010-01-131-101/+280
|
* further development of httpserverAndreas Rumpf2010-01-051-0/+2
|
* better subscript overloadingrumpf_a@web.de2010-01-031-0/+206