Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | if multi-arch is detected ensure that pkg:all is reported as pkg:all | David Kalnischkies | |
Versions with arch:all are added to the package with the native arch, so we can't rely on Pkg.Arch() for the architecture | |||
2012-01-19 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- redirect out/input of dpkg --assert-multi-arch to /dev/null | |||
2012-01-19 | releasing version 0.8.16~exp10 | Michael Vogt | |
2012-01-18 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again * apt-pkg/contrib/fileutl.h: | |||
2012-01-18 | * apt-pkg/aptconfiguration.cc: | Michael Vogt | |
- parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too. (Closes: #655590) * Slovak (Ivan Masar). Closes: #652985 * Russian (Yuri Kozlov). Closes: #654844 * Hungarian (Gabor Kelemen). Closes: #655238 | |||
2012-01-18 | * apt-pkg/contrib/fileutils.h: | Michael Vogt | |
- fix segfault from python-apt testsuite | |||
2012-01-18 | * apt-pkg/contrib/fileutl.h: | David Kalnischkies | |
- store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again It jumped back to the position of the content - which is wrong as the internal fd is compressed and even reseting to the beginning of the file doesn't work as zlib uses an internal buffer, so while we might haven't read anything yet zlib might have done so already… | |||
2012-01-18 | improve error reporting in case of errors in combination with zlib | David Kalnischkies | |
2012-01-18 | merge with lp:~mvo/apt | David Kalnischkies | |
2012-01-16 | * apt-pkg/contrib/fileutils.h: | Michael Vogt | |
- fix segfault from python-apt testsuite | |||
2012-01-16 | merged from debian-experimental2 | Michael Vogt | |
2012-01-13 | merged from lp:~donkult/apt/experimental/ | Michael Vogt | |
2012-01-13 | add Closes tag for the --show-foreign newline change | David Kalnischkies | |
2012-01-13 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- check if dpkg supports multiarch with --assert-multi-arch and if it does be always explicit about the architecture | |||
2012-01-13 | factor out the detection of self-conflicts into Dep::IsIgnorable | David Kalnischkies | |
2012-01-13 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore implicit conflicts on providers in AllTarget, too | |||
2012-01-11 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- implicit conflicts (for multiarch) are supposed to conflict only with real packages, not with virtual providers | |||
2012-01-10 | /var/apt/cache is in reality /var/cache/apt | Sergio Cipolla | |
2012-01-10 | merge with debian-sid | David Kalnischkies | |
2012-01-10 | as Size() can be quiet expensive for compressed files lets store the result | David Kalnischkies | |
2012-01-09 | Hungarian (Gabor Kelemen). Closes: #655238 | bubulle@debian.org | |
2012-01-07 | Russian (Yuri Kozlov). Closes: #654844 | bubulle@debian.org | |
2012-01-05 | releasing version 0.8.16~exp9 | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2011-12-22 | Slovak (Ivan Masar). Closes: #652985 | bubulle@debian.org | |
2011-12-20 | merged from lp:~donkult/apt/sid/ | Michael Vogt | |
2011-12-20 | merged from lp:~donkult/apt/sid/ | Michael Vogt | |
2011-12-19 | merged from debian-sid | Michael Vogt | |
2011-12-19 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2011-12-19 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2011-12-18 | implement the fallback method of rred by using the FileFd and the included | David Kalnischkies | |
ReadLine instead of accessing the files directly with fgets() | |||
2011-12-18 | usage of Skipping in pipes can't work, so we ignore-read instead | David Kalnischkies | |
Also, read only one char in each step of ReadLine instead of back-"seeking" | |||
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | |
on the FileFd instead | |||
2011-12-17 | keep track of where we are in a filedescriptor so we can use it as Tell() | David Kalnischkies | |
information if we are working on a pipe which can't seek | |||
2011-12-16 | try seeking on fds opened with OpenDescriptor before giving up | David Kalnischkies | |
2011-12-15 | refactor compressor calling so that we don't (need to) export ExecCompressor | David Kalnischkies | |
anymore and therefore are also able to drop quiet a bit of duplicated code | |||
2011-12-15 | Dutch (Jeroen Schot). Closes: #652230 | bubulle@debian.org | |
2011-12-15 | atleast libapt should announce to itself that it is clean… | David Kalnischkies | |
(and be it if it tries to announce that…) | |||
2011-12-14 | remove the second usage instance of ExecCompressor in ftparchive | David Kalnischkies | |
by again using the FileFd directly | |||
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies | |
2011-12-14 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too. | |||
2011-12-13 | allow Open() and OpenDescriptor() to be called with a Compressor | David Kalnischkies | |
2011-12-13 | note to myself: In case you rename something, make sure that you have | David Kalnischkies | |
renamed it everywhere as otherwise stuff "magically" starts to fail… Fixes commit 2209 as the mixture of #define names generates a lovely compilable but non-functional mixture of gzip usage… | |||
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies | |
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | |||
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies | |
The breakage is just to big for now, so guard the change with #ifndef APT_8_CLEANER_HEADERS and be nice to library users | |||
2011-12-13 | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies | |
internally so that it is exported and can be used like a "normal" uncompressed file with FileFd This allows us to hide th zlib usage in the implementation and use gzip instead if we don't have zlib builtin (the same for other compressors). The code includes quiet a few FIXME's so while all tests are working it shouldn't be used just yet outside of libapt as it might break. | |||
2011-12-11 | - add a ReadLine method | David Kalnischkies | |
- drop the explicit export of gz-compression handling | |||
2011-12-11 | use different compression types in the test now that we support them | David Kalnischkies | |
2011-12-11 | add a testcase for FindPackages() to better validate that cdrom should work. | David Kalnischkies | |
Unfortunately it's hard to do an automated integration test with cd, so we test this method in isolation which tries to find Indexes and dropping of duplications with DropRepeats() |