Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-06-11 | Released 1.12.5. | Martin Pärtel | -1/+1 | |
2014-06-05 | Released 1.12.4. | Martin Pärtel | -1/+1 | |
2014-06-03 | Fix --ctime-from-mtime accuracy. | Martin Pärtel | -0/+14 | |
Use struct stat's st_mtim instead of st_mtime when available. Fixes #16 | ||||
2014-05-10 | Use lutimes() when utimensat() unavailable (#6). | Martin Pärtel | -1/+2 | |
2014-05-09 | Remove fuse utimens dependency for OSX | Lee Hanxue | -0/+2 | |
2013-10-02 | Migrate to AC_CONFIG_HEADERS | Sebastian Pipping | -1/+1 | |
2013-09-23 | Released 1.12.3. | Martin Pärtel | -1/+1 | |
2013-09-23 | Implement fuse_utimens instead of fuse_utime. | Martin Pärtel | -2/+2 | |
Fixes utime'ing symlinks. Seems to also fix an attribute caching problem. | ||||
2013-07-22 | Released 1.12.2. | Martin Pärtel | -1/+1 | |
2013-05-08 | Released 1.12.1. | Martin Pärtel | -1/+1 | |
2013-05-07 | Add -pthread to LDFLAGS | Martin Pärtel | -0/+2 | |
fuse's pkg-config no longer includes it. | ||||
2013-03-01 | Released 1.12. | Martin Pärtel | -1/+1 | |
2012-09-15 | Released 1.11. | Martin Pärtel | -1/+1 | |
2012-09-14 | Implemented my_dirname and added unit tests for it. | Martin Pärtel | -1/+2 | |
2012-07-15 | Released 1.10.7 | Martin Pärtel | -1/+1 | |
2012-07-03 | Released 1.10.5 | Martin Pärtel | -1/+1 | |
2012-07-03 | build: better placement of variables | Jan Engelhardt | -1/+1 | |
automake options are best set in configure.ac, so they apply not just to the directory, but the whole project. Also move fuse_CFLAGS into AM_CPPFLAGS, because it actually consists of preprocessor directives. (pkgconfig misnamed CFLAGS.) | ||||
2012-07-03 | build: do not change CFLAGS | Jan Engelhardt | -3/+6 | |
CFLAGS must not be touched: it is a user variable. Your previous way of doing it meant that `export CFLAGS="-O1"; ./configure;` never had any effect. | ||||
2012-06-18 | Released 1.10.4 | Martin Pärtel | -1/+1 | |
2012-05-18 | Released 1.10.3. | Martin Pärtel | -1/+1 | |
2012-05-18 | Added --enable-debug-output, now --enable-debug only adds debug symbols. | Martin Pärtel | -2/+7 | |
2012-05-17 | MALLOC_CHECK_ is an ennvar, not a compiler defn. | Martin Pärtel | -1/+1 | |
2012-04-05 | Released 1.10.2. | Martin Pärtel | -1/+1 | |
2012-03-26 | Released 1.10.1. | Martin Pärtel | -1/+1 | |
2012-03-13 | Released 1.10. | Martin Pärtel | -1/+1 | |
2011-07-08 | Initial commit to git. | Martin Pärtel | -0/+42 | |