summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - fix "apt-get source pkg=ver" if binary name != source nameMichael Vogt2008-12-082-3/+7
| | | | | (LP: #202219) * doc/makefile: - add examples/apt-https-method-example.conf
* fix another typoMichael Vogt2008-11-121-1/+1
|
* merge from debian-sidMichael Vogt2008-11-121-1/+1
|
* fix SIGHUP handling (closes: #463030)Michael Vogt2008-11-122-0/+6
|
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-10-282-4/+14
| | | - fix potential hang when in a backgroud process group
* apt-pkg/cdrom.cc: add missing i18n stringMichael Vogt2008-10-281-1/+1
|
* apt-pkg/indexcopy.cc: discard errors after Verify()Michael Vogt2008-10-281-0/+1
|
* * apt-ftparchive might write corrupt Release files (LP: #46439)Michael Vogt2008-10-2878-2196/+5848
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Apply --important option to apt-cache depends (LP: #16947) * apt-pkg/acquire-item.cc: - 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) * Fix typos: - apt-pkg/depcache.cc * Fix compilation warnings: - apt-pkg/acquire.cc - apt-pkg/versionmatch.cc * Compilation fixes and portability improvement for compiling APT against non-GNU libc (thanks to Martin Koeppe, closes: #392063): - buildlib/apti18n.h.in: + textdomain() and bindtextdomain() must not be visible when --disable-nls - buildlib/inttypes.h.in: undefine standard int*_t types - Append INTLLIBS to SLIBS: + cmdline/makefile + ftparchive/makefile + methods/makefile * doc/apt.conf.5.xml: - clarify whether configuration items of apt.conf are case-sensitive (thanks to Vincent McIntyre, closes: #345901) * doc/apt-cache.8.xml: - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) * doc/offline.sgml: clarify remote and target hosts (thanks to Nikolaus Schulz, closes: #175940) * Fix several typos in docs, translations and debian/changelog (thanks to timeless, Nicolas Bonifas and Josh Triplett, closes: #368665, #298821, #411532, #431636, #461458) * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) * Better documentation for apt-get --option (thanks to Tomas Pospisek, closes: #386579) * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) * doc/apt-cache.8.xml: - add missing citerefentry * Upload to unstable * apt-pkg/deb/dpkgpm.cc: - Store the trigger state descriptions in a way that does not break the ABI. The approach taken makes the search for a string O(n) rather than O(lg(n)), but since n == 4, I do not consider this a major concern. If it becomes a concern, we can sort the static array and use std::equal_range(). (Closes: #499322) * apt-pkg/pkgcachegen.cc: - do not add multiple identical descriptions for the same language (closes: #400768) * Catalan updated. Closes: #499462 * Fix typo in cron.daily script. Closes: #486179 * Traditional Chinese updated. Closes: #488526 * German corrected and completed. Closes: #490532, #480002, #498018 * French completed * Bulgarian updated. Closes: #492473 * Slovak updated. Closes: #492475 * Galician updated. Closes: #492794 * Japanese updated. Closes: #492975 * Fix missing space in Greek translation. Closes: #493922 * Greek updated. * Brazilian Portuguese updated. * Basque updated. Closes: #496754 * Romanian updated. Closes: #492773, #488361 * Portuguese updated. Closes: #491790 * Simplified Chinese updated. Closes: #489344 * Norwegian Bokmål updated. Closes: #480022 * Czech updated. Closes: #479628, #497277 * Korean updated. Closes: #464515 * Spanish updated. Closes: #457706 * Lithuanian added. Closes: #493328 * Swedish updated. Closes: #497496 * Vietnamese updated. Closes: #497893 * Portuguese updated. Closes: #498411 * Greek updated. Closes: #498687 * Polish updated. * merge patch that enforces stricter https server certificate checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964) * apt-pkg/depcache.cc: - when checking for new important deps, skip critical ones (closes: #485943) * improve apt progress reporting, display trigger actions * add DPkg::NoTriggers option so that applications that call apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess) * doc/makefile: - add examples/apt-https-method-example.conf * Russian updated. Closes: #479777, #499029 * fix FTBFS by changing build-depends to * ABI library name change because it's built against * Package that contains all the new features * Branch that contains all the new features:
| * * apt-pkg/acquire-item.cc:Michael Vogt2008-10-285-74/+103
| |\ | | | | | | | | | | | | | | | | | | - 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)
| | * merged from the debian-sid branchMichael Vogt2008-10-280-0/+0
| | |\
| | | * merged from the debain-sid branchMichael Vogt2008-10-0758-2798/+6487
| | | |\
| | * | \ * apt-pkg/acquire-item.cc:Michael Vogt2008-10-284-73/+101
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| | | * | | Forgot to remove regex.h include in previous commit. Now doneEugene V. Lyubimkin2008-10-261-1/+0
| | | | | |
| | | * | | Switched from regexp to using existing URI class to strip user/password.Eugene V. Lyubimkin2008-10-261-15/+4
| | | | | |
| | | * | | Corrected determining if regexp matched.Eugene V. Lyubimkin2008-10-251-2/+3
| | | | | |
| | | * | | Fixed error output when fallback'ed to uncompressed Packages/Sources.Eugene V. Lyubimkin2008-10-251-2/+2
| | | | | |
| | | * | | Strip user/password from URL in error message.Eugene V. Lyubimkin2008-10-252-1/+20
| | | | | |
| | | * | | Added fallback to uncompressed files while acquiring index files (Sources ↵Eugene V. Lyubimkin2008-10-252-6/+28
| | |/ / / | | | | | | | | | | | | | | | and Packages)
| * | | | merged from Luca BrunoMichael Vogt2008-10-2510-20/+55
| |\ \ \ \
| | * | | | Fix typo in apt-pkg/depcache.ccLuca Bruno2008-10-112-1/+3
| | | | | |
| | * | | | Clarify whether configuration items of apt.conf are case-sensitiveLuca Bruno2008-10-112-0/+6
| | | | | |
| | * | | | * Compilation fixes and portability improvement for compiling APT against ↵Luca Bruno2008-10-116-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | non-GNU libc
| | * | | | Fix another compilation warning in apt-pkg/versionmatch.ccLuca Bruno2008-10-112-3/+4
| | | | | |
| | * | | | Fix compilation warning in apt-pkg/acquire.cc. New experimental releaseLuca Bruno2008-10-112-1/+9
| | | | | |
| | * | | | Merge with debian-sidLuca Bruno2008-10-113-6/+10
| | |\| | |
| * | | | | merged from debian-sidMichael Vogt2008-10-253-6/+10
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | update changelogMichael Vogt2008-10-101-1/+6
| | | | |
| | * | | doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt2008-10-102-3/+3
| | | | |
| | * | | * doc/apt-cache.8.xml:Michael Vogt2008-10-1021-45/+106
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) * doc/offline.sgml: clarify remote and target hosts (thanks to Nikolaus Schulz, closes: #175940) * Fix several typos in docs, translations and debian/changelog (thanks to timeless, Nicolas Bonifas and Josh Triplett, closes: #368665, #298821, #411532, #431636, #461458) * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) * Better documentation for apt-get --option (thanks to Tomas Pospisek, closes: #386579) * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) * fix FTBFS by changing build-depends to * ABI library name change because it's built against * Package that contains all the new features * Branch that contains all the new features:
| * | | | * doc/apt-cache.8.xml:Michael Vogt2008-10-0721-45/+107
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) * doc/offline.sgml: clarify remote and target hosts (thanks to Nikolaus Schulz, closes: #175940) * Fix several typos in docs, translations and debian/changelog (thanks to timeless, Nicolas Bonifas and Josh Triplett, closes: #368665, #298821, #411532, #431636, #461458) * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) * Better documentation for apt-get --option (thanks to Tomas Pospisek, closes: #386579) * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) * fix FTBFS by changing build-depends to * ABI library name change because it's built against * Package that contains all the new features * Branch that contains all the new features:
| | * | | | Typo in changelogLuca Bruno2008-10-051-1/+1
| | | | | |
| | * | | | * doc/apt-cache.8.xml:Luca Bruno2008-10-052-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536)
| | * | | | * doc/offline.sgml: clarify remote and target hostsLuca Bruno2008-10-042-8/+12
| | | | | |
| | * | | | * Better documentation for apt-get --optionLuca Bruno2008-10-042-0/+4
| | | | | |
| | * | | | * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)Luca Bruno2008-10-042-1/+2
| | | | | |
| | * | | | Applied patch from #461458 for apt.8 typoLuca Bruno2008-10-032-6/+8
| | | | | |
| | * | | | Applied patch from #431636 for typosLuca Bruno2008-10-031-6/+6
| | | | | |
| | * | | | Applied patch from #411532 for typosLuca Bruno2008-10-032-2/+3
| | | | | |
| | * | | | Applying #298821 patch for further arbitary typosLuca Bruno2008-10-033-4/+4
| | | | | |
| | * | | | Wrap changelog linesLuca Bruno2008-10-031-2/+4
| | | | | |
| | * | | | * Better documentation on using both APT::Default-Release and ↵Luca Bruno2008-10-033-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | /etc/apt/preferences (closes: #145575)
| | * | | | Fixed typo in changelogLuca Bruno2008-10-031-1/+1
| | | | | |
| | * | | | * Document apt-key finger and adv commands (thanks to Stefan Schmidt, ↵Luca Bruno2008-10-033-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | closes: #350575)
| | * | | | Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-0310-22/+23
| | | | | |
| | * | | | Experimental branchLuca Bruno2008-10-031-0/+6
| | | |_|/ | | |/| |
| * | | | merged from debian-sidMichael Vogt2008-10-0758-2798/+6493
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | Upload to unstableMichael Vogt2008-10-072-1/+7
| | |/
| | * fix typo *sigh*Michael Vogt2008-10-012-3/+3
| | |
| | * * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-10-015-7/+15
| | | | | | | | | | | | | | | | | | | | | - 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)
| | * Restore the apt ABI.Daniel Burrows2008-09-253-13/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.