summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-14apt-cache: Show an error if stats gets any argumentsJulian Andres Klode
2015-08-14Say "in combination with the other options" if an option is not understoodJulian Andres Klode
2015-08-14Mention that source order only matter per versionJulian Andres Klode
2015-08-14Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode
2015-08-14Add integration test for Pin-Priority range checksJulian Andres Klode
2015-08-14Replace --force-yes by various options starting with --allowJulian Andres Klode
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode
2015-08-14po/fr.po: Remove the unbreakable space before ! in the confirm stringJulian Andres Klode
2015-08-13Accept --upgradeable as synonym for --upgradableJulian Andres Klode
2015-08-13Use setresuid() and setresgid() where availableJulian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode
2015-08-13C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode
2015-08-13Remove an invalid fi from a testcaseJulian Andres Klode
2015-08-13Fix integration tests for the removal of the Package pin outputJulian Andres Klode
2015-08-12Drop the Section field from pkgCache::Package againJulian Andres Klode
2015-08-12apt_preferences(5): Re-document how priorities are calculatedJulian Andres Klode
2015-08-12policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode
2015-08-12apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode
2015-08-12Only make Upgradable() return true for packages with a candidateJulian Andres Klode
2015-08-12apt-cache: Modify policy output to use per-version pinsJulian Andres Klode
2015-08-12Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode
2015-08-12use a=experimental instead n=experimental in pin documentationJohannes Schauer
2015-08-12document APT::Periodic::RandomSleepTomas Pospisek
2015-08-12Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover
2015-08-12document VERSION 2 (and 3) pre-install-pkgs hook interfaceJonathan Nieder
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno
2015-08-12replace direct calls to egrep with grep -EDaniel Hartwig
2015-08-12remove Dir:: scope limit of RootDir in the documentationDavid Kalnischkies
2015-08-12support setting a port for rsh:// in sources.listDaniel Hartwig
2015-08-12po-fixups: fill Project-Id-Version and Encoding correctlyGuillem Jover
2015-08-12travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5David Kalnischkies
2015-08-12Makefile: Add a make fast command for developmentJulian Andres Klode
2015-08-12apt.cron.daily: Reference 10periodic instead of 02periodicJulian Andres Klode
2015-08-11debian/control: Rename libapt-pkg4.15 -> libapt-pkg5.0Julian Andres Klode
2015-08-11debian/gbp.conf: Set multimaint-merge = TrueJulian Andres Klode
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode
2015-08-11Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkgJulian Andres Klode
2015-08-11Merge changelog entries from sid-gcc5Julian Andres Klode
2015-08-11po: Update Simplified Chinese programs translationZhou Mo
2015-08-11po: update zh_CN translation slightlyZhou Mo
2015-08-11ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode
2015-08-11Make QItem a subclass of DescItemJulian Andres Klode
2015-08-11Re-introduce None as a deprecated alias for NoJulian Andres Klode
2015-08-11Drop C++11 elements from headersJulian Andres Klode
2015-08-11apt-get: Do not include apt-pkg/indexrecords.hJulian Andres Klode
2015-08-11Fix an obscure warning from GCCJulian Andres Klode
2015-08-11Simply ignore cruft in the status files, do not treat it as prio 0Julian Andres Klode
2015-08-11Replace INT_MIN with std::numeric_limits<int>::minJulian Andres Klode
2015-08-10initialize PinVers to a nullptrDavid Kalnischkies