Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-09 | move libudev based code into libapt cdrom.cc class | Michael Vogt | |
2009-07-08 | prototype for libudev dlopen() type of cdrom detection | Michael Vogt | |
2009-07-08 | add a segfault handler to MMap to show the Cache-Limit message, which | David Kalnischkies | |
can be deactivated with MMap::SegfaultHandler=false (Closes: 535218) | |||
2009-07-08 | [contrib/mmap] implements a theoretical dynamic growing mmap | David Kalnischkies | |
based on Michael Vogts patch in #195018 this commit implements the use of mmap (as preferred) instead of a static char array. In theory this made it possible to grow the mmap as needed, but as it is currently impossible to move the mmap around in the memory the grow is likely to fail but it improve the memory usage a bit, so it is not totally useless for now - and maybe we can adjust the pointers in the future... | |||
2009-07-07 | * remove the MarkKeep calls if Is{Delete,Install}Ok false, because | David Kalnischkies | |
they have no effect anyway (thanks Daniel Burrows for noticing) * improve documentation of the Is{Delete,Install}Ok methods a bit * add the FromUser boolean to the debug output of the markers | |||
2009-07-07 | [apt-get] add possibility to hide the user simulation note | David Kalnischkies | |
2009-07-06 | Remove Eugene V. Lyubimkin from uploaders as requested. | Julian Andres Klode | |
2009-07-06 | Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512) | Julian Andres Klode | |
2009-07-06 | configure-index: document Dir::Etc::SourceParts and some other options | Julian Andres Klode | |
(Closes: #459605) | |||
2009-07-06 | Support /etc/apt/preferences.d (Closes: #535512) | Julian Andres Klode | |
2009-07-06 | Correct spelling | bubulle@debian.org | |
2009-07-02 | * apt-pkg/acquire-worker.cc: | Michael Vogt | |
- 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) | |||
2009-07-01 | French translation update | bubulle@debian.org | |
2009-07-01 | Updated Asturian translation | Marcos Alvarez Costales | |
2009-07-01 | versions with a pin of -1 shouldn't be a candidate (Closes: #355237) | David Kalnischkies | |
2009-06-30 | * add hook for MarkInstall and MarkDelete (closes: #470035) | David Kalnischkies | |
* honor the dpkg hold state in new Marker hooks (closes: #64141) Combine the proposed AutoInstOk and IsAutoInstallOk to more general hooks for MarkInstall (and another one for MarkDelete) with the same parameters as the call these hooks should check. | |||
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | |
2009-06-30 | fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work | Michael Vogt | |
correctly when downloading from multiple sites (Closes: #534752) | |||
2009-06-30 | merged r1811..1815 from lp:~donkult/apt/experimental | Michael Vogt | |
2009-06-30 | merged r1811 from lp:~donkult/apt/experimenal | Michael Vogt | |
2009-06-30 | merge the AutoInstOk patch from debian-experimental | Michael Vogt | |
2009-06-29 | * support IsAutoInstallOk in the resolver too | Michael Vogt | |
* honor the dpkg hold state in IsAutoInstallOk (closes: #64141) | |||
2009-06-29 | merge r1797 from lp:~donkult/apt/experimental | Michael Vogt | |
2009-06-29 | add hook for auto-install (closes: #470035) | Michael Vogt | |
2009-06-29 | do not write state file in simulate mode (closes: #433007) | Michael Vogt | |
2009-06-29 | * add Debug::pkgDepCache::Marker with more detailed debug output | Michael Vogt | |
* add Debug::pkgProblemResolver::ShowScores and make the scores adjustable | |||
2009-06-29 | * add depth information to the debug output and show what depends | Michael Vogt | |
type triggers a autoinst (closes: #458389) * add debug::pkgDepCache::Marker with more detailed debug output (closes: #87520) | |||
2009-06-29 | support running "--simulate" as user | Michael Vogt | |
2009-06-29 | [ABI break] Allow pinning by codename (closes: #97564) | Michael Vogt | |
2009-06-23 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- consider recommends when making the scores for the problem resolver | |||
2009-06-17 | send "dpkg-exec" message on the status fd when dpkg is run | Michael Vogt | |
2009-06-17 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3 (off by default) | |||
2009-06-15 | Introduce support for the Enhances field. (Closes: #137583) | jak@debian.org | |
2009-06-12 | apt-pkg/contrib/configuration.cc: Fix a small memory leak in | Julian Andres Klode | |
ReadConfigFile. | |||
2009-06-09 | [ABI break] support '#' in apt.conf and /etc/apt/preferences | Michael Vogt | |
(closes: #189866) | |||
2009-06-09 | * apt-pkg/acquire.cc: | Michael Vogt | |
- make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth | |||
2009-06-06 | Completed Catalan translation | bubulle@debian.org | |
2009-06-05 | Pending translations | bubulle@debian.org | |
2009-06-03 | * cmdline/apt-mark: | Michael Vogt | |
- add "showauto" option to show automatically installed packages | |||
2009-06-02 | Update French translation | bubulle@debian.org | |
2009-06-01 | Simplified Chinese translation update | Deng Xiyue | |
2009-05-21 | Updated Asturian translation | bubulle@debian.org | |
2009-05-17 | Asturian translation added | bubulle@debian.org | |
2009-05-17 | Basque translation update | bubulle@debian.org | |
2009-05-07 | [apt-pkg] allow also codenames for specifying a release | David Kalnischkies | |
* MatchType::Release checks first for archive than for codename equality * new n= option in apt_preference to be able to pin based on a codeName | |||
2009-04-28 | Slovak translation update | bubulle@debian.org | |
2009-04-24 | build fixes for g++-4.4 | Michael Vogt | |
2009-04-23 | fix problematic use of tolower() when calculating the version | Michael Vogt | |
hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248) | |||
2009-04-23 | Update French translation | bubulle@debian.org | |
2009-04-23 | Update PO files | bubulle@debian.org | |