summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* * some comments about the pkgAcqMetaSig::Custom600Headers() addedMichael Vogt2004-12-231-0/+7
* * removed Release.gpg files in partial/ before fetching a new oneMichael Vogt2004-12-231-9/+4
* * changelog updated, version is now 0.6.27ubuntu4; added DEB_BUILD_PROG_OPTS ...Michael Vogt2004-12-231-3/+9
* * if a sign-file download fails, delete the the partial download in "partial/...Michael Vogt2004-12-231-0/+3
* * merged changes from the conferenceMichael Vogt2004-12-2033-347/+1468
* * imported the changes from 0.5.30 to 0.5.30ubuntu2Michael Vogt2004-11-231-1/+4
* Packages.bz2 support from Michael VogtMatt Zimmerman2004-11-152-3/+30
* Increase Dpkg::MaxArgs and Dpkg::MaxArgBytesMatt Zimmerman2004-11-131-2/+2
* * Fix typo in error message when encountering unknown t...Arch Librarian2004-09-201-2/+2
* * Increase length of line buffer in ReadConfigFile to 1...Arch Librarian2004-09-201-2/+6
* * Implement an ugly workaround for the 10000-character ...Arch Librarian2004-09-202-6/+27
* StatError to avoid a sometimes large batch of error messagesArch Librarian2004-09-201-1/+5
* * Print a slightly clearer error message if no packagin...Arch Librarian2004-09-201-2/+2
* buffer in the very unlikely event that someone adds 10 ...Arch Librarian2004-09-201-1/+3
* * Restore SIGINT/SIGQUIT handlers to their old values (...Arch Librarian2004-09-201-5/+9
* * Initialize StatusFile in debSystem (Closes: #229791)Arch Librarian2004-09-201-1/+2
* * Fix debSourcesIndex::Describe() to correctly say "Sou...Arch Librarian2004-09-201-3/+3
* * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fixArch Librarian2004-09-201-2/+2
* * Move comment for ListParser::ParseDepends into the ri...Arch Librarian2004-09-201-6/+7
* * Patch from Koblinger Egmont <egmont@uhulinux.hu> to f...Arch Librarian2004-09-201-1/+13
* Back out fix for now; not sure I want to bump the lib v...Arch Librarian2004-09-201-6/+2
* * Small bugfix to pkgRecords to prevent a segfault if t...Arch Librarian2004-09-201-2/+6
* * Correct the section in apt_preferences(5) on interpre...Arch Librarian2004-09-201-3/+9
* Mark the type abbrevation warning as translatableArch Librarian2004-09-201-2/+2
* * Only try to clear stdin if it is a tty, to avoid loop...Arch Librarian2004-09-201-2/+2
* * Give a warning if an illegal type abbreviation is use...Arch Librarian2004-09-201-8/+12
* - Clean up some string handling, patch from Peter LundkvistArch Librarian2004-09-201-3/+3
* - Don't fall off the end of the buffer when comparing v...Arch Librarian2004-09-201-3/+3
* Fix segfault when handling /etc/apt/preferences.Arch Librarian2004-09-201-3/+7
* Fix api breakage caused when attempting to support bloc...Arch Librarian2004-09-202-40/+23
* Fix status file parser so that if a record is larger th...Arch Librarian2004-09-202-23/+40
* APT::Immediate-Configure had inverted semantics(false m...Arch Librarian2004-09-201-2/+2
* When building the dpkg command line, allow for 8192 cha...Arch Librarian2004-09-201-2/+2
* Fix origin pins for file:// uris.Arch Librarian2004-09-201-6/+4
* Typo fixes.Arch Librarian2004-09-202-5/+5
* Add INTLLIBS to various parts, so netbsd-i386 works.Arch Librarian2004-09-201-1/+1
* Only set the text domain if APT_DOMAIN is defined(it's ...Arch Librarian2004-09-201-1/+3
* Add safe_snprintfArch Librarian2004-09-202-4/+29
* Use snprintf. Observed by Brian M. HuntArch Librarian2004-09-201-2/+2
* Report uris with '.gz' when there are errors.Arch Librarian2004-09-201-2/+2
* Double default value of APT::Cache-Limit, until such ti...Arch Librarian2004-09-201-3/+3
* Remove unused variablesArch Librarian2004-09-201-4/+1
* Remove \r escape sequence for the sake of gettextArch Librarian2004-09-201-3/+3
* G++ 3.2 fixesArch Librarian2004-09-201-3/+3
* Fix lame sort errors in priocmp found by GustavoArch Librarian2004-09-201-6/+6
* Tidy style for new dpkg version compare functionArch Librarian2004-09-201-37/+37
* Test for timegm in configure.Arch Librarian2004-09-201-2/+8
* New deb version compare function, that has no integer l...Arch Librarian2004-09-201-47/+21
* s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...Arch Librarian2004-09-202-3/+3
* Some more g++-3.2 fixes.Arch Librarian2004-09-204-7/+9