summary refs log tree commit diff stats
path: root/lib/pure/sockets.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes sockets.recvFrom not setting length of data.Dominik Picheta2012-09-231-1/+2
* Ftpclient now fully works both synchronously and asynchronously.Dominik Picheta2012-09-221-2/+2
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-1/+2
* Asyncio module now works on file descriptors.Dominik Picheta2012-09-021-1/+10
* changed port to TPortMy Name2012-08-201-3/+3
* added port output for sockets.recvFromMy Name2012-08-201-4/+5
* Sockets module should compile again on Windows. Fixed asyncio not compiling.Dominik Picheta2012-08-121-2/+2
* UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-121-3/+73
* Some improvements to the sockets module.Dominik Picheta2012-07-251-10/+14
* Fixes deprecation warning, fixes documentation error.Dominik Picheta2012-07-231-2/+3
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-95/+242
* sockets compile again with SSL supportAraq2012-07-101-2/+2
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...Araq2012-07-091-10/+10
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-11/+11
* Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.Dominik Picheta2012-06-091-24/+46
* Sockets are now buffered and have ssl support through openssl.Dominik Picheta2012-06-031-66/+388
* The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...dom962012-05-031-6/+24
* Forgot to rename ETimedout to ETimeout in the sockets module in some places.dom962012-03-221-4/+4
* Fixed a problem with message parsing in the IRC module. Introduced timeout to...dom962012-03-221-5/+82
* recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...dom962012-02-181-2/+34
* Merge pull request #97 from ddlsmurf/fixes_macosxAraq2012-01-221-17/+13
|\
| * Less likely to overload struct timevalEric Doughty-Papassideris2012-01-211-16/+12
| * MSG_NOSIGNAL not defined on mac os xEric Doughty-Papassideris2012-01-211-1/+1
* | Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-221-21/+40
|/
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to test...dom962011-11-041-10/+9
* Fixed issue with some functions in the sockets module not reporting the corre...dom962011-10-301-3/+12
* 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 th...Araq2011-08-291-0/+2
* copy replaced by substrAraq2011-05-141-1/+1
* fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...dom962011-05-141-10/+18
* The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-301-11/+172
* 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