Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move deprecated modules into lib/deprecated/ | Adam Strzelecki | 2015-09-30 | 1 | -1738/+0 |
| | | | | | This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories. | ||||
* | raise with error message | Aman Gupta | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | disable SSLv2 | Aman Gupta | 2015-09-23 | 1 | -4/+1 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -120/+120 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Use raiseOSError with additionalInfo parameter from devel | Sloane Simmons | 2015-07-04 | 1 | -7/+7 |
| | |||||
* | lib/pure/p-t - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -4/+5 |
| | |||||
* | Fixed 'milliseconds' spelling in code and docs | pdw | 2015-05-15 | 1 | -9/+9 |
| | |||||
* | Add SSLFree after SLShutdown to prevent memory leak | wiffel | 2015-02-24 | 1 | -0/+2 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | Emphasises deprecation warning in sockets module. | Dominik Picheta | 2014-12-26 | 1 | -3/+4 |
| | |||||
* | fixed typos so docgen works again | Araq | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | fixes #1698 | Araq | 2014-12-17 | 1 | -0/+5 |
| | |||||
* | Update the pattern to prefer the old version | Dustin Lacewell | 2014-12-03 | 1 | -1/+2 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -19/+19 |
| | |||||
* | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | made some tests green | Araq | 2014-09-21 | 1 | -3/+4 |
| | |||||
* | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 1 | -6/+6 |
| | |||||
* | Case sensitivity fixes for httpclient and sockets module. | Dominik Picheta | 2014-08-31 | 1 | -50/+50 |
| | |||||
* | updated sockets.nim | Araq | 2014-08-28 | 1 | -121/+121 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -74/+84 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -33/+33 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -71/+71 |
| | |||||
* | changed openssl to import CRYPTO_mem_set_functions from libcrypto and made ↵ | Charlie Barto | 2014-05-10 | 1 | -1/+1 |
| | | | | sockets.nim exclude the sslv2 code on BSD | ||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -1/+3 |
| | |||||
* | Revent pruneSocketSet to efficient version. | Dominik Picheta | 2014-04-05 | 1 | -6/+10 |
| | |||||
* | Modified behaviour of checkBuffer to match new select behaviour. Refs #822. | Dominik Picheta | 2014-04-05 | 1 | -15/+13 |
| | |||||
* | merged #823 against devel | Araq | 2014-02-02 | 1 | -3/+4 |
| | |||||
* | should compile on netbsd | Araq | 2014-01-23 | 1 | -3/+3 |
| | |||||
* | Corrected prunesocketset and pruneprocessset | Erik O'Leary | 2014-01-19 | 1 | -1/+1 |
| | | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs. | ||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | case consistency for linux | Araq | 2013-12-29 | 1 | -40/+40 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -5/+5 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -10/+10 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -54/+54 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -12/+12 |
| | |||||
* | bugfix: InvalidSockets needs to be a let variable | Araq | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | NoFakeVars progress | Araq | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | bugfix: '$' for TPort | Araq | 2013-11-19 | 1 | -2/+1 |
| | |||||
* | Implemented boolean socket options. | Dominik Picheta | 2013-10-30 | 1 | -0/+32 |
| | | | | Added reuseAddr for httpserver and scgi. | ||||
* | TPort is now uint16 and other small sockets fixes. | Dominik Picheta | 2013-10-30 | 1 | -12/+19 |
| | |||||
* | Fixed socket compilation problems on Windows. | Dominik Picheta | 2013-10-23 | 1 | -2/+2 |
| | |||||
* | Made TSocketHandle distinct and fixed problems it caused for SSL. | Dominik Picheta | 2013-10-23 | 1 | -5/+16 |
| | |||||
* | Added a TSocketHandle type to winlean.nim and posix.nim | Clay Sweetser | 2013-10-15 | 1 | -5/+5 |
| | | | | Edited sockets.nim and asyncio.nim to use the new TSocketHandle type. | ||||
* | some fixes for win64 | Araq | 2013-10-10 | 1 | -2/+2 |
| | |||||
* | first version of the debug GC; doesn't work yet | Araq | 2013-10-01 | 1 | -2/+2 |
| | |||||
* | sockets.send now throws an exception when a non-blocking socket is | Dominik Picheta | 2013-08-04 | 1 | -2/+14 |
| | | | | passed to it. | ||||
* | 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 |
| | | | | The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be. | ||||
* | Fixed overflow in sockets.parseIP4. | Dominik Picheta | 2013-05-24 | 1 | -2/+5 |
| |