* apt-pkg/acquire-worker.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 2 Jul 2009 12:07:18 +0000 (14:07 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 2 Jul 2009 12:07:18 +0000 (14:07 +0200)
commitab7f4d7ca647270ffd34b5b6c67339b0cfde51ac
tree8bbc5b1bd2adbfa72f3cc6c4ca83a3fcf902c460
parent3a998f6ad4aab8b55b5c8c35927c38b9f53018c4
* 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.cc