summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-26[ Nicolas François ]David Kalnischkies15-20/+24
2009-08-25"backport" the APT::Configuration class to apt-sidDavid Kalnischkies7-74/+163
2009-08-18Allow empty Reason-Phase in the Status-Lines, which is allowed by rtfDavid Kalnischkies2-2/+5
2009-08-12[doc/apt-get.8.xml]David Kalnischkies2-10/+32
2009-08-12Add the pkg/release syntax to the source command in apt-get and alsoDavid Kalnischkies3-66/+75
2009-08-12[cmdline/apt-get.cc]David Kalnischkies3-60/+65
2009-08-12With the introduction of the Is{Delete,Install}Ok hooks the apt flagDavid Kalnischkies2-2/+4
2009-08-12Add a Acquire::CompressionTypes config variable from there theDavid Kalnischkies7-47/+110
2009-08-09[cmdline/apt-get.cc] correct the order of picked package binary vs sourceDavid Kalnischkies2-1/+2
2009-08-09[doc/apt-mark.8.xml] improve manpage based on patch by Carl Chenet, thanks!David Kalnischkies2-10/+40
2009-08-09[apt-inst/contrib/arfile.cc] use sizeof instead strlenDavid Kalnischkies2-1/+3
2009-08-09[cmdline/apt-get.cc] check for availability ofstatfs.f_typeDavid Kalnischkies4-110/+121
2009-08-08[doc/apt.conf.5.xml] mention the apt.conf.d dirDavid Kalnischkies2-1/+13
2009-08-08[cmdline/apt-cache.cc] fix a memory leak in the xvcg methodDavid Kalnischkies2-3/+10
2009-08-08[apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the ReleaseDavid Kalnischkies2-0/+6
2009-08-08merge with apt-sidDavid Kalnischkies7-54/+89
2009-08-06debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable.Julian Andres Klode1-1/+1
2009-08-06debian/apt.cron.daily: Support using debdelta to download packages (Closes: #...Julian Andres Klode2-1/+11
2009-08-06debian/apt.cron.daily: Script can be disabled by APT::Periodic::Enable=0 (Clo...Julian Andres Klode2-3/+15
2009-08-06debian/apt.cron.daily: Make sure that VERBOSE is always setJulian Andres Klode2-3/+8
2009-08-03[debian/changlog] add entry for the "missing source.list file" fixDavid Kalnischkies1-0/+3
2009-08-03[apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning:David Kalnischkies1-0/+2
2009-08-03debian/control: Increase Standards-Version to 3.8.2.0.0.7.22.1Julian Andres Klode2-1/+2
2009-08-03debian/changelog: Close the FTBFS on kFreeBSD bug.Julian Andres Klode1-1/+1
2009-08-03Set version to 0.7.22.1.Julian Andres Klode2-3/+3
2009-08-03debian/control: Add myself to Uploaders.Julian Andres Klode2-1/+3
2009-08-03* apt-pkg/sourcelist.cc:Julian Andres Klode2-4/+10
2009-08-02* apt-pkg/contrib/mmap.cc:Julian Andres Klode2-2/+8
2009-08-01[debian/changelog] correct two typos in the changelog for 0.7.22David Kalnischkies1-2/+2
2009-08-01[debian/changelog] add a Closes tag to mvo's --only-source patchDavid Kalnischkies1-1/+1
2009-07-31[apt-pkg/contrib/strutl.cc] enable thousand separator according toDavid Kalnischkies2-2/+5
2009-07-31[cmdline/apt-get.cc] ShowBroken() in build-dep (Closes: #145916)David Kalnischkies2-1/+5
2009-07-31[cmdline/apt-get.cc] add APT::Get::HideAutoRemove=small to display onlyDavid Kalnischkies3-83/+117
2009-07-31[apt-pkg/sourcelist.cc] only display the warning about missing sources.listDavid Kalnischkies1-0/+8
2009-07-30* cmdline/apt-get.cc:Michael Vogt2-3/+11
2009-07-30fix extra , at the end of the changelog lineMichael Vogt1-1/+1
2009-07-30merged from debian-sidMichael Vogt130-15349/+23236
2009-07-30* cmdline/apt-get.cc:Michael Vogt2-2/+10
2009-07-29releasing version 0.7.220.7.22Michael Vogt1-4/+2
2009-07-28apt-pkg/depcache.cc:Michael Vogt1-8/+2
2009-07-27merged from donkultMichael Vogt2-2/+2
2009-07-26merge with lp:apt/debian-sidDavid Kalnischkies2-2/+2
2009-07-25Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessaryOtavio Salvador2-0/+3
2009-07-25Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce theOtavio Salvador2-13/+31
2009-07-24merge from the donkult branchMichael Vogt3-224/+233
2009-07-23[apt-pkg] yet another bit of mmap and pkgcachegen housekeepingDavid Kalnischkies2-16/+24
2009-07-23[ABI] merged the libudev-dlopen branch, this allows to passMichael Vogt10-32/+268
2009-07-23methods/cdrom.cc: add AutoDetectAndMount methodMichael Vogt3-49/+63
2009-07-22methods/cdrom.cc: move the scan into the loop that waits for a CDMichael Vogt3-29/+47
2009-07-22* methods/cdrom.cc:Michael Vogt4-21/+84