Age | Commit message (Expand) | Author |
2017-07-26 | use FileFd to parse all apt configuration files | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-06-26 | Refactor to avoid loop/dangling gcc warnings | David Kalnischkies |
2016-08-10 | CMake: Add unit tests | Julian Andres Klode |
2016-06-29 | don't do atomic overrides with failed files | David Kalnischkies |
2016-05-27 | fix and document on the fly compressor config | David Kalnischkies |
2016-02-10 | test that seeking to a position earlier in the file works | Julian Andres Klode |
2015-12-19 | Fix FileUtlTest.GetTempDir failure when run as root | Pino Toscano |
2015-11-04 | ensure FileFd doesn't try to open /dev/null as atomic and co | David Kalnischkies |
2015-08-10 | fileutl_test.cc: Check for /etc/passwd instead of /bin/sh | Julian Andres Klode |
2014-11-08 | (style) Variable 'res' is assigned a value that is never used | David Kalnischkies |
2014-11-08 | Division by result of sizeof(). memset() expects a size in bytes | David Kalnischkies |
2014-10-20 | test if TMPDIR is accessible before using | David Kalnischkies |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | fix tests | Michael Vogt |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | add flAbsPath() as a wrapper to realpath() | Michael Vogt |
2014-04-28 | Implement Popen() execv helper to avoid popen() | Michael Vogt |
2014-04-16 | use Google C++ Testing Framework for libapt tests | David Kalnischkies |
2014-04-16 | clear HitEof flag in FileFd::Seek | David Kalnischkies |
2014-04-11 | extend FileFd test behond basic permission tests | David Kalnischkies |
2014-04-10 | Fix insecure file permissions when using FileFd with OpenMode::Atomic | Michael Vogt |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2013-12-23 | add basic tests for GetTempDir() | Michael Vogt |
2013-08-15 | * lp:~mvo/apt/add-glob-function: | Michael Vogt |