summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-2821-78/+27
* use de-localed std::put_time instead rolling our ownDavid Kalnischkies2016-05-281-9/+5
* avoid changing the global LC_TIME for Release writingDavid Kalnischkies2016-05-281-17/+12
* accept only the expected UTC timezones in date parsingDavid Kalnischkies2016-05-284-24/+107
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-2715-127/+98
* fix and document on the fly compressor configDavid Kalnischkies2016-05-277-56/+102
* use *.docs files instead of hardcoding in debian/rulesDavid Kalnischkies2016-05-255-15/+17
* remove semi-support for different build-dirsDavid Kalnischkies2016-05-251-16/+2
* override lintian on doxygens embedded-javascript-libraryDavid Kalnischkies2016-05-243-2/+6
* use https instead of git for Vcs-GitDavid Kalnischkies2016-05-241-1/+1
* fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies2016-05-242-4/+4
* fix two typos in apt.conf & apt-cache manpageDavid Kalnischkies2016-05-2412-33/+33
* remove duplicated 'the' from guides doc-base abstractDavid Kalnischkies2016-05-241-1/+1
* no-change bump of Standards-Version to 3.9.8David Kalnischkies2016-05-241-1/+1
* update symbols fileDavid Kalnischkies2016-05-201-1/+14
* don't try to get acquire lock in simulation modeDavid Kalnischkies2016-05-201-0/+2
* refactor EDSP code into EDSP and EDSP-like partsDavid Kalnischkies2016-05-202-56/+74
* edsp: use a limited scenario based on bool-arrayDavid Kalnischkies2016-05-203-8/+18
* edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies2016-05-206-47/+139
* avoid triggering gcc's -Wunsafe-loop-optimizations in EDSPDavid Kalnischkies2016-05-201-14/+19
* edsp: dump: support dumping into compressed fileDavid Kalnischkies2016-05-201-1/+1
* edsp: try harder to not generate unneeded error messagesDavid Kalnischkies2016-05-202-84/+90
* convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2016-05-205-27/+356
* fail instead of segfault on unreadable config filesDavid Kalnischkies2016-05-208-51/+111
* Russian program translation updateYuri Kozlov2016-05-191-113/+159
* document --no- as --show-upgraded is the defaultDavid Kalnischkies2016-05-161-3/+2
* show final solution in --no-download --fix-missing modeDavid Kalnischkies2016-05-163-110/+120
* show globalerrors before asking for confirmationDavid Kalnischkies2016-05-166-27/+41
* Normalize Signed-By values by removing trailing commas everywhereJulian Andres Klode2016-05-152-4/+36
* Add conflicting Signed-By values to error messageJulian Andres Klode2016-05-151-1/+1
* apt.systemd.daily: Put opening brace of check_power on extra lineJulian Andres Klode2016-05-151-1/+2
* zh_CN.po: update simplified Chinese translation.Zhou Mo2016-05-141-2/+2
* Provide complete apt bash completionJulian Andres Klode2016-05-131-6/+122
* edsp: warn if unexpected stanzas appear in the solutionDavid Kalnischkies2016-05-123-17/+84
* edsp: document unique package identifiersJohannes 'josch' Schauer2016-05-121-5/+10
* Release 1.3~exp11.3_exp1Julian Andres Klode2016-05-1159-1313/+1707
* Dutch program translation updateFrans Spiesschaert2016-05-101-6/+13
* edsp: support generic and solver-specific configsDavid Kalnischkies2016-05-102-14/+29
* update: Run Post-Invoke-Success if not all sources failedJulian Andres Klode2016-05-102-5/+53
* Strip trailing commas for created signed-by fingerprint listsJulian Andres Klode2016-05-102-0/+15
* Merge pull request julian-klode/apt#3 from adrian17/masterJulian Andres Klode2016-05-102-11/+22
|\
| * Speed up GetLocalitySortedVersionSet.Adrian Wielgosik2016-05-091-9/+20
| * Don't copy strings in Startswith, EndswithAdrian Wielgosik2016-05-011-2/+2
* | don't sent uninstallable rc-only versions via EDSPDavid Kalnischkies2016-05-102-23/+72
* | gpgv: show always webportal error on NODATADavid Kalnischkies2016-05-084-41/+58
* | implement Identifier field for IndexTargetsDavid Kalnischkies2016-05-0811-62/+101
* | implement Fallback-Of for IndexTargetsDavid Kalnischkies2016-05-086-11/+111
* | download arch:all also for NATIVE_ARCHITECTURE indextargetsDavid Kalnischkies2016-05-072-104/+122
* | don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies2016-05-073-57/+41
* | delay progress until Release files are downloadedDavid Kalnischkies2016-05-073-30/+26