summaryrefslogtreecommitdiffstats
path: root/modules/mappers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-051-1/+7
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-2/+2
* * The nitpicker of the space police. No functional change.Ruediger Pluem2008-11-121-4/+4
* temporary dbg message and unnecessary continue, per rpluem reviewEric Covener2008-11-121-3/+1
* change short-lived behavior of "DirectoryIndex None" based on feedback from w...Eric Covener2008-11-121-4/+21
* * modules/mappers/mod_rewrite.c (do_rewritelog): Add prototype withJoe Orton2008-10-281-0/+4
* * Supply the per-dir parameter to the rewritelog call where it is needed.Ruediger Pluem2008-10-281-2/+2
* *) mod_dir: Support "DirectoryIndex None"Eric Covener2008-10-191-1/+3
* * modules/mappers/mod_rewrite.c (cmd_rewritelock): Add missingJoe Orton2008-08-061-1/+1
* picking nits - de-tabJim Jagielski2008-08-051-1/+1
* * Fix formating. No functional change.Ruediger Pluem2008-06-211-2/+3
* correct r670061 - preserve query string with [noescape, proxy]Thomas J. Donovan2008-06-211-10/+9
* After r649840, mod_proxy_http will no longer append a query string from r->ar...Thomas J. Donovan2008-06-201-9/+10
* more tab cleanupsJim Jagielski2008-06-131-2/+2
* * Offer the possibility to create session cookies in the case a path isRuediger Pluem2008-06-071-11/+18
* * Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and trueRuediger Pluem2008-06-071-2/+6
* * Make setting of HttpOnly flag more explicit.Ruediger Pluem2008-05-271-4/+6
* * Handle the case that secure is NULLRuediger Pluem2008-05-271-1/+3
* * Allow Cookie option to set secure and HttpOnly flagsRuediger Pluem2008-04-121-0/+6
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* * Initialize hash needed by ap_register_rewrite_mapfunc early enough.Ruediger Pluem2008-03-201-1/+4
* PR 43562.Jim Jagielski2008-03-111-6/+0
* * Add checkfile2 at the end of the struct and not in the middle of the struct.Ruediger Pluem2008-03-051-1/+2
* mod_rewrite: Check all files used by DBM maps for freshness, mod_rewriteNiklas Edmundsson2008-03-021-2/+22
* Sub-requests are created and used with two purposes; sometimesDirk-Willem van Gulik2008-02-092-4/+6
* mod_rewrite: Don't canonicalise URLs with [P,NE]Nick Kew2008-01-111-0/+4
* Fix CVE-2007-5000:Joe Orton2007-12-111-4/+7
* Update r573831 to avoid duplicating URL-escaping code.Nick Kew2007-10-281-46/+4
* don't fall through this case. Just break.André Malo2007-09-141-0/+1
* * Add the novary flag to RewriteCond in order to prevent the appendingRuediger Pluem2007-09-111-0/+11
* * Also set the Vary header if a rewrite condition is true and uses a HTTPRuediger Pluem2007-09-101-1/+0
* Add option to escape backreferences in RewriteRule.Nick Kew2007-09-081-13/+78
* mod_negotiation: preserve Query String in resolving a type mapNick Kew2007-08-141-2/+16
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-5/+1
* removed obsolete -prefix; minor cosmetic changes.Guenter Knauf2007-03-227-119/+125
* Too many users are baffled by this message. Some days even the devs are ;-)William A. Rowe Jr2007-03-211-3/+6
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-02-011-1/+1
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-119-36/+144
* PR#35314: Enable path components in RedirectNick Kew2006-12-251-1/+4
* * mappers/mod_rewrite.dsp: Add ../database to include path so mod_dbd.h canJustin Erenkrantz2006-12-241-2/+2
* Add the modules/database directory to the includes search list.Bradley Nicholes2006-10-261-0/+1
* Fix rewritemap/dbd bug pointed out by Davi Arnaut, and improve error reporting.Nick Kew2006-10-101-2/+6
* Fix bugs pointed out by rpluem in rewritemap/dbdNick Kew2006-10-101-2/+3
* Retrieve optional functions in time!Nick Kew2006-10-101-6/+2
* Add SQL Query capability to RewriteMapNick Kew2006-10-101-0/+120
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* SECURITY: CVE-2006-3747 (cve.mitre.org)Mark J. Cox2006-07-271-1/+1
* update license header textRoy T. Fielding2006-07-1112-72/+72
* Revert Revision 397647William A. Rowe Jr2006-07-069-18/+18
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-4/+3