Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | 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 |