Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | 2009-06-30 | 1 | -19/+13 |
| | |||||
* | * apt-pkg/contrib/progress.cc | Michael Vogt | 2006-12-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | - only check time on precent boundaries (seems to make a real difference on ARM, see debian #398381) * apt-pkg/contrib/sha256.cc: - added #pragma interface * apt-pkg/contrib/sha256.h: - remove unneeded stdint.h include * apt-pkg/vendorlist.cc: - fix qualifier to make it build with -O0 * po/: - make update-po | ||||
* | * apt-pkg/contrib/sha256.cc: | Michael Vogt | 2006-07-24 | 1 | -4/+4 |
| | | | | - fix the sha256 code (thanks to Jakob Bohm, closes: #378183) | ||||
* | * apt-pkg/contrib/sha256.cc: | Michael Vogt | 2006-05-16 | 1 | -1/+4 |
| | | | | | The patch below fixes the problem by open-coding the ntohl() call and combining it with a byte-by-byte load of the 32-bit word. | ||||
* | * added ajs patch | Michael Vogt | 2006-03-08 | 1 | -0/+421 |