summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix various -Wall warningsMichael Vogt2008-10-2812-23/+39
|
* * 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.
| * update the changelogMichael Vogt2008-09-231-1/+4
| |
| * * apt-pkg/pkgcachegen.cc:egon2008-09-233-5/+26
| | | | | | | | - do not add multiple identical descriptions for the same language (closes: #400768)
| * Catalan translation updatebubulle@debian.org2008-09-193-188/+167
| |
| * upload as 0.7.15~exp1egon2008-09-162-2/+2
| |
| * po/es.po: fix msgmerge erroregon2008-09-161-1/+1
| |
| * * debian/changelog:egon2008-09-163-4/+6
| | | | | | | | | | | | | | - upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
| * Updated Polish translationbubulle@debian.org2008-09-163-4/+9
| |