summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merged from lp:~donkult/apt/sidMichael Vogt2011-04-0428-200/+450
|\
| * let TimeRFC1123 return an empty string if gmtime() failsDavid Kalnischkies2011-04-021-2/+4
| |
| * impossible to be too long but just to be sure use snprintfDavid Kalnischkies2011-04-021-1/+1
| |
| * be able to disable resolver with APT::Get::CallResolver and disableDavid Kalnischkies2011-03-292-4/+5
| | | | | | auto installation with APT::Get::AutoSolving
| * be able to disable resolver with APT::Get::AutoSolvingDavid Kalnischkies2011-03-282-21/+48
| |
| * * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-03-284-18/+22
| | | | | | - create foo:any provides for all architectures for an allowed package
| * * cmdline/apt-get.cc:David Kalnischkies2011-03-262-2/+7
| | | | | | - do not show simulation notice for non-root commands (Closes: #619072)
| * do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies2011-03-266-6/+55
| |
| * * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-03-263-2/+95
| | | | | | | | - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958)
| * * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-2510-42/+57
| | | | | | | | | | | | - return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead
| * * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-03-253-10/+9
| | | | | | | | - make "all"->"native" an implementation detail of NewPackage rather than rewrite it in higher methods
| * * apt-pkg/depcache.cc:David Kalnischkies2011-03-252-6/+3
| | | | | | - remove pseudo handling leftover from SetReInstall
| * document ButAutomaticUpgrades together with NotAutomaticDavid Kalnischkies2011-03-232-4/+11
| | | | | | as suggested by Charles Plessy (Closes: #619083)
| * * doc/apt_preferences.5.xml:David Kalnischkies2011-03-232-2/+4
| | | | | | - correct typo spotted by Charles Plessy (Closes: #619088)
| * * debian/apt.conf.autoremove:David Kalnischkies2011-03-232-1/+4
| | | | | | - adapt to new gnumach kernel package naming (Closes: #619337)
| * * apt-pkg/deb/deblistparser.h:David Kalnischkies2011-03-232-2/+4
| | | | | | - enable StripMultiArch by default for ParseDepends
| * add a method to insert packages into dpkg's status fileDavid Kalnischkies2011-03-231-0/+23
| |
| * reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies2011-03-204-61/+77
| | | | | | | | seperate IsModeChangeOk which checks sanity and dpkg holds
| * * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:David Kalnischkies2011-03-165-28/+17
| | | | | | - mark them as deprecated as they are unused
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-03-162-2/+14
| | | | | | - skip --configure if all packages disappeared
| * enable buildsimplenativepackage to build packages for multipleDavid Kalnischkies2011-03-161-9/+13
| | | | | | | | | | architectures in a row as it is needed for Multi-Arch:same that the shared files are the same
* | apt-pkg/acquire-item.cc: Use stat buffer if stat wasJulian Andres Klode2011-04-022-1/+8
|/ | | successful, not if it failed (Closes: #620546)
* releasing version 0.8.13Michael Vogt2011-03-161-2/+2
|
* merged from lp:~mvo/apt/mvoMichael Vogt2011-03-157-10/+103
|\
| * apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt2011-03-151-1/+1
| |
| * methods/mirror.cc: randomize only based on hostnameMichael Vogt2011-03-141-4/+15
| |
| * methods/mirror.cc: init random seed at startupMichael Vogt2011-03-141-1/+3
| |
| * apt-pkg/acquire-item.cc: add some more missing Fail-IgnoreMichael Vogt2011-03-141-4/+10
| |
| * randomize mirror list to ensure more even loadMichael Vogt2011-03-143-0/+32
| |
| * apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the ↵Michael Vogt2011-03-142-0/+16
| | | | | | | | mirror methods does not retry on each mirror
| * * mirror method:Michael Vogt2011-03-144-5/+29
| | | | | | - when downloading data, show the mirror being used
* | debian/changelog: mark UNRELEASEDMichael Vogt2011-03-141-2/+2
| |
* | * po/sl.po:Michael Vogt2011-03-142-430/+637
| | | | | | - updated, thanks to Andrej Znidarsic
* | merged from lp:~mvo/apt/mvoMichael Vogt2011-03-114-7/+27
|\|
| * methods/mirror.cc: improve debug output and fix selecting the next mirrorMichael Vogt2011-03-111-4/+9
| |
| * * apt-pkg/acquire-item.cc:Michael Vogt2011-03-112-2/+7
| | | | | | | | - mark pkgAcqIndexTrans as Index-File to avoid asking the user to insert the CD on each apt-get update
| * rename debian/apt.cron.daily back for now until the conffile is properly copyiedMichael Vogt2011-03-111-0/+0
| |
| * * debian/zzapt.cron.daily:Michael Vogt2011-03-103-1/+13
| | | | | | | | | | | | - move cron job to the end of execution (LP: #727685) * methods/rsh.cc - fix rsh/ssh option parsing (LP: #678080), thanks to Ville Mattila
| * merged from debian-sidMichael Vogt2011-03-10127-19800/+23740
| |\ | |/ |/|
* | releasing version 0.8.12Michael Vogt2011-03-101-2/+2
| |
* | apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken ↵Michael Vogt2011-03-102-1/+10
| | | | | | | | (also in this case its probably not needed because pkgUDevCDrom is not used outside libapt itself, still its better to be on the save side)
* | doc/po/fr.po: fix typoMichael Vogt2011-03-101-1/+1
| |
* | merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-1010-188/+242
|\|
| * * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt2011-03-103-2/+11
| | | | | | | | | | | | - deal with missing FSTAB_DIR when using libudev to discover cdrom - add experimental APT::cdrom::CdromOnly option (on by default). When this is set to false apt-cdrom will handle any removable deivce (like a usb-stick) as a "cdrom/dvd" source
| * apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; ↵Michael Vogt2011-03-093-7/+12
| | | | | | | | apt-pkg/cdrom.cc: use string
| * apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt2011-03-092-8/+22
| |
| * apt-pkg/cdrom.h: move new member to the end to minimize ABI riskMichael Vogt2011-03-091-1/+1
| |
| * apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; ↵Michael Vogt2011-03-043-0/+39
| | | | | | | | apt-pkg/cdrom.cc: deal with missing FSTAB_DIR
| * apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev classMichael Vogt2011-03-042-0/+2
| |
| * * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-03-033-0/+20
| | | | | | - honor Dpkg::Chroot-Directory in the RunScripts*() methods