]> git.saurik.com Git - apt.git/history
apt.git
2015-08-24  Michael Vogtreleasing package apt version 1.1~exp10 1.1.exp10
2015-08-24  Michael VogtFix typo
2015-08-21  Michael Vogtdoc/apt.conf.5.xml: document Acquire::EnableSrvRecods
2015-08-20  Julian Andres Klodepostinst: Correctly pass --home instead of -home, and...
2015-08-20  Julian Andres KlodeRe-indent GetCandidateVerNew() and make ConsiderFiles...
2015-08-20  Michael VogtMerge remote-tracking branch 'mvo/feature/srv-records...
2015-08-20  Michael VogtAdd basic (non weight adjusted) shuffling for SrvRecord...
2015-08-19  Julian Andres KlodeSupport tabs in sources.list files
2015-08-18  Michael VogtAdd support for "apt-cache showsrc --only-source srcpkg...
2015-08-18  Michael VogtProvide "apt-get full-upgrade" to match "apt full-upgrade"
2015-08-18  Michael Vogtapt-pkg/contrib/srvrec.cc: res_query() should not gener...
2015-08-18  Michael Vogtcleanup
2015-08-18  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2015-08-18  Michael VogtMerge branch 'debian/experimental' into feature/srv...
2015-08-18  Michael Vogtreleasing package apt version 1.1~exp9 1.1.exp9
2015-08-18  Michael VogtDo not fail if building test/ fails (issues with parall...
2015-08-17  Julian Andres KlodeFix the test suite harder
2015-08-17  Julian Andres KlodeFix the test suite again
2015-08-17  Julian Andres KlodeRe-add support for G++ 4.8 and configure travis to...
2015-08-17  Michael VogtReally fix all iwyu issues
2015-08-17  Julian Andres Klodedebian/NEWS: Mention new pinning algorithm added in...
2015-08-17  Michael VogtFix all the wrong removals of includes that iwyu got...
2015-08-17  Michael VogtCleanup includes after running iwyu
2015-08-17  Julian Andres KlodeDo not crash in 'apt show' for non-installed packages
2015-08-16  Julian Andres KlodeReplace "extra" in "the following extra packages [...
2015-08-16  Julian Andres KlodeMake pkgCache::Priority() static, it does not need...
2015-08-16  Julian Andres Klodeinstall: If package already is the newest version,...
2015-08-16  James McCoyUse terminfo's typical save_cursor/restore_cursor sequences
2015-08-16  Kusanagi KouichiShow full package records in apt-cache search -f
2015-08-16  Julian Andres KlodeWhen looking if Provides match, OR them with the normal...
2015-08-15  Julian Andres KlodeDocument the general effect of the comma operator
2015-08-15  Julian Andres KlodeAdd GetPriority(VerIterator) to pkgDepCache::Policy
2015-08-15  Julian Andres Klodecachefile.cc: Do not ignore return value of pkgDepCache...
2015-08-15  Julian Andres Klodeupdate: Check if the cache could be opened, don't just...
2015-08-14  Julian Andres Klodedoc/files.dbk: Improve documentation for {src,}pkgcache.bin
2015-08-14  Julian Andres Klodeapt-get: allow non-root --print-uris build-dep
2015-08-14  David Kalnischkiesadd {contrib,non-free}/{metapackages,oldlibs} to sectio...
2015-08-14  Julian Andres Klodeapt-cache(8): Drop the #versions >= #package names...
2015-08-14  Julian Andres KlodeAlso add 'in combination with the other options.' to...
2015-08-14  Julian Andres KlodeSet Acquire::Changelogs::URI::Origin::Tanglu for Tanglu...
2015-08-14  Julian Andres Klodedebian/control: Remove XS- from Testsuite and bump...
2015-08-14  Julian Andres Klodedebian/control: Drop the versioned python-apt conflict
2015-08-14  Julian Andres Klodedebian/control: Replace debian by Debian
2015-08-14  Julian Andres Klodechangelog: Replace reenable by re-enable everywhere
2015-08-14  Julian Andres Klodeapt: Add autoremove and auto-remove commands
2015-08-14  Michael VogtMake apt compile with clang++ again
2015-08-14  Julian Andres KlodeMake auto-remove and auto-clean aliases for the version...
2015-08-14  Julian Andres Klodeapt_preferences(5): Mention overlapping of pin matches
2015-08-14  Julian Andres Klodeapt_preferences(5): Correct default pin assignment...
2015-08-14  Julian Andres Klodeapt-cache(8): Mention that --names-only search provides
2015-08-14  Julian Andres Klodeapt-cache: Show an error if stats gets any arguments
2015-08-14  Julian Andres KlodeSay "in combination with the other options" if an optio...
2015-08-14  Julian Andres KlodeMention that source order only matter per version
2015-08-14  Julian Andres KlodeReplace UINT_MAX with std::numeric_limits<unsigned...
2015-08-14  Julian Andres KlodeAdd integration test for Pin-Priority range checks
2015-08-14  Julian Andres KlodeReplace --force-yes by various options starting with...
2015-08-14  Julian Andres KlodeMerge branch 'debian/experimental' of https://github...
2015-08-14  Julian Andres Klodepo/fr.po: Remove the unbreakable space before ! in...
2015-08-13  Julian Andres KlodeAccept --upgradeable as synonym for --upgradable
2015-08-13  Julian Andres KlodeUse setresuid() and setresgid() where available
2015-08-13  Julian Andres KlodeDeprecate SPtrArray<T> and convert everyone to unique_p...
2015-08-13  Julian Andres KlodeMark SPtr as deprecated, and convert users to std:...
2015-08-13  Julian Andres KlodeC++11: Switch from auto_ptr to unique_ptr
2015-08-13  Julian Andres KlodeRemove an invalid fi from a testcase
2015-08-13  Julian Andres KlodeFix integration tests for the removal of the Package...
2015-08-12  Julian Andres KlodeDrop the Section field from pkgCache::Package again
2015-08-12  Julian Andres Klodeapt_preferences(5): Re-document how priorities are...
2015-08-12  Julian Andres Klodepolicy: Be more strict about parsing pin files, and...
2015-08-12  Julian Andres Klodeapt-cache: Improve translateability of the "with priori...
2015-08-12  Julian Andres KlodeOnly make Upgradable() return true for packages with...
2015-08-12  Julian Andres Klodeapt-cache: Modify policy output to use per-version...
2015-08-12  Julian Andres KlodeAdd a parameter ConsiderFiles to GetPriority(VerIterator)
2015-08-12  Johannes Schaueruse a=experimental instead n=experimental in pin docume...
2015-08-12  Tomas Pospisekdocument APT::Periodic::RandomSleep
2015-08-12  Guillem JoverDo not set unhonored DPKG_NO_TSTP variable for dpkg
2015-08-12  Jonathan Niederdocument VERSION 2 (and 3) pre-install-pkgs hook interface
2015-08-12  Luca BrunoReplace all "press enter" occurrences with "press ...
2015-08-12  Daniel Hartwigreplace direct calls to egrep with grep -E
2015-08-12  David Kalnischkiesremove Dir:: scope limit of RootDir in the documentation
2015-08-12  Daniel Hartwigsupport setting a port for rsh:// in sources.list
2015-08-12  Guillem Joverpo-fixups: fill Project-Id-Version and Encoding correctly
2015-08-12  David Kalnischkiestravis: add ppa:ubuntu-toolschain-r/test as source...
2015-08-12  Julian Andres KlodeMakefile: Add a make fast command for development
2015-08-12  Julian Andres Klodeapt.cron.daily: Reference 10periodic instead of 02periodic
2015-08-11  Julian Andres Klodedebian/control: Rename libapt-pkg4.15 -> libapt-pkg5.0
2015-08-11  Julian Andres Klodedebian/gbp.conf: Set multimaint-merge = True
2015-08-11  Julian Andres KlodeAnnotate more methods with APT_OVERRIDE
2015-08-11  Julian Andres KlodeBump apt-inst SONAME to 2.0 to adjust for the ABI break...
2015-08-11  Julian Andres KlodeMerge changelog entries from sid-gcc5
2015-08-11  Zhou Mopo: Update Simplified Chinese programs translation
2015-08-11  Zhou Mopo: update zh_CN translation slightly
2015-08-11  Julian Andres KlodeExecFork: Use /proc/self/fd to determine which files...
2015-08-11  Julian Andres KlodeMake QItem a subclass of DescItem
2015-08-11  Julian Andres KlodeRe-introduce None as a deprecated alias for No
2015-08-11  Julian Andres KlodeDrop C++11 elements from headers
2015-08-11  Julian Andres Klodeapt-get: Do not include apt-pkg/indexrecords.h
2015-08-11  Julian Andres KlodeFix an obscure warning from GCC
2015-08-11  Julian Andres KlodeSimply ignore cruft in the status files, do not treat...
2015-08-11  Julian Andres KlodeReplace INT_MIN with std::numeric_limits<int>::min
2015-08-10  David Kalnischkiesinitialize PinVers to a nullptr
next