~jr/ubuntu/oneiric/apt/bzr-get-rename

« back to all changes in this revision

Viewing changes to methods/http.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -*- mode: cpp; mode: fold -*-
2
 
// Description                                                          /*{{{*/// $Id: http.h,v 1.11 2001/05/27 23:53:56 jgg Exp $
3
 
// $Id: http.h,v 1.11 2001/05/27 23:53:56 jgg Exp $
 
2
// Description                                                          /*{{{*/// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $
 
3
// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $
4
4
/* ######################################################################
5
5
 
6
6
   HTTP Aquire Method - This is the HTTP aquire method for APT.
75
75
   void Stats();
76
76
 
77
77
   CircleBuf(unsigned long Size);
78
 
   ~CircleBuf() {delete [] Buf;};
 
78
   ~CircleBuf() {delete [] Buf; delete Hash;};
79
79
};
80
80
 
81
81
struct ServerState