Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some improvements to the sockets module. | Dominik Picheta | 2012-07-25 | 1 | -0/+3 |
| | |||||
* | Fixed the tasynciossl ImplicitClosure warning. | Dominik Picheta | 2012-07-24 | 1 | -2/+2 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -1/+1 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 1 | -16/+46 |
| | |||||
* | 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/+2 |
| | |||||
* | Removed the assert()'s from ssl.nim, and limited lines to 80 chars. | dom96 | 2010-10-23 | 1 | -11/+16 |
| | |||||
* | Added an openssl wrapper, ssl module and smtp module. | dom96 | 2010-10-23 | 1 | -0/+386 |