summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Collapse)AuthorAgeFilesLines
* * Give a warning if an illegal type abbreviation is use...Arch Librarian2004-09-201-8/+12
| | | | | | | 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)
* - Clean up some string handling, patch from Peter LundkvistArch Librarian2004-09-201-3/+3
| | | | | | | 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)
* - Don't fall off the end of the buffer when comparing v...Arch Librarian2004-09-201-3/+3
| | | | | | Author: mdz Date: 2003-07-18 14:13:59 GMT - Don't fall off the end of the buffer when comparing versions.
* Fix segfault when handling /etc/apt/preferences.Arch Librarian2004-09-201-3/+7
| | | | | | Author: doogie Date: 2003-05-19 17:58:26 GMT Fix segfault when handling /etc/apt/preferences.
* Fix api breakage caused when attempting to support bloc...Arch Librarian2004-09-202-40/+23
| | | | | | | 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.
* Fix status file parser so that if a record is larger th...Arch Librarian2004-09-202-23/+40
| | | | | | | 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.
* APT::Immediate-Configure had inverted semantics(false m...Arch Librarian2004-09-201-2/+2
| | | | | | | Author: doogie Date: 2003-04-27 03:04:15 GMT APT::Immediate-Configure had inverted semantics(false meant it was enabled).
* When building the dpkg command line, allow for 8192 cha...Arch Librarian2004-09-201-2/+2
| | | | | | | 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.
* Fix origin pins for file:// uris.Arch Librarian2004-09-201-6/+4
| | | | | | Author: doogie Date: 2003-04-24 03:16:58 GMT Fix origin pins for file:// uris.
* Typo fixes.Arch Librarian2004-09-202-5/+5
| | | | | | Author: doogie Date: 2003-02-10 01:40:58 GMT Typo fixes.
* Add INTLLIBS to various parts, so netbsd-i386 works.Arch Librarian2004-09-201-1/+1
| | | | | | Author: doogie Date: 2003-02-09 22:02:45 GMT Add INTLLIBS to various parts, so netbsd-i386 works.
* Only set the text domain if APT_DOMAIN is defined(it's ...Arch Librarian2004-09-201-1/+3
| | | | | | | 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).
* Add safe_snprintfArch Librarian2004-09-202-4/+29
| | | | | | Author: jgg Date: 2003-02-02 22:20:27 GMT Add safe_snprintf
* Use snprintf. Observed by Brian M. HuntArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2003-02-02 22:19:17 GMT Use snprintf. Observed by Brian M. Hunt
* Report uris with '.gz' when there are errors.Arch Librarian2004-09-201-2/+2
| | | | | | Author: doogie Date: 2003-02-02 03:13:13 GMT Report uris with '.gz' when there are errors.
* Double default value of APT::Cache-Limit, until such ti...Arch Librarian2004-09-201-3/+3
| | | | | | | 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.
* Remove unused variablesArch Librarian2004-09-201-4/+1
| | | | | | Author: jgg Date: 2003-01-27 00:05:59 GMT Remove unused variables
* Remove \r escape sequence for the sake of gettextArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2003-01-11 07:17:04 GMT Remove \r escape sequence for the sake of gettext
* G++ 3.2 fixesArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2003-01-11 07:16:33 GMT G++ 3.2 fixes
* Fix lame sort errors in priocmp found by GustavoArch Librarian2004-09-201-6/+6
| | | | | | Author: jgg Date: 2002-11-28 18:49:16 GMT Fix lame sort errors in priocmp found by Gustavo
* Tidy style for new dpkg version compare functionArch Librarian2004-09-201-37/+37
| | | | | | Author: jgg Date: 2002-11-23 07:54:36 GMT Tidy style for new dpkg version compare function
* Test for timegm in configure.Arch Librarian2004-09-201-2/+8
| | | | | | Author: doogie Date: 2002-11-22 07:15:23 GMT Test for timegm in configure.
* New deb version compare function, that has no integer l...Arch Librarian2004-09-201-47/+21
| | | | | | | 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.
* s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...Arch Librarian2004-09-202-3/+3
| | | | | | | 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.
* Some more g++-3.2 fixes.Arch Librarian2004-09-204-7/+9
| | | | | | Author: doogie Date: 2002-11-11 06:55:50 GMT Some more g++-3.2 fixes.
* Display both current version and new version in apt-get -s.Arch Librarian2004-09-201-7/+12
| | | | | | Author: doogie Date: 2002-11-09 23:10:32 GMT Display both current version and new version in apt-get -s.
* Remove 'Sorry' from messages.Arch Librarian2004-09-201-2/+2
| | | | | | Author: doogie Date: 2002-11-09 20:38:02 GMT Remove 'Sorry' from messages.
* Fix segfault in FindAny when /i is used, and there is n...Arch Librarian2004-09-201-2/+2
| | | | | | Author: doogie Date: 2002-11-09 19:52:03 GMT Fix segfault in FindAny when /i is used, and there is no default.
* _config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian2004-09-202-5/+7
| | | | | | | 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.
* Fix some unlikely segfaultsArch Librarian2004-09-203-7/+7
| | | | | | Author: jgg Date: 2002-11-06 06:43:14 GMT Fix some unlikely segfaults
* Gettext stuffArch Librarian2004-09-202-3/+11
| | | | | | Author: jgg Date: 2002-10-16 05:21:33 GMT Gettext stuff
* PD licenseArch Librarian2004-09-203-4/+10
| | | | | | Author: jgg Date: 2002-09-14 05:28:38 GMT PD license
* Don't die if lines in sources.list are too long. Closes...Arch Librarian2004-09-201-2/+5
| | | | | | Author: jgg Date: 2002-07-08 04:18:07 GMT Don't die if lines in sources.list are too long. Closes: #146846
* Fix nother end of file parsing bugArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2002-07-08 03:39:06 GMT Fix nother end of file parsing bug
* Gustavo Niemeyer stuff for RPM file dependsArch Librarian2004-09-203-11/+99
| | | | | | Author: jgg Date: 2002-07-08 03:13:30 GMT Gustavo Niemeyer stuff for RPM file depends
* Fix small memory leak in the sourcelistArch Librarian2004-09-202-3/+23
| | | | | | Author: jgg Date: 2002-07-01 21:41:11 GMT Fix small memory leak in the sourcelist
* Fix last fix, make sure we read something before giving upArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2002-05-30 04:19:48 GMT Fix last fix, make sure we read something before giving up
* 'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian2004-09-202-4/+15
| | | | | | Author: jgg Date: 2002-04-27 04:28:04 GMT 'apt-get update' no longer does 'Building Dependency Tree'.
* Increase ReadMessages buffer. #111914Arch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2002-04-26 05:52:27 GMT Increase ReadMessages buffer. #111914
* Prevent protected packages from being DoUpgradedArch Librarian2004-09-201-1/+3
| | | | | | Author: jgg Date: 2002-04-26 05:36:20 GMT Prevent protected packages from being DoUpgraded
* Force file perms to 0644 for cache and lists.Arch Librarian2004-09-202-11/+25
| | | | | | Author: jgg Date: 2002-04-26 05:35:57 GMT Force file perms to 0644 for cache and lists.
* Make sure or group mode is always leftArch Librarian2004-09-201-6/+11
| | | | | | | Author: jgg Date: 2002-04-25 05:45:18 GMT Make sure or group mode is always left Fix a few missed Changed flags
* Configurable max values to use with dpkgArch Librarian2004-09-201-8/+9
| | | | | | Author: jgg Date: 2002-04-24 05:40:47 GMT Configurable max values to use with dpkg
* Correct neuros problem with no source directoryArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 2002-04-24 05:02:40 GMT Correct neuros problem with no source directory
* Speeling correctionArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2002-04-18 05:08:49 GMT Speeling correction
* Ignore pipe failured for package list sub process. Clos...Arch Librarian2004-09-201-7/+2
| | | | | | Author: jgg Date: 2002-04-02 06:42:39 GMT Ignore pipe failured for package list sub process. Closes: #89830
* Improved message for pre-depends/depend loopsArch Librarian2004-09-201-5/+8
| | | | | | Author: jgg Date: 2002-04-02 06:01:49 GMT Improved message for pre-depends/depend loops
* Added OR group handling to ResolveByKeep. Fixes 133950Arch Librarian2004-09-201-41/+38
| | | | | | Author: jgg Date: 2002-04-02 05:55:24 GMT Added OR group handling to ResolveByKeep. Fixes 133950
* Use std C++ header names for includesArch Librarian2004-09-204-8/+8
| | | | | | Author: jgg Date: 2002-03-26 07:38:57 GMT Use std C++ header names for includes
* Fix tag file parser underrun #139328Arch Librarian2004-09-201-28/+14
| | | | | | Author: jgg Date: 2002-03-26 07:22:31 GMT Fix tag file parser underrun #139328