| Commit message (Expand) | Author | Age | Files | Lines |
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 1 | -99/+0 |
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -1/+0 |
* | another attempt to make tests green again | Andreas Rumpf | 2017-10-10 | 1 | -3/+3 |
* | Improve net and ssl module docs. | Dominik Picheta | 2016-04-04 | 1 | -0/+3 |
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -13/+13 |
* | lib/impure - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -6/+7 |
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
* | some progress on documentation building | Araq | 2014-09-17 | 1 | -16/+16 |
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
* | fixes #164 | Araq | 2012-07-11 | 1 | -4/+4 |
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 1 | -0/+2 |
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -3/+3 |
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 1 | -0/+0 |
* | Added a close function to the ssl module. | dom96 | 2010-10-27 | 1 | -0/+6 |
* | bugfix: typo in SMTP module; SCGI module finished | Araq | 2010-10-25 | 1 | -2/+2 |
* | ssl.connect now returns the result of the certificate validation. | dom96 | 2010-10-23 | 1 | -5/+3 |
* | Added {.final.} to objects which are not meant to be inherited, and added an ... | dom96 | 2010-10-23 | 1 | -1/+1 |
* | Removed the assert()'s from ssl.nim, and limited lines to 80 chars. | dom96 | 2010-10-23 | 1 | -8/+17 |
* | Added an openssl wrapper, ssl module and smtp module. | dom96 | 2010-10-23 | 1 | -0/+81 |