ntk/apt.git
2011-05-17 David Kalnischkies* doc/external-dependency-solver-protocol.txt:
2011-05-17 David Kalnischkies* Implement EDSP in libapt-pkg so that all front-ends...
2011-05-17 David Kalnischkiesrename I to J to avoid redefining a variable (clang...
2011-05-17 David KalnischkiesServerState is a struct and not a class (clang mismatch...
2011-05-17 David Kalnischkiesremove Size >= 0 check as Itm.Size is an unsigned varia...
2011-05-16 Michael Vogtmerged from lp:~donkult/apt/sid
2011-05-16 David Kalnischkies* apt-pkg/packagemanager.cc:
2011-05-13 bubulle@debian.orgGalician translation update (Miguel Anxo Bouzada)....
2011-05-12 David KalnischkiesMAP_ANON is deprecated in favor of MAP_ANONYMOUS, but...
2011-05-12 David Kalnischkies* apt-pkg/contrib/netrc.cc:
2011-05-12 David Kalnischkiesrewrite new and previously satisfied important dependen...
2011-05-12 David Kalnischkiesmove the broken dependency detection above the new...
2011-05-11 David Kalnischkiesconvert a lot of places to use IsNegative instead of...
2011-05-11 David Kalnischkiesif critical or-group can't be satisfied, exit directly.
2011-05-10 David Kalnischkiesfix order of CurrentURI and UsedMirror in Status()...
2011-05-10 David Kalnischkiesdequote URL taken from Location in redirects as we...
2011-05-10 David Kalnischkiessend the first line of the error message to the error...
2011-05-10 David Kalnischkiesfix SubProgress to accept a Percent parameter to update...
2011-05-09 David Kalnischkiesfix package building so 'dump' is a binary not a directory
2011-05-09 David Kalnischkiesimplement proper progress report with OpProgress
2011-05-07 David Kalnischkiesimplement correct error reporting
2011-05-06 David Kalnischkiesundo the temporary progress reporting disabling which...
2011-05-03 David Kalnischkiesfix arguments for MarkInstall so packages are really...
2011-05-03 David Kalnischkiesadd a tiny dump solver to quickly output a scenario
2011-05-03 David Kalnischkiesmaybe Pre-Depends are checked if they write them as...
2011-05-03 David Kalnischkiesadd a --solver option to apt-get
2011-05-03 David Kalnischkiesship the apt-internal-solver in apt-utils package and...
2011-05-03 David Kalnischkiesadd a fair round of doxygen comments to the edsp header
2011-05-03 David Kalnischkiestell the resolver a package is set on hold if it was...
2011-05-03 David Kalnischkiesimplement external solver calling for upgrade and dist...
2011-05-03 David Kalnischkieswork on requests with the correct upgrade/dist-upgrade...
2011-05-02 David Kalnischkiesparse correctly the Hold: lines into Pkg->SelectedState...
2011-05-02 David Kalnischkiesdoesn't execute autoremove marker setting if an externa...
2011-05-02 David Kalnischkiesrefactor: move solver execution into his own EDSP method
2011-05-02 David Kalnischkieshandle Dir::Bin::Solvers as a list of directories and...
2011-05-02 David Kalnischkiesreduce the buffer size so we get a sort of realtime...
2011-05-02 David Kalnischkiesmove the mapping generation to the top as the response...
2011-05-02 David Kalnischkiesimplement optional Progress report in EDSP
2011-05-02 David Kalnischkiesmerge single-arch :arch fix from my sid branch
2011-04-28 David KalnischkiesLocation header in redirects should be absolute URI...
2011-04-27 Julian Andres... * debian/control:
2011-04-27 David Kalnischkiessupport lighttpd as test webserver but still prefer...
2011-04-27 David Kalnischkies* methods/http.cc:
2011-04-26 Ben Finney* apt-pkg/acquire-item.cc:
2011-04-26 David Kalnischkies* apt-pkg/acquire-worker.cc:
2011-04-26 David Kalnischkies* test/versions.lst:
2011-04-26 David Kalnischkies* apt-pkg/deb/debmetaindex.cc:
2011-04-26 Chris Leick* doc/po/de.po:
2011-04-26 David Kalnischkiesprovide a 'dpkg --set-selections' wrapper to set/releas...
2011-04-25 David Kalnischkiesadd scenario command to output a complete or limited...
2011-04-25 David Kalnischkiesreorganize WriteScenario to add a WriteLimitedScenario...
2011-04-25 David Kalnischkies* apt-pkg/pkgcache.cc:
2011-04-21 David Kalnischkiesupdate the apt-mark manpage
2011-04-21 David Kalnischkiesadd a close entry as a showmanual is provided by apt...
2011-04-21 David Kalnischkies* cmdline/apt-get.cc:
2011-04-21 David Kalnischkies* cmdline/apt-mark.cc:
2011-04-21 David Kalnischkiesremove not existing packages left over from the testcase
2011-04-21 David Kalnischkiessimplify the code for wildcard pinning a bit
2011-04-21 Julian Andres... Make purge work again for config-files (LP: #244598...
2011-04-21 Julian Andres... doc/apt-key.8.xml: Document apt-key net-update (LP...
2011-04-21 Julian Andres... debian/apt.cron.daily: Check power after wait, patch...
2011-04-20 David Kalnischkiesmerge with debian-sid branch and 0.8.14.1 release
2011-04-19 David Kalnischkies* debian/rules:
2011-04-19 David Kalnischkies* debian/apt.lintian-overrides:
2011-04-19 David Kalnischkies* debian/apt{,-utils}.symbols:
2011-04-19 David Kalnischkiesuse the version id instead of the mmap offset as APT-ID
2011-04-19 David Kalnischkiesset hint flags for the problem resolver according to...
2011-04-19 David KalnischkiesInterpret Remove and Install lines in Responses correctly
2011-04-18 Julian Andres... apt-pkg/depcache.cc: Really release action groups only...
2011-04-16 David Kalnischkies* apt-pkg/deb/dpkgpm.cc:
2011-04-16 David Kalnischkiescppcheck: (style) Variable 'State' is assigned a value...
2011-04-16 David Kalnischkies* apt-pkg/orderlist.cc:
2011-04-16 David Kalnischkiesremove the extra unnecessary qualification cppcheck...
2011-04-16 David Kalnischkies* apt-pkg/acquire-method.cc:
2011-04-16 Julian Andres... Release 0.8.14.1 0.8.14.1
2011-04-16 Julian Andres... apt-pkg/acquire-item.cc: Only try to rename existing...
2011-04-15 David Kalnischkiesfix a bunch of cppcheck warnings/errors based on a...
2011-04-15 David Kalnischkies* apt-pkg/depcache.cc:
2011-04-15 David Kalnischkiesadd sbin directories to PATH to avoid dpkg warnings
2011-04-15 David Kalnischkiesbe able to set priorities for created test packages
2011-04-15 Julian Andres... Release 0.8.14 0.8.14
2011-04-15 Julian Andres... * debian/control:
2011-04-15 Julian Andres... Merge from DonKult
2011-04-15 Julian Andres... Last commit Closes: #121132, LP: #399474
2011-04-15 Julian Andres... Close LP: #399474
2011-04-15 Julian Andres... * apt-pkg/policy.cc:
2011-04-14 Julian Andres... * apt-pkg/deb/deblistparser.cc:
2011-04-13 Julian Andres... * cmdline/apt-get.cc:
2011-04-08 Michael Vogtmerged from the mvo branch
2011-04-08 Julian Andres... * apt-pkg/acquire-item.cc:
2011-04-07 Julian Andres... * apt-pkg/indexcopy.cc:
2011-04-07 Michael Vogt* debian/apt.cron.daily:
2011-04-06 David Kalnischkies* apt-pkg/pkgcache.cc:
2011-04-06 David Kalnischkiesdocument the pkg:any specialcasing in FindPkg as well...
2011-04-05 Michael Vogt* apt-pkg/aptconfiguration.cc:
2011-04-05 Michael Vogtmerged from debian-sid
2011-04-05 Michael Vogtreleasing version 0.8.13.2 0.8.13.2
2011-04-04 Michael Vogtmerged from lp:~donkult/apt/sid
2011-04-04 Stefano Zacchiroliadd Dir::Bin::Solvers to enable customization of solver...
2011-04-04 Michael Vogtmerged from debian-sid
next