| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | apt-pkg/acquire-item.cc: Fix handling of local (file:/) sources | martin@piware.de | 2010-06-24 | 1 | -1/+1 |
| * | Switch FileFd to not transparently gunzip, since that breaks code which expec... | martin@piware.de | 2010-06-24 | 6 | -13/+17 |
| * | pkgAcqIndex::Done(): If we have an IMS-Hit, also rename the destination file ... | martin@piware.de | 2010-06-17 | 1 | -2/+7 |
| * | apt-pkg/deb/debindexfile.cc: Fix one more place to check for gzipped indexes,... | martin@piware.de | 2010-06-11 | 1 | -3/+7 |
| * | * apt-pkg/acquire-item.cc: | martin@piware.de | 2010-06-11 | 1 | -0/+2 |
| * | Fix compressed index retrieval for current timestamps | martin@piware.de | 2010-06-11 | 1 | -17/+16 |
| * | * apt-pkg/acquire-item.cc: | martin@piware.de | 2010-06-10 | 1 | -1/+19 |
| * | * apt-pkg/deb/debindexfile.cc: | martin@piware.de | 2010-06-09 | 1 | -3/+19 |
| * | * apt-pkg/contrib/fileutl.{h,cc}: | martin@piware.de | 2010-06-09 | 3 | -10/+48 |
* | | * apt-pkg/contrib/error.{cc,h}: | David Kalnischkies | 2010-07-10 | 2 | -7/+6 |
* | | * doc/apt.conf.5.xml: | Michael Vogt | 2010-07-09 | 4 | -27/+40 |
|\ \ |
|
| * | | check the state of the FileFd before renaming as otherwise the rename | David Kalnischkies | 2010-07-09 | 1 | -6/+8 |
| * | | switch from std::set to std::vector as it is way more simple, a bit | David Kalnischkies | 2010-07-09 | 2 | -15/+13 |
| * | | * doc/apt.conf.5.xml: | David Kalnischkies | 2010-07-09 | 3 | -6/+19 |
* | | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-07-09 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-07-07 | 1 | -1/+2 |
* | | | * apt-pkg/pkgcachegen.{cc,h}: | David Kalnischkies | 2010-07-08 | 7 | -77/+223 |
* | | | use references instead of copies in the Cache generation methods | David Kalnischkies | 2010-07-08 | 4 | -25/+26 |
* | | | wrap the mmap actions in the CacheGenerator in their own methods to | David Kalnischkies | 2010-07-06 | 2 | -23/+42 |
* | | | merge with debian-experimental-ma | David Kalnischkies | 2010-07-05 | 5 | -19/+89 |
|\ \ \ |
|
| * | | | Fix the atomic replace. | Julian Andres Klode | 2010-06-29 | 1 | -1/+1 |
| * | | | * apt-pkg/contrib/fileutl.cc: | Julian Andres Klode | 2010-06-29 | 2 | -6/+17 |
| * | | | Also free regular expressions. | Julian Andres Klode | 2010-06-28 | 1 | -0/+1 |
| * | | | Use _error->Warning() instead of writing to std::cerr. | Julian Andres Klode | 2010-06-28 | 1 | -1/+1 |
| * | | | Remove debugging stuff, this was not meant to be here. | Julian Andres Klode | 2010-06-28 | 1 | -1/+0 |
| * | | | Also support regular expressions and glob() patterns in "Pin: version". | Julian Andres Klode | 2010-06-28 | 1 | -0/+2 |
| * | | | * apt-pkg/versionmatch.cc: | Julian Andres Klode | 2010-06-28 | 2 | -12/+48 |
| * | | | deblistparser: Special-case *-armel, lpia and powerpcspe architectures. | Julian Andres Klode | 2010-06-27 | 1 | -0/+6 |
| * | | | apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support. | Julian Andres Klode | 2010-06-26 | 1 | -3/+10 |
| * | | | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode | 2010-06-26 | 1 | -1/+9 |
* | | | | Try to use NotEquals for the MultiArch Breaks dependencies instead of | David Kalnischkies | 2010-07-05 | 1 | -4/+1 |
* | | | | clean deblistparser a bit by get the Architectures at one place | David Kalnischkies | 2010-07-04 | 2 | -14/+13 |
* | | | | * apt-pkg/policy.h: | David Kalnischkies | 2010-07-04 | 6 | -29/+29 |
* | | | | always mark the all package if a pseudo package is marked for install | David Kalnischkies | 2010-06-26 | 1 | -0/+4 |
* | | | | make the MMap Grow Error a fatal one as while in theory the code should | David Kalnischkies | 2010-06-26 | 1 | -1/+1 |
* | | | | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2010-06-26 | 2 | -0/+9 |
* | | | | - use the new MatchAgainstConfig for the DefaultRootSetFunc | David Kalnischkies | 2010-06-26 | 4 | -65/+67 |
* | | | | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2010-06-26 | 1 | -0/+4 |
* | | | | add a simple stack handling to be able to delay error handling | David Kalnischkies | 2010-06-25 | 2 | -2/+65 |
* | | | | * apt-pkg/contrib/error.{cc,h}: | David Kalnischkies | 2010-06-25 | 2 | -207/+356 |
* | | | | fix the gcc warning about the initialisation order of variables caused | David Kalnischkies | 2010-06-19 | 1 | -1/+1 |
* | | | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-06-16 | 2 | -2/+32 |
* | | | | add a simple method to VerIterator to check if two Versions are similar | David Kalnischkies | 2010-06-16 | 1 | -0/+9 |
* | | | | * cmdline/cacheset.cc: | David Kalnischkies | 2010-06-15 | 3 | -607/+2 |
* | | | | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | 2010-06-15 | 2 | -39/+119 |
* | | | | merge with debian-experimental-ma to get the public policy back | David Kalnischkies | 2010-06-10 | 1 | -1/+1 |
|\| | | |
|
| * | | | * apt-pkg/cachefile.h: | Michael Vogt | 2010-06-10 | 1 | -1/+1 |
* | | | | * apt-pkg/orderlist.cc: | David Kalnischkies | 2010-06-10 | 2 | -2/+4 |
* | | | | * apt-pkg/cacheset.cc: | David Kalnischkies | 2010-06-10 | 2 | -5/+14 |
|/ / / |
|
* | | | enhance the split out of the gpgv commandline mangling by splitting out | David Kalnischkies | 2010-06-09 | 2 | -15/+57 |