Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * apt-pkg/acquire-worker.cc: | Michael Vogt | 2009-07-02 | 4 | -8/+17 |
| | | | | | | | | - show error details of failed methods * apt-pkg/contrib/fileutl.cc: - if a process aborts with signal, show signal number * methods/http.cc: - ignore SIGPIPE, we deal with EPIPE from write in HttpMethod::ServerDie() (LP: #385144) | ||||
* | * apt-pkg/algorithms.cc: | Michael Vogt | 2009-06-23 | 2 | -2/+9 |
| | | | | - consider recommends when making the scores for the problem resolver | ||||
* | send "dpkg-exec" message on the status fd when dpkg is run | Michael Vogt | 2009-06-17 | 2 | -0/+10 |
| | |||||
* | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-06-17 | 2 | -1/+32 |
| | | | | - add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3 (off by default) | ||||
* | * apt-pkg/acquire.cc: | Michael Vogt | 2009-06-09 | 2 | -1/+8 |
| | | | | - make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth | ||||
* | * cmdline/apt-mark: | Michael Vogt | 2009-06-03 | 2 | -27/+47 |
| | | | - add "showauto" option to show automatically installed packages | ||||
* | build fixes for g++-4.4 | Michael Vogt | 2009-04-24 | 3 | -2/+4 |
| | |||||
* | fix problematic use of tolower() when calculating the version | Michael Vogt | 2009-04-23 | 5 | -3/+19 |
| | | | | | hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248) | ||||
* | * methods/gpgv.cc: | Michael Vogt | 2009-04-08 | 2 | -6/+36 |
| | | | - properly check for expired and revoked keys (closes: #433091) | ||||
* | * cmdline/acqprogress.cc: | Michael Vogt | 2009-03-27 | 2 | -2/+8 |
| | | | | - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234). | ||||
* | ftparchive/cachedb.cc: compact() the database after c_del() | Michael Vogt | 2009-03-24 | 1 | -0/+1 |
| | |||||
* | make pre-build.sh executable | Michael Vogt | 2009-03-19 | 1 | -0/+0 |
| | |||||
* | make it bzr-buildpackage able | Michael Vogt | 2009-03-19 | 3 | -0/+10 |
| | |||||
* | cmdline/apt-get.cc: fix typo | Michael Vogt | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | fix "apt-get source pkg" if there is a binary package and | Michael Vogt | 2009-03-09 | 2 | -7/+17 |
| | | | | a source package of the same name but from different packages (LP: #330103) | ||||
* | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2009-03-06 | 1 | -3/+1 |
| | | | | - revert the change by Kees again for the amd64 ALL-CAPS problem | ||||
* | * methods/https.cc: | Michael Vogt | 2009-02-03 | 3 | -2/+11 |
| | | | - add Acquire::https::AllowRedirect support | ||||
* | apt-pkg/pkgcache.cc: fix typo | Michael Vogt | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | * apt-pkg/pkgcache.cc: | Michael Vogt | 2009-02-03 | 2 | -3/+10 |
| | | | | - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) | ||||
* | methods/https.cc: do not unlink partial files (thanks to robbiew) | Michael Vogt | 2009-02-03 | 1 | -1/+0 |
| | |||||
* | [ABI break] use int for the package IDs (thanks to Steve Cotton) | Michael Vogt | 2009-01-30 | 2 | -4/+5 |
| | |||||
* | [ABI break] merge support for http redirects, thanks to | Michael Vogt | 2009-01-30 | 8 | -3/+132 |
| | | | Jeff Licquia and Anthony Towns | ||||
* | apt-pkg/deb/debsystem.cc: add missing i18n string | Michael Vogt | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | apt-pkg/pkgcachegen.cc: when searching for duplicates in the description, ↵ | Michael Vogt | 2009-01-19 | 1 | -1/+1 |
| | | | | avoid side effect | ||||
* | * apt-pkg/contrib/strutl.cc: | Michael Vogt | 2009-01-08 | 2 | -5/+11 |
| | | | - fix TimeToStr i18n (LP: #289807) | ||||
* | Clarify the --help for 'purge' (LP: #243948) | Michael Vogt | 2008-12-16 | 2 | -1/+2 |
| | |||||
* | merged from the debian-sid branch | Michael Vogt | 2008-12-09 | 79 | -7100/+9399 |
|\ | |||||
| * | debian/changelog: fix changelog | Michael Vogt | 2008-12-08 | 1 | -4/+2 |
| | | |||||
| * | merged lp:~jackyf-devel/apt/debian-sid | Michael Vogt | 2008-12-08 | 6 | -362/+1008 |
| |\ | |||||
| | * | Included missing file debian/apt-transport-https.README to repo. | Eugene V. Lyubimkin | 2008-12-06 | 2 | -1/+3 |
| | | | |||||
| | * | Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. | Eugene V. Lyubimkin | 2008-12-06 | 2 | -0/+11 |
| | | | |||||
| | * | Applied patch from Daniel Burrows to document 'Debug' group of options. | Eugene V. Lyubimkin | 2008-12-06 | 2 | -10/+346 |
| | | | |||||
| | * | Documented briefly 'APT::https' group of options. | Eugene V. Lyubimkin | 2008-12-06 | 3 | -1/+26 |
| | | | |||||
| | * | Renewed buildlib/config.{sub,guess} files. | Eugene V. Lyubimkin | 2008-12-06 | 3 | -341/+602 |
| | | | |||||
| | * | Fixed place of 'merged install-recommends and install-task branches' in ↵ | Eugene V. Lyubimkin | 2008-12-06 | 1 | -10/+19 |
| | | | | | | | | | | | | debian/changelog. | ||||
| * | | Drop awful use of first person in French translation. The same should happen ↵ | bubulle@debian.org | 2008-12-07 | 3 | -5/+13 |
| | | | | | | | | | | | | to English messages after lenny | ||||
| * | | make "apt-get build-dep" installed packages marked automatic | Michael Vogt | 2008-12-02 | 4 | -3/+13 |
| | | | | | | | | | | | | | | | by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268) | ||||
| * | | * doc/examples/sources.list: | Michael Vogt | 2008-12-02 | 3 | -3/+17 |
| |\| | | | | | | | | | | | | | | | | | | | - Removed obsolete commented non-us deb-src entry, replaced it with 'deb-src security.debian.org' one. (Closes: #411298) * apt-pkg/contrib/mmap.cc: - Added instruction how to work around MMap error in MMap error message. (Closes: #385674, 436028) | ||||
| | * | Added instruction how to work around MMap error in MMap error message. | Eugene V. Lyubimkin | 2008-11-26 | 2 | -2/+7 |
| | | | |||||
| | * | Removed obsolete commented non-us deb-src entry, replaced with ↵ | Eugene V. Lyubimkin | 2008-11-26 | 2 | -1/+10 |
| | | | | | | | | | | | | 'security.debian.org' one. | ||||
| | * | Merged from debian-sid branch. | Eugene V. Lyubimkin | 2008-11-26 | 6 | -316/+232 |
| | |\ | | |/ | |/| | |||||
| * | | upload as 0.7.19 | Michael Vogt | 2008-11-24 | 1 | -5/+3 |
| | | | |||||
| * | | Ukrainian translation updated | bubulle@debian.org | 2008-11-23 | 3 | -5/+13 |
| | | | |||||
| * | | Marathi translation updated | bubulle@debian.org | 2008-11-23 | 3 | -221/+180 |
| | | | |||||
| * | | Translation updates | bubulle@debian.org | 2008-11-21 | 3 | -34/+27 |
| | | | |||||
| * | | Basque translation update | bubulle@debian.org | 2008-11-18 | 3 | -51/+9 |
| | | | |||||
| | * | Merged from debian-sid branch. | Eugene V. Lyubimkin | 2008-11-18 | 46 | -3035/+4142 |
| | |\ | | |/ | |/| | |||||
| * | | Translation updates | bubulle@debian.org | 2008-11-17 | 6 | -168/+37 |
| | | | |||||
| * | | Completed Romanian translation | bubulle@debian.org | 2008-11-16 | 2 | -52/+15 |
| | | | |||||
| * | | Simplified Chinese translation update | bubulle@debian.org | 2008-11-15 | 3 | -42/+9 |
| | | |