~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to src/enums.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2007-05-13 16:03:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513160316-2h6kn6h1z0q1fvyo
Tags: 3.0.PRE6-1
* New upstream release
  - Removed patches integrated upsteam:
    + 04-m68k-ftbfs

* debian/rules
  - Enable delay pools (Closes: #410785)
  - Enable cache digests (Closes: #416631)
  - Enable ICAP client
  - Raised Max Filedescriptor limit to 65536

* debian/control
  - Added real package dependency for httpd in squid3-cgi

* debian/patches/02-makefile-defaults
  - Fix default configuration file for cachemgr.cgi (Closes: #416630)

* debian/squid3.postinst
  - Fixed bashish in postinst (Closes: #411797)

* debian/patches/05-helpers-typo
  - Added upstream patch fixing compilation error in src/helpers.cc

* debian/patches/06-mem-obj-reference
  - Added upstream patch fixing a mem_obj reference in src/store.cc

* debian/patches/07-close-icap-connections
  - Added upstream patch fixing icap connection starvation

* debian/squid3.rc
  - Added LSB-compliant description to rc script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
/*
3
 
 * $Id: enums.h,v 1.254 2006/08/21 00:50:41 robertc Exp $
 
3
 * $Id: enums.h,v 1.257 2007/05/04 22:12:55 wessels Exp $
4
4
 *
5
5
 *
6
6
 * SQUID Web Proxy Cache          http://www.squid-cache.org/
289
289
    HTTP_REQUEST_ENTITY_TOO_LARGE = 413,
290
290
    HTTP_REQUEST_URI_TOO_LARGE = 414,
291
291
    HTTP_UNSUPPORTED_MEDIA_TYPE = 415,
 
292
    HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = 416,
 
293
    HTTP_EXPECTATION_FAILED = 417,
292
294
    HTTP_UNPROCESSABLE_ENTITY = 422,    /* RFC2518 section 10.3 */
293
295
    HTTP_LOCKED = 423,          /* RFC2518 section 10.4 */
294
296
    HTTP_FAILED_DEPENDENCY = 424,       /* RFC2518 section 10.5 */
323
325
    ENTRY_VALIDATED,
324
326
    ENTRY_BAD_LENGTH,
325
327
    ENTRY_ABORTED
326
 
#if UNUSED_CODE
327
 
    ENTRY_DONT_LOG
328
 
#endif
329
328
};
330
329
 
331
330
/*
470
469
 
471
470
 
472
471
enum {
473
 
    MEDIAN_HTTP,
474
 
    MEDIAN_ICP_QUERY,
475
 
    MEDIAN_DNS,
476
 
    MEDIAN_HIT,
477
 
    MEDIAN_MISS,
478
 
    MEDIAN_NM,
479
 
    MEDIAN_NH,
480
 
    MEDIAN_ICP_REPLY
 
472
    PCTILE_HTTP,
 
473
    PCTILE_ICP_QUERY,
 
474
    PCTILE_DNS,
 
475
    PCTILE_HIT,
 
476
    PCTILE_MISS,
 
477
    PCTILE_NM,
 
478
    PCTILE_NH,
 
479
    PCTILE_ICP_REPLY
481
480
};
482
481
 
483
482
enum {