g++ 4.7 fixes
[ntk/apt.git] / apt-pkg / contrib /
2012-01-02 Michael Vogtg++ 4.7 fixes
2012-01-02 Michael Vogtg++ 4.7 fixes
2011-12-20 Michael Vogtmerged from lp:~donkult/apt/sid/
2011-12-19 Michael Vogtmerged from debian-sid
2011-12-19 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-12-19 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-12-18 David Kalnischkiesusage of Skipping in pipes can't work, so we ignore...
2011-12-17 David Kalnischkiestry to avoid direct usage of .Fd() if possible and...
2011-12-17 David Kalnischkieskeep track of where we are in a filedescriptor so we...
2011-12-15 David Kalnischkiestry seeking on fds opened with OpenDescriptor before...
2011-12-15 David Kalnischkiesrefactor compressor calling so that we don't (need...
2011-12-14 David Kalnischkiesuse FileFd instead of forking the compression childs...
2011-12-13 David Kalnischkiesallow Open() and OpenDescriptor() to be called with...
2011-12-13 David Kalnischkiesnote to myself: In case you rename something, make...
2011-12-13 David Kalnischkiesrevert 2184.1.3: forward declaration instead of headers
2011-12-12 David Kalnischkiesrevert 2184.1.2: do not pollute namespace in headers
2011-12-12 David KalnischkiesAllow the FileFd to use an external Compressor to uncom...
2011-12-11 David Kalnischkies - add a ReadLine method
2011-12-10 David Kalnischkies* apt-pkg/contrib/fileutl.{h,cc}:
2011-12-10 David Kalnischkiesenable FileFd to guess the compressor based on the...
2011-11-29 David Kalnischkiessplit up the OpenMode into OpenMode and CompressionMode and
2011-11-10 Michael Vogtmerged from bzr.debian.org/bzr/apt/apt/debian-experimental2
2011-11-10 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-10-30 David Kalnischkies* apt-pkg/contrib/sha2_internal.cc:
2011-10-30 David Kalnischkiesmerge with my debian-sid branch
2011-10-14 Michael Vogtmerged lp:~donkult/apt/experimental
2011-10-14 Michael Vogtmerged from lp:~donkult/apt/sid
2011-10-11 David Kalnischkies* apt-pkg/pkgcachegen.cc:
2011-10-05 David Kalnischkiesmerge with current debian apt/sid
2011-10-05 David Kalnischkiesmerge with current debian apt/experimental
2011-10-05 Michael Vogt* apt-pkg/contrib/configuration.cc:
2011-09-21 David Kalnischkiesconvert a few for-loop char finds to proper strchr...
2011-09-19 David Kalnischkiesuse forward declaration in headers if possible instead...
2011-09-19 David Kalnischkiesdo not pollute namespace in the headers with using...
2011-09-14 David Kalnischkiesenable APT in unpack/configure ordering to handle loops...
2011-09-14 Michael Vogtmerged from lp:~donkult/apt/experimental
2011-09-14 Michael Vogt* apt-pkg/contrib/configuration.cc:
2011-09-13 David Kalnischkiesmerge with debian/sid
2011-09-13 David Kalnischkiesmerge with debian/experimental
2011-09-13 David KalnischkiesSupport large files in the complete toolset. Indexes...
2011-09-13 Michael Vogt* apt-pkg/contrib/configuration.cc:
2011-09-13 David Kalnischkiesreorder includes: add <config.h> if needed and include...
2011-08-15 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-08-15 Michael Vogtmerged from the debian-sid branch
2011-08-15 Michael Vogtmerged fixes from lp:~mvo/apt/mvo
2011-08-12 Michael Vogtlots of cppcheck fixes
2011-08-11 David Kalnischkiesfix a few more cppcheck performance and scope warnings
2011-08-11 David Kalnischkiescppcheck complains about some possible speed improvemen...
2011-08-09 Michael Vogtmerged from the debian-experimental2 branch
2011-08-01 Michael Vogtfix crash when P.Arch() was used but the cache got...
2011-08-01 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-07-29 Michael Vogtapt-pkg/contrib/sha2_internal.h: remove extern "C"...
2011-07-29 Michael Vogtmerged from debian-sid
2011-07-29 Michael Vogtapt-pkg/contrib/sha256.h: use #warning to warn about...
2011-07-29 Michael Vogtmerge from lp:~mvo/apt/mvo
2011-07-28 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-07-28 Michael Vogt* apt-pkg/contrib/fileutl.{cc,h}:
2011-07-28 Michael Vogtmerged from debian-apt
2011-07-28 Michael Vogt* merged latest fixes from debian-sid
2011-07-26 Michael Vogtmerged from lp:~mvo/apt/mvo
2011-07-26 Michael Vogtmerged from lp:~donkult/apt/sid
2011-07-26 Michael Vogtfix typos in changelog, make DeEscapeString const,...
2011-07-26 Michael Vogtadd another escape test case, fixup octal one (its...
2011-07-26 Michael Vogtapt-pkg/contrib/strutl.cc: kill unneeded debug output
2011-07-26 Michael Vogt* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_te...
2011-07-26 David Miller* apt-pkg/contrib/sha1.cc:
2011-07-25 Michael Vogt* apt-pkg/contrib/cdromutl.cc:
2011-07-22 Michael Vogtmerged from the mvo branch
2011-07-15 Michael Vogtapt-pkg/contrib/configuration.cc: revert Configuration...
2011-07-15 Michael Vogtmerged from bzr.debian.org/bzr/apt/apt/debian-sid
2011-07-15 Michael Vogtmerged from lp:~donkult/apt/sid
2011-07-15 Michael Vogtmerged from donkult
2011-07-14 David Kalnischkiesmerge with debian-sid 0.8.15.2
2011-07-13 David Kalnischkiesfix sha512 calculation in Hashes::VerifyFiles()
2011-07-13 David Kalnischkiesenable Hashes::AddFD() to skip creation of certain...
2011-07-13 David Kalnischkiesmove implementation of checksums around by abstracting...
2011-07-10 David Kalnischkiesmerge with debian-experimental
2011-07-06 David Kalnischkies* apt-pkg/init.cc:
2011-07-05 Michael Vogtmerge lp:~mvo/apt/sha512-template to get fixes for the
2011-07-05 Michael Vogtapt-pkg/contrib/md5.cc: fix md5sum by using the right...
2011-07-05 Michael Vogtapt-pkg/contrib/sha1.cc: fix sha1 hashsum by using...
2011-06-30 Michael Vogtmerged from debian-sid
2011-06-29 Matt EmmertonMake private sha2 functions static
2011-06-29 David Kalnischkiesmerge with debian-experimental 0.8.16~exp2 release
2011-06-29 Michael Vogtmerge lp:~mvo/apt/abi-break
2011-06-08 Michael Vogt* [ABI-Break] Implement EDSP in libapt-pkg so that...
2011-06-08 Michael Vogtmerge lp:~mvo/apt/sha512-template to add support for...
2011-05-31 Michael Vogtmerged from the debian branch
2011-05-17 David Kalnischkies* doc/external-dependency-solver-protocol.txt:
2011-05-17 David Kalnischkies* Implement EDSP in libapt-pkg so that all front-ends...
2011-05-16 Michael Vogtmerged from lp:~donkult/apt/sid
2011-05-12 David KalnischkiesMAP_ANON is deprecated in favor of MAP_ANONYMOUS, but...
2011-05-12 David Kalnischkies* apt-pkg/contrib/netrc.cc:
2011-05-10 David Kalnischkiesfix SubProgress to accept a Percent parameter to update...
2011-04-20 David Kalnischkiesmerge with debian-sid branch and 0.8.14.1 release
2011-04-15 David Kalnischkiesfix a bunch of cppcheck warnings/errors based on a...
2011-04-05 Michael Vogtmerged from debian-sid
2011-04-04 Michael Vogtmerged from lp:~donkult/apt/sid
2011-04-02 David Kalnischkieslet TimeRFC1123 return an empty string if gmtime()...
2011-04-02 David Kalnischkiesimpossible to be too long but just to be sure use snprintf
next