* apt-pkg/acquire-worker.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 14 Jul 2009 09:22:41 +0000 (11:22 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 14 Jul 2009 09:22:41 +0000 (11:22 +0200)
commit217d575b5713f4d9275177b58a36c581a7880c03
treea935fec12d3add2ba34c40d8bae17211afe158e6
parent38f5cfd8381dbdc761ba4758fb9c22c2e95498d6
* apt-pkg/acquire-worker.cc:
  - show error details of failed methods
* apt-pkg/contrib/fileutl.cc:
  - if a process aborts with signal, show signal number
* methods/http.cc:
  - ignore SIGPIPE, we deal with EPIPE from write in
    HttpMethod::ServerDie() (LP: #385144)
apt-pkg/acquire-worker.cc
apt-pkg/contrib/fileutl.cc
debian/changelog
methods/http_main.cc