index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
libapt
/
fileutl_test.cc
Age
Commit message (
Expand
)
Author
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