summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_rewrite.h
Commit message (Expand)AuthorAgeFilesLines
* followups to r1557641 suggested by nd -- addEric Covener2014-01-181-1/+1
* don't search for directory indexes/directoryslashes if a URL is in theEric Covener2014-01-131-0/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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
* oof. Strip all non-public stuff from mod_rewrite.h andAndré Malo2003-07-261-426/+3
* optimization/cleanup.André Malo2003-07-241-8/+6
* optimization; rewrite the do_expand function in order to:André Malo2003-07-171-2/+9
* optimization: no need to use the pool here. This isAndré Malo2003-07-161-0/+1
* optimization: no need to search linear for headers.André Malo2003-07-151-1/+1
* Prevent endless loops of internal redirects in mod_rewrite byAndré Malo2003-03-011-2/+13
* Fix mod_rewrite's abs_URI handling.André Malo2003-02-271-1/+2
* This is part two.André Malo2003-02-241-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* add the ability to specify the dbm type (e.g., gdbm, ndbm) forJeff Trawick2002-08-231-1/+3
* remove some remaining NO_DBM_REWRITEMAP cruft from mod_rewriteJeff Trawick2002-08-221-2/+0
* Change mod_rewrite to use apr-util's dbm support for dbm rewriteJeff Trawick2002-08-211-26/+1
* Fix a problem whereby RewriteMap prg:'s would get out of sync due toCliff Woolley2002-08-211-2/+2
* new configuration option for mod_rewrite to set cookies.Ian Holsman2002-06-221-0/+9
* Tokenize the arguments for rewrite programs during config parsing, andRyan Bloom2002-05-301-1/+3
* Error out a bit more nicely if the RewriteMap prg: is not found. WeCliff Woolley2002-05-291-1/+1
* Fix mod_rewrite hang when APR uses SysV Semaphores. Before we wereAaron Bannert2002-05-061-1/+1
* Added an optional function (ap_register_rewrite_mapfunc) which allowsCliff Woolley2002-05-061-7/+15
* Update mod_rewrite to use the new APR global mutex type.Aaron Bannert2002-04-051-1/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-1/+1
* Convert mod_rewrite's INTRAPROCESS lock to the newly supportedAaron Bannert2001-11-141-1/+2
* Thread saftey lock for mod_rewrite's cache... I'm sure others will haveWilliam A. Rowe Jr2001-10-211-0/+6
* Bring forward the NOESCAPE flag from 1.3..Ken Coar2001-05-181-0/+4
* Fix some APR-ization issues:Jeff Trawick2001-03-031-7/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-18/+18
* http_conf_globals.h is goneGreg Stein2001-02-101-1/+0
* Bring forward from 1.3:Tony Finch2001-01-181-1/+2
* Restore functionality broken by the mod_rewrite security fix:Tony Finch2000-10-181-0/+3
* Fix a security problem that affects certain configurations of mod_rewrite.Tony Finch2000-09-231-5/+7
* Fix some bad calls to ap_log_rerror() in mod_rewrite. In some places,Jeff Trawick2000-08-211-3/+3
* Clean up maintainer-mode compiles of mod_rewrite (use AP_INIT_xx macrosJeff Trawick2000-08-031-29/+29
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-42/+42
* Apache doesn't actually check for stdarg.h, but APR does. Just use theRyan Bloom2000-07-131-1/+1
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-121-2/+13
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-1/+1
* Missed one sys/stat.h in mod_rewrite.h. Removing it now.Ryan Bloom2000-06-121-1/+0
* back out APR_ prefix for TRUE,FALSEDoug MacEachern2000-04-281-5/+5