summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Collapse)Author
2004-11-13Increase Dpkg::MaxArgs and Dpkg::MaxArgBytesMatt Zimmerman
* Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k. Needed to work around ordering bugs when installing a large number of packages
2004-09-20* Fix typo in error message when encountering unknown t...Arch Librarian
Author: mdz Date: 2004-06-07 23:08:00 GMT * Fix typo in error message when encountering unknown type in source list (Closes: #253217)
2004-09-20* Increase length of line buffer in ReadConfigFile to 1...Arch Librarian
Author: mdz Date: 2004-04-30 04:00:15 GMT * Increase length of line buffer in ReadConfigFile to 1024 chars; detect if a line is longer than that and error out (Closes: #244835)
2004-09-20* Implement an ugly workaround for the 10000-character ...Arch Librarian
Author: mdz Date: 2004-03-17 05:58:54 GMT * Implement an ugly workaround for the 10000-character limit on the Binaries field in debSrcRecordParser, until such time as some things can be converted over to use STL data types (ABI change) (Closes: #236688) * Increase default tagfile buffer from 32k to 128k; this arbitrary limit should also be removed someday (Closes: #174945)
2004-09-20StatError to avoid a sometimes large batch of error messagesArch Librarian
Author: mdz Date: 2004-03-17 05:17:11 GMT StatError to avoid a sometimes large batch of error messages (Closes: #234685)
2004-09-20* Print a slightly clearer error message if no packagin...Arch Librarian
Author: mdz Date: 2004-02-27 00:46:44 GMT * Print a slightly clearer error message if no packaging systems are available (Closes: #233681)
2004-09-20buffer in the very unlikely event that someone adds 10 ...Arch Librarian
Author: mdz Date: 2004-02-27 00:43:16 GMT buffer in the very unlikely event that someone adds 10 packaging systems to apt (Closes: #233678)
2004-09-20* Restore SIGINT/SIGQUIT handlers to their old values (...Arch Librarian
Author: mdz Date: 2004-01-27 02:25:01 GMT * Restore SIGINT/SIGQUIT handlers to their old values (rather than SIG_DFL) after invoking dpkg (Closes: #229854)
2004-09-20* Initialize StatusFile in debSystem (Closes: #229791)Arch Librarian
Author: mdz Date: 2004-01-26 17:01:53 GMT * Initialize StatusFile in debSystem (Closes: #229791)
2004-09-20* Fix debSourcesIndex::Describe() to correctly say "Sou...Arch Librarian
Author: mdz Date: 2004-01-04 07:41:30 GMT * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than "Packages"
2004-09-20* Patch from Koblinger Egmont <egmont@uhulinux.hu> to fixArch Librarian
Author: mdz Date: 2003-10-09 23:15:25 GMT * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix pkgCache::PkgFileIterator::Label() to correcctly refer to File->Label rather than File->Origin (Closes: #213311)
2004-09-20* Move comment for ListParser::ParseDepends into the ri...Arch Librarian
Author: mdz Date: 2003-09-22 04:16:26 GMT * Move comment for ListParser::ParseDepends into the right place
2004-09-20* Patch from Koblinger Egmont <egmont@uhulinux.hu> to f...Arch Librarian
Author: mdz Date: 2003-09-10 23:39:49 GMT * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version comparisons with '~' (Closes: #205960)
2004-09-20Back out fix for now; not sure I want to bump the lib v...Arch Librarian
Author: mdz Date: 2003-09-02 04:52:16 GMT Back out fix for now; not sure I want to bump the lib version yet
2004-09-20* Small bugfix to pkgRecords to prevent a segfault if t...Arch Librarian
Author: mdz Date: 2003-09-02 04:46:18 GMT * Small bugfix to pkgRecords to prevent a segfault if the pkgCache is destroyed before it (from Conectiva's apt-rpm)
2004-09-20* Correct the section in apt_preferences(5) on interpre...Arch Librarian
Author: mdz Date: 2003-08-12 00:17:37 GMT * Correct the section in apt_preferences(5) on interpreting priorities to show that zero is not a valid priority, and print a warning if such a pin is encountered in the preferences file (Closes: #204971)
2004-09-20Mark the type abbrevation warning as translatableArch Librarian
Author: mdz Date: 2003-07-26 00:27:36 GMT Mark the type abbrevation warning as translatable
2004-09-20* Only try to clear stdin if it is a tty, to avoid loop...Arch Librarian
Author: mdz Date: 2003-07-26 00:25:44 GMT * Only try to clear stdin if it is a tty, to avoid looping if there is lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
2004-09-20* Give a warning if an illegal type abbreviation is use...Arch Librarian
Author: mdz Date: 2003-07-25 20:45:13 GMT * Give a warning if an illegal type abbreviation is used when looking up a configuration item (Closes: #168453)
2004-09-20- Clean up some string handling, patch from Peter LundkvistArch Librarian
Author: mdz Date: 2003-07-18 14:15:11 GMT - Clean up some string handling, patch from Peter Lundkvist <p.lundkvist@telia.com> (Closes: #192225)
2004-09-20- Don't fall off the end of the buffer when comparing v...Arch Librarian
Author: mdz Date: 2003-07-18 14:13:59 GMT - Don't fall off the end of the buffer when comparing versions.
2004-09-20Fix segfault when handling /etc/apt/preferences.Arch Librarian
Author: doogie Date: 2003-05-19 17:58:26 GMT Fix segfault when handling /etc/apt/preferences.
2004-09-20Fix api breakage caused when attempting to support bloc...Arch Librarian
Author: doogie Date: 2003-05-19 17:13:57 GMT Fix api breakage caused when attempting to support blocks larger than 32k, by backing out the patch.
2004-09-20Fix status file parser so that if a record is larger th...Arch Librarian
Author: doogie Date: 2003-04-27 05:59:14 GMT Fix status file parser so that if a record is larger than 32k, the buffer size will be doubled, and the read attempted again.
2004-09-20APT::Immediate-Configure had inverted semantics(false m...Arch Librarian
Author: doogie Date: 2003-04-27 03:04:15 GMT APT::Immediate-Configure had inverted semantics(false meant it was enabled).
2004-09-20When building the dpkg command line, allow for 8192 cha...Arch Librarian
Author: doogie Date: 2003-04-27 03:02:40 GMT When building the dpkg command line, allow for 8192 chars to be used, instead of only 1024.
2004-09-20Fix origin pins for file:// uris.Arch Librarian
Author: doogie Date: 2003-04-24 03:16:58 GMT Fix origin pins for file:// uris.
2004-09-20Typo fixes.Arch Librarian
Author: doogie Date: 2003-02-10 01:40:58 GMT Typo fixes.
2004-09-20Add INTLLIBS to various parts, so netbsd-i386 works.Arch Librarian
Author: doogie Date: 2003-02-09 22:02:45 GMT Add INTLLIBS to various parts, so netbsd-i386 works.
2004-09-20Only set the text domain if APT_DOMAIN is defined(it's ...Arch Librarian
Author: doogie Date: 2003-02-09 20:31:05 GMT Only set the text domain if APT_DOMAIN is defined(it's not when building static libs).
2004-09-20Add safe_snprintfArch Librarian
Author: jgg Date: 2003-02-02 22:20:27 GMT Add safe_snprintf
2004-09-20Use snprintf. Observed by Brian M. HuntArch Librarian
Author: jgg Date: 2003-02-02 22:19:17 GMT Use snprintf. Observed by Brian M. Hunt
2004-09-20Report uris with '.gz' when there are errors.Arch Librarian
Author: doogie Date: 2003-02-02 03:13:13 GMT Report uris with '.gz' when there are errors.
2004-09-20Double default value of APT::Cache-Limit, until such ti...Arch Librarian
Author: doogie Date: 2003-02-02 02:44:20 GMT Double default value of APT::Cache-Limit, until such time as it can be made more dynamic.
2004-09-20Remove unused variablesArch Librarian
Author: jgg Date: 2003-01-27 00:05:59 GMT Remove unused variables
2004-09-20Remove \r escape sequence for the sake of gettextArch Librarian
Author: jgg Date: 2003-01-11 07:17:04 GMT Remove \r escape sequence for the sake of gettext
2004-09-20G++ 3.2 fixesArch Librarian
Author: jgg Date: 2003-01-11 07:16:33 GMT G++ 3.2 fixes
2004-09-20Fix lame sort errors in priocmp found by GustavoArch Librarian
Author: jgg Date: 2002-11-28 18:49:16 GMT Fix lame sort errors in priocmp found by Gustavo
2004-09-20Tidy style for new dpkg version compare functionArch Librarian
Author: jgg Date: 2002-11-23 07:54:36 GMT Tidy style for new dpkg version compare function
2004-09-20Test for timegm in configure.Arch Librarian
Author: doogie Date: 2002-11-22 07:15:23 GMT Test for timegm in configure.
2004-09-20New deb version compare function, that has no integer l...Arch Librarian
Author: doogie Date: 2002-11-22 06:59:35 GMT New deb version compare function, that has no integer limits, and supports pre-versions using ~. Code ported from dpkg.
2004-09-20s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...Arch Librarian
Author: doogie Date: 2002-11-11 07:00:16 GMT s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DOMAIN to 1, and breaks us.
2004-09-20Some more g++-3.2 fixes.Arch Librarian
Author: doogie Date: 2002-11-11 06:55:50 GMT Some more g++-3.2 fixes.
2004-09-20Display both current version and new version in apt-get -s.Arch Librarian
Author: doogie Date: 2002-11-09 23:10:32 GMT Display both current version and new version in apt-get -s.
2004-09-20Remove 'Sorry' from messages.Arch Librarian
Author: doogie Date: 2002-11-09 20:38:02 GMT Remove 'Sorry' from messages.
2004-09-20Fix segfault in FindAny when /i is used, and there is n...Arch Librarian
Author: doogie Date: 2002-11-09 19:52:03 GMT Fix segfault in FindAny when /i is used, and there is no default.
2004-09-20_config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian
Author: doogie Date: 2002-11-09 17:11:25 GMT _config->Dump is now inlined, and calls Dump(clog). Dump(ostream&) is now exported. Fixed apt-config dump sending to stderr.
2004-09-20Fix some unlikely segfaultsArch Librarian
Author: jgg Date: 2002-11-06 06:43:14 GMT Fix some unlikely segfaults
2004-09-20Gettext stuffArch Librarian
Author: jgg Date: 2002-10-16 05:21:33 GMT Gettext stuff
2004-09-20PD licenseArch Librarian
Author: jgg Date: 2002-09-14 05:28:38 GMT PD license