]> granicus.if.org Git - apache/history - modules/metadata/mod_headers.c
Move the POSIX reg* implementations into the ap_* namespace;
[apache] / modules / metadata / mod_headers.c
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-07-05 Nick KewImplement "Early" mode in mod_headers, and document it.
2004-06-11 André MaloDrop the ErrorHeader directive which turned out to...
2004-04-18 André Maloallow %% to represent a literal %.
2004-04-18 André Maloallow env clauses also for 'echo' and 'unset'
2004-04-18 André MaloAllow ErrorHeader echo
2004-04-18 André Malodon't segfault, when setting an empty header value
2004-04-18 André Malosimplifications
2004-04-18 André Maloremove unused parameters and minor memory leak
2004-04-18 André Malo:retab
2004-04-05 André Maloallow RequestHeader to be conditional
2004-03-01 Joe Orton* modules/metadata/mod_headers.c (header_inout_cmd...
2004-02-28 Joe OrtonAdd 's' format tag to mod_headers to allow access to...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-12-15 Bill StoddardPick up declaration for insert_error_filter hook
2003-12-15 Ken CoarAllow retention of header fields on non-200 responses
2003-02-03 André Malofinished that boring job:
2002-11-04 Bill StoddardDetabbify
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2001-11-08 Cliff WoolleyFix constness compiler warning
2001-11-07 Ian Holsmanadd a new option '%{note-name}e' to headers.
2001-06-06 Jeff Trawickinitialize local condition_var var to keep garbage...
2001-06-06 Jeff Trawickap_getword_conf wants const char **, not char **
2001-06-05 Bill StoddardExtend mod_headers to support conditional driven Header
2001-06-04 Jeff Trawickvoid * isn't compatible with a function pointer; deal...
2001-06-03 Ben LaurieFunction declaration must be a prototype.
2001-06-01 Bill StoddardExtend Header add|set|append support to accept format...
2001-06-01 Bill StoddardReturn "1" to apr_table_do()
2001-06-01 Bill StoddardAdd the 'echo' option to mod_headers Header directive...
2001-05-21 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-20 Jeff TrawickTru64 cc is bitchy about trailing commas in an enum...
2001-05-20 Roy T. FieldingChange directive HeaderOut back to Header and HeaderIn...
2001-05-19 Bill StoddardReimplement mod_headers as an output filter. mod_header...
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-01 Jeff Trawickinclude <strings.h> for the strcasecmp() and strncasecm...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-08-02 Jeff TrawickUse the AP_INIT_TAKE23() macro to clean up a maintainer...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-17 Allan K. EdwardsUpdate Windows project and makefiles so dynamically...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-30 Bill StoddardPort a few more modules to use the new hooks style.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.