index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
asyncfile.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
1
-16
/
+16
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-3
/
+3
*
Fix IndexDefect in asyncfile.readLine (#22774)
CMD
2023-10-01
1
-0
/
+2
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
1
-8
/
+3
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-1
/
+1
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
1
-10
/
+11
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+2
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
Fix #15150 (#18730)
konsumlamm
2021-08-31
1
-1
/
+2
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
use single backtick (#17166)
flywind
2021-02-23
1
-7
/
+7
*
fix #15148 (#15149)
flywind
2020-08-08
1
-4
/
+11
*
ARC works for async on Windows (#13179)
Andreas Rumpf
2020-01-17
1
-8
/
+4
*
[backport] run nimpretty on async
narimiran
2019-09-30
1
-1
/
+1
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-27
/
+27
*
Added FileMode to comment on asyncfile openAsync (#8008)
Jimmie Houchin
2018-06-11
1
-1
/
+1
*
fixes #7347, asyncfile.getFileSize (#7354)
andri lim
2018-03-17
1
-0
/
+4
*
Fix AsyncFile open flags. Fixes #5531
Ruslan Mustakov
2018-02-17
1
-7
/
+6
*
Revert 3db460f5045e790b54ea382 as requested by @Araq.
Dominik Picheta
2018-01-28
1
-5
/
+6
*
Fix typo in asyncfile.
Dominik Picheta
2017-11-24
1
-1
/
+1
*
The AsyncFD type now implies that the underlying FD is registered.
Dominik Picheta
2017-11-24
1
-8
/
+7
*
Added newAsyncFile proc (#6129)
Yuriy Glukhov
2017-07-21
1
-8
/
+13
*
Fixes #5532 win async write (#5791)
Andreas Rumpf
2017-05-14
1
-4
/
+6
*
Posix from detect (#5697)
Jacek Sieka
2017-04-12
1
-2
/
+3
*
getFileSize and setFileSize procedures for File and AsyncFile
Emery Hemingway
2017-04-05
1
-3
/
+21
*
Implement asyncfile.readToStream.
Dominik Picheta
2017-03-23
1
-0
/
+10
*
Various fixes to FutureStreams based on PR feedback.
Dominik Picheta
2017-02-26
1
-5
/
+8
*
fixed premature finishing of httpclient.downloadFile
Araq
2017-02-25
1
-4
/
+2
*
Implement streamed async/sync downloadFile and deprecate old one.
Dominik Picheta
2017-02-11
1
-0
/
+12
*
Fix asyncfile in Windows Server 2003
Dmitry Polienko
2016-11-14
1
-4
/
+13
*
Some small fixes to changes introduced by #4683.
Dominik Picheta
2016-09-06
1
-0
/
+2
*
Add async IO operations with buffers on files and sockets
Anatoly Galiulin
2016-09-06
1
-0
/
+141
*
Make some proper closes.
cheatfate
2016-06-09
1
-0
/
+1
*
Correct proper usage of getOverlappedResult()
cheatfate
2016-04-13
1
-2
/
+2
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-5
/
+5
*
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-17
/
+17
*
Fix doc for asyncfile
def
2015-03-11
1
-8
/
+8
*
Export AsyncFile. Add asyncfile module to docgen.
Dominik Picheta
2015-03-06
1
-2
/
+2
*
Fix a few more warnings
def
2015-02-17
1
-11
/
+11
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
s/sock/fd/. Fixes #1487.
Dominik Picheta
2014-09-27
1
-2
/
+2
*
Removed async console FDs.
Dominik Picheta
2014-09-08
1
-33
/
+1
*
Added asyncfile.readLine and async stdin/out/err. Ref #1487.
Dominik Picheta
2014-09-06
1
-0
/
+45
*
Implemented asyncfile for Posix.
Dominik Picheta
2014-09-05
1
-8
/
+64
*
Add asyncfile module.
Dominik Picheta
2014-09-05
1
-0
/
+256