| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
- add missing "Release" file uri when apt-get update --print-uris
is run
|
| |
|
|
| |
- merged patch from Kees Cook to fix anoying upper-case display
on amd64 in sbuild
|
| |\
| |
| |
| | |
for apt-get update like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
|
| | |
| |
| |
| |
| |
| | |
- move the RunScripts() code into fileutl.{cc,h}
* apt-pkg/cachefile.cc:
- add support for "APT::Update::{Pre,Post}-Invoke" scripts
|
| | | |
|
| | |
| |
| |
| | |
getting crazy when /dev/null is redirected to stdin (which breaks
buildds), closes: #452858.
|
| | | |
|
| | |
| |
| |
| | |
to add backward support for arches that lacks pselect support,
closes: #448406.
|
| | |
| |
| | |
for the Homepage field, closes: #447970.
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- use pselect() instead of select()
- on EIO error on pty master read, usleep(0.5s) to give up timeslice
so that the child can properly exit
|
| |\| |
| | |
| | |
| | | |
apt-get check is successfull)
|
| | | |
| | |
| | |
| | | |
- fix resource leak
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | | |
- remove leading "\n"
|
| | | | |
|
| | | |
| | |
| | | |
in unspecified behaviour;
|
| | | |
| | |
| | | |
string constant to 'char*';
|
| | | |
| | |
| | |
| | | |
- make it compileable
|
| | | | |
|
| | | |
| | |
| | |
| | | |
- ignore EINTR on select()
|
| | | |
| | |
| | |
| | |
| | | |
- comment out dpkg trigger messages, those seem to be not generated by
dpkg over the status fd
|
| |/ / |
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
- on error in select() continue
|
| | | |
| | |
| | |
| | | |
move term_out into DPkgPM class
|
| |\| | |
|
| | | |
| | |
| | |
| | | |
- do not fail if openpty() fails
|
| | | | |
|
| |\| | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- init Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- only work with term_out if it is not NULL
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* merged apt--sha256 branch to fully support the new
sha256 checksums in the Packages and Release files
(ABI break)
|
| | | | |
| | | |
| | | |
| | | | |
and fallback
|
| |\ \ \ \
| | |/ /
| |/| | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- updated Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- make the terminal log optional
- rename Dir::Log::Name to Dir::Log::Terminal
|
| |\| | |
| | | |
| | | |
| | | |
| | | | |
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
ABI break
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- a bit cleanup
- move the log date to the right place
- write log to dir::log::name
apt-pkg/init.cc:
- init dir::log::name "/var/log/apt/term.log"
debian/apt.dirs:
- create /var/log/apt/
doc/examples/configure-index:
- add new dir::log::name to the index
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
- move output processing ProcessDpkgStatusLine() and out of the
Go() method (yeah!) - things start to look more tidy now
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
- move make dpkgstatus processing into DoDpkgStatusFd()
and ProcessDpkgStatusLine() [the later is a stub for now]
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
- merge select() based terminal log
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- run DoStdin(), DoTerminalPty() calls only if their FD is in the
returned set after select()
|
| | | | | |
| | | | |
| | | | |
| | | | | |
- write current time to log
|
| | | | | |
| | | | |
| | | | |
| | | | | |
- unbreak progress reporting, make code nicer
|
| | | | | |
| | | | |
| | | | |
| | | | | |
- move the terminal and stdin reading into its own functions
|
| | |/ / /
| | | |
| | | |
| | | | |
- use select() to check for new data
|
| | | | | |
|
| | |\ \ \ |
|
| | |_|/ /
|/| | |
| | | | |
support to add lzma support (closes: #408201)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- apt-pkg/contrib/configuration.cc: wrong argument type;
- apt-pkg/deb/dpkgpm.cc: wrong signess;
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
- methods/https.cc:
- type conversion;
- unused variable;
- changed SetupProxy() method to void;
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ / |
closes: #306937 (thanks to Andreas Henriksson for the patch)
|