summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-14replace the last standing double's with long longDavid Kalnischkies
2011-07-14* cmdline/apt-get.cc:David Kalnischkies
- add an --assume-no option for testing to say 'no' to everything
2011-07-14fix sha512 calculation in Hashes::VerifyFiles()David Kalnischkies
2011-07-13* ftparchive/writer.cc:David Kalnischkies
- generate all checksums in one run over the file for Release
2011-07-13enable Hashes::AddFD() to skip creation of certain hashesDavid Kalnischkies
2011-07-13test that AddFD for single summations works, tooDavid Kalnischkies
2011-07-13move hash test to libapt-testcases and add a few more testsDavid Kalnischkies
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies
2011-07-10merge with debian-experimentalDavid Kalnischkies
2011-07-05cherrypick sources.list option documentation from my sid branchDavid Kalnischkies
2011-07-05* apt-pkg/acquire*.{cc,h}:David Kalnischkies
- try even harder to support really big files in the fetcher by converting (hopefully) everything to 'long long' (Closes: #632271)
2011-07-05merge lp:~mvo/apt/sha512-template to get fixes for the Michael Vogt
sha1/md5 verifiation (closes: #632520)
2011-07-05apt-pkg/contrib/md5.cc: fix md5sum by using the right type (unsinged char*) ↵Michael Vogt
and avoiding a implicit cast this way
2011-07-05apt-pkg/contrib/sha1.cc: fix sha1 hashsum by using the right type for "res" ↵Michael Vogt
avoiding a implicit cast to string this way
2011-06-30merged from debian-sidMichael Vogt
2011-06-30releasing version 0.8.15.10.8.15.1Michael Vogt
2011-06-30* doc/makefile:Michael Vogt
- create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package:
2011-06-29Make private sha2 functions staticMatt Emmerton
(freebsd which can be considered the "official" upstream has applied it)
2011-06-29fix compiler warning by reordering init-listDavid Kalnischkies
apt-pkg/acquire.h: In constructor ‘pkgAcquire::pkgAcquire()’: apt-pkg/acquire.h:175:9: warning: ‘pkgAcquire::Running’ will be initialized after [-Wreorder] apt-pkg/acquire.h:96:8: warning: ‘int pkgAcquire::LockFD’ [-Wreorder]
2011-06-29* apt-pkg/pkgcache.h:David Kalnischkies
- readd All{Foreign,Allowed} as suggested by Julian to remain strictly API compatible
2011-06-29merge with debian-experimental 0.8.16~exp2 releaseDavid Kalnischkies
2011-06-29releasing version 0.8.16~exp2Michael Vogt
2011-06-29debian/*.symbols: updated for new sonameMichael Vogt
2011-06-29remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3Michael Vogt
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-06-29releasing version 0.8.16~exp1Michael Vogt
2011-06-28merged with the unstable uploadMichael Vogt
2011-06-28merged from debian-sidMichael Vogt
2011-06-28releasing version 0.8.150.8.15Michael Vogt
2011-06-28various typo and syntax corrections in doc/*.xmlMichael Vogt
2011-06-28update symbol file (thanks to david)Michael Vogt
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt
2011-06-28merged from donkultMichael Vogt
2011-06-28change to 0.8.14.2Michael Vogt
2011-06-28cherry pick from donkultMichael Vogt
2011-06-28add more to the symbol fileMichael Vogt
2011-06-28merged from debian-sidMichael Vogt
2011-06-28cherry pick fix from sidMichael Vogt
2011-06-28merged symbols file fix from David, many thanksMichael Vogt
2011-06-28merge from the experimental branch and prepare new uploadMichael Vogt
2011-06-28debian/control: update breaks for the final uploadMichael Vogt
2011-06-28merge updated description from David, many thanksMichael Vogt
2011-06-27* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- set permissions of term.log to root.adm and 644 (LP: #404724)
2011-06-22* debian/control:Michael Vogt
- modernize package description (closes: #624618)
2011-06-18Catalan translation update (Jordi Mallach). Closes: #630657bubulle@debian.org
2011-06-17use depends for the ${shlibs:Depends} to make the breaks workMichael Vogt
2011-06-17* debian/control:Michael Vogt
- add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
2011-06-15* debian/control:Michael Vogt
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
2011-06-10releasing version 0.8.15~exp1Michael Vogt
2011-06-10merged lp:~mvo/apt/add-library-pkgsMichael Vogt