projects
/
apt.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix release script to deal with vendors
[apt.git]
/
apt-pkg
/
deb
/
2013-12-06
Michael Vogt
Handle SIGWINCH in APT::Progress-Fancy=1
tree
|
commitdiff
2013-12-05
Michael Vogt
* enable release based selection for deb-src (closes...
tree
|
commitdiff
2013-11-30
David Kalnischkies
merge ubuntus apport reporting changes to reduce diff
tree
|
commitdiff
2013-11-29
Michael Vogt
fix apport report writing (LP: #1254499)
tree
|
commitdiff
2013-11-29
Michael Vogt
reset terminal on error (closes: #730795)
tree
|
commitdiff
2013-11-29
Michael Vogt
Merge remote-tracking branch 'mvo/debian/sid' into...
tree
|
commitdiff
2013-11-28
Michael Vogt
Merge remote-tracking branch 'mvo/feature/short-list...
tree
|
commitdiff
2013-11-28
Michael Vogt
fix regression that APT::Keep-Fds is not honored (close...
tree
|
commitdiff
2013-10-31
Michael Vogt
add new pid_t ExecFork(std::set<int> KeepFDs) to get...
tree
|
commitdiff
2013-10-31
Michael Vogt
move pty magic into its own functions
tree
|
commitdiff
2013-10-31
Michael Vogt
fix some more ABI issues, abicheck is happy now
tree
|
commitdiff
2013-10-31
Michael Vogt
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR...
tree
|
commitdiff
2013-10-31
Michael Vogt
move pty stuff into its own function
tree
|
commitdiff
2013-10-25
Michael Vogt
Merge remote-tracking branch 'upstream/debian/sid'...
tree
|
commitdiff
2013-10-25
Michael Vogt
extract getDpkgExecutable() and DPkgPM::BuildPackagesPr...
tree
|
commitdiff
2013-10-24
Michael Vogt
make the main loop a while() instead of a for() as...
tree
|
commitdiff
2013-10-22
Michael Vogt
Merge remote-tracking branch 'upstream/debian/sid'...
tree
|
commitdiff
2013-10-22
Michael Vogt
fix failing ./test/integration/test-disappearing-packag...
tree
|
commitdiff
2013-10-22
Michael Vogt
fix failing ./test/integration/test-disappearing-packag...
tree
|
commitdiff
2013-10-22
Michael Vogt
Merge remote-tracking branch 'mvo/feature/upgrade-api...
tree
|
commitdiff
2013-10-22
Michael Vogt
use Pkg.FullName() in disappearedPkgs and remove duplic...
tree
|
commitdiff
2013-10-22
Michael Vogt
fix install-progress location
tree
|
commitdiff
2013-10-21
Michael Vogt
restore binary compatiblity with the pkgPackageManager...
tree
|
commitdiff
2013-10-21
Michael Vogt
fix apt output ordering and update test to match the...
tree
|
commitdiff
2013-10-18
Michael Vogt
re-add missing APT::String::Strip
tree
|
commitdiff
2013-10-18
Michael Vogt
merged debian/sid
tree
|
commitdiff
2013-10-18
Michael Vogt
use std::string instead of char* in pkgDPkgPM::ProcessD...
tree
|
commitdiff
2013-10-18
Michael Vogt
reshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some...
tree
|
commitdiff
2013-10-18
Michael Vogt
reshuffle dpkgpm.cc code a bit more
tree
|
commitdiff
2013-10-18
Michael Vogt
add APT::String::Strip(), start cleanup of ProcessDpkgS...
tree
|
commitdiff
2013-10-18
Michael Vogt
cleanup
tree
|
commitdiff
2013-10-17
Michael Vogt
ensure that short-name -> long-name detection for dpkg...
tree
|
commitdiff
2013-10-17
Michael Vogt
Merge branch 'debian/sid' into feature/install-progress...
tree
|
commitdiff
2013-10-17
Michael Vogt
fix broken clean when apt was finished and ensure that...
tree
|
commitdiff
2013-10-15
Michael Vogt
tests, do not send pkgname with arch via the status-fd
tree
|
commitdiff
2013-10-15
Michael Vogt
Merge remote-tracking branch 'upstream/debian/sid'...
tree
|
commitdiff
2013-10-15
Michael Vogt
fix logic for finding what package dpkg means in the...
tree
|
commitdiff
2013-10-14
David Kalnischkies
fix progress-segfault in case of dpkg errors/prompts
tree
|
commitdiff
2013-10-14
Michael Vogt
re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm...
tree
|
commitdiff
2013-10-14
Michael Vogt
rename APT::Progress::Packagemanager Started->Start...
tree
|
commitdiff
2013-10-13
Michael Vogt
add APT::Progress::PackageManager::Pulse()
tree
|
commitdiff
2013-10-13
Michael Vogt
move the status-fd progress reporting out of the pkgDPk...
tree
|
commitdiff
2013-10-11
Michael Vogt
move common code into PackageManager::StatusChanged()
tree
|
commitdiff
2013-10-11
Michael Vogt
Merge branch 'debian/sid' of ssh://git.debian.org/git...
tree
|
commitdiff
2013-10-11
Michael Vogt
add missing _() around the new "Progress" string
tree
|
commitdiff
2013-10-11
Michael Vogt
first iteration of install progress refactor
tree
|
commitdiff
2013-10-09
Michael Vogt
Merge remote-tracking branch 'mvo/feature/limit-default...
tree
|
commitdiff
2013-10-09
Michael Vogt
Merge remote-tracking branch 'mvo/feature/add-upgrade...
tree
|
commitdiff
2013-10-08
Michael Vogt
apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalS...
tree
|
commitdiff
2013-10-08
Michael Vogt
Merge remote-tracking branch 'mvo/feature/dpkg-progress...
tree
|
commitdiff
2013-10-08
Michael Vogt
Merge remote-tracking branch 'mvo/feature/upgrade-with...
tree
|
commitdiff
2013-10-08
Michael Vogt
Merge remote-tracking branch 'mvo/feature/dpkg-progress...
tree
|
commitdiff
2013-10-07
Michael Vogt
fix off-by-one error in pkgDPkgPM::SetupTerminalScrollA...
tree
|
commitdiff
2013-10-07
Michael Vogt
use Dpkg::Progress-Fancy to be consitent with Dpkg...
tree
|
commitdiff
2013-10-07
Michael Vogt
add -o DpkgPM::Progress-Fancy for better dpkg progress...
tree
|
commitdiff
2013-10-05
Michael Vogt
rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NE...
tree
|
commitdiff
2013-10-05
Michael Vogt
Merge remote-tracking branch 'donkult/debian/sid' into...
tree
|
commitdiff
2013-10-05
Michael Vogt
Merge remote-tracking branch 'mvo/bugfix/dpkg-progress...
tree
|
commitdiff
2013-10-02
Michael Vogt
Merge remote-tracking branch 'origin/bugfix/dpkg-progre...
tree
|
commitdiff
2013-10-02
Michael Vogt
make dpkg progress slightly nicer
tree
|
commitdiff
2013-09-26
David Kalnischkies
don't strip :any from dependencies in single-arch
tree
|
commitdiff
2013-09-07
Michael Vogt
fix multiarch status-fd progress calculation
tree
|
commitdiff
2013-09-01
Michael Vogt
Merge branch 'debian/sid' of ssh://git.debian.org/git...
tree
|
commitdiff
2013-08-28
Michael Vogt
Merge remote-tracking branch 'mvo/feature/install-progr...
tree
|
commitdiff
2013-08-22
Michael Vogt
Merge remote-tracking branch 'mvo/bugfix/coverity'...
tree
|
commitdiff
2013-08-19
Michael Vogt
Merge pull request #3 from cbaines/debian/sid
tree
|
commitdiff
2013-08-17
Michael Vogt
Merge remote-tracking branch 'mvo/feature/apt-binary2...
tree
|
commitdiff
2013-08-17
Michael Vogt
Merge remote-tracking branch 'donkult/debian/sid' into...
tree
|
commitdiff
2013-08-17
Christian PERRIER
Merge branch 'debian/sid' of git://git.debian.org/git...
tree
|
commitdiff
2013-08-16
David Kalnischkies
allow Pre-Install-Pkgs hooks to get info over an FD...
tree
|
commitdiff
2013-08-15
David Kalnischkies
init the pkgTagFile with the size of the Release file
tree
|
commitdiff
2013-08-12
David Kalnischkies
use our _error stack to generate openpty errors
tree
|
commitdiff
2013-08-12
David Kalnischkies
do not try to chown if not run as root
tree
|
commitdiff
2013-08-10
Christian PERRIER
Merge branch 'debian/sid' of git://git.debian.org/git...
tree
|
commitdiff
2013-08-08
Michael Vogt
fix -Wall errors
tree
|
commitdiff
2013-08-08
David Kalnischkies
use pkgTagFile to parse "header" of Release files
tree
|
commitdiff
2013-08-05
Michael Vogt
Merge remote-tracking branch 'upstream/debian/sid'...
tree
|
commitdiff
2013-07-28
Michael Vogt
Merge remote-tracking branch 'mvo/bugfix/coverity'...
tree
|
commitdiff
2013-07-26
Michael Vogt
fix some coverity chroot() releated warnings
tree
|
commitdiff
2013-07-25
Michael Vogt
delete targets data
tree
|
commitdiff
2013-07-24
Michael Vogt
Merge remote-tracking branch 'upstream/debian/sid'
tree
|
commitdiff
2013-07-17
Michael Vogt
Merge remote-tracking branch 'geissert/proxy-keep-alive...
tree
|
commitdiff
2013-07-17
Michael Vogt
Merge remote-tracking branch 'donkult/debian/sid' into...
tree
|
commitdiff
2013-07-16
David Kalnischkies
fix if-clause to generate hook-info for 'rc' packages
tree
|
commitdiff
2013-07-11
Michael Vogt
Add DPkgPM::Progress for terminal install progress
tree
|
commitdiff
2013-07-11
David Kalnischkies
implement arch+= and arch-= for sources.list
tree
|
commitdiff
2013-07-11
David Kalnischkies
Version 3 for DPkg::Pre-Install-Pkgs with MultiArch...
tree
|
commitdiff
2013-07-02
Michael Vogt
Merge remote-tracking branch 'donkult/debian/sid' into...
tree
|
commitdiff
2013-06-20
David Kalnischkies
handle missing "Description" in apt-cache show
tree
|
commitdiff
2013-05-08
Michael Vogt
merged from the debian-wheezy branch
tree
|
commitdiff
2013-04-08
Michael Vogt
merged bundle from david
tree
|
commitdiff
2013-04-08
Michael Vogt
merged lp:~mvo/apt/add-missing-dsc-hashes
tree
|
commitdiff
2013-04-03
David Kalnischkies
share version strings between same versions (of differe...
tree
|
commitdiff
2013-04-02
Michael Vogt
merged lp:~mvo/apt/fix-inrelease5
tree
|
commitdiff
2013-04-01
David Kalnischkies
micro-optimize and enhance readability of ListParser...
tree
|
commitdiff
2013-04-01
David Kalnischkies
* apt-pkg/deb/debversion.cc:
tree
|
commitdiff
2013-03-26
Michael Vogt
merge stuff from donkult
tree
|
commitdiff
2013-03-22
Michael Vogt
merged lp:~mvo/apt/fix-tagfile-hash
tree
|
commitdiff
2013-03-22
Michael Vogt
merged the debian-wheezy branch
tree
|
commitdiff
2013-03-18
David Kalnischkies
* apt-pkg/deb/debindexfile.cc,
tree
|
commitdiff
next