]> granicus.if.org Git - apache/history - modules/metadata
Fix compile time warning. AJP protocol method is byte.
[apache] / modules / metadata /
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-18 Jean-Frederic ClereC++ comments are not supported by some compilers ...
2005-09-18 David ReidCatch up with the changes to mod_ssl and rename the
2005-09-11 Jeff Trawickrewrite CR mitigation logic to wipe out any trailing
2005-08-19 Mladen TurkAdd ssl dir to include path.
2005-07-25 Joe Orton* modules/metadata/mod_setenvif.c: Unconditionally...
2005-07-22 Martin KraemerAllow extraction of the values of SSL certificate exten...
2005-06-14 Joe OrtonUpdate remaining 2004 copyright notices.
2005-06-02 Jeff Trawickmod_mime_magic: Handle CRLF-format magic files so that...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-04-18 Bradley NicholesLink to the correct socket library depending on which...
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-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-11-04 Paul QuernaJust a simple switch of mod_usertrack to run earlier...
2004-09-21 Justin ErenkrantzIn order for mod_expires to work with mod_cache, mod_ex...
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-06-01 Bradley NicholesEliminate the redundant compiler rules
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-18 André Malo:retab + other WS changes
2004-04-15 Bradley NicholesAdd mod_version to the NetWare build
2004-04-11 André Malonobody came up with another patch or objections and...
2004-04-10 André MaloFix a bunch of cases where the return code of the regex...
2004-04-10 André Maloescape the cookie_name before pasting into the regexp.
2004-04-10 André Malolet's be more lenient, in what we accept.
2004-04-05 André Maloallow RequestHeader to be conditional
2004-04-03 André Malofix segfault, which occurs if no CT is set and wildcard...
2004-03-08 Justin ErenkrantzFix bug in mod_usertrack when no CookieName is set.
2004-03-07 Bradley NicholesAllow make files to create a cc.opt compiler options...
2004-03-06 Bradley NicholesAdd the include path to modules/ssl to resolve the...
2004-03-01 Allan K. Edwardsfix windows build: add path to mod_ssl.h
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-21 André Maloremove support for Remote_User variable, which never...
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-28 André Malocatch another edge case
2004-01-13 André Maloaccording to RFC 2965, inspect only the Cookie header...
2004-01-13 André Malodon't overwrite other cookies
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
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-12-12 Paul J. Reder *) Add a hook (insert_error_filter) to allow filters...
2003-12-05 Jeff Trawickstop using apr_sockaddr_port_get() accessor function...
2003-11-22 Paul J. RederA better solution than my previous commit as pointed...
2003-11-21 Paul J. Redermod_expires: Don't report an Internal Server error...
2003-11-21 Jeff TrawickFix a problem with the display of empty variables ...
2003-11-02 André Malofix optimizer to not throw away a regex if it stumbles...
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-09-23 Cliff WoolleyThe problem that this patch solves is one where cookie...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-06-20 Jeff Trawickadd more info to a log message so we know which "read...
2003-06-02 Jeff Trawickpreserve const-ness while searching for a char in a...
2003-06-01 Ken Coar Allow ExpiresByType to accept and understand minor...
2003-05-31 Bill StoddardMore mod_expires tuning. Replace the fixup hook with...
2003-05-30 Bill StoddardUse apr_table_overlap. Add note about additional broken...
2003-05-18 Bill StoddardNamespace protect the mod_expires filter
2003-05-14 Ken Coar if there are any ExpiresByType directives for the...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-06 André Malomod_usertrack: don't set the cookie in subrequests...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-19 Justin ErenkrantzIf mod_mime_magic does not know the content-type, do...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-14 André MaloExtend the SetEnvIf directive to capture subexpressions...
2003-02-12 André Malostyle issues. no code changes.
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-02-01 Jeff TrawickFix mod_cern_meta to not create empty metafiles when the
2003-01-22 Bradley NicholesAdd mod_ident to the NetWare build
2003-01-20 William A. Rowe Jr Taking a guess at what mod_ident.exp should look...
2003-01-20 William A. Rowe Jr Win32 build project for David Shane Holden's mod_iden...
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-18 André Malomove rfc1413 code to a new module "metadata:mod_ident".
2002-11-30 Brian PaneFix for BrowserMatchNoCase, which was incorrectly treat...
2002-11-12 Ken Coar Add a SERVER_ADDR keyword to match the CGI environment...
2002-11-04 Bill StoddardDetabbify
2002-11-04 Bill StoddardDetabbify
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-08-24 Paul J. RederFix a null pointer dereference in the merge_env_dir_con...
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
next