]> git.saurik.com Git - apt.git/shortlog
apt.git
2013-10-31  Michael Vogtadd new pid_t ExecFork(std::set<int> KeepFDs) to get...
2013-10-31  Michael Vogtmove pty magic into its own functions
2013-10-31  Michael Vogtfix some more ABI issues, abicheck is happy now
2013-10-31  Michael Vogtrestore ABI and prepare next ABI via #if (APT_PKG_MAJOR...
2013-10-31  Michael Vogtmove pty stuff into its own function
2013-10-25  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-10-25  Michael Vogtextract getDpkgExecutable() and DPkgPM::BuildPackagesPr...
2013-10-25  Michael Vogtimprove documentation for Acquire::http::Proxy-Auto...
2013-10-24  Michael Vogtmake the main loop a while() instead of a for() as...
2013-10-22  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-10-22  Michael Vogtfix failing ./test/integration/test-disappearing-packag...
2013-10-22  Michael Vogtfix failing ./test/integration/test-disappearing-packag...
2013-10-22  Michael Vogttest/integration/run-tests: output the failed test...
2013-10-22  Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-api...
2013-10-22  Michael Vogtuse Pkg.FullName() in disappearedPkgs and remove duplic...
2013-10-22  Michael Vogtfix install-progress location
2013-10-22  Michael Vogtmove install-progress.{cc,h} to apt-pkg
2013-10-22  Michael Vogtadd Acquire::http::Proxy-Auto-Detect to the apt.conf...
2013-10-21  Michael Vogtadd APT::Status-deb822-Fd
2013-10-21  Michael Vogtrestore binary compatiblity with the pkgPackageManager...
2013-10-21  Michael Vogtfix apt output ordering and update test to match the...
2013-10-21  Michael Vogtmove iprogress.{cc,h} to private-progress.{cc,h} until...
2013-10-18  Michael Vogtre-add missing APT::String::Strip
2013-10-18  Michael Vogtmerged debian/sid
2013-10-18  Michael Vogtuse std::string instead of char* in pkgDPkgPM::ProcessD...
2013-10-18  Michael Vogtreshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some...
2013-10-18  Michael Vogtreshuffle dpkgpm.cc code a bit more
2013-10-18  Michael Vogtadd $* to gdb to make it more useful
2013-10-18  Michael Vogtadd APT::String::Strip(), start cleanup of ProcessDpkgS...
2013-10-18  Michael Vogtcleanup
2013-10-17  Michael Vogtensure that short-name -> long-name detection for dpkg...
2013-10-17  Michael VogtMerge branch 'debian/sid' into feature/install-progress...
2013-10-17  Michael Vogtfix broken clean when apt was finished and ensure that...
2013-10-15  Michael Vogtfix changelog
2013-10-15  Michael Vogtreleasing package apt version 0.9.12.1 0.9.12.1
2013-10-15  Michael Vogtremove POSTINST from framework, file tree can be used...
2013-10-15  Michael Vogttests, do not send pkgname with arch via the status-fd
2013-10-15  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2013-10-15  Michael Vogtfix logic for finding what package dpkg means in the...
2013-10-14  David Kalnischkiesfix progress-segfault in case of dpkg errors/prompts
2013-10-14  Michael Vogtre-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm...
2013-10-14  Michael Vogtrename APT::Progress::Packagemanager Started->Start...
2013-10-14  Michael Vogtrefactor writing to WriteToStatusFd()
2013-10-13  Michael Vogtadd APT::Progress::PackageManager::Pulse()
2013-10-13  Michael Vogtmove the status-fd progress reporting out of the pkgDPk...
2013-10-11  Michael Vogtmove common code into PackageManager::StatusChanged()
2013-10-11  Michael Vogtdeal with nr_terminal_rows unavailable
2013-10-11  Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2013-10-11  Michael Vogtadd missing _() around the new "Progress" string
2013-10-11  Michael Vogtfirst iteration of install progress refactor
2013-10-09  Michael VogtMerge branch 'debian/sid' of ssh://git.debian.org/git...
2013-10-09  Michael Vogtfix typo
2013-10-09  Michael Vogtfix typo
2013-10-09  Michael Vogtreleasing package apt version 0.9.12
2013-10-09  Michael Vogtupdate changelog
2013-10-09  Michael VogtMerge remote-tracking branch 'mvo/feature/limit-default...
2013-10-09  Michael VogtMerge remote-tracking branch 'mvo/feature/add-upgrade...
2013-10-09  Michael Vogtfixup various UI issues in the test
2013-10-09  Michael Vogtreally fix test
2013-10-09  Michael Vogtuse "insertpackage" instead of "buildsimplenativepackage"
2013-10-09  Michael Vogtupdate Uploaders to match recent uploaders better
2013-10-09  Michael Vogtadd test for upgrade, upgrade --with-new-pkgs, dist...
2013-10-08  Michael Vogtapt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalS...
2013-10-08  Michael Vogtprepare new release
2013-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/dpkg-progress...
2013-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-with...
2013-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/dpkg-progress...
2013-10-08  Michael Vogtdebian/apt.postinst: use --compare-versions lt instead...
2013-10-07  Michael Vogtfix off-by-one error in pkgDPkgPM::SetupTerminalScrollA...
2013-10-07  Michael Vogtfix libapt-inst for >2G debs (closes: #725483)
2013-10-07  Michael Vogtuse Dpkg::Progress-Fancy to be consitent with Dpkg...
2013-10-07  Michael Vogtadd -o DpkgPM::Progress-Fancy for better dpkg progress...
2013-10-05  Michael Vogtrename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NE...
2013-10-05  Michael VogtMove ListUpdate/AquireUpdate into update.{cc,h}
2013-10-05  Michael Vogt* move upgrade releated code into upgrade.{cc,h}
2013-10-05  Michael Vogtre-add "Calculating upgrade..." message
2013-10-05  Michael Vogtcleanup upgrade API some more (thanks for the feedback...
2013-10-05  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-10-05  Michael VogtMerge remote-tracking branch 'mvo/bugfix/dpkg-progress...
2013-10-03  David Kalnischkiestests: install --no-install-recommends and stunnel4...
2013-10-03  David Kalnischkiestest: use a multiarch capable dpkg rather than workaround
2013-10-03  David Kalnischkiesdo not ++ on erased package pointers in autoremove
2013-10-03  David Kalnischkiesfix lzma-support detection via xz binary
2013-10-03  David Kalnischkiesuse pkgAcqArchive in 'download' for proper errors
2013-10-03  David Kalnischkiesput fetch errors in 'source' on our errorstack
2013-10-02  David Kalnischkiesrefactor onError relabeling of DestFile as '.FAILED'
2013-10-02  David Kalnischkiestests: fix some problems travis encounters
2013-10-02  Michael VogtMerge remote-tracking branch 'origin/bugfix/dpkg-progre...
2013-10-02  Michael Vogtmake dpkg progress slightly nicer
2013-10-01  Michael Vogtchange maxsplit default from "0" to maxint
2013-10-01  Michael Vogtimprove documentation for StringSplit()
2013-10-01  Michael Vogtrename "--dpkg-progress" to "--show-progress" and docum...
2013-10-01  David Kalnischkiesdon't consider holds for autoremoval
2013-10-01  David Kalnischkieshandle complete responses to https range requests
2013-10-01  David Kalnischkiesfix partial (206 and 416) support in https
2013-10-01  David Kalnischkiesrefactor http client implementation
2013-10-01  David Kalnischkiesreplace "filesize - 1" trick in http with proper 416...
2013-10-01  David Kalnischkiesretry without partial data after a 416 response
2013-09-30  David Kalnischkiesadd Range and If-Range support in the webserver
2013-09-30  David Kalnischkiesaccess _config via GET requests in the webserver
next