summaryrefslogtreecommitdiff
path: root/test/libapt/fileutl_test.cc
AgeCommit message (Expand)Author
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-06-26Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies
2016-08-10CMake: Add unit testsJulian Andres Klode
2016-06-29don't do atomic overrides with failed filesDavid Kalnischkies
2016-05-27fix and document on the fly compressor configDavid Kalnischkies
2016-02-10test that seeking to a position earlier in the file worksJulian Andres Klode
2015-12-19Fix FileUtlTest.GetTempDir failure when run as rootPino Toscano
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies
2015-08-10fileutl_test.cc: Check for /etc/passwd instead of /bin/shJulian Andres Klode
2014-11-08(style) Variable 'res' is assigned a value that is never usedDavid Kalnischkies
2014-11-08Division by result of sizeof(). memset() expects a size in bytesDavid Kalnischkies
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt
2014-04-28fix testsMichael Vogt
2014-04-28Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt
2014-04-28add flAbsPath() as a wrapper to realpath()Michael Vogt
2014-04-28Implement Popen() execv helper to avoid popen()Michael Vogt
2014-04-16use Google C++ Testing Framework for libapt testsDavid Kalnischkies
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies
2014-04-11extend FileFd test behond basic permission testsDavid Kalnischkies
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2013-12-23add basic tests for GetTempDir()Michael Vogt
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt