summaryrefslogtreecommitdiff
path: root/test/libapt/fileutl_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent GTest from flooding us with compiler warningsDavid Kalnischkies2018-05-041-7/+7
* apt-pkg: Add support for zstdJulian Andres Klode2018-03-121-2/+2
* use FileFd to parse all apt configuration filesDavid Kalnischkies2017-07-261-0/+13
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2017-06-261-0/+4
* CMake: Add unit testsJulian Andres Klode2016-08-101-1/+1
* don't do atomic overrides with failed filesDavid Kalnischkies2016-06-291-0/+35
* fix and document on the fly compressor configDavid Kalnischkies2016-05-271-12/+22
* test that seeking to a position earlier in the file worksJulian Andres Klode2016-02-101-0/+12
* Fix FileUtlTest.GetTempDir failure when run as rootPino Toscano2015-12-191-3/+7
* ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies2015-11-041-0/+30
* fileutl_test.cc: Check for /etc/passwd instead of /bin/shJulian Andres Klode2015-08-101-3/+3
* (style) Variable 'res' is assigned a value that is never usedDavid Kalnischkies2014-11-081-13/+16
* Division by result of sizeof(). memset() expects a size in bytesDavid Kalnischkies2014-11-081-2/+7
* test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-1/+9
* Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-0/+4
|\
| * fix testsMichael Vogt2014-04-281-0/+4
* | Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-281-1/+7
|\|
| * add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-281-0/+7
* | Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-281-0/+48
|/
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-141/+131
* clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-161-24/+86
* extend FileFd test behond basic permission testsDavid Kalnischkies2014-04-111-10/+99
* Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-101-0/+31
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+3
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* add basic tests for GetTempDir()Michael Vogt2013-12-231-0/+13
* * lp:~mvo/apt/add-glob-function:Michael Vogt2013-08-151-0/+42