Age | Commit message (Expand) | Author | Files | Lines |
2012-05-21 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -0/+1 |
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | 3 | -4/+8 |
2012-04-05 | db2 isn't used for ages now, so complain about missing libdb instead | David Kalnischkies | 1 | -1/+1 |
2012-03-22 | * debian/apt-utils.install: | David Kalnischkies | 1 | -0/+1 |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | 1 | -1/+1 |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies | 1 | -2/+3 |
2012-02-18 | * apt-pkg/acquire-item.cc: | David Kalnischkies | 1 | -0/+1 |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | 2 | -5/+5 |
2011-12-14 | remove the second usage instance of ExecCompressor in ftparchive | David Kalnischkies | 3 | -50/+18 |
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies | 2 | -28/+3 |
2011-12-13 | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies | 2 | -72/+4 |
2011-10-05 | merge with current debian apt/experimental | David Kalnischkies | 1 | -5/+9 |
2011-10-05 | * apt-pkg/contrib/configuration.cc: | Michael Vogt | 1 | -5/+9 |
2011-09-22 | ftparchive/cachedb.cc: rewrite to fix the fixed length field | Michael Vogt | 1 | -5/+9 |
2011-09-22 | * ftparchive/cachedb.cc: | Michael Vogt | 1 | -1/+1 |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | 5 | -10/+12 |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 5 | -22/+22 |
2011-09-13 | merge with debian/experimental | David Kalnischkies | 4 | -17/+17 |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | 9 | -36/+36 |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 6 | -21/+30 |
2011-08-15 | merged from the debian-sid branch | Michael Vogt | 4 | -17/+17 |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | 4 | -17/+17 |
2011-07-13 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -26/+8 |
2011-06-29 | merge lp:~mvo/apt/abi-break | Michael Vogt | 4 | -9/+90 |
2011-06-08 | merge lp:~mvo/apt/sha512-template to add support for sha512 | Michael Vogt | 4 | -9/+86 |
2011-02-27 | - load the supported compressors from configuration | David Kalnischkies | 3 | -47/+34 |
2011-02-25 | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2... | Michael Vogt | 2 | -4/+2 |
2011-02-24 | * ftparchive/contents.cc: | David Kalnischkies | 1 | -28/+3 |
2011-02-22 | add sha512 support to apt-ftparchive | Michael Vogt | 4 | -7/+84 |
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 3 | -1/+8 |
2011-02-22 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -0/+2 |
2011-02-22 | add options to disable specific checksums for Indexes | David Kalnischkies | 3 | -59/+92 |
2011-02-22 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -0/+5 |
2011-02-22 | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2 | -1/+6 |
2011-01-25 | merge with debian-sid | David Kalnischkies | 1 | -1/+1 |
2011-01-25 | releasing version 0.8.10.20.8.10.2 | Michael Vogt | 1 | -1/+1 |
2011-01-24 | include Index files by default in the Release file | David Kalnischkies | 1 | -0/+1 |
2011-01-20 | * ftparchive/writer.cc: | David Kalnischkies | 2 | -11/+17 |
2010-09-09 | * ftparchive/writer.cc: | Michael Vogt | 1 | -2/+2 |
2010-09-09 | * ftparchive/writer.cc: | Michael Vogt | 1 | -6/+9 |
2010-09-09 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -2/+2 |
2010-09-07 | * ftparchive/apt-ftparchive.cc: | David Kalnischkies | 1 | -1/+6 |
2010-08-19 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -1/+1 |
2010-06-09 | - backport forgotten Valid-Until patch from the obsolete experimental | David Kalnischkies | 1 | -0/+10 |
2010-06-09 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -0/+10 |
2010-05-31 | i managed to commit broken codeā¦ which (at least in my mind) worked | David Kalnischkies | 1 | -1/+1 |
2010-05-29 | * ftparchive/writer.h: | David Kalnischkies | 1 | -0/+1 |
2010-04-23 | * ftparchive/writer.cc: | David Kalnischkies | 1 | -21/+19 |
2010-04-01 | merged from lp:~donkult/apt/sid | Michael Vogt | 3 | -13/+126 |
2010-03-26 | Switch the TranslationWriter to use MultiCompress to be able to generate | David Kalnischkies | 3 | -11/+20 |