index
:
libbutl
base64url
build2-control
ci
fdstat
json
json-raw
lz4
lz4-fdstream
master
mingw-stdthread
noexcept
odb
optional
os-release
string-parser-comments
build2 utility library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
butl
/
fdstream.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
Implement throw_generic_error() and throw_system_error()
Karen Arutyunov
1
-6
/
+32
2017-03-20
Fix file descriptors leakage to child process on Windows
Karen Arutyunov
1
-24
/
+113
2017-02-17
Fix cpfile() to throw system_error only
Karen Arutyunov
1
-5
/
+4
2017-01-30
Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flag
Karen Arutyunov
1
-2
/
+21
2017-01-09
Add operator<<(ostream, exception)
Karen Arutyunov
1
-4
/
+8
2017-01-05
Update copyright year
Boris Kolpackov
1
-1
/
+1
2017-01-05
Add process_exit
Karen Arutyunov
1
-1
/
+1
2016-11-14
Add fdopen_pipe()
Karen Arutyunov
1
-3
/
+29
2016-11-08
Add fddup()
Karen Arutyunov
1
-3
/
+17
2016-11-08
Add auto_fd::close()
Karen Arutyunov
1
-2
/
+21
2016-11-03
Invent auto_fd, make use of it in fdstreams and process
Karen Arutyunov
1
-31
/
+32
2016-10-21
Fix duplicated error description in exception thrown by fdstream
Karen Arutyunov
1
-4
/
+12
2016-10-17
Support ifdstream non-blocking mode
Karen Arutyunov
1
-23
/
+149
2016-09-16
Optimize fdstream so performance is on par with fstream
Karen Arutyunov
1
-3
/
+123
2016-08-03
Implement faster emulation of Windows NUL via temporary file
Boris Kolpackov
1
-2
/
+32
2016-08-02
Reimplement throw_ios_failure() to keep Clang 3.5 happy
Boris Kolpackov
1
-17
/
+13
2016-07-23
Extend fdstream
Karen Arutyunov
1
-45
/
+286
2016-07-07
Add cpfile()
Karen Arutyunov
1
-6
/
+124
2016-06-03
Add fdnull()
Karen Arutyunov
1
-1
/
+15
2016-05-31
Port to MinGW
Karen Arutyunov
1
-10
/
+110
2016-01-09
Update copyright year
Boris Kolpackov
1
-1
/
+1
2015-11-25
Implement ofdstream
Boris Kolpackov
1
-4
/
+64
2015-06-17
Implement ifdstream, file descriptor input stream
Boris Kolpackov
1
-0
/
+71