Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stat: New wrapper around the stat() family | Tavian Barnes | 2018-01-08 | 1 | -16/+3 |
| | | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times. | ||||
* | Minor header cleanups | Tavian Barnes | 2018-01-08 | 1 | -3/+3 |
| | |||||
* | Keep track of required FDs per-expr | Tavian Barnes | 2017-12-15 | 1 | -0/+5 |
| | |||||
* | Add support for file birth/creation times on platforms that have it | Tavian Barnes | 2017-11-05 | 1 | -0/+2 |
| | | | | Fixes #19 | ||||
* | parse: Keep track of what files are already open | Tavian Barnes | 2017-10-21 | 1 | -3/+1 |
| | | | | Fixes #22 | ||||
* | Report errors that occur when closing files | Tavian Barnes | 2017-10-21 | 1 | -1/+3 |
| | | | | Otherwise we miss write errors that occur when flushing the cache. | ||||
* | opt: Separate optimization from parsing | Tavian Barnes | 2017-09-16 | 1 | -0/+225 |