summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make apt compile with clang++ againMichael Vogt2015-08-143-3/+3
* Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2015-08-144-5/+8
* apt_preferences(5): Mention overlapping of pin matchesJulian Andres Klode2015-08-141-0/+3
* apt_preferences(5): Correct default pin assignment documentationJulian Andres Klode2015-08-141-2/+2
* apt-cache(8): Mention that --names-only search providesJulian Andres Klode2015-08-141-2/+2
* apt-cache: Show an error if stats gets any argumentsJulian Andres Klode2015-08-141-1/+6
* Say "in combination with the other options" if an option is not understoodJulian Andres Klode2015-08-141-3/+3
* Mention that source order only matter per versionJulian Andres Klode2015-08-141-1/+1
* Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode2015-08-141-2/+3
* Add integration test for Pin-Priority range checksJulian Andres Klode2015-08-141-0/+60
* Replace --force-yes by various options starting with --allowJulian Andres Klode2015-08-1411-25/+167
* Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode2015-08-1457-95/+154
|\
| * use a=experimental instead n=experimental in pin documentationJohannes Schauer2015-08-1210-17/+17
| * document APT::Periodic::RandomSleepTomas Pospisek2015-08-121-0/+13
| * Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-122-12/+1
| * document VERSION 2 (and 3) pre-install-pkgs hook interfaceJonathan Nieder2015-08-121-4/+28
| * Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-127-14/+14
| * replace direct calls to egrep with grep -EDaniel Hartwig2015-08-124-6/+6
| * remove Dir:: scope limit of RootDir in the documentationDavid Kalnischkies2015-08-121-1/+2
| * support setting a port for rsh:// in sources.listDaniel Hartwig2015-08-122-2/+21
| * po-fixups: fill Project-Id-Version and Encoding correctlyGuillem Jover2015-08-1234-34/+34
| * travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5David Kalnischkies2015-08-124-5/+18
* | po/fr.po: Remove the unbreakable space before ! in the confirm stringJulian Andres Klode2015-08-141-1/+1
* | Accept --upgradeable as synonym for --upgradableJulian Andres Klode2015-08-1311-13/+16
* | Use setresuid() and setresgid() where availableJulian Andres Klode2015-08-133-5/+19
* | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-1310-51/+52
* | Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-134-23/+23
* | C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-132-11/+11
* | Remove an invalid fi from a testcaseJulian Andres Klode2015-08-131-1/+0
* | Fix integration tests for the removal of the Package pin outputJulian Andres Klode2015-08-132-12/+5
* | Drop the Section field from pkgCache::Package againJulian Andres Klode2015-08-122-11/+3
* | apt_preferences(5): Re-document how priorities are calculatedJulian Andres Klode2015-08-121-5/+8
* | policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2015-08-123-4/+22
* | apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode2015-08-121-2/+2
* | Only make Upgradable() return true for packages with a candidateJulian Andres Klode2015-08-121-1/+1
* | apt-cache: Modify policy output to use per-version pinsJulian Andres Klode2015-08-121-13/+30
* | Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode2015-08-122-3/+4
* | Makefile: Add a make fast command for developmentJulian Andres Klode2015-08-121-1/+11
|/
* apt.cron.daily: Reference 10periodic instead of 02periodicJulian Andres Klode2015-08-121-1/+1
* debian/control: Rename libapt-pkg4.15 -> libapt-pkg5.0Julian Andres Klode2015-08-111-1/+1
* debian/gbp.conf: Set multimaint-merge = TrueJulian Andres Klode2015-08-111-1/+2
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-116-15/+15
* Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkgJulian Andres Klode2015-08-115-74/+74
* Merge changelog entries from sid-gcc5Julian Andres Klode2015-08-111-0/+56
* po: Update Simplified Chinese programs translationZhou Mo2015-08-111-13/+13
* po: update zh_CN translation slightlyZhou Mo2015-08-111-4/+4
* ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode2015-08-111-5/+19
* Make QItem a subclass of DescItemJulian Andres Klode2015-08-111-9/+1
* Re-introduce None as a deprecated alias for NoJulian Andres Klode2015-08-111-0/+4
* Drop C++11 elements from headersJulian Andres Klode2015-08-113-4/+4