index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
libapt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...
Michael Vogt
2014-01-18
1
-2
/
+2
|
\
|
*
rename "Suite/Section" to plural
Michael Vogt
2014-01-18
1
-2
/
+2
*
|
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...
Michael Vogt
2014-01-18
1
-2
/
+2
|
\
|
|
*
implement suggestion by donkult (thanks!)
Michael Vogt
2014-01-17
1
-2
/
+2
*
|
merged mvo/feature/deb822
Michael Vogt
2014-01-16
1
-4
/
+4
|
\
|
|
*
update libapt test
Michael Vogt
2014-01-16
1
-4
/
+4
*
|
actually register the tempfile removal atexit
David Kalnischkies
2014-01-15
1
-0
/
+1
|
/
*
Merge branch 'debian/sid' into feature/source-deb822
Michael Vogt
2014-01-04
1
-0
/
+13
|
\
|
*
add basic tests for GetTempDir()
Michael Vogt
2013-12-23
1
-0
/
+13
*
|
add unittest for new sourceslist parser as well
Michael Vogt
2013-12-05
2
-0
/
+58
|
/
*
add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
Michael Vogt
2013-11-29
1
-0
/
+18
*
Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...
Michael Vogt
2013-10-05
1
-0
/
+27
|
\
|
*
change maxsplit default from "0" to maxint
Michael Vogt
2013-10-01
1
-0
/
+4
|
*
add maxsplit parameter to StringSplit
Michael Vogt
2013-09-07
1
-0
/
+6
|
*
implement StringSplit() as we need this to fix the dpkg status-fd output parsing
Michael Vogt
2013-09-07
1
-0
/
+17
*
|
use FileFd in HashSum test to unbreak non-linux ports
David Kalnischkies
2013-09-03
1
-16
/
+16
|
/
*
set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcases
David Kalnischkies
2013-08-15
1
-2
/
+2
*
rework the parameter creation for the Hashsum test
David Kalnischkies
2013-08-15
1
-3
/
+5
*
do not call make from libapt/run-tests if its called by make
David Kalnischkies
2013-08-15
1
-3
/
+5
*
* lp:~mvo/apt/add-glob-function:
Michael Vogt
2013-08-15
2
-0
/
+47
*
* lp:~mvo/apt/config-clear:
Michael Vogt
2013-08-15
1
-0
/
+4
*
stop building l10n if strings are unchanged
David Kalnischkies
2013-06-09
1
-0
/
+1
*
fix uri test
Michael Vogt
2013-05-08
1
-1
/
+1
*
merged patch from Daniel Hartwig to fix URI and proxy releated issues
Michael Vogt
2013-05-08
1
-0
/
+8
*
merged lp:~mvo/apt/fix-tagfile-hash
Michael Vogt
2013-03-22
2
-1
/
+66
|
\
|
*
test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)
Michael Vogt
2013-03-18
1
-0
/
+1
|
*
fix pkgTagSection::Exists() and add test
Michael Vogt
2013-03-18
2
-1
/
+65
*
|
* test/libapt/assert.h, test/libapt/run-tests:
Michael Vogt
2013-03-17
2
-1
/
+10
|
/
*
* apt-pkg/cdrom.cc:
David Kalnischkies
2012-09-02
2
-0
/
+92
*
* apt-pkg/indexcopy.cc:
David Kalnischkies
2012-09-02
2
-0
/
+92
*
add two tests for architecture specifications
David Kalnischkies
2012-06-14
1
-5
/
+5
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-06-10
1
-2
/
+4
*
fix segfault with empty LongOpt in --no-* branch
David Kalnischkies
2012-06-09
1
-2
/
+13
*
* apt-pkg/contrib/cmdline.cc:
Daniel Hartwig
2012-06-09
2
-0
/
+27
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-05-20
3
-5
/
+34
*
add a simple test for HashSumValue classes
David Kalnischkies
2012-05-02
1
-0
/
+22
*
/dev/null is a special absolute path as it has no subdirectories
David Kalnischkies
2012-04-23
1
-0
/
+5
*
normalize a bit by replacing // and /./ with / in FindFile
David Kalnischkies
2012-04-23
1
-0
/
+13
*
use the variables as the rest of the tests to avoid escapes in the output
David Kalnischkies
2012-03-22
1
-2
/
+2
*
* apt-pkg/contrib/configuration.cc:
David Kalnischkies
2012-01-30
1
-0
/
+9
*
* test/libapt/run-tests:
David Kalnischkies
2012-01-20
1
-3
/
+1
*
* test/libapt/globalerror_test.cc:
Pino Toscano
2012-01-20
1
-2
/
+5
*
use different compression types in the test now that we support them
David Kalnischkies
2011-12-11
1
-6
/
+6
*
add a testcase for FindPackages() to better validate that cdrom should work.
David Kalnischkies
2011-12-11
3
-0
/
+121
*
fix compiler warning about signed comparision on amd64, too
David Kalnischkies
2011-10-11
1
-0
/
+12
*
* apt-pkg/deb/debmetaindex.cc:
David Kalnischkies
2011-10-05
3
-4
/
+26
*
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
4
-5
/
+5
*
merge with debian/sid
David Kalnischkies
2011-09-13
7
-10
/
+337
|
\
|
*
for consistency allow the usage of 'make test' instead of './run-tests'
David Kalnischkies
2011-08-17
1
-0
/
+4
|
*
do not output color in the testcases if stdout/stderr are not a /dev/pts
David Kalnischkies
2011-08-17
1
-5
/
+17
[next]