summaryrefslogtreecommitdiff
path: root/modules/metadata/mod_headers.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-22/+22
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-2/+2
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Implement "Early" mode in mod_headers, and document it.Nick Kew2004-07-051-14/+48
* Drop the ErrorHeader directive which turned out to be a misnomer.André Malo2004-06-111-11/+17
* allow %% to represent a literal %.André Malo2004-04-181-2/+10
* allow env clauses also for 'echo' and 'unset'André Malo2004-04-181-5/+15
* Allow ErrorHeader echoAndré Malo2004-04-181-2/+3
* don't segfault, when setting an empty header valueAndré Malo2004-04-181-1/+1
* simplificationsAndré Malo2004-04-181-101/+59
* remove unused parameters and minor memory leakAndré Malo2004-04-181-8/+9
* :retabAndré Malo2004-04-181-2/+2
* allow RequestHeader to be conditionalAndré Malo2004-04-051-21/+11
* * modules/metadata/mod_headers.c (header_inout_cmd): Remove redundantJoe Orton2004-03-011-6/+1
* Add 's' format tag to mod_headers to allow access to mod_ssl variablesJoe Orton2004-02-281-1/+48
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Pick up declaration for insert_error_filter hookBill Stoddard2003-12-151-0/+1
* Allow retention of header fields on non-200 responsesKen Coar2003-12-151-14/+116
* finished that boring job:André Malo2003-02-031-1/+1
* DetabbifyBill Stoddard2002-11-041-46/+46
* use APR_TIME_T_FMT when formatting apr_time_tJeff Trawick2002-07-171-2/+3
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-1/+2
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-1/+1
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-281-1/+3
* Fix constness compiler warningCliff Woolley2001-11-081-1/+1
* add a new option '%{note-name}e' to headers.Ian Holsman2001-11-071-2/+16
* initialize local condition_var var to keep garbage out of structJeff Trawick2001-06-061-1/+1
* ap_getword_conf wants const char **, not char **Jeff Trawick2001-06-061-1/+1
* Extend mod_headers to support conditional driven HeaderBill Stoddard2001-06-051-8/+51
* void * isn't compatible with a function pointer; deal with retrieving aJeff Trawick2001-06-041-3/+3
* Function declaration must be a prototype.Ben Laurie2001-06-031-1/+1
* Extend Header add|set|append support to accept format strings for theBill Stoddard2001-06-011-10/+200
* Return "1" to apr_table_do()Bill Stoddard2001-06-011-1/+1
* Add the 'echo' option to mod_headers Header directive. Use the new optionBill Stoddard2001-06-011-7/+52
* Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filterGraham Leggett2001-05-211-3/+3
* Tru64 cc is bitchy about trailing commas in an enum list.Jeff Trawick2001-05-201-1/+1
* Change directive HeaderOut back to Header and HeaderIn to RequestHeader.Roy T. Fielding2001-05-201-27/+19
* Reimplement mod_headers as an output filter. mod_headers can nowBill Stoddard2001-05-191-34/+114
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-20/+19
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) continued header revampingGreg Stein2001-02-101-3/+5
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+3