index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
libapt
/
fileutl_test.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-19
Fix FileUtlTest.GetTempDir failure when run as root
Pino Toscano
1
-3
/
+7
2015-11-04
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
1
-0
/
+30
2015-08-10
fileutl_test.cc: Check for /etc/passwd instead of /bin/sh
Julian Andres Klode
1
-3
/
+3
2014-11-08
(style) Variable 'res' is assigned a value that is never used
David Kalnischkies
1
-13
/
+16
2014-11-08
Division by result of sizeof(). memset() expects a size in bytes
David Kalnischkies
1
-2
/
+7
2014-10-20
test if TMPDIR is accessible before using
David Kalnischkies
1
-1
/
+9
2014-04-28
Merge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt
1
-0
/
+4
2014-04-28
fix tests
Michael Vogt
1
-0
/
+4
2014-04-28
Merge branch 'feature/abspath' into feature/apt-install-deb
Michael Vogt
1
-1
/
+7
2014-04-28
add flAbsPath() as a wrapper to realpath()
Michael Vogt
1
-0
/
+7
2014-04-28
Implement Popen() execv helper to avoid popen()
Michael Vogt
1
-0
/
+48
2014-04-16
use Google C++ Testing Framework for libapt tests
David Kalnischkies
1
-141
/
+131
2014-04-16
clear HitEof flag in FileFd::Seek
David Kalnischkies
1
-24
/
+86
2014-04-11
extend FileFd test behond basic permission tests
David Kalnischkies
1
-10
/
+99
2014-04-10
Fix insecure file permissions when using FileFd with OpenMode::Atomic
Michael Vogt
1
-0
/
+31
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-4
/
+3
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-1
/
+1
2013-12-23
add basic tests for GetTempDir()
Michael Vogt
1
-0
/
+13
2013-08-15
* lp:~mvo/apt/add-glob-function:
Michael Vogt
1
-0
/
+42