Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: enhance https support in the testcases | David Kalnischkies | 2013-11-30 | 2 | -8/+14 |
| | | | | Git-Dch: Ignore | ||||
* | webserver: spurious newline after data confuses curl | David Kalnischkies | 2013-11-30 | 1 | -9/+9 |
| | | | | | | | | Webserver wrongly sends an additional newline after the data which causes curl to believe that the next request on this socket has no header data and so includes all headers in the data output. Git-Dch: Ignore | ||||
* | truncating /dev/null to zero is always successful | David Kalnischkies | 2013-11-30 | 1 | -0/+3 |
| | | | | | | | | | | | Calling truncate on /dev/null can happen by the download methods if they are instructed to download a file to /dev/null (as testcases are only interested in the status code, but do not support HEAD requests yet) So just ignore truncate calls on the /dev/null file as it is always empty anyway, so truncating to zero isn't a problem. Git-Dch: Ignore | ||||
* | releasing package apt version 0.9.13.1 | Michael Vogt | 2013-11-29 | 1 | -2/+2 |
| | |||||
* | fix apport report writing (LP: #1254499) | Michael Vogt | 2013-11-29 | 2 | -1/+2 |
| | |||||
* | reset terminal on error (closes: #730795) | Michael Vogt | 2013-11-29 | 2 | -0/+2 |
| | |||||
* | update changelog | Michael Vogt | 2013-11-29 | 1 | -0/+1 |
| | |||||
* | fix crash when SetCandidateRelease is used | Michael Vogt | 2013-11-29 | 3 | -1/+40 |
| | |||||
* | update changelog | Michael Vogt | 2013-11-29 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2013-11-29 | 14 | -27/+193 |
|\ | | | | | | | | | Conflicts: apt-private/private-cmndline.cc | ||||
| * | Merge branch 'feature/edit-sources' into debian/sid | Michael Vogt | 2013-11-29 | 12 | -24/+190 |
| |\ | |||||
| | * | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt | 2013-11-29 | 4 | -3/+34 |
| | | | |||||
| | * | add support for "apt edit-source foo" sources.list.d component editing | Michael Vogt | 2013-11-29 | 1 | -4/+14 |
| | | | |||||
| | * | move EditSources into its own file | Michael Vogt | 2013-11-28 | 4 | -38/+50 |
| | | | |||||
| | * | add check when sources.list changed | Michael Vogt | 2013-11-26 | 3 | -11/+43 |
| | | | |||||
| | * | add syntax check for sources.list | Michael Vogt | 2013-11-26 | 1 | -3/+16 |
| | | | |||||
| | * | add basic "edit-sources" command | Michael Vogt | 2013-11-25 | 5 | -19/+87 |
| | | | |||||
| * | | rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp ↵ | Michael Vogt | 2013-11-26 | 2 | -3/+3 |
| | | | | | | | | | | | | -> APT::Cmd::Use-Regexp | ||||
* | | | add autopkgtest | Michael Vogt | 2013-11-29 | 3 | -0/+10 |
| | | | |||||
* | | | add missing test/integration/test-bug-720597-build-dep-purge | Michael Vogt | 2013-11-28 | 1 | -0/+36 |
| | | | |||||
* | | | update changelog | Michael Vogt | 2013-11-28 | 1 | -2/+3 |
| | | | |||||
* | | | Merge remote-tracking branch 'mvo/feature/short-list' into debian/sid | Michael Vogt | 2013-11-28 | 4 | -6/+14 |
|\ \ \ | |||||
| * | | | add APT::Cmd::List-Include-Summary | Michael Vogt | 2013-11-26 | 2 | -1/+4 |
| |/ / | |||||
| * / | do not show summary in "apt list" | Michael Vogt | 2013-11-25 | 3 | -6/+11 |
| |/ | |||||
* | | add "-f" option to "build-dep" as sbuild is using it to fix regression with ↵ | Michael Vogt | 2013-11-28 | 2 | -1/+8 |
| | | | | | | | | cross-building (LP: #1255806) | ||||
* | | fix regression that APT::Keep-Fds is not honored (closes: #730490) | Michael Vogt | 2013-11-28 | 4 | -9/+23 |
| | | |||||
* | | fix "apt-get --purge build-dep" (closes: #720597) | Michael Vogt | 2013-11-28 | 2 | -0/+8 |
| | | |||||
* | | upload 0.9.13 to unstable | Michael Vogt | 2013-11-24 | 1 | -2/+2 |
| | | |||||
* | | Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204 LP: #1206047 | Michael Vogt | 2013-11-23 | 2 | -2/+10 |
|/ | |||||
* | small documentation updates | Michael Vogt | 2013-11-01 | 4 | -2/+8 |
| | |||||
* | releasing package apt version 0.9.13~exp1 | Michael Vogt | 2013-11-01 | 1 | -2/+2 |
| | |||||
* | prepare new upload | Michael Vogt | 2013-10-31 | 1 | -0/+24 |
| | |||||
* | setup LINES in apt-pkg/install-progress.cc | Michael Vogt | 2013-10-31 | 1 | -0/+5 |
| | |||||
* | use StartDpkg() in PackageManagerProgressDeb822Fd as well | Michael Vogt | 2013-10-31 | 2 | -2/+2 |
| | |||||
* | add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly ↵ | Michael Vogt | 2013-10-31 | 5 | -32/+43 |
| | | | | APT::Keep-Fds hack and also add a new PackageManagerProgressFd::StartDpkg() progress state | ||||
* | move pty magic into its own functions | Michael Vogt | 2013-10-31 | 2 | -88/+97 |
|\ | |||||
| * | move pty stuff into its own function | Michael Vogt | 2013-10-31 | 2 | -79/+97 |
| | | |||||
* | | fix some more ABI issues, abicheck is happy now | Michael Vogt | 2013-10-31 | 3 | -2/+11 |
| | | |||||
* | | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | 2013-10-31 | 7 | -29/+106 |
| | | | | | | | | APT_PKG_MINOR >= 13) | ||||
* | | Merge remote-tracking branch 'upstream/debian/sid' into ↵ | Michael Vogt | 2013-10-25 | 1 | -4/+10 |
|\ \ | | | | | | | | | | feature/install-progress-refactor | ||||
| * | | improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to ↵ | Michael Vogt | 2013-10-25 | 1 | -4/+10 |
| | | | | | | | | | | | | Francesco Poli) | ||||
* | | | extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of ↵ | Michael Vogt | 2013-10-25 | 2 | -62/+77 |
| | | | | | | | | | | | | the monster long pkgDPkgPM::Go() | ||||
* | | | make the main loop a while() instead of a for() as I find this (much) easier ↵ | Michael Vogt | 2013-10-24 | 1 | -2/+3 |
| | | | | | | | | | | | | to read this way) | ||||
* | | | Merge remote-tracking branch 'upstream/debian/sid' into ↵ | Michael Vogt | 2013-10-22 | 20 | -377/+512 |
|\| | | | | | | | | | | | | | | | | | | | | | | | feature/install-progress-refactor Conflicts: apt-pkg/deb/dpkgpm.cc apt-pkg/makefile | ||||
| * | | fix failing ./test/integration/test-disappearing-packages (thanks Donkult) - ↵ | Michael Vogt | 2013-10-22 | 2 | -15/+6 |
| | | | | | | | | | | | | ported from the mvo/feature/install-progress-refactor branch | ||||
| * | | test/integration/run-tests: output the failed test names | Michael Vogt | 2013-10-22 | 1 | -0/+5 |
| | | | |||||
| * | | Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sid | Michael Vogt | 2013-10-22 | 14 | -374/+486 |
| |\ \ | | |/ | |/| | |||||
| | * | rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES | Michael Vogt | 2013-10-05 | 47 | -1203/+2362 |
| | |\ | |||||
| | * | | Move ListUpdate/AquireUpdate into update.{cc,h} | Michael Vogt | 2013-10-05 | 6 | -106/+151 |
| | | | | | | | | | | | | | | | | | | | | This moves the ListUpdate/AquireUpdate out of the "catch-all" algorithm.{cc,h} file into its own update.{cc,h} | ||||
| | * | | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | 2013-10-05 | 10 | -256/+305 |
| | | | | | | | | | | | | | | | | | | | | | | | | The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS). |