summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make errors more consistentMichael Vogt2014-08-012-15/+6
|
* check hashes of compressed files as wellMichael Vogt2014-08-012-12/+31
|
* fix transactionid passingMichael Vogt2014-08-012-2/+1
|
* mve MetaKey into pkgAcqBaseIndexMichael Vogt2014-08-013-2/+6
|
* fail early (again) on gpg sig failuresMichael Vogt2014-07-313-40/+20
|
* ensure InRelease->Release is transactional as wellMichael Vogt2014-07-312-2/+21
|
* make test_unauthenticated_to_invalid_inrelease workMichael Vogt2014-07-311-4/+5
|
* make test_inreleae_to_release_reverts_all workMichael Vogt2014-07-311-5/+11
|
* Rework TransactionID stuffMichael Vogt2014-07-315-78/+305
|
* WIP cleanup pkgAcqMetaSigMichael Vogt2014-07-223-83/+42
|
* Download Release first, then Release.gpgMichael Vogt2014-07-215-68/+79
| | | | | | | The old way of handling this was that pkgAcqMetaIndex was responsible to check/move both Release and Release.gpg in place. This breaks the assumption of the transaction that each pkgAcquire::Item has a single File that its responsible for.
* add pkgAcquire::TransactionHasError()Michael Vogt2014-07-214-6/+48
|
* WIP transaction based updateMichael Vogt2014-07-184-171/+303
|
* Do not crash for apt-get install /dev/nullMichael Vogt2014-07-162-0/+32
| | | | | | Thanks to Jakub Wilk for the bugreport. Closes: #754904
* releasing package apt version 1.1~exp2Michael Vogt2014-07-1046-20155/+20938
|
* restore breaks against libapt-inst1.5 (<< 0.9.9)Michael Vogt2014-07-102-2/+2
|
* prepare release 1.1~exp2Michael Vogt2014-07-101-0/+14
|
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-1056-18385/+18381
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac debian/changelog doc/apt-verbatim.ent doc/po/apt-doc.pot doc/po/fr.po po/ar.po po/ast.po po/bg.po po/bs.po po/ca.po po/cs.po po/cy.po po/de.po po/dz.po po/el.po po/es.po po/eu.po po/fi.po po/fr.po po/gl.po po/hu.po po/it.po po/ja.po po/km.po po/ko.po po/ku.po po/lt.po po/nb.po po/ne.po po/nl.po po/nn.po po/pl.po po/pt.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sl.po po/sv.po po/th.po po/tl.po po/tr.po po/uk.po po/zh_CN.po po/zh_TW.po
| * releasing package apt version 1.0.6Michael Vogt2014-07-101-1/+1
| |
| * prepare 1.0.6Michael Vogt2014-07-1055-57665/+58004
| |
| * Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt2014-07-082-3/+4
| | | | | | | | Closes: #753297
* | Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-102-10/+27
| | | | | | | | CLoses: #752327
* | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-085-2/+27
| | | | | | | | | | | | This avoid the subtle problem that someone might have a directory with the same package name as the build-depends he/she is trying to fetch. Also print a note that the specific file/dir is used.
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-0872-12090/+13490
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/deb/deblistparser.cc doc/po/apt-doc.pot doc/po/de.po doc/po/es.po doc/po/fr.po doc/po/it.po doc/po/ja.po doc/po/pl.po doc/po/pt.po doc/po/pt_BR.po po/da.po po/mr.po po/vi.po
| * doc: Unfuzzy DocBook translationsGuillem Jover2014-07-089-5128/+5573
| |
| * doc: Convert from DebianDoc SGML to DocBook XMLGuillem Jover2014-07-0811-2317/+3157
| |
| * build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover2014-07-0818-122/+244
| |
| * build: Set the XSL parameter through the command line instead of sedGuillem Jover2014-07-082-4/+4
| | | | | | | | | | Use the xsltproc --stringparam option instead of replacing it inside the file.
| * po: Fix format specifier order in translationGuillem Jover2014-07-082-10/+10
| |
| * po: Fix encoding issuesGuillem Jover2014-07-081-9/+9
| | | | | | | | | | Remove trailing CR characters, and fix Content-Transfer-Encoding field value.
| * po: Fix or add missing email addressesGuillem Jover2014-07-084-5/+4
| | | | | | | | | | Fill Report-Msgid-Bugs-To field, remove spurious email line junk and make Last-Translator and Language-Team fields contain valid emails.
| * po: Fix Plural-Forms fieldsGuillem Jover2014-07-0811-5/+12
| |
| * po: Fill Project-Id-Version with correct project id and versionGuillem Jover2014-07-082-2/+2
| |
| * po: Remove fuzzy from file msgid headerGuillem Jover2014-07-081-1/+0
| |
| * po: Fill or add missing Language fieldGuillem Jover2014-07-0812-11/+12
| |
| * Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2014-07-082-1/+7
| | | | | | | | | | | | | | Having "/" here is most likely a user configuration error and may cause removal of import symlinks like /vmlinuz Closes: #753531
| * Improve description how to turn off the cachesCédric Barboiron2014-07-081-4/+5
| | | | | | | | Closes: #753531
| * use printf instead of echo in testing frameworkMichele Orrù2014-07-072-31/+31
| | | | | | | | | | | | | | | | | | The behaviour of echo "\tA\t" differs between dash/zsh which interprets the \t as tab and bash which prints it literally. Similar things happen for other escape sequences – without the -e flag. Switching to printf makes this more painless^Wportable, so that the tests are also working correctly with bash as sh. (commit message by committer, patch otherwise unmodified)
| * properly handle (currently unused) dpkg pass-throughDavid Kalnischkies2014-07-071-13/+16
| | | | | | | | Git-Dch: ignore
| * use exit instead of incorrect return in test wrapperMichele Orrù2014-07-071-4/+5
| | | | | | | | | | | | bash as sh doesn't like it, too. Git-Dch: Ignore
| * handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | A call to UniqFindTagWrite can trigger the need for a bigger mmap, which is usually done by moving it, but with this move all pointers into it become invalid (and have to be remapped). The compiler calculates the pointer before the execution of the call though, so it tries to store the returned value at the old location, resulting in a segfault. We solve this by use of a temprorary variable as we did in the other instances of this problem before. Closes: #753941
| * Danish program translation updateJoe Hansen2014-07-071-50/+67
| | | | | | | | Closes: 753979
| * Try not to parse invalid translation files (LP: #756317)Michael Vogt2014-07-032-34/+19
| |
| * redo two typo fixes lost in German update collisionDavid Kalnischkies2014-06-251-2/+2
| | | | | | | | | | | | | | | | | | In 037fada40db175e95f44c0cb039474c6dc518963 two typos were fixed which collided with an update ongoing for German po which was committed in 48388911a734ed9ce10ab05043fadba3eed09a1f, so this commit just merges the first commit again. Git-Dch: Ignore
| * l10n: vi.po: Update 3 new messagesTrần Ngọc Quân2014-06-241-4/+4
| | | | | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
| * methods/http.cc: use Req.str() in debug outputMichael Vogt2014-06-241-1/+1
| |
| * German translation reviewed by Erik PfannensteinChris Leick2014-06-191-72/+54
| |
* | increase libapt-inst to version 1.6Michael Vogt2014-07-084-4/+4
| |
* | Fix ar and tar code to be LFS-safeGuillem Jover2014-07-089-22/+21
| | | | | | | | | | | | This is an ABI break. Closes: #742882
* | Add new Base256ToNum long long overload functionGuillem Jover2014-07-083-1/+20
| |