Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-10 | releasing package apt version 1.1~exp21.1.exp2 | Michael Vogt | |
2014-07-10 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
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 | |||
2014-07-10 | prepare 1.0.6 | Michael Vogt | |
2014-07-08 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
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 | |||
2014-07-08 | doc: Unfuzzy DocBook translations | Guillem Jover | |
2014-07-08 | doc: Convert from DebianDoc SGML to DocBook XML | Guillem Jover | |
2014-07-08 | build: Convert from DebianDoc SGML to DocBook XML | Guillem Jover | |
2014-07-08 | build: Set the XSL parameter through the command line instead of sed | Guillem Jover | |
Use the xsltproc --stringparam option instead of replacing it inside the file. | |||
2014-07-08 | po: Remove fuzzy from file msgid header | Guillem Jover | |
2014-07-08 | po: Fill or add missing Language field | Guillem Jover | |
2014-07-08 | Improve description how to turn off the caches | Cédric Barboiron | |
Closes: #753531 | |||
2014-06-25 | redo two typo fixes lost in German update collision | David Kalnischkies | |
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 | |||
2014-06-19 | German translation reviewed by Erik Pfannenstein | Chris Leick | |
2014-06-19 | releasing package apt version 1.1~exp11.1.exp1 | Michael Vogt | |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-06-18 | releasing package apt version 1.0.51.0.5 | Michael Vogt | |
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-private/private-install.cc | |||
2014-06-18 | EDSP doc: some typo and wording fixes | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-06-18 | EDSP doc: (minor) consistently use 2 blank lines before headings | Stefano Zacchiroli | |
Git-Dch: Ignore | |||
2014-06-18 | EDSP doc: clarify that Install/Remove packages are arch-qualified | Stefano Zacchiroli | |
2014-06-18 | add missing comma in SEE ALSO of apt-secure manpage | Konstantin Manna | |
Closes: 748506 | |||
2014-06-18 | fix two german manpage spelling mistakes | Konstantin Manna | |
Closes: 751635 | |||
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-06-17 | Updated translation of german documentation | Chris Leick | |
2014-06-10 | really release 1.0.41.0.4 | Michael Vogt | |
2014-06-10 | release 1.0.4 | Michael Vogt | |
2014-05-30 | Merge EDSP 0.5 w/ multi-arch support for external solvers | David Kalnischkies | |
"I am going to merge it tomorrow…" | |||
2014-05-29 | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: test/integration/test-bug-747261-arch-specific-conflicts | |||
2014-05-22 | update Doxyfile to 1.8.7 to silence deprecation warnings | David Kalnischkies | |
Git-Dch: ignore | |||
2014-05-09 | reenable pipelining via hashsum reordering support | David Kalnischkies | |
Now that methods have the expected hashes available they can check if the response from the server is what they expected. Pipelining is one of those areas in which servers can mess up by not supporting it properly, which forced us to disable it for the time being. Now, we check if we got a response out of order, which we can not only use to disable pipelining automatically for the next requests, but we can fix it up just like the server responded in proper order for the current requests. To ensure that this little trick works pipelining is only attempt if we have hashsums for all the files in the chain which in theory reduces the use of pipelining usage even on the many servers which work properly, but in practice only the InRelease file (or similar such) will be requested without a hashsum – and as it is the only file requested in that stage it can't be pipelined even if we wanted to. Some minor annoyances remain: The display of the progress we have doesn't reflect this change, so it looks like the same package gets downloaded multiple times while others aren't at all. Further more, partial files are not supported in this recovery as the received data was appended to the wrong file, so the hashsum doesn't match. Both seem to be minor enough to reenable pipelining by default until further notice through to test if it really solves the problem. This therefore reverts commit 8221431757c775ee875a061b184b5f6f2330f928. | |||
2014-05-05 | prepare release 1.0.31.0.3 | Michael Vogt | |
2014-05-04 | EDSP: add APT-Release field to Package stanzas | Stefano Zacchiroli | |
2014-05-04 | EDSP: add Architecture(s) multi-arch fields to the Request stanza | Stefano Zacchiroli | |
2014-05-04 | EDSP: bump protocol version to 0.5 | Stefano Zacchiroli | |
2014-05-04 | EDSP doc: fix typo in Request stanza description | Stefano Zacchiroli | |
2014-04-25 | prepare release 1.0.21.0.2 | Michael Vogt | |
2014-04-22 | Consistently use Dpkg::Progress* in documentation | James McCoy | |
Closes: 745452 | |||
2014-04-22 | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506) | Michael Vogt | |
2014-04-10 | prepare 1.0.1 release1.0.1 | Michael Vogt | |
2014-04-10 | apt: Minor typo in 'apt' man page (closes: #743657) | Josef Vitu | |
2014-04-01 | releasing package apt version 1.01.0 | Michael Vogt | |
2014-04-01 | prepare release | Michael Vogt | |
2014-04-01 | remove no longer needed apt.7 page | Michael Vogt | |
2014-04-01 | fix small apt.8.xml issues | Michael Vogt | |
2014-04-01 | refresh po/pot and unfuzzy apt-extracttemplate change | Michael Vogt | |
2014-04-01 | Merge remote-tracking branch 'mvo/feature/apt-manpage' into debian/sid | Michael Vogt | |
Conflicts: cmdline/apt.cc | |||
2014-04-01 | add "full-upgrade" to the apt.5.xml documentation | Michael Vogt | |
2014-04-01 | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-manpage | Michael Vogt | |
Conflicts: cmdline/apt.cc | |||
2014-04-01 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-04-01 | Add new Debug::RunScripts option | Michael Vogt | |
This debug option will display all scripts that are run by apts RunScripts and RunScriptsWithPkgs helpers. |