2011-07-28 |
Michael Vogt | merged from debian-apt |
tree | commitdiff |
2011-07-28 |
Michael Vogt | * merged latest fixes from debian-sid |
tree | commitdiff |
2011-07-26 |
Michael Vogt | merged from lp:~mvo/apt/mvo |
tree | commitdiff |
2011-07-26 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-07-26 |
Michael Vogt | fix typos in changelog, make DeEscapeString const,... |
tree | commitdiff |
2011-07-26 |
Michael Vogt | add another escape test case, fixup octal one (its... |
tree | commitdiff |
2011-07-26 |
Michael Vogt | apt-pkg/contrib/strutl.cc: kill unneeded debug output |
tree | commitdiff |
2011-07-26 |
Michael Vogt | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_te... |
tree | commitdiff |
2011-07-26 |
David Miller | * apt-pkg/contrib/sha1.cc: |
tree | commitdiff |
2011-07-25 |
Michael Vogt | * apt-pkg/contrib/cdromutl.cc: |
tree | commitdiff |
2011-07-22 |
Michael Vogt | merged from the mvo branch |
tree | commitdiff |
2011-07-15 |
Michael Vogt | apt-pkg/contrib/configuration.cc: revert Configuration... |
tree | commitdiff |
2011-07-15 |
Michael Vogt | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid |
tree | commitdiff |
2011-07-15 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-07-15 |
Michael Vogt | merged from donkult |
tree | commitdiff |
2011-07-14 |
David Kalnischkies | merge with debian-sid 0.8.15.2 |
tree | commitdiff |
2011-07-13 |
David Kalnischkies | fix sha512 calculation in Hashes::VerifyFiles() |
tree | commitdiff |
2011-07-13 |
David Kalnischkies | enable Hashes::AddFD() to skip creation of certain... |
tree | commitdiff |
2011-07-13 |
David Kalnischkies | move implementation of checksums around by abstracting... |
tree | commitdiff |
2011-07-10 |
David Kalnischkies | merge with debian-experimental |
tree | commitdiff |
2011-07-06 |
David Kalnischkies | * apt-pkg/init.cc: |
tree | commitdiff |
2011-07-05 |
Michael Vogt | merge lp:~mvo/apt/sha512-template to get fixes for the |
tree | commitdiff |
2011-07-05 |
Michael Vogt | apt-pkg/contrib/md5.cc: fix md5sum by using the right... |
tree | commitdiff |
2011-07-05 |
Michael Vogt | apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using... |
tree | commitdiff |
2011-06-30 |
Michael Vogt | merged from debian-sid |
tree | commitdiff |
2011-06-29 |
Matt Emmerton | Make private sha2 functions static |
tree | commitdiff |
2011-06-29 |
David Kalnischkies | merge with debian-experimental 0.8.16~exp2 release |
tree | commitdiff |
2011-06-29 |
Michael Vogt | merge lp:~mvo/apt/abi-break |
tree | commitdiff |
2011-06-08 |
Michael Vogt | * [ABI-Break] Implement EDSP in libapt-pkg so that... |
tree | commitdiff |
2011-06-08 |
Michael Vogt | merge lp:~mvo/apt/sha512-template to add support for... |
tree | commitdiff |
2011-05-31 |
Michael Vogt | merged from the debian branch |
tree | commitdiff |
2011-05-17 |
David Kalnischkies | * doc/external-dependency-solver-protocol.txt: |
tree | commitdiff |
2011-05-17 |
David Kalnischkies | * Implement EDSP in libapt-pkg so that all front-ends... |
tree | commitdiff |
2011-05-16 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-05-12 |
David Kalnischkies | MAP_ANON is deprecated in favor of MAP_ANONYMOUS, but... |
tree | commitdiff |
2011-05-12 |
David Kalnischkies | * apt-pkg/contrib/netrc.cc: |
tree | commitdiff |
2011-05-10 |
David Kalnischkies | fix SubProgress to accept a Percent parameter to update... |
tree | commitdiff |
2011-04-20 |
David Kalnischkies | merge with debian-sid branch and 0.8.14.1 release |
tree | commitdiff |
2011-04-15 |
David Kalnischkies | fix a bunch of cppcheck warnings/errors based on a... |
tree | commitdiff |
2011-04-05 |
Michael Vogt | merged from debian-sid |
tree | commitdiff |
2011-04-04 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-04-02 |
David Kalnischkies | let TimeRFC1123 return an empty string if gmtime()... |
tree | commitdiff |
2011-04-02 |
David Kalnischkies | impossible to be too long but just to be sure use snprintf |
tree | commitdiff |
2011-03-10 |
Michael Vogt | merged from debian-sid |
tree | commitdiff |
2011-03-10 |
Michael Vogt | merged the lp:~mvo/apt/mvo branch |
tree | commitdiff |
2011-03-10 |
Michael Vogt | merged from donkult |
tree | commitdiff |
2011-03-09 |
Michael Vogt | apt-pkg/contrib/cdromutl.{cc,h}: return string for... |
tree | commitdiff |
2011-03-07 |
David Kalnischkies | Italian translation update (Milo Casagrande). Closes... |
tree | commitdiff |
2011-03-04 |
Michael Vogt | apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForD... |
tree | commitdiff |
2011-03-03 |
Michael Vogt | * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc: |
tree | commitdiff |
2011-02-28 |
Michael Vogt | apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD... |
tree | commitdiff |
2011-02-27 |
David Kalnischkies | d'uh! implement and not only declare the string wrapper... |
tree | commitdiff |
2011-02-25 |
Michael Vogt | template based hashsum implementation |
tree | commitdiff |
2011-02-25 |
Michael Vogt | move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford... |
tree | commitdiff |
2011-02-25 |
Michael Vogt | add sha512 support in the client now as well |
tree | commitdiff |
2011-02-22 |
Michael Vogt | add sha512 interface based on sha2 by aaron gifford |
tree | commitdiff |
2011-02-22 |
David Kalnischkies | * apt-pkg/deb/debsrcrecords.cc: |
tree | commitdiff |
2011-02-22 |
David Kalnischkies | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: |
tree | commitdiff |
2011-02-22 |
David Kalnischkies | * apt-pkg/contrib/fileutl.cc: |
tree | commitdiff |
2011-02-15 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-02-15 |
David Kalnischkies | * apt-pkg/contrib/error.cc: |
tree | commitdiff |
2011-02-14 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-02-14 |
David Kalnischkies | * apt-pkg/contrib/fileutl.cc: |
tree | commitdiff |
2011-02-14 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-02-14 |
David Kalnischkies | use inttypes to avoid suprises with different type... |
tree | commitdiff |
2011-02-13 |
David Kalnischkies | * apt-pkg/contrib/fileutl.cc: |
tree | commitdiff |
2011-02-13 |
David Kalnischkies | update size of dynamic MMap as we write in from the... |
tree | commitdiff |
2011-02-12 |
David Kalnischkies | * apt-pkg/contrib/mmap.cc: |
tree | commitdiff |
2011-02-10 |
Michael Vogt | merged from lp:~mvo/apt/mvo |
tree | commitdiff |
2011-02-08 |
Michael Vogt | merged lp:~donkult/apt/sid |
tree | commitdiff |
2011-02-08 |
Michael Vogt | merged from lp:~mvo/apt/mvo (which is really lp:~donkul... |
tree | commitdiff |
2011-02-08 |
Michael Vogt | merged from lp:~donkult/apt/sid |
tree | commitdiff |
2011-02-07 |
David Kalnischkies | * apt-pkg/contrib/error.cc: |
tree | commitdiff |
2011-02-03 |
David Kalnischkies | merge 'after squeeze release'-stuff |
tree | commitdiff |
2011-02-02 |
Michael Vogt | merged from the lp:~mvo/apt/mvo branch |
tree | commitdiff |
2011-01-25 |
David Kalnischkies | merge with debian-sid |
tree | commitdiff |
2011-01-15 |
David Kalnischkies | * methods/rred.cc: |
tree | commitdiff |
2011-01-13 |
David Kalnischkies | ignore non-regular files in GetListOfFilesInDir (Closes... |
tree | commitdiff |
2011-01-12 |
David Kalnischkies | * apt-inst/contrib/extracttar.cc: |
tree | commitdiff |
2011-01-12 |
David Kalnischkies | * apt-pkg/contrib/weakptr.h: |
tree | commitdiff |
2011-01-12 |
David Kalnischkies | * apt-pkg/contrib/fileutl.cc: |
tree | commitdiff |
2011-01-12 |
Michael Vogt | * apt-pkg/contrib/weakptr.h: |
tree | commitdiff |
2010-12-03 |
Nobuhiro Hayashi | Permit base256 encoded value in the numeric field of... |
tree | commitdiff |
2010-11-30 |
David Kalnischkies | add the possibility to disable only the progress report... |
tree | commitdiff |
2010-11-25 |
Michael Vogt | merged lp:~pitti/apt/compressed-indexes |
tree | commitdiff |
2010-11-18 |
Michael Vogt | merged from apt-get-download |
tree | commitdiff |
2010-11-18 |
Michael Vogt | merged from apt-get-changelog |
tree | commitdiff |
2010-11-18 |
Michael Vogt | merged from apt-get-download |
tree | commitdiff |
2010-11-18 |
Michael Vogt | merged from apt-get-changelog |
tree | commitdiff |
2010-11-18 |
Michael Vogt | merged from the apt-get-changelog branch |
tree | commitdiff |
2010-11-18 |
Michael Vogt | merged lp:~mvo/apt/apt-get-changelog |
tree | commitdiff |
2010-11-16 |
Michael Vogt | add support for third party changelogs |
tree | commitdiff |
2010-11-15 |
Michael Vogt | merged from debian |
tree | commitdiff |
2010-10-28 |
Michael Vogt | merged from donkult |
tree | commitdiff |
2010-10-21 |
David Kalnischkies | * apt-pkg/contrib/fileutl.cc: |
tree | commitdiff |
2010-10-13 |
David Kalnischkies | merge with debian-sid |
tree | commitdiff |
2010-10-13 |
Michael Vogt | merged FileFd::Size() fix from lp:~mvo/apt/mvo |
tree | commitdiff |
2010-10-13 |
Michael Vogt | apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for... |
tree | commitdiff |
2010-10-13 |
Michael Vogt | merged from debian-sid branch |
tree | commitdiff |
2010-10-13 |
Michael Vogt | * apt-pkg/deb/debindexfile.cc: |
tree | commitdiff |
next |