summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * methods/http.cc:Michael Vogt2010-02-032-14/+19
| | | | - add cache-control headers even if no cache is given to allow adding options for intercepting proxies
* cmdline/apt-cdrom.cc: add help, fix duplicated optionMichael Vogt2010-01-271-1/+2
|
* debian/changelog: add --auto-detect optionMichael Vogt2010-01-271-0/+3
|
* merged from libudev-dlopenMichael Vogt2010-01-271-1/+0
|\
| * debian/apt.dirs: remove var/lib/apt/media againMichael Vogt2010-01-271-1/+0
| |
* | merged the latest lp:~mvo/apt/libudev-cdrom branchMichael Vogt2010-01-266-12/+84
|\|
| * add Dir::Media::MountPath config optionMichael Vogt2010-01-264-6/+14
| |
| * * cmdline/apt-cdrom.cc:Michael Vogt2010-01-263-15/+17
| | | | | | | | | | | | | | | | - fixed signed/unsigned warning - create /media mount point if needed - fix initialization for res in DoAdd() * methods/cdrom.cc: - make AptMountPoint a variable
| * cmdline/apt-cdrom.cc: add --auto-detectMichael Vogt2010-01-263-4/+67
| |
| * merge from the mvo branchMichael Vogt2010-01-26257-40975/+110447
| |\
* | | * apt-pkg/cdrom.cc:Michael Vogt2010-01-262-1/+4
| |/ |/| | | - fix crash in pkgUdevCdromDevices
* | methods/cdrom.cc: fix compilication errorMichael Vogt2010-01-261-1/+1
| |
* | add new "Acquire::cdrom::AutoDetect" variable that enables/disablesMichael Vogt2010-01-263-1/+8
| | | | | | the dlopen of libudev for automatic cdrom detection
* | * methods/cdrom.cc:Michael Vogt2010-01-222-11/+11
| | | | | | - fixes in multi cdrom setup code
* | * apt-pkg/contrib/cdromutl.cc:Michael Vogt2010-01-222-21/+33
| | | | | | | | - fix UnmountCdrom() fails, give it a bit more time and try the umount again
* | * cmdline/apt-get.cc:Michael Vogt2009-12-232-7/+19
| | | | | | - fix apt-get source pkg=version regression (closes: #561971)
* | * merged lp:~mvo/apt/historyMichael Vogt2009-12-186-17/+99
|\ \ | | | | | | | | | - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log)
| * | apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","Michael Vogt2009-12-182-17/+24
| | |
| * | debian/apt.logrotate: keep histories for 12 monthMichael Vogt2009-12-181-2/+2
| | |
| * | * debian/apt.logrotate:Michael Vogt2009-12-182-0/+9
| | | | | | | | | | | | | | | | | | - add to logratation * doc/examples/configure-index: - add as example
| * | apt-pkg/deb/dpkgpm.cc: fflush earlyMichael Vogt2009-12-181-0/+1
| | |
| * | fix order of upgrade, install check because for a upgrade "Install()" ↵Michael Vogt2009-12-181-5/+5
| | | | | | | | | | | | returns True as well
| * | add /var/log/apt/history.log fileMichael Vogt2009-12-183-16/+73
| | |
* | | merge from the debian-sid branchMichael Vogt2009-12-1832-1689/+7535
|\ \ \ | |/ / |/| |
| * | French translation updatebubulle@debian.org2009-12-161-61/+35
| | |
| * | releasing version 0.7.25Michael Vogt2009-12-151-2/+2
| | |
| * | merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt2009-12-142-1/+4
| | | | | | | | | (closes: #561109)
| * | doc/sources.list.5.xml: merge typo fixesMichael Vogt2009-12-141-2/+2
| |\ \
| | * | fix two other typos - this time in sources.list.5.xml:David Kalnischkies2009-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | * recongnizable --> recognizable * maintain --> maintains
| * | | apt-inst/makefile: include libversion.makMichael Vogt2009-12-141-0/+3
| | | |
| * | | merged patches from david (many thanks)Michael Vogt2009-12-1420-285/+619
| |\| |
| | * | fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies2009-12-122-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
| | * | decrease the libapt-inst major version again to 1.1 as the increaseDavid Kalnischkies2009-12-121-1/+1
| | | | | | | | | | | | | | | | was a backport error and is not needed (and destroys our non-abi-break hack)
| | * | remove informalexample tag which hides the programlisting in theDavid Kalnischkies2009-12-122-2/+4
| | | | | | | | | | | | | | | | | | | | tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
| | * | refactor the current changelog a bitDavid Kalnischkies2009-12-121-9/+9
| | | |
| | * | revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-124-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
| | * | fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies2009-12-111-3/+3
| | | | | | | | | | | | | | | | otherwise in the Configuration class.
| | * | fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies2009-12-117-9/+12
| | | | | | | | | | | | | | | | thanks Karl Goetz! (Closes: #558757)
| | * | check cache size even if we do nothing else otherwise in apt.cron.daily,David Kalnischkies2009-12-112-1/+8
| | | | | | | | | | | | | | | | thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
| | * | add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2009-12-112-0/+3
| | | | | | | | | | | | | | | | in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
| | * | add https options which default to the ones from http for the httpsDavid Kalnischkies2009-12-114-67/+76
| | | | | | | | | | | | | | | | | | | | method as this is more sane than using only the http options without a possibility to override these for https.
| | * | add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-12-115-3/+18
| | | | | | | | | | | | | | | | thanks Timothy J. Miller! (Closes: #355782)
| | * | Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies2009-12-112-184/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
| | * | * apt-pkg/init.h:Michael Vogt2009-12-102-1/+5
| | | | | | | | | | | | - add compatibilty with old ABI name until the next ABI break
| * | | French translation updatebubulle@debian.org2009-12-121-58/+51
| | | |
| * | | * apt-pkg/init.h:Michael Vogt2009-12-102-1/+5
| |/ / | | | | | | - add compatibilty with old ABI name until the next ABI break
| * | merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt2009-12-109-1145/+1952
| | |
| * | merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt2009-12-10122-14532/+48881
| |\ \ | |/ / |/| |
* | | merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt2009-12-1051-6147/+8300
| | |
* | | merged -r 1920..1922 from lp:~donkult/apt/sidMichael Vogt2009-12-105-4/+43
| | |