summary refs log tree commit diff stats
path: root/lib/pure/sockets.nim
Commit message (Expand)AuthorAgeFilesLines
* should compile on netbsdAraq2014-01-231-3/+3
* Corrected prunesocketset and pruneprocesssetErik O'Leary2014-01-191-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency for linuxAraq2013-12-291-40/+40
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-5/+5
* case consistency: next stepsAraq2013-12-291-10/+10
* case consistency part 4Araq2013-12-271-54/+54
* case consistency part 1Araq2013-12-271-12/+12
* bugfix: InvalidSockets needs to be a let variableAraq2013-12-241-1/+1
* NoFakeVars progressAraq2013-12-241-1/+1
* bugfix: '$' for TPortAraq2013-11-191-2/+1
* Implemented boolean socket options.Dominik Picheta2013-10-301-0/+32
* TPort is now uint16 and other small sockets fixes.Dominik Picheta2013-10-301-12/+19
* Fixed socket compilation problems on Windows.Dominik Picheta2013-10-231-2/+2
* Made TSocketHandle distinct and fixed problems it caused for SSL.Dominik Picheta2013-10-231-5/+16
* Added a TSocketHandle type to winlean.nim and posix.nimClay Sweetser2013-10-151-5/+5
* some fixes for win64Araq2013-10-101-2/+2
* first version of the debug GC; doesn't work yetAraq2013-10-011-2/+2
* sockets.send now throws an exception when a non-blocking socket isDominik Picheta2013-08-041-2/+14
* Fixes OSError deprecation warning.Dominik Picheta2013-07-211-1/+1
* Deprecated OSError, and modified it to require an explicit OS error code.Dominik Picheta2013-06-251-75/+59
* Fixed overflow in sockets.parseIP4.Dominik Picheta2013-05-241-2/+5
* Improved the performance of the SCGI module when dealing with multipleDominik Picheta2013-05-191-1/+2
* preparations for the new symbol binding rules for clean templatesAraq2013-05-181-1/+1
* Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-231-2/+88
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-231-114/+136
* make some tests greenAraq2013-01-081-1/+3
* Fixed symbol conflict in the sockets module on Windows.Dominik Picheta2012-12-231-3/+2
* Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-231-6/+87
* Rewrote the implementation of parsing chunked transfer coding inDominik Picheta2012-12-231-3/+19
* recvLine now works with unbuffered ssl sockets.Dominik Picheta2012-12-221-33/+44
* Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
* Fixes #268Dominik Picheta2012-12-081-8/+14
* disable SSLv2_method for ubuntuAraq2012-12-031-1/+4
* bugfix: 'not nil' and 'shared' typesAraq2012-12-021-0/+2
* sockets: proper bugfix for solarisAraq2012-11-221-1/+1
* bugfix: sockets with SSL supportAraq2012-11-201-4/+5
* sockets.nim: bugfix for solarisAraq2012-11-201-0/+2
* annotated effects of modules: os, sockets, timesAraq2012-11-181-51/+68
* Many doc improvements. Changed Threads.joinThreads' param's type to varargs.Dominik Picheta2012-11-041-30/+42
* nimbuild should work againAraq2012-11-011-3/+3
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-0/+3
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+1
* 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