Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | remove the mode-line from apt.ent to save them from being "translated" | David Kalnischkies | |
2012-05-21 | add <refname> and <refentrytitle> to the untranslated list | David Kalnischkies | |
2012-05-21 | in <term> mark all options with <option> and mark <term><option> | David Kalnischkies | |
as untranslated for po4a removing ~200 unless "translateable" strings | |||
2012-05-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | |||
2012-05-20 | move the creation of the manpage-style.xsl file to the rest of the | David Kalnischkies | |
manpage building instead of doing it at setup time, so we can properly depend on it | |||
2012-05-20 | * doc/*.xml: | David Kalnischkies | |
- add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409) | |||
2012-05-19 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not run into loop on new-pre-depends-breaks (Closes: #673536) | |||
2012-05-19 | * doc/po/de.po: | Chris Leick | |
- updated german manpage translation by Chris Leick, thanks! | |||
2012-05-19 | fix authenificated→authenticated typo in sources.list manpage | Chris Leick | |
2012-05-17 | * doc/makefile: | David Kalnischkies | |
- build manpages with the correct l10n.gentext.default.language setting to get the correct section titles provided by docbook | |||
2012-05-17 | add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11 | David Kalnischkies | |
2012-05-16 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) * | |||
2012-05-16 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- ensure that we close compressed fds, wait for forks and such even if the FileFd itself is set to not autoclose the given Fd | |||
2012-05-15 | * apt-pkg/algorithms.cc: | Marius Vollmer | |
- fix memory leak of Flags in pkgSimulate by a proper destructor | |||
2012-05-15 | * methods/http.cc: | David Kalnischkies | |
- after many years of pointless discussions disable http/1.1 pipelining by default as many webservers and proxies seem to be unable to conform to specification must's (rfc2616 section 8.1.2.2) (LP: #996151) | |||
2012-05-14 | * methods/mirror.cc: | Raphael Geissert | |
- generate an equal sign also for the first arch (Closes: #669142) | |||
2012-05-14 | adapt manual testcase to check redirects of dists/, too | David Kalnischkies | |
2012-05-14 | * apt-pkg/acquire*.cc: | Raphael Geissert | |
- handle redirections in the worker with the right method instead of in the method the redirection occured in (Closes: #668111) * methods/http.cc: - forbid redirects to change protocol | |||
2012-05-14 | * apt-pkg/acquire-methods.cc: | David Kalnischkies | |
- factor out into private Dequeue() to fix access to deleted pointer | |||
2012-05-14 | * debian/control: | David Kalnischkies | |
- move doxygen and debiandoc-sgml to Build-Depends-Indep as docs are no longer build in the same target as the manpages | |||
2012-05-14 | - separate manpages from the rest of the doc building | David Kalnischkies | |
- make apt and apt-utils packages depend on manpages instead of full doc | |||
2012-05-12 | * debian/rules: | David Kalnischkies | |
- apt-utils packages manpages, so it should depend on build-doc | |||
2012-05-12 | * prepare-release: | David Kalnischkies | |
- apt-inst version isn't apt versions, so don't override variable | |||
2012-05-12 | * Makefile, buildlib/*.mak: | David Kalnischkies | |
- reshuffle dependencies so that parallel building seems to work | |||
2012-05-12 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- make IsDuplicatedDescription static so that it is really private as we don't need a symbol for it as it is not in a header | |||
2012-05-11 | releasing version 0.9.30.9.3 | Michael Vogt | |
2012-05-11 | merged from david | Michael Vogt | |
2012-05-11 | merged from david | Michael Vogt | |
2012-05-11 | add a manually runable library action to help in maintaining the symbols files | David Kalnischkies | |
2012-05-10 | * apt-inst/deb/debfile.h: | David Kalnischkies | |
- readd 'md5.h' to the uncleaned header includes to make qapt build against us again unchanged to unblock transition (Closes: #669163) | |||
2012-05-10 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- factor out of ListUpdate a AcquireUpdate to be able to provide your own pkgAcquire fetcher to the wrapper | |||
2012-05-10 | add a small wrapper to call gdb in the framework setting | David Kalnischkies | |
2012-05-10 | ensure that d is set before accessing it | David Kalnischkies | |
2012-05-10 | fix calling style of FileFd (no functional change) | David Kalnischkies | |
2012-05-10 | ensure that in error conditions the Fail flag is set | David Kalnischkies | |
2012-05-10 | we don't need zlib (anymore) in rred so don't include it | David Kalnischkies | |
2012-05-10 | collect zombie (de)compressor processes on reopen | David Kalnischkies | |
2012-05-09 | ensure that we do init d only once and especially not with its own | David Kalnischkies | |
content as this causes some "interesting" hickups resulting in segfaults as it seems (Closes: #554387, #670979) | |||
2012-05-09 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- use NULL instead of "" for no (un)compress parameters | |||
2012-05-09 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- check that the fd which are closed are valid | |||
2012-05-07 | * apt-pkg/acquire-worker.cc: | YOSHINO Yoshihito | |
- revert the use of FileFd::Write in OutFdReady as we don't want error reports about EAGAIN here as we retry later. Thanks to YOSHINO Yoshihito for the report. (Closes: #671721) | |||
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | |
2012-05-05 | check if we work on a valid description in IsDuplicateDescription as | David Kalnischkies | |
we end up working on dangling pointers otherwise which segfaults on s390x and ppc64 (Closes: #669427) | |||
2012-05-02 | add a simple test for HashSumValue classes | David Kalnischkies | |
2012-05-02 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | |
- check length and containing chars for a given description md5sum | |||
2012-05-02 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- check if NewDescription allocation has failed and error out accordingly | |||
2012-05-02 | * debian/libapt-inst1.5.symbols: | David Kalnischkies | |
- use the correct library name the symbols header | |||
2012-04-25 | merged from donkult | Michael Vogt | |
2012-04-23 | provider is only a possible solution if the provides has the right | David Kalnischkies | |
version (or none as we have no versioned provides in debian) and not if the version of the provider matches | |||
2012-04-23 | /dev/null is a special absolute path as it has no subdirectories | David Kalnischkies | |