summary refs log tree commit diff stats
path: root/tests/run/tasynciossl.nim
Commit message (Collapse)AuthorAgeFilesLines
* new tester; all tests categorizedAraq2014-01-131-91/+0
|
* Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-231-1/+1
| | | | sockets module.
* UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-121-3/+5
| | | | existsFile for consistency. Added tasyncudp test.
* Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-241-1/+1
|
* Many fixes for asynchronous sockets. Asyncio should now work well with ↵Dominik Picheta2012-07-221-0/+89
buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.