Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * merged the no-pragma branch | Michael Vogt | 2006-12-14 | 13 | -43/+4 |
|\ | |||||
| * | * removed the remaining #ifdef __GNUG__ that are no longer required | Michael Vogt | 2006-10-02 | 2 | -4/+0 |
| * | * remove the remaining #ifdef __GNUG__ bits | Michael Vogt | 2006-10-02 | 2 | -4/+0 |
| * | * removed the pragma mess | Michael Vogt | 2006-10-02 | 13 | -35/+4 |
* | | * merged with apt--debian-sid | Michael Vogt | 2006-12-14 | 3 | -2/+8 |
|\ \ | |||||
| * | | * apt-pkg/contrib/progress.cc | Michael Vogt | 2006-12-07 | 3 | -2/+8 |
| |/ | |||||
* | | * merged with mainline | Michael Vogt | 2006-07-26 | 1 | -4/+4 |
|\| | |||||
| * | * apt-pkg/contrib/sha256.cc: | Michael Vogt | 2006-07-24 | 1 | -4/+4 |
* | | merged with the debian-sid branch | Michael Vogt | 2006-05-17 | 4 | -1/+503 |
|\| | |||||
| * | * apt-pkg/contrib/sha256.cc: | Michael Vogt | 2006-05-16 | 1 | -1/+4 |
| * | * added ajs patch | Michael Vogt | 2006-03-08 | 4 | -1/+500 |
* | | * merged with apt--mvo | Michael Vogt | 2005-11-30 | 8 | -79/+79 |
|\| | |||||
| * | * fix for #340448 | Michael Vogt | 2005-11-23 | 1 | -0/+1 |
| * | * applied parts of the string speedup patch from debian #319377 (ABI change) | Michael Vogt | 2005-11-23 | 7 | -79/+78 |
* | | * merged with apt--mvo | Michael Vogt | 2005-10-19 | 1 | -1/+1 |
|\| | |||||
| * | * sparc64 alignment fix | Michael Vogt | 2005-10-19 | 1 | -1/+1 |
* | | * merged ddtp support | Michael Vogt | 2005-10-17 | 2 | -2/+46 |
|\ \ | |/ |/| | |||||
| * | * updated with mainline | Michael Vogt | 2005-08-30 | 4 | -7/+71 |
| * | * merged with otavios branch | Michael Vogt | 2005-06-08 | 6 | -5/+13 |
| * | Sync with apt@packages.debian.org/apt--main--0--patch-75 | Otavio Salvador | 2005-03-30 | 2 | -2/+2 |
| |\ | |||||
| * | | Remove a unused var. | Otavio Salvador | 2005-03-23 | 1 | -1/+1 |
| * | | Port DDTP to APT 0.6 branch | Otavio Salvador | 2005-03-23 | 2 | -2/+46 |
* | | | * leak fix for debian #250583 | Michael Vogt | 2005-09-28 | 1 | -2/+2 |
* | | | * merged from main | Michael Vogt | 2005-08-09 | 4 | -7/+71 |
* | | | * merged with my apt--fixes--0 branch | Michael Vogt | 2005-05-23 | 6 | -5/+13 |
| |/ |/| | |||||
* | | Bring consistency to the use of capitals in programs messages | Christian Perrier | 2005-03-06 | 2 | -2/+2 |
|/ | |||||
* | Fix syntax in sha1.cc | Matt Zimmerman | 2005-02-04 | 1 | -2/+2 |
* | allow SHA1Summation to process a file descriptor until EOF | Matt Zimmerman | 2005-02-04 | 1 | -3/+8 |
* | Merge michael.vogt@canonical.com--2004/apt--status-fd--0 | Matt Zimmerman | 2005-01-19 | 2 | -3/+4 |
* | Merge misc-abi-changes | Matt Zimmerman | 2004-12-13 | 2 | -4/+4 |
* | * Increase length of line buffer in ReadConfigFile to 1... | Arch Librarian | 2004-09-20 | 1 | -2/+6 |
* | Mark the type abbrevation warning as translatable | Arch Librarian | 2004-09-20 | 1 | -2/+2 |
* | * Give a warning if an illegal type abbreviation is use... | Arch Librarian | 2004-09-20 | 1 | -8/+12 |
* | - Clean up some string handling, patch from Peter Lundkvist | Arch Librarian | 2004-09-20 | 1 | -3/+3 |
* | Typo fixes. | Arch Librarian | 2004-09-20 | 1 | -3/+3 |
* | Add safe_snprintf | Arch Librarian | 2004-09-20 | 2 | -4/+29 |
* | Remove \r escape sequence for the sake of gettext | Arch Librarian | 2004-09-20 | 1 | -3/+3 |
* | Test for timegm in configure. | Arch Librarian | 2004-09-20 | 1 | -2/+8 |
* | Some more g++-3.2 fixes. | Arch Librarian | 2004-09-20 | 2 | -4/+5 |
* | Fix segfault in FindAny when /i is used, and there is n... | Arch Librarian | 2004-09-20 | 1 | -2/+2 |
* | _config->Dump is now inlined, and calls Dump(clog). Du... | Arch Librarian | 2004-09-20 | 2 | -5/+7 |
* | PD license | Arch Librarian | 2004-09-20 | 3 | -4/+10 |
* | Increase ReadMessages buffer. #111914 | Arch Librarian | 2004-09-20 | 1 | -2/+2 |
* | Correct neuros problem with no source directory | Arch Librarian | 2004-09-20 | 1 | -3/+3 |
* | Speeling correction | Arch Librarian | 2004-09-20 | 1 | -2/+2 |
* | Use std C++ header names for includes | Arch Librarian | 2004-09-20 | 1 | -2/+2 |
* | Fixed -- argument bug | Arch Librarian | 2004-09-20 | 1 | -1/+4 |
* | Fixed string parsing, Bug #100046 | Arch Librarian | 2004-09-20 | 1 | -2/+2 |
* | Restored GCC 2.95 compilability | Arch Librarian | 2004-09-20 | 2 | -5/+18 |
* | Reverted CheckDomainList and LookupTag while adding new... | Arch Librarian | 2004-09-20 | 2 | -14/+97 |