summary refs log tree commit diff stats
path: root/lib/pure/asyncfile.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix doc for asyncfiledef2015-03-111-8/+8
* Export AsyncFile. Add asyncfile module to docgen.Dominik Picheta2015-03-061-2/+2
* Fix a few more warningsdef2015-02-171-11/+11
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* s/sock/fd/. Fixes #1487.Dominik Picheta2014-09-271-2/+2
* Removed async console FDs.Dominik Picheta2014-09-081-33/+1
* Added asyncfile.readLine and async stdin/out/err. Ref #1487.Dominik Picheta2014-09-061-0/+45
* Implemented asyncfile for Posix.Dominik Picheta2014-09-051-8/+64
* Add asyncfile module.Dominik Picheta2014-09-051-0/+256