Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-08 | enhance the Valid-Until code a bit by using the correct RFC1123StrToTime | David Kalnischkies | |
method and allow for better translations of the error messages | |||
2010-06-08 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | |
- split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some selfmade scanf mangling | |||
2010-06-08 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- backport forgotten Valid-Until patch from the obsolete experimental branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) | |||
2010-05-25 | merged from debian-sid | Michael Vogt | |
2010-05-25 | methods/http.cc: shorten comment on return values of DealWithHeaders ↵ | Michael Vogt | |
(because we use a enum now) | |||
2010-05-25 | * methods/http.{cc,h}: | Michael Vogt | |
- code cleanup, use enums instead of magic ints | |||
2010-05-25 | merged lp:~donkult/apt/sid | Michael Vogt | |
2010-05-24 | - show at the end of the install process a list of disappeared packages | David Kalnischkies | |
* apt-pkg/packagemanager.h: - export info about disappeared packages with GetDisappearedPackages() | |||
2010-05-24 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- add 'disappear' to the known processing states, thanks Jonathan Nieder | |||
2010-05-24 | remove the gnome-apt reference as it is removed from unstable | David Kalnischkies | |
2010-05-24 | * doc/apt-get.8.xml: | David Kalnischkies | |
- do not say explicit target_release_{name,version,codename}, it should be clear by itself and 'man' can break lines again (Closes: #566166) | |||
2010-05-24 | * debian/libapt-pkg-doc.doc-base.cache: | David Kalnischkies | |
- remove yet another reference to the removed cache.sgml | |||
2010-05-24 | use dpkg-buildflags if available for CXXFLAGS | David Kalnischkies | |
2010-05-24 | use $(CURDIR) instead of $(pwd) | David Kalnischkies | |
2010-05-16 | Italian translation completed | bubulle@debian.org | |
2010-05-15 | Italian translation update. Closes: #581742 | bubulle@debian.org | |
2010-05-15 | * README.arch: | David Kalnischkies | |
- remove the file completely as it has no use nowadays | |||
2010-05-14 | handle multiple --{tar,diff,dsc}-only options correctly | David Kalnischkies | |
2010-05-13 | add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347) | David Kalnischkies | |
2010-05-13 | * doc/apt.ent | David Kalnischkies | |
- add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well | |||
2010-05-13 | * contrib/mmap.cc: | David Kalnischkies | |
- clarify "MMap reached size limit" error message, thanks Ivan Masár! | |||
2010-05-12 | * methods/gpgv.cc: | David Kalnischkies | |
- remove the keyrings count limit by using vector magic | |||
2010-05-11 | Slovak translation update. Closes: #581159 | bubulle@debian.org | |
2010-05-11 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- be doublesure that the killer query is empty before starting reinstall | |||
2010-05-07 | * methods/http.cc: | Michael Vogt | |
- code cleanup, add (some) doxygen strings | |||
2010-05-07 | apt-pkg/acquire-item.cc: Fix pkgAcqFile::Custom600Headers() to always return ↵ | Julian Andres Klode | |
something. | |||
2010-05-06 | merge with debian-experimental-ma | David Kalnischkies | |
2010-05-06 | releasing version 0.7.26~exp4 | Michael Vogt | |
2010-05-06 | don't suggest held packages as they are installed (Closes: #578135) | David Kalnischkies | |
2010-05-06 | - install html doxygen in libapt-pkg-doc | Michael Vogt | |
* debian/control: - build-depend on doxygen | |||
2010-05-06 | convert FileExists to DirectoryExists to check if the path is really a | David Kalnischkies | |
directory (and to have a better method name in the error message if not) | |||
2010-05-05 | * debian/rules: | Michael Vogt | |
- install html doxygen in libapt-pkg-doc as well | |||
2010-05-05 | * debian/rules: | Michael Vogt | |
- install html doxygen in libapt-pkg-doc as well | |||
2010-05-05 | * debian/rules: | Michael Vogt | |
- install html doxygen in libapt-pkg-doc as well | |||
2010-05-05 | * apt-pkg/deb/debrecords.cc: | Michael Vogt | |
- fix max tag buffer size (LP: #545336, closes: #578959) | |||
2010-05-05 | * apt-pkg/deb/debrecords.cc: | Michael Vogt | |
- fix max tag buffer size (LP: #545336, closes: #578959) | |||
2010-05-05 | * apt-pkg/deb/debrecords.cc: | Michael Vogt | |
- fix max tag buffer size (LP: #545336, closes: #578959) | |||
2010-05-04 | * debian/rules: | David Kalnischkies | |
- remove targets refering to CVS or arch as they are useless | |||
2010-05-04 | * debian/rules: | David Kalnischkies | |
- spell out some less known options to reduce manpage consulation-rate - Use POSIX command substitution: $(<command sequence>) - Remove EOL whitespace (Closes: #577804) | |||
2010-05-04 | Move the showauto command to apt-cache and sort output. | Julian Andres Klode | |
* cmdline/apt-cache.cc: - Add a showauto command to apt-cache. - Add apt-get markauto and unmarkauto commands. | |||
2010-05-04 | Makefile: Fix, committed wrong version. | Julian Andres Klode | |
2010-05-04 | * doc/files.sgml: | Michael Vogt | |
- sync documentation with status quo, regarding files/directories in use, extended_states and uri schemes. * doc/cache.sgml: - drop the file in favor of inplace documentation with doxygen * apt-pkg/pkgcache.h: - enhance the Groups ABI by providing a ID as the other structs does - check also the size of the Group struct then checking for the others | |||
2010-05-04 | rerun dpkg-source in source if --fix-broken is given (Closes: #576752) | David Kalnischkies | |
2010-05-04 | return in SingleArch a package also for "any" | David Kalnischkies | |
2010-05-04 | * apt-pkg/pkgcache.cc: | Julian Andres Klode | |
- Merge fix from David to correct handling in single-arch environments. This makes apt-get showauto working. | |||
2010-05-04 | cmdline/apt-get.cc: Add apt-get markauto, showauto and unmarkauto commands. | Julian Andres Klode | |
2010-05-04 | * apt-pkg/contrib/weakptr.h: | Julian Andres Klode | |
- add a class WeakPointable which allows one to register weak pointers to an object which will be set to NULL when the object is deallocated. * [ABI break] apt-pkg/acquire{-worker,-item,}.h: - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable. | |||
2010-05-04 | * methods/rred.cc: | David Kalnischkies | |
- use the patchfile modification time instead of the one from the "old" file - thanks to Philipp Weis for noticing! (Closes: #571541) | |||
2010-05-04 | make update-po | David Kalnischkies | |
2010-05-04 | fix compiler warning: reaching end of non-void method | David Kalnischkies | |