summary refs log tree commit diff stats
path: root/lib/pure/asyncfile.nim
Commit message (Expand)AuthorAgeFilesLines
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-8/+4
* [backport] run nimpretty on asyncnarimiran2019-09-301-1/+1
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-27/+27
* Added FileMode to comment on asyncfile openAsync (#8008)Jimmie Houchin2018-06-111-1/+1
* fixes #7347, asyncfile.getFileSize (#7354)andri lim2018-03-171-0/+4
* Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-171-7/+6
* Revert 3db460f5045e790b54ea382 as requested by @Araq.Dominik Picheta2018-01-281-5/+6
* Fix typo in asyncfile.Dominik Picheta2017-11-241-1/+1
* The AsyncFD type now implies that the underlying FD is registered.Dominik Picheta2017-11-241-8/+7
* Added newAsyncFile proc (#6129)Yuriy Glukhov2017-07-211-8/+13
* Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-141-4/+6
* Posix from detect (#5697)Jacek Sieka2017-04-121-2/+3
* getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-3/+21
* Implement asyncfile.readToStream.Dominik Picheta2017-03-231-0/+10
* Various fixes to FutureStreams based on PR feedback.Dominik Picheta2017-02-261-5/+8
* fixed premature finishing of httpclient.downloadFileAraq2017-02-251-4/+2
* Implement streamed async/sync downloadFile and deprecate old one.Dominik Picheta2017-02-111-0/+12
* Fix asyncfile in Windows Server 2003Dmitry Polienko2016-11-141-4/+13
* Some small fixes to changes introduced by #4683.Dominik Picheta2016-09-061-0/+2
* Add async IO operations with buffers on files and socketsAnatoly Galiulin2016-09-061-0/+141
* Make some proper closes.cheatfate2016-06-091-0/+1
* Correct proper usage of getOverlappedResult()cheatfate2016-04-131-2/+2
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* lib/pure/a-c - Dropped 'T' from typespdw2015-06-041-17/+17
* 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