index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
add option to send Content-Type based on file extension
David Kalnischkies
2012-07-11
1
-0
/
+12
*
make the server a little more robust against write errors (e.g. broken pipe)
David Kalnischkies
2012-07-11
1
-4
/
+11
*
rework parsing of the first request-line to be more robust
David Kalnischkies
2012-07-11
1
-31
/
+75
*
add simple url rewriting to the webserver
David Kalnischkies
2012-07-11
3
-40
/
+46
*
do not hardcode /dev/null in changetowebserver so it can be changed
David Kalnischkies
2012-07-11
1
-9
/
+9
*
ensure that directories are accessed with a slash at the end of the url
David Kalnischkies
2012-07-11
1
-7
/
+33
*
http get requests need to be dequoted
David Kalnischkies
2012-07-10
1
-0
/
+2
*
include our usual config.h in the webserver
David Kalnischkies
2012-07-10
1
-6
/
+8
*
implement directory listing in your webserver
David Kalnischkies
2012-07-10
1
-4
/
+91
*
reformat the aptwebserver code to look more like the rest of APT
David Kalnischkies
2012-07-10
1
-45
/
+44
*
rename the paywall testcase and reformat it a bit
David Kalnischkies
2012-07-10
1
-12
/
+12
*
improve test some more
Michael Vogt
2012-07-10
2
-2
/
+31
*
cleanup, thanks to donkult for his feedback
Michael Vogt
2012-07-10
3
-8
/
+5
*
always send content-length via the new addDataHeaders() to ensure w3m/curl ar...
Michael Vogt
2012-07-10
1
-12
/
+22
*
add failing regression test for bug #346386
Michael Vogt
2012-07-10
3
-5
/
+31
*
add commandline, add configurable port, add --simulate-paywall to simulate a ...
Michael Vogt
2012-07-10
1
-7
/
+45
*
start implementing an extremely simple webserver for testing APT
David Kalnischkies
2012-07-09
4
-1
/
+254
*
* debian/control:
David Kalnischkies
2012-06-29
1
-1
/
+1
*
* cmdline/apt-get.cc:
David Kalnischkies
2012-06-18
1
-0
/
+4
*
add two tests for architecture specifications
David Kalnischkies
2012-06-14
4
-9
/
+197
*
add a testcase for #675449, which i forgot to commit
David Kalnischkies
2012-06-12
2
-0
/
+88
*
add a few tests to check that arch-specific qualifiers work
David Kalnischkies
2012-06-11
1
-0
/
+43
*
check build-dep candidate if install is forbidden
David Kalnischkies
2012-06-11
2
-1
/
+16
*
* apt-pkg/aptconfiguration.cc:
David Kalnischkies
2012-06-10
1
-2
/
+4
*
* cmdline/apt-get.cc:
Daniel Hartwig
2012-06-10
1
-0
/
+3
*
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
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-05-19
1
-0
/
+23
*
* cmdline/apt-get.cc:
David Kalnischkies
2012-05-16
1
-24
/
+42
*
adapt manual testcase to check redirects of dists/, too
David Kalnischkies
2012-05-14
1
-5
/
+7
*
- separate manpages from the rest of the doc building
David Kalnischkies
2012-05-14
1
-1
/
+1
*
add a small wrapper to call gdb in the framework setting
David Kalnischkies
2012-05-10
1
-0
/
+4
*
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
*
* apt-pkg/depcache.cc:
David Kalnischkies
2012-04-23
2
-0
/
+300
*
* apt-pkg/cacheset.cc:
David Kalnischkies
2012-04-20
1
-0
/
+5
*
add a very simple testcase for the lp#985852 fix in the previous commit
David Kalnischkies
2012-04-19
1
-0
/
+21
*
ignore the order used for the 'apt' package as long as it is valid either way
David Kalnischkies
2012-04-19
1
-1
/
+15
*
ensure that not --assert-multi-arch supporting dpkg's do not generate
David Kalnischkies
2012-04-17
1
-2
/
+2
*
merged r1972 from lp:~paolorotolo/apt/fix-for-967393
Michael Vogt
2012-04-12
1
-1
/
+1
*
fix the remaining lzma calls with xz --format=lzma in the testcases
David Kalnischkies
2012-04-11
3
-3
/
+3
*
* cmdline/apt-get.cc:
David Kalnischkies
2012-04-11
1
-1
/
+1
*
use xz-utils in the testcases instead of lzma and ensure that we really
David Kalnischkies
2012-04-11
2
-5
/
+9
*
* cmdline/apt-get.cc:
Bogdan Purcareata
2012-04-05
1
-2
/
+2
*
use the variables as the rest of the tests to avoid escapes in the output
David Kalnischkies
2012-03-22
1
-2
/
+2
*
* apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:
David Kalnischkies
2012-03-22
2
-112
/
+4
*
do not update po and pot files in the process of the build as this
David Kalnischkies
2012-03-21
1
-2
/
+2
*
for these helpers we don't need too much checks,
David Kalnischkies
2012-03-20
2
-3
/
+3
[next]