Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |