summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* merged from lp:~donkult/apt/sidMichael Vogt2012-04-201-2/+8
|\
| * * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-04-181-2/+8
* | merge from the lp:~mvo/apt/mvo branchMichael Vogt2012-04-201-1/+5
|\ \ | |/ |/|
| * cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntuMichael Vogt2012-04-201-0/+1
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-03-271-1/+4
* | use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-111-27/+7
* | make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies2012-03-221-1/+2
* | * methods/rred.cc:David Kalnischkies2012-03-201-8/+28
|/
* merge with apt/experimentalDavid Kalnischkies2012-03-061-1/+1
|\
| * * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2012-03-051-1/+1
* | set char-limits for the scanf parsing previous crash-reportsDavid Kalnischkies2012-03-051-1/+1
* | fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+3
* | handle a SIGINT in all modes as a break after the currently runningDavid Kalnischkies2012-03-041-3/+4
* | * apt-pkg/acquire-item.cc:David Kalnischkies2012-02-181-25/+11
* | save the universe by not printing messages about apport if a packageDavid Kalnischkies2012-02-111-0/+6
* | call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies2012-02-091-1/+1
|/
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-301-2/+36
* ensure that dpkg binary doesn't have the chroot-directory prefixedDavid Kalnischkies2012-01-291-1/+11
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-291-17/+15
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-2/+2
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-191-1/+5
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-1/+4
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-191-0/+5
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-21/+52
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-3/+0
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-0/+2
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-133-0/+12
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+5
* Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies2011-12-131-0/+1
* * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-101-13/+6
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-103-8/+9
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-11-031-0/+3
* merge with my debian-sid branchDavid Kalnischkies2011-10-303-29/+18
|\
| * cherrypick from my apt/experimental branchDavid Kalnischkies2011-10-051-2/+6
| * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-212-28/+18
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-201-72/+78
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-111-4/+1
* | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-10-051-2/+6
* | merge with current debian apt/experimentalDavid Kalnischkies2011-10-052-13/+21
|\ \
| * \ * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-052-13/+21
| |\ \
| | * | merged fix from donkultMichael Vogt2011-09-261-12/+20
| | * | * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt2011-09-161-1/+1
* | | | * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-09-212-20/+26
* | | | load the dpkg base arguments only one time and reuse them laterDavid Kalnischkies2011-09-201-22/+28
* | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-201-61/+61
* | | | remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies2011-09-192-29/+0
* | | | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-197-24/+32
* | | | do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-1911-90/+95
|/ / /
* | | enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies2011-09-142-4/+23
|\ \ \
| * | | Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh...Christopher Baines2011-08-021-3/+9