Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-11-16 | tests: fix building out of place | Dan Dedrick | -4/+4 | |
The path to the source files should be top_srcdir not top_builddir. When building in place these are both the same so this doesn't fail but is technically wrong. This change will allow both cases to work. To demonstrace how this was broken before and to ensure it is fixed now you can do the following: ./autogen.sh && mkdir -p build && cd build && ../configure && make Running make check out of place still doesn't work but that will require a bit more change. | ||||
2015-11-17 | Show the source dir in the first field on /etc/mtab. | Martin Pärtel | -1/+18 | |
Fixes #15. Thanks @tyll! | ||||
2014-06-30 | Implemented rate limiter. | Martin Pärtel | -16/+109 | |
Fixes #12. | ||||
2014-05-10 | (rm more trailing spaces) | Martin Pärtel | -12/+12 | |
2013-07-22 | (build cleanup) | Martin Pärtel | -0/+1 | |
2012-09-14 | Implemented my_dirname and added unit tests for it. | Martin Pärtel | -0/+76 | |