Age | Commit message (Expand) | Author | Files | Lines |
2019-08-12 | Use new fdstream constructor | Boris Kolpackov | 1 | -1/+1 |
2019-08-12 | Apply previous fix to fdstream::open() | Boris Kolpackov | 1 | -21/+27 |
2019-08-12 | Add few fdstream constructor overloads | Boris Kolpackov | 1 | -3/+3 |
2019-05-12 | Fix the 'possible loss of data' 32-bit VC warning | Karen Arutyunov | 1 | -1/+1 |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 1 | -3/+3 |
2019-04-15 | Add fdread() and fdselect() | Karen Arutyunov | 1 | -44/+95 |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2018-12-15 | Add support for fdstream positioning | Karen Arutyunov | 1 | -0/+280 |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2017-09-24 | Use std.regex and std.theading modules | Boris Kolpackov | 1 | -1/+1 |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 1 | -6/+26 |
2017-08-29 | Use system_clock instead of timestamp::clock | Karen Arutyunov | 1 | -4/+4 |
2017-05-31 | Add ifdstream::read_text() and ifdstream::read_binary() | Karen Arutyunov | 1 | -2/+1 |
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 1 | -5/+5 |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 |
2016-11-14 | Add fdopen_pipe() | Karen Arutyunov | 1 | -6/+55 |
2016-11-03 | Invent auto_fd, make use of it in fdstreams and process | Karen Arutyunov | 1 | -8/+9 |
2016-10-17 | Support ifdstream non-blocking mode | Karen Arutyunov | 1 | -4/+89 |
2016-09-16 | Optimize fdstream so performance is on par with fstream | Karen Arutyunov | 1 | -1/+136 |
2016-07-28 | Don't throw bool as exception, compiler support seems buggy there | Boris Kolpackov | 1 | -2/+2 |
2016-07-23 | Extend fdstream | Karen Arutyunov | 1 | -8/+184 |
2016-07-07 | Add cpfile() | Karen Arutyunov | 1 | -0/+135 |