summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* | * methods/http.cc:David Kalnischkies2012-05-151-0/+4
| | | | | | | | | | - 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)
* | * methods/mirror.cc:Raphael Geissert2012-05-141-0/+3
| | | | | | | | - generate an equal sign also for the first arch (Closes: #669142)
* | * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-0/+7
| | | | | | | | | | | | | | - 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
* | * apt-pkg/acquire-methods.cc:David Kalnischkies2012-05-141-0/+2
| | | | | | - factor out into private Dequeue() to fix access to deleted pointer
* | * debian/control:David Kalnischkies2012-05-142-2/+6
| | | | | | | | - move doxygen and debiandoc-sgml to Build-Depends-Indep as docs are no longer build in the same target as the manpages
* | - separate manpages from the rest of the doc buildingDavid Kalnischkies2012-05-142-4/+12
| | | | | | - make apt and apt-utils packages depend on manpages instead of full doc
* | * debian/rules:David Kalnischkies2012-05-122-1/+3
| | | | | | - apt-utils packages manpages, so it should depend on build-doc
* | * prepare-release:David Kalnischkies2012-05-121-0/+2
| | | | | | - apt-inst version isn't apt versions, so don't override variable
* | * Makefile, buildlib/*.mak:David Kalnischkies2012-05-121-0/+2
| | | | | | - reshuffle dependencies so that parallel building seems to work
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-05-122-1/+9
| | | | | | | | - 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
* | releasing version 0.9.3Michael Vogt2012-05-111-2/+2
| |
* | * apt-inst/deb/debfile.h:David Kalnischkies2012-05-101-0/+3
| | | | | | | | - readd 'md5.h' to the uncleaned header includes to make qapt build against us again unchanged to unblock transition (Closes: #669163)
* | * apt-pkg/algorithms.cc:David Kalnischkies2012-05-101-0/+3
| | | | | | | | - factor out of ListUpdate a AcquireUpdate to be able to provide your own pkgAcquire fetcher to the wrapper
* | ensure that d is set before accessing itDavid Kalnischkies2012-05-101-0/+1
| |
* | ensure that in error conditions the Fail flag is setDavid Kalnischkies2012-05-101-0/+1
| |
* | collect zombie (de)compressor processes on reopenDavid Kalnischkies2012-05-101-0/+1
| |
* | ensure that we do init d only once and especially not with its ownDavid Kalnischkies2012-05-091-0/+3
| | | | | | | | content as this causes some "interesting" hickups resulting in segfaults as it seems (Closes: #554387, #670979)
* | * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-05-091-0/+2
| | | | | | - use NULL instead of "" for no (un)compress parameters
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-091-1/+3
| | | | | | - check that the fd which are closed are valid
* | * apt-pkg/acquire-worker.cc:YOSHINO Yoshihito2012-05-071-1/+5
| | | | | | | | | | | | - 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)
* | ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-051-1/+2
| |
* | check if we work on a valid description in IsDuplicateDescription asDavid Kalnischkies2012-05-051-1/+4
| | | | | | | | we end up working on dangling pointers otherwise which segfaults on s390x and ppc64 (Closes: #669427)
* | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-05-021-1/+3
| | | | | | - check length and containing chars for a given description md5sum
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-05-021-1/+3
| | | | | | - check if NewDescription allocation has failed and error out accordingly
* | * debian/libapt-inst1.5.symbols:David Kalnischkies2012-05-022-2/+4
| | | | | | - use the correct library name the symbols header
* | provider is only a possible solution if the provides has the rightDavid Kalnischkies2012-04-231-1/+4
| | | | | | | | version (or none as we have no versioned provides in debian) and not if the version of the provider matches
* | /dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies2012-04-231-1/+2
| |
* | normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies2012-04-231-1/+2
| |
* | * edsp/edspsystem.cc:David Kalnischkies2012-04-231-1/+4
| | | | | | | | - check with RealFileExists for scenario file as otherwise a directory like one provided with RootDir triggers the usage of EDSP
* | * apt-pkg/depcache.cc:David Kalnischkies2012-04-231-1/+5
| | | | | | | | | | - clearly separate 'positive' and 'negative' dependencies and their upgrade-resolution tries in MarkInstall and especially don't treat Conflicts differently compared to Breaks here
* | * apt-pkg/cdrom.cc:David Kalnischkies2012-04-221-1/+3
| | | | | | - use Dump() to generate the configuration output
* | * cmdline/apt-config.cc:David Kalnischkies2012-04-221-1/+4
| | | | | | | | - make it possible to limit dump to a subtree - implement --empty and --format option for dump
* | * apt-pkg/acquire-worker.cc:David Kalnischkies2012-04-221-1/+3
| | | | | | - use Dump() to generate the configuration message for sending
* | * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-04-221-1/+3
| | | | | | - add a more versatile Dump() method
* | * apt-pkg/contrib/strutl.cc:David Kalnischkies2012-04-211-0/+8
| | | | | | - remove the message size limit from ioprintf and strprintf
* | releasing version 0.9.2Michael Vogt2012-04-201-2/+2
| |
* | merged from lp:~donkult/apt/sidMichael Vogt2012-04-201-1/+22
|\ \
| * | * apt-pkg/cacheset.cc:David Kalnischkies2012-04-201-1/+4
| | | | | | | | | | | | - actually return to the fallback modifier if we have detected we should for packagenames which look like modifiers (Closes: #669591)
| * | * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2012-04-201-1/+5
| | | | | | | | | | | | | | | - do not use the input data directly but memcpy it instead as it could be unaligned as in the http-transport which causes a sigbus error on sparc (Closes: #669061)
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-04-201-1/+5
| | | | | | | | | | | | - if the compressor is not installed, but we link against it's library accept it as a CompressionType (Closes: #669328)
| * | * apt-pkg/packagemanager.cc:Malcolm Scott2012-04-191-1/+6
| | | | | | | | | | | | | | | - iterate over all pre-depends or-group member instead of looping endlessly over the first member in SmartUnpack (LP: #985852)
| * | update the changelog with a Closes tag for the newly reported all aptDavid Kalnischkies2012-04-191-3/+3
| | | | | | | | | | | | essential issue
| * | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-04-191-1/+3
| | | | | | | | | - redirect stderr from compressors to /dev/null
| * | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-04-181-0/+8
| | | | | | | | | - only treat the native apt as essential by default
* | | merge from the lp:~mvo/apt/mvo branchMichael Vogt2012-04-201-0/+17
|\ \ \ | |/ / |/| |
| * | cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntuMichael Vogt2012-04-201-0/+6
| |/
| * * apt-inst/contrib/extracttar.cc:Michael Vogt2012-04-191-0/+9
| | | | | | | | | | - ensure that in StartGzip the InFd is set to "AutoClose" to ensure that the pipe is closed when InFd is closed. This fixes a Fd leak (LP: #985452)
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-03-271-1/+6
| | | | | | | | | | - do not crash if (*I).Pkg is NULL (LP: #939867)
* | releasing version 0.9.1Michael Vogt2012-04-171-1/+8
| |
* | * apt-pkg/packagemanager.cc:David Kalnischkies2012-04-161-1/+4
| | | | | | | | - init counter in SmartConfigure so that the loop-breaker isn't triggered at random… (Closes: #669060)