index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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 AP...
Michael Vogt
2013-10-31
5
-32
/
+43
*
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 && APT_PKG_MINOR...
Michael Vogt
2013-10-31
7
-29
/
+106
*
|
Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...
Michael Vogt
2013-10-25
1
-4
/
+10
|
\
\
|
*
|
improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to Frances...
Michael Vogt
2013-10-25
1
-4
/
+10
*
|
|
extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of the...
Michael Vogt
2013-10-25
2
-62
/
+77
*
|
|
make the main loop a while() instead of a for() as I find this (much) easier ...
Michael Vogt
2013-10-24
1
-2
/
+3
*
|
|
Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...
Michael Vogt
2013-10-22
20
-377
/
+512
|
\
|
|
|
*
|
fix failing ./test/integration/test-disappearing-packages (thanks Donkult) - ...
Michael Vogt
2013-10-22
2
-15
/
+6
|
*
|
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
|
|
*
|
* move upgrade releated code into upgrade.{cc,h}
Michael Vogt
2013-10-05
10
-256
/
+305
|
|
*
|
re-add "Calculating upgrade..." message
Michael Vogt
2013-10-05
1
-3
/
+2
|
|
*
|
cleanup upgrade API some more (thanks for the feedback from David)
Michael Vogt
2013-10-05
5
-65
/
+52
|
|
*
|
improve the API for Upgrade()
Michael Vogt
2013-09-18
3
-11
/
+41
|
*
|
|
add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)
Michael Vogt
2013-10-22
3
-1
/
+19
|
*
|
|
use std::string instead of char* in pkgDPkgPM::ProcessDpkgStatusLine()
Michael Vogt
2013-10-18
1
-24
/
+24
|
*
|
|
reshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some more to make it more ro...
Michael Vogt
2013-10-18
1
-77
/
+91
|
*
|
|
reshuffle dpkgpm.cc code a bit more
Michael Vogt
2013-10-18
2
-29
/
+41
|
*
|
|
add $* to gdb to make it more useful
Michael Vogt
2013-10-18
1
-1
/
+1
|
*
|
|
add APT::String::Strip(), start cleanup of ProcessDpkgStatusLine
Michael Vogt
2013-10-18
3
-6
/
+51
*
|
|
|
fix failing ./test/integration/test-disappearing-packages (thanks Donkult!)
Michael Vogt
2013-10-22
1
-4
/
+4
*
|
|
|
use Pkg.FullName() in disappearedPkgs and remove duplicated check
Michael Vogt
2013-10-22
2
-12
/
+3
*
|
|
|
fix install-progress location
Michael Vogt
2013-10-22
4
-8
/
+4
*
|
|
|
move install-progress.{cc,h} to apt-pkg
Michael Vogt
2013-10-22
4
-3
/
+4
*
|
|
|
add APT::Status-deb822-Fd
Michael Vogt
2013-10-21
4
-31
/
+159
*
|
|
|
restore binary compatiblity with the pkgPackageManager interface
Michael Vogt
2013-10-21
4
-11
/
+89
*
|
|
|
fix apt output ordering and update test to match the new human friendly messa...
Michael Vogt
2013-10-21
2
-7
/
+7
*
|
|
|
move iprogress.{cc,h} to private-progress.{cc,h} until its fully stable
Michael Vogt
2013-10-21
4
-3
/
+3
*
|
|
|
re-add missing APT::String::Strip
Michael Vogt
2013-10-18
6
-6
/
+36
[next]