summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax in sha1.ccMatt Zimmerman2005-02-041-2/+2
|
* allow SHA1Summation to process a file descriptor until EOFMatt Zimmerman2005-02-041-3/+8
| | | | | | * Apply patch from Anthony Towns to allow SHA1Summation to process a file descriptor until EOF, rather than requiring that the length of input be specified (Closes: #291338)
* Merge michael.vogt@canonical.com--2004/apt--status-fd--0Matt Zimmerman2005-01-192-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-32 * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-1 * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-2 * changed version of the library * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-3 * merged with matt again * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-4 * merged with apt--main--0 and fixed permissions in po/ * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-1 tag of michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-4 * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-2 * merged with matt's tree * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-3 * removed a stupid "<<<" merge in the changelog * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-4 * star-merged with apt@packages.debian.org/apt--main--0 * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-5 * removed the "pre-fork/post-fork" change and put it into it's own branch, star-merged with matt so that it applies cleanly * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-6 * cleaned a incorrect log-file merge * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-7 * removed a conflict in =tagging-method * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-8 * cleaned up the delta so that it no longer contains unreleated whitespace changes
* Merge misc-abi-changesMatt Zimmerman2004-12-132-4/+4
| | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--misc-abi-changes--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-16 * apt@packages.debian.org/apt--misc-abi-changes--0--patch-1 Fix apt-get -s remove to not display the candidate version * apt@packages.debian.org/apt--misc-abi-changes--0--patch-2 Merge from main * apt@packages.debian.org/apt--misc-abi-changes--0--patch-3 Use pid_t throughout to hold process IDs
* * Increase length of line buffer in ReadConfigFile to 1...Arch Librarian2004-09-201-2/+6
| | | | | | | | 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)
* Mark the type abbrevation warning as translatableArch Librarian2004-09-201-2/+2
| | | | | | Author: mdz Date: 2003-07-26 00:27:36 GMT Mark the type abbrevation warning as translatable
* * 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)
* Typo fixes.Arch Librarian2004-09-201-3/+3
| | | | | | Author: doogie Date: 2003-02-10 01:40:58 GMT Typo fixes.
* Add safe_snprintfArch Librarian2004-09-202-4/+29
| | | | | | Author: jgg Date: 2003-02-02 22:20:27 GMT Add safe_snprintf
* 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
* 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.
* Some more g++-3.2 fixes.Arch Librarian2004-09-202-4/+5
| | | | | | Author: doogie Date: 2002-11-11 06:55:50 GMT Some more g++-3.2 fixes.
* 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.
* PD licenseArch Librarian2004-09-203-4/+10
| | | | | | Author: jgg Date: 2002-09-14 05:28:38 GMT PD license
* Increase ReadMessages buffer. #111914Arch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2002-04-26 05:52:27 GMT Increase ReadMessages buffer. #111914
* 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
* Use std C++ header names for includesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2002-03-26 07:38:57 GMT Use std C++ header names for includes
* Fixed -- argument bugArch Librarian2004-09-201-1/+4
| | | | | | Author: jgg Date: 2001-06-09 22:39:48 GMT Fixed -- argument bug
* Fixed string parsing, Bug #100046Arch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-06-08 05:16:39 GMT Fixed string parsing, Bug #100046
* Restored GCC 2.95 compilabilityArch Librarian2004-09-202-5/+18
| | | | | | Author: jgg Date: 2001-05-29 05:09:44 GMT Restored GCC 2.95 compilability
* Reverted CheckDomainList and LookupTag while adding new...Arch Librarian2004-09-202-14/+97
| | | | | | Author: jgg Date: 2001-05-29 04:40:34 GMT Reverted CheckDomainList and LookupTag while adding new comparision functions for iterators
* Reverted unnecessary string changesArch Librarian2004-09-201-29/+29
| | | | | | Author: jgg Date: 2001-05-27 23:30:45 GMT Reverted unnecessary string changes
* Changed comparision operatorsArch Librarian2004-09-201-8/+10
| | | | | | Author: jgg Date: 2001-05-27 05:55:27 GMT Changed comparision operators
* More ignoring of versionless packagesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-05-27 05:36:04 GMT More ignoring of versionless packages
* Ensure the memory buffer is 0'dArch Librarian2004-09-203-52/+62
| | | | | | Author: jgg Date: 2001-05-27 05:19:30 GMT Ensure the memory buffer is 0'd
* G++3 fixes from RandolphArch Librarian2004-09-201-3/+6
| | | | | | Author: jgg Date: 2001-05-14 05:47:30 GMT G++3 fixes from Randolph
* G++3 fixes from RandolphArch Librarian2004-09-201-2/+4
| | | | | | Author: jgg Date: 2001-05-14 05:16:43 GMT G++3 fixes from Randolph
* G++3 fixes from RandolphArch Librarian2004-09-202-4/+4
| | | | | | Author: jgg Date: 2001-05-13 05:15:03 GMT G++3 fixes from Randolph
* G++3 fixes from RandolphArch Librarian2004-09-203-5/+14
| | | | | | Author: jgg Date: 2001-05-07 05:25:13 GMT G++3 fixes from Randolph
* G++3 fixes from RandolphArch Librarian2004-09-207-7/+21
| | | | | | Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph
* MOO DOOGIEArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-04-29 05:24:42 GMT MOO DOOGIE
* run-parts. Closes: #94286Arch Librarian2004-09-201-12/+6
| | | | | | Author: jgg Date: 2001-04-27 05:49:34 GMT run-parts. Closes: #94286
* fixed an alignment bugArch Librarian2004-09-201-4/+5
| | | | | | Author: tausq Date: 2001-04-25 07:30:13 GMT fixed an alignment bug
* Tag file can read from unseekable objectsArch Librarian2004-09-202-5/+17
| | | | | | Author: jgg Date: 2001-04-22 05:42:52 GMT Tag file can read from unseekable objects
* Pedantic fixesArch Librarian2004-09-204-11/+11
| | | | | | Author: jgg Date: 2001-03-11 07:22:19 GMT Pedantic fixes
* BSD testing fixesArch Librarian2004-09-202-6/+4
| | | | | | Author: jgg Date: 2001-03-11 05:30:20 GMT BSD testing fixes
* More SHA-1 prepArch Librarian2004-09-202-0/+84
| | | | | | Author: jgg Date: 2001-03-06 07:15:29 GMT More SHA-1 prep
* SHA-1 hashing algorithmArch Librarian2004-09-202-0/+422
| | | | | | Author: jgg Date: 2001-03-06 05:03:49 GMT SHA-1 hashing algorithm
* JoeyH's dpkg::preconfig not working.Arch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 2001-03-05 21:09:12 GMT JoeyH's dpkg::preconfig not working.
* Fixed the resetting of Dir with "dir {};". Closes: #87323Arch Librarian2004-09-201-3/+6
| | | | | | Author: jgg Date: 2001-03-04 00:44:35 GMT Fixed the resetting of Dir with "dir {};". Closes: #87323
* Ignore .* for configuration directory processing. Close...Arch Librarian2004-09-201-3/+2
| | | | | | Author: jgg Date: 2001-03-03 23:29:55 GMT Ignore .* for configuration directory processing. Closes: #86923
* fixed typo in fileutl.cc (damn you, studly caps...)Arch Librarian2004-09-201-3/+3
| | | | | | | Author: tausq Date: 2001-03-03 22:45:59 GMT fixed typo in fileutl.cc (damn you, studly caps...) make apt-extracttemplates use FileFd
* new tempfile writing mode (WriteTemp) for FileFd classArch Librarian2004-09-202-3/+8
| | | | | | Author: tausq Date: 2001-03-03 22:36:20 GMT new tempfile writing mode (WriteTemp) for FileFd class
* Fixed warningArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-02-23 06:08:57 GMT Fixed warning
* Alfredo's no_proxy patchArch Librarian2004-09-202-2/+27
| | | | | | Author: jgg Date: 2001-02-23 05:45:27 GMT Alfredo's no_proxy patch
* Join with aliencodeArch Librarian2004-09-2014-167/+788
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* Floating point error. Bug #64394Arch Librarian2004-09-201-5/+17
| | | | | | Author: jgg Date: 2000-06-05 04:22:25 GMT Floating point error. Bug #64394