Prompted-by: Jakub Wilk <jwilk@debian.org>
@ -1,5 +1,4 @@
// -*- mode: cpp; mode: fold -*-
// $Id: apti18n.h.in,v 1.6 2003/01/11 07:18:18 jgg Exp $
/* Internationalization macros for apt. This header should be included last
in each C file. */
@ -1,6 +1,5 @@
// Description /*{{{*/
// $Id: arfile.cc,v 1.6.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
AR File - Handle an 'AR' archive
// $Id: arfile.h,v 1.2 2001/02/20 07:03:16 jgg Exp $
// $Id: extracttar.cc,v 1.8.2.1 2004/01/16 18:58:50 mdz Exp $
Extract a Tar - Tar Extractor
// $Id: extracttar.h,v 1.2 2001/02/20 07:03:17 jgg Exp $
// $Id: debfile.cc,v 1.3.2.1 2004/01/16 18:58:50 mdz Exp $
Debian Archive File (.deb)
// $Id: debfile.h,v 1.2 2001/02/20 07:03:17 jgg Exp $
// $Id: dirstream.cc,v 1.3.2.1 2004/01/16 18:58:50 mdz Exp $
Directory Stream
// $Id: dirstream.h,v 1.2 2001/02/20 07:03:16 jgg Exp $
// $Id: extract.cc,v 1.6.2.1 2004/01/16 18:58:50 mdz Exp $
Archive Extraction Directory Stream
// $Id: extract.h,v 1.2 2001/02/20 07:03:16 jgg Exp $
// $Id: filelist.cc,v 1.4.2.1 2004/01/16 18:58:50 mdz Exp $
File Listing - Manages a Cache of File -> Package names.
// $Id: filelist.h,v 1.2 2001/02/20 07:03:16 jgg Exp $
// $Id: acquire-item.cc,v 1.46.2.9 2004/01/16 18:51:11 mdz Exp $
Acquire Item - Item to acquire
// $Id: acquire-method.cc,v 1.27.2.1 2003/12/24 23:09:17 mdz Exp $
Acquire Method
// $Id: acquire-worker.cc,v 1.34 2001/05/22 04:42:54 jgg Exp $
Acquire Worker
// $Id: acquire.cc,v 1.50 2004/03/17 05:17:11 mdz Exp $
Acquire - File Acquiration
// $Id: algorithms.cc,v 1.44 2002/11/28 18:49:16 jgg Exp $
Algorithms - A set of misc algorithms
// $Id: cachefile.cc,v 1.8 2002/04/27 04:28:04 jgg Exp $
CacheFile - Simple wrapper class for opening, generating and whatnot
// $Id: clean.cc,v 1.4 2001/02/20 07:03:17 jgg Exp $
Clean - Clean out downloaded directories
// $Id: clean.h,v 1.2 1999/07/20 05:53:33 jgg Exp $
// $Id: cdromutl.cc,v 1.12 2001/02/20 07:03:17 jgg Exp $
CDROM Utilities - Some functions to manipulate CDROM mounts.
// $Id: cdromutl.h,v 1.3 2001/05/07 05:06:52 jgg Exp $
// $Id: cmndline.cc,v 1.15 2003/02/10 01:40:58 doogie Exp $
Command Line Class - Sophisticated command line parser
// $Id: cmndline.h,v 1.7 1999/10/31 06:32:28 jgg Exp $
// $Id: configuration.cc,v 1.28 2004/04/30 04:00:15 mdz Exp $
Configuration Class
// $Id: configuration.h,v 1.16 2002/11/11 06:55:50 doogie Exp $
// $Id: crc-16.cc,v 1.1 1999/05/23 22:55:54 jgg Exp $
CRC16 - Compute a 16bit crc very quickly
// $Id: crc-16.h,v 1.1 1999/05/23 22:55:54 jgg Exp $
// $Id: error.h,v 1.8 2001/05/07 05:06:52 jgg Exp $
Global Error Class - Global error mechanism
// $Id: fileutl.h,v 1.26 2001/05/07 05:06:52 jgg Exp $
File Utilities
// $Id: hashes.cc,v 1.1 2001/03/06 07:15:29 jgg Exp $
Hashes - Simple wrapper around the hash functions
// $Id: hashes.h,v 1.2 2001/03/11 05:30:20 jgg Exp $
// $Id: hashsum_template.h,v 1.3 2001/05/07 05:05:47 jgg Exp $
HashSumValueTemplate - Generic Storage for a hash value
// $Id: md5.cc,v 1.12 2001/05/13 05:15:03 jgg Exp $
MD5Sum - MD5 Message Digest Algorithm.
// $Id: md5.h,v 1.6 2001/05/07 05:06:52 jgg Exp $
MD5SumValue - Storage for a MD5Sum
// $Id: mmap.cc,v 1.22 2001/05/27 05:19:30 jgg Exp $
MMap Class - Provides 'real' mmap or a faked mmap using read().
// $Id: mmap.h,v 1.12 2001/05/14 05:16:43 jgg Exp $
// $Id: netrc.c,v 1.38 2007-11-07 09:21:35 bagder Exp $
netrc file parser - returns the login and password of a give host in
// $Id: netrc.h,v 1.11 2004/01/07 09:19:35 bagder Exp $
// $Id: progress.cc,v 1.12 2003/01/11 07:17:04 jgg Exp $
OpProgress - Operation Progress
// $Id: progress.h,v 1.6 2001/05/07 05:06:52 jgg Exp $
// $Id: sha1.cc,v 1.3 2001/05/13 05:15:03 jgg Exp $
SHA1 - SHA-1 Secure Hash Algorithm.
// $Id: sha1.h,v 1.3 2001/05/07 05:05:47 jgg Exp $
SHA1SumValue - Storage for a SHA-1 hash.
// $Id: sha512.h,v 1.3 2001/05/07 05:05:47 jgg Exp $
SHA{512,256}SumValue - Storage for a SHA-{512,256} hash.
@ -29,7 +29,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $
*/
#include <config.h>
* $Id: sha2.h,v 1.1 2001/11/08 00:02:01 adg Exp adg $
#ifndef __SHA2_H__
// $Id: sptr.h,v 1.3 2001/03/11 07:22:19 jgg Exp $
Trivial non-ref counted 'smart pointer'
// $Id: strutl.cc,v 1.48 2003/07/18 14:15:11 mdz Exp $
String Util - Some useful string functions.
// $Id: strutl.h,v 1.22 2003/02/02 22:20:27 jgg Exp $
String Util - These are some useful string functions
// $Id: debindexfile.cc,v 1.5.2.3 2004/01/04 19:11:00 mdz Exp $
Debian Specific sources.list types and the three sorts of Debian
// $Id: deblistparser.cc,v 1.29.2.5 2004/01/06 01:43:44 mdz Exp $
Package Cache Generator - Generator for the cache structure.
// $Id: deblistparser.h,v 1.9 2001/02/20 07:03:17 jgg Exp $
Debian Package List Parser - This implements the abstract parser
// $Id: debrecords.cc,v 1.10 2001/03/13 06:51:46 jgg Exp $
Debian Package Records - Parser for debian package records
// $Id: debrecords.h,v 1.8 2001/03/13 06:51:46 jgg Exp $
// $Id: debsrcrecords.cc,v 1.6 2004/03/17 05:58:54 mdz Exp $
Debian Source Package Records - Parser implementation for Debian style
// $Id: debsrcrecords.h,v 1.8 2004/03/17 05:58:54 mdz Exp $
// $Id: debsystem.cc,v 1.4 2004/01/26 17:01:53 mdz Exp $
System - Abstraction for running on different systems.
// $Id: debsystem.h,v 1.4 2003/01/11 07:16:33 jgg Exp $
System - Debian version of the System Class
// $Id: debversion.cc,v 1.8 2003/09/10 23:39:49 mdz Exp $
Debian Version - Versioning system for Debian
// $Id: dpkgpm.h,v 1.8 2001/05/07 05:05:13 jgg Exp $
DPKG Package Manager - Provide an interface to dpkg
// $Id: depcache.cc,v 1.25 2001/05/27 05:36:04 jgg Exp $
Dependency Cache - Caches Dependency information.
// $Id: indexcopy.cc,v 1.10 2002/03/26 07:38:58 jgg Exp $
Index Copying - Aid for copying and verifying the index files
// $Id: indexfile.cc,v 1.2.2.1 2003/12/24 23:09:17 mdz Exp $
Index File - Abstraction for an index of archive/source file.
// $Id: init.cc,v 1.20 2003/02/09 20:31:05 doogie Exp $
Init - Initialize the package library
// $Id: orderlist.cc,v 1.14 2001/05/07 05:49:43 jgg Exp $
Order List - Represents and Manipulates an ordered list of packages.
// $Id: packagemanager.cc,v 1.30 2003/04/27 03:04:15 doogie Exp $
Package Manager - Abstacts the package manager
// $Id: pkgcache.cc,v 1.37 2003/02/10 01:40:58 doogie Exp $
Package Cache - Accessor code for the cache
// $Id: pkgcachegen.cc,v 1.53.2.1 2003/12/24 23:09:17 mdz Exp $
// $Id: pkgrecords.cc,v 1.8 2003/09/02 04:52:16 mdz Exp $
Package Records - Allows access to complete package description records
// $Id: pkgrecords.h,v 1.6 2001/03/13 06:51:46 jgg Exp $
// $Id: pkgsystem.cc,v 1.3 2004/02/27 00:43:16 mdz Exp $
// $Id: policy.cc,v 1.10 2003/08/12 00:17:37 mdz Exp $
Package Version Policy implementation
// $Id: sourcelist.cc,v 1.3 2002/08/15 20:51:37 niemeyer Exp $
List of Sources
// $Id: srcrecords.cc,v 1.7.2.2 2003/12/26 16:27:34 mdz Exp $
Source Package Records - Allows access to source package records
// $Id: tagfile.cc,v 1.37.2.2 2003/12/31 16:02:30 mdz Exp $
Fast scanner for RFC-822 type header information
// $Id: version.cc,v 1.10 2001/02/20 07:03:17 jgg Exp $
Version - Versioning system..
// $Id: version.h,v 1.8 2001/05/27 05:55:27 jgg Exp $
// $Id: versionmatch.cc,v 1.9 2003/05/19 17:58:26 doogie Exp $
Version Matching
// $Id: versionmatch.h,v 1.4 2001/05/29 03:07:12 jgg Exp $
// $Id: apt-cache.cc,v 1.72 2004/04/30 04:34:03 mdz Exp $
apt-cache - Manages the cache files
// $Id: apt-cdrom.cc,v 1.45 2003/11/19 23:50:51 mdz Exp $
APT CDROM - Tool for handling APT's CDROM database.
// $Id: apt-config.cc,v 1.11 2003/01/11 07:18:44 jgg Exp $
APT Config - Program to manipulate APT configuration files
// $Id: apt-extracttemplates.cc,v 1.15 2003/07/26 00:00:11 mdz Exp $
APT Extract Templates - Program to extract debconf config and template
// $Id: apt-extracttemplates.h,v 1.2 2001/02/27 04:26:03 jgg Exp $
apt-extracttemplate - tool to extract template and config data
// $Id: apt-get.cc,v 1.156 2004/08/28 01:05:16 mdz Exp $
apt-get - Cover for dpkg
// $Id: apt-sortpkgs.cc,v 1.5 2003/01/11 07:18:44 jgg Exp $
APT Sort Packages - Program to sort Package and Source files
@ -1,4 +1,3 @@
// $Id: apt.conf,v 1.43 1999/12/06 02:19:38 jgg Exp $
/* This file is a sample configuration file with a few harmless sample
options.
// $Id: apt-ftparchive.cc,v 1.8.2.3 2004/01/02 22:01:48 mdz Exp $
apt-ftparchive - Efficient work-alike for dpkg-scanpackages
// $Id: apt-ftparchive.h,v 1.3 2001/05/29 03:51:37 jgg Exp $
Writer
// $Id: cachedb.cc,v 1.7 2004/05/08 19:41:01 mdz Exp $
CacheDB
// $Id: cachedb.h,v 1.4 2004/05/08 19:41:01 mdz Exp $
// $Id: contents.cc,v 1.4 2003/02/10 07:34:41 doogie Exp $
contents - Archive contents generator
// $Id: contents.h,v 1.2 2001/02/20 07:03:18 jgg Exp $
contents - Contents of archive things.
// $Id: multicompress.cc,v 1.4 2003/02/10 07:34:41 doogie Exp $
MultiCompressor
// $Id: multicompress.h,v 1.2 2001/02/20 07:03:18 jgg Exp $
// $Id: override.cc,v 1.4 2003/02/10 07:34:41 doogie Exp $
Override
// $Id: override.h,v 1.4 2001/06/26 02:50:27 jgg Exp $