summaryrefslogtreecommitdiffstats
path: root/expr.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some documentation commentsTavian Barnes2019-02-091-0/+4
|
* Update copyright datesTavian Barnes2018-09-241-1/+1
|
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-16/+3
| | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times.
* Minor header cleanupsTavian Barnes2018-01-081-3/+3
|
* Keep track of required FDs per-exprTavian Barnes2017-12-151-0/+5
|
* Add support for file birth/creation times on platforms that have itTavian Barnes2017-11-051-0/+2
| | | | Fixes #19
* parse: Keep track of what files are already openTavian Barnes2017-10-211-3/+1
| | | | Fixes #22
* Report errors that occur when closing filesTavian Barnes2017-10-211-1/+3
| | | | Otherwise we miss write errors that occur when flushing the cache.
* opt: Separate optimization from parsingTavian Barnes2017-09-161-0/+225