Michael Vogt
b16c26174f
* apt-pkg/contrib/hashes.h:
- fix anohter missing cstring include
15 years ago
Michael Vogt
da50ba30b3
apt-pkg/deb/dpkgpm.cc:
- ignore EINTR on select()
15 years ago
Michael Vogt
60504a4198
* merged from the mvo branch
15 years ago
Michael Vogt
4f333a8bea
* make apt build with g++ 4.3
15 years ago
Michael Vogt
a3259857ed
* make apt build with g++ 4.3
15 years ago
Michael Vogt
d4db3e0afc
* dpkg-triggers: Deal properly with new package states.
15 years ago
Michael Vogt
646501c8fd
apt-pkg/deb/dpkgpm.cc:
- comment out dpkg trigger messages, those seem to be not generated by
dpkg over the status fd
15 years ago
bubulle@debian.org
74bc8bb9d6
Convert to UTF-8
15 years ago
bubulle@debian.org
b029e72b14
Danish translation update
15 years ago
Michael Vogt
9d06bc808c
* dpkg-triggers: Deal properly with new package states.
15 years ago
Michael Vogt
8398ac36e4
apt-pkg/deb/dpkgpm.cc:
- remove leading "\n"
15 years ago
Michael Vogt
2e1715eabc
* write start/end log tags
15 years ago
bubulle@debian.org
5bee7f1ad2
Vietnamese translation update
15 years ago
Michael Vogt
0b2f4b123a
* test/fake-status:
- make the fake package architecture all to make the testsuit
work on all arches
15 years ago
Michael Vogt
6b4fbf83a4
* merged from apt--mvo
15 years ago
Michael Vogt
6ec741fe69
* test/pre-upload-check.py:
- add pointer to test-data-repo
15 years ago
Michael Vogt
7a59dff657
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
15 years ago
Michael Vogt
adb81c02dc
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
15 years ago
Michael Vogt
7f3142149d
* apt-pkg/pkgcachegen.cc:
- increase default mmap size
* tests/local-repo:
- added local repository testcase
15 years ago
Michael Vogt
f3f7e00a62
* merged from dpkg-log branch
15 years ago
Michael Vogt
c3a7357e82
* merged from dpkg-log branch
15 years ago
Michael Vogt
bb8cbb9a85
* apt-pkg/deb/dpkgpm.cc:
- on error in select() continue
15 years ago
Michael Vogt
3525c773c1
* merged from sha256 branch
15 years ago
Michael Vogt
680eec306f
* merged dpkg-log branch
15 years ago
bubulle@debian.org
9592bc5434
Fix changelog entry for 0.7.2 with the correct translator's name. Closes : #423272
15 years ago
Otavio Salvador
5820530d3d
* Reset curl options and timestamp between downloaded files. Thanks to
Ryan Murray <rmurray@debian.org> for the patch (closes : #437150 )
15 years ago
Michael Vogt
5177f8024b
* apt-pkg/pkgcachegen.cc:
- increase default mmap size
* tests/local-repo:
- added local repository testcase
15 years ago
bubulle@debian.org
0901de85e2
Basque translation update
15 years ago
Michael Vogt
95f4572796
* apt-pkg/acquire-worker.cc:
- only pass a hash if we actually got one from the method
* methods/copy.cc:
- take hashes here too (*sigh*)
15 years ago
Otavio Salvador
ded1499981
* Add hash support to copy method. Thanks Anders Kaseorg by the patch
(closes : #436055 )
15 years ago
Michael Vogt
1ba381717c
* apt-pkg/deb/dpkgpm.{cc,h}:
move term_out into DPkgPM class
15 years ago
Michael Vogt
917832191a
* merged with dpkg-log branch
15 years ago
Michael Vogt
a4cf366591
* apt-pkg/deb/dpkgpm.cc:
- do not fail if openpty() fails
15 years ago
bubulle@debian.org
cfc65c4a38
Update changelog as well
15 years ago
bubulle@debian.org
7aad68279b
Updated French translation
15 years ago
bubulle@debian.org
c79dc7ed43
Regenerate PO(T) files
15 years ago
Michael Vogt
3538cecfed
* added missing test/fake-status file
15 years ago
Michael Vogt
4b7c5a3fe8
* make apt -Wall clean
15 years ago
Michael Vogt
7fc9db7c75
* apt-inst/contrib/extracttar.cc:
- fix fd leak for zero size files (thanks to Bill Broadley for
reporting this bug)
* apt-pkg/acquire-item.cc:
- remove zero size files on I-M-S hit
* methods/https.cc:
- only send LastModified if we actually have one
- send range request with if-range
- delete failed downloads
* apt-pkg/deb/dpkgpm.{cc,h}:
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
(ABI break)
* merged apt--sha256 branch to fully support the new
sha256 checksums in the Packages and Release files
(ABI break)
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
directory downloading on non-linux architectures (closes : #435597 )
15 years ago
Michael Vogt
b7f9f8fc3c
* merged from dpkg-log branch
15 years ago
Michael Vogt
4aaa50a3f7
* test/pre-upload-check.py:
- commit initial testsuit code to do a blackbox test on the
generated binary to catch common problem before a upload
15 years ago
Michael Vogt
608c766dc1
* apt-pkg/init.cc:
- init Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- only work with term_out if it is not NULL
15 years ago
Michael Vogt
c3279b9d10
(ABI break)
* merged apt--sha256 branch to fully support the new
sha256 checksums in the Packages and Release files
(ABI break)
15 years ago
Michael Vogt
5aa5a030bb
* merged from dpkg-log branch
15 years ago
Michael Vogt
8da1f029b7
* doc/examples/configure-index:
- updated Dir::Log::Terminal
* apt-pkg/deb/dpkgpm.cc:
- make the terminal log optional
- rename Dir::Log::Name to Dir::Log::Terminal
15 years ago
Michael Vogt
0408d8c3b2
* apt-pkg/deb/dpkgpm.{cc,h}:
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
ABI break
15 years ago
Michael Vogt
b84fa7158d
* apt-pkg/acquire-item.cc:
- remove zero size files on I-M-S hit
* methods/https.cc:
- only send LastModified if we actually have one
- send range request with if-range
- delete failed downloads
15 years ago
Michael Vogt
a1e9299a94
debian/changelog: updated credits
15 years ago
Michael Vogt
4c49961112
* methods/https.cc:
- only send i-m-s if last-modified is > 0
- instead of resume send a range: if-range: custom header
- merge 304 detection patch from thom may (thanks!)
* apt-pkg/acquire-item.cc:
- remove empty files on i-m-s hits from partial/
15 years ago
Michael Vogt
57539d9e05
* apt-inst/contrib/extracttar.cc:
- fix fd leak for zero size files
15 years ago