summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_rewrite.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-4132/+0
* This is a fix that went into v1.3 quite a while back, but not into v2.0.Chuck Murcko2001-03-161-2/+2
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-2/+2
* Fix some APR-ization issues:Jeff Trawick2001-03-031-3/+3
* Intermediate change of hardcoded "helpers" reference to "build"Roy T. Fielding2001-02-181-1/+1
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-23/+9
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-11/+11
* include "apr_signal.h" when neededGreg Stein2001-02-111-0/+1
* Clean up some of the includes:Greg Stein2001-02-101-20/+17
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-60/+60
* MF 1.3 the fis for the mod_rewrite stupidity.Tony Finch2001-02-011-2/+2
* Fix the remaining APR_FINFO_NORM occurances. Again, followup is neededWilliam A. Rowe Jr2001-01-311-10/+10
* get mod_rewrite to compile with xlc on AIX; it still compiles withJeff Trawick2001-01-291-2/+2
* *) Adopt apr user/group name features for mod_rewrite. Eliminates someWilliam A. Rowe Jr2001-01-291-40/+4
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-12/+19
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-6/+6
* Bring forward from 1.3:Tony Finch2001-01-181-25/+51
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-47/+50
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-7/+5
* Pass a valid pool to apr_create_lock().Jeff Trawick2001-01-031-1/+1
* Get mod_rewrite to work as a DSO by changing the way itJeff Trawick2000-12-131-4/+11
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-011-0/+3
* Use #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_HJeff Trawick2000-11-271-1/+1
* use the APR feature test macro to check for sys/uio.h; it is theJeff Trawick2000-11-271-1/+1
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-231-3/+3
* Win32 symlink (NTFS Junction) support for mod_rewriteWilliam A. Rowe Jr2000-11-131-1/+1
* Change mod_rewrite's tilde expansion to use apr_get_home_directory().Jeff Trawick2000-11-131-20/+12
* Clean up some of the warnings from a Tru64 build, mostly due toJeff Trawick2000-11-131-2/+2
* remove a thread un-safe function from mod_rewriteRyan Bloom2000-11-101-0/+9
* Don't truncate the string if a RewriteMap lookup has a syntax error.Tony Finch2000-10-281-0/+1
* Back out the suexec change to mod_rewrite.c. It now builds again.Jeff Trawick2000-10-241-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-1/+1
* Fix a compile error in mod_rewrite.c.Jeff Trawick2000-10-181-1/+1
* Restore functionality broken by the mod_rewrite security fix:Tony Finch2000-10-181-5/+47
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* Fix a security problem that affects certain configurations of mod_rewrite.Tony Finch2000-09-231-311/+175
* Fix some bad calls to ap_log_rerror() in mod_rewrite. In some places,Jeff Trawick2000-08-211-24/+35
* Change the rewrite log lock from intra-process to lock-all (and we really canJeff Trawick2000-08-121-7/+15
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* Clean up maintainer-mode compiles of mod_rewrite (use AP_INIT_xx macrosJeff Trawick2000-08-031-41/+51
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-266/+266
* Change the storage allocation mechanism for ap_proc_t structuresJeff Trawick2000-07-291-6/+7
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-7/+8
* Replace this unknown hash function someone contributed with the classical DJBRalf S. Engelschall2000-07-141-2/+2
* blast the old names for the status codesGreg Stein2000-06-241-9/+9
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+9
* Another struct stat to ap_finfo_t changeBill Stoddard2000-06-121-1/+1
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-121-32/+32
* PR:William A. Rowe Jr2000-05-271-1/+1