Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-29 | add hook for auto-install (closes: #470035) | 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 | [ABI break] Allow pinning by codename (closes: #97564) | Michael Vogt | |
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-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-14 | build fixes, change version 0.7.21 | Michael Vogt | |
2009-04-09 | * apt-pkg/contrib/strutl.cc: | Michael Vogt | |
- fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234). | |||
2009-03-09 | Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615). | Daniel Burrows | |
2009-03-06 | Fix FindFile (and FindDir) so that the value of RootDir is applied to the ↵ | Daniel Burrows | |
default if no value is found. Previously FindFile("Dir::etc", "/etc") would use RootDir if a value existed for "Dir::etc"; otherwise it would go ahead and use "/etc", ignoring RootDir. Of course, this made RootDir fairly useless; it has now been fixed. | |||
2009-01-19 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | |
- fix apt-cache search for localized description (closes: #512110) | |||
2008-11-26 | Added instruction how to work around MMap error in MMap error message. | Eugene V. Lyubimkin | |
2008-11-12 | merge from the mvo branch | Michael Vogt | |
2008-11-12 | apt-pkg/deb/dpkgpm.cc: fix typo (thanks to jackyf) | Michael Vogt | |
2008-11-12 | fix SIGHUP handling (closes: #463030) | Michael Vogt | |
2008-10-29 | add fixme for the future flJustExtension | Michael Vogt | |
2008-10-29 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- fix a merge modification (done by me) that prevents the fallback to the uncompressed 'Packages' to work correctly | |||
2008-10-29 | apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the ↵ | Michael Vogt | |
(generic) acquire-item.cc code | |||
2008-10-29 | apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension | Michael Vogt | |
2008-10-28 | fix various -Wall warnings | Michael Vogt | |
2008-10-28 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz' available. (Closes: #409284) * apt-pkg/algorithm.cc: - Strip username and password from source URL in error message. (Closes: #425150) | |||
2008-10-28 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz' available. (Closes: #409284) * apt-pkg/algorithm.cc: - Strip username and password from source URL in error message. (Closes: #425150) | |||
2008-10-26 | Forgot to remove regex.h include in previous commit. Now done | Eugene V. Lyubimkin | |
2008-10-26 | Switched from regexp to using existing URI class to strip user/password. | Eugene V. Lyubimkin | |
2008-10-25 | Corrected determining if regexp matched. | Eugene V. Lyubimkin | |
2008-10-25 | Fixed error output when fallback'ed to uncompressed Packages/Sources. | Eugene V. Lyubimkin | |
2008-10-25 | Strip user/password from URL in error message. | Eugene V. Lyubimkin | |
2008-10-25 | Added fallback to uncompressed files while acquiring index files (Sources ↵ | Eugene V. Lyubimkin | |
and Packages) | |||
2008-10-11 | Fix typo in apt-pkg/depcache.cc | Luca Bruno | |
2008-10-11 | Fix another compilation warning in apt-pkg/versionmatch.cc | Luca Bruno | |
2008-10-11 | Fix compilation warning in apt-pkg/acquire.cc. New experimental release | Luca Bruno | |
2008-10-03 | Applying #298821 patch for further arbitary typos | Luca Bruno | |
2008-10-03 | Fix some typos in docs and translations (thanks to timeless, closes: 368665) | Luca Bruno | |
2008-10-01 | * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- move the state file writting into the Go() implementation of dpkgpm (closes: #498799) * apt-pkg/algorithms.cc: - fix simulation performance drop (thanks to Ferenc Wagner for reporting the issue) | |||
2008-09-25 | Restore the apt ABI. | Daniel Burrows | |
The problem was that the size of pkgDpkgPM and its member offsets changed because a map giving the names of the trigger states was inserted into the middle of the structure. I fixed it by using a statically allocated array instead. This changes the procedure for looking up a string to a linear search, which should be fine (or even faster than before) since there are only 4 state strings. If it becomes a problem, sorting the array by key will allow us to use std::equal_range(), but I would advise against this unless it's really necessary, since sooner or later someone will forget to maintain the sort order. | |||
2008-09-23 | * apt-pkg/pkgcachegen.cc: | egon | |
- do not add multiple identical descriptions for the same language (closes: #400768) | |||
2008-07-25 | * add DPkg::NoTriggers option so that applications that call | Michael Vogt | |
apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess) | |||
2008-07-25 | * improve apt progress reporting, display trigger actions | Michael Vogt | |
2008-07-25 | * apt-pkg/depcache.cc: | Michael Vogt | |
- when checking for new important deps, skip critical ones (closes: #485943) | |||
2008-05-23 | Apply patch to avoid truncating of arbitrary files. Thanks to Bryan | Otavio Salvador | |
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476 | |||
2008-04-27 | Improve the debugging of the auto-remove code. | Daniel Burrows | |
2008-04-02 | Fix ReadMessages to handle messages that are longer than 64000 bytes. | Daniel Burrows | |
There's a bug in this code that needs to be fixed, but it existed prior to this change. | |||
2008-04-01 | Improve the names used for the non-whitespace iterators. | Daniel Burrows | |
2008-04-01 | Remove a debugging message that I left in by accident (if it ever triggers ↵ | Daniel Burrows | |
the program is about to crash anyway). | |||
2008-04-01 | Improve some comments in the configuration parser. | Daniel Burrows | |
2008-04-01 | Lift the 1024-character limit on configuration file lines. | Daniel Burrows | |
To do this, I changed the configuration parser so that instead of reading the line into a buffer and munging it in-place, it builds a string containing the current line (via successive getline() calls) and then walks down that string. Instead of skipping comments and whitespace by erasing them from the buffer, the new code just skips over them. | |||
2008-03-31 | When a line in a config file is too long, say which config file it is. | Daniel Burrows | |
2008-03-18 | Patch MarkInstall to follow currently satisfied Recommends even if they ↵ | Daniel Burrows | |
aren't "new". (Closes: #470115) This handles situations where a recommendation's version requirement has been tightened. Instead of breaking the Recommends, the recommendee will be upgraded. |