]> granicus.if.org Git - apache/history - modules/mappers/mod_rewrite.c
Clean up some of the includes:
[apache] / modules / mappers / mod_rewrite.c
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-01 Tony FinchMF 1.3 the fis for the mod_rewrite stupidity.
2001-01-31 William A. Rowe Jr Fix the remaining APR_FINFO_NORM occurances. Again...
2001-01-29 Jeff Trawickget mod_rewrite to compile with xlc on AIX; it still...
2001-01-29 William A. Rowe Jr *) Adopt apr user/group name features for mod_rewrite...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 Tony FinchBring forward from 1.3:
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...
2001-01-03 Jeff TrawickPass a valid pool to apr_create_lock().
2000-12-13 Jeff TrawickGet mod_rewrite to work as a DSO by changing the way it
2000-12-01 Jeff Trawickinclude <strings.h> for the strcasecmp() and strncasecm...
2000-11-27 Jeff TrawickUse #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_H
2000-11-27 Jeff Trawickuse the APR feature test macro to check for sys/uio...
2000-11-23 Greg Steinadd the "next filter" parameter to the rest of the...
2000-11-13 William A. Rowe Jr Win32 symlink (NTFS Junction) support for mod_rewrite
2000-11-13 Jeff TrawickChange mod_rewrite's tilde expansion to use apr_get_hom...
2000-11-13 Jeff TrawickClean up some of the warnings from a Tru64 build, mostl...
2000-11-10 Ryan Bloomremove a thread un-safe function from mod_rewrite
2000-10-28 Tony FinchDon't truncate the string if a RewriteMap lookup has...
2000-10-24 Jeff TrawickBack out the suexec change to mod_rewrite.c. It now...
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-18 Jeff TrawickFix a compile error in mod_rewrite.c.
2000-10-18 Tony FinchRestore functionality broken by the mod_rewrite securit...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-09-23 Tony FinchFix a security problem that affects certain configurati...
2000-08-21 Jeff TrawickFix some bad calls to ap_log_rerror() in mod_rewrite...
2000-08-12 Jeff TrawickChange the rewrite log lock from intra-process to lock...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-03 Jeff TrawickClean up maintainer-mode compiles of mod_rewrite (use...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-29 Jeff TrawickChange the storage allocation mechanism for ap_proc_t...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-14 Ralf S. EngelschallReplace this unknown hash function someone contributed...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 Bill StoddardAnother struct stat to ap_finfo_t change
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-24 Bill StoddardWin32: Convert ap_proc_t to tranparent type.
2000-05-21 Manoj KasichainulaRemove all remaining instances in Apache code of
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-04-14 Jeff TrawickGet mod_rewrite to compile with no warnings on OS/390
2000-04-07 Bill StoddardGet Apache on Windows compiling again after the patch...
2000-04-05 Allan K. EdwardsGet mod_rewrite building and running, and mod_status...
2000-04-05 Jeff Trawickstop relying on a macro to map signal() to ap_signal...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-23 Bill StoddardGet mod_rewrite working with APR locks
2000-03-12 dgaudetmore post-old-style Configure cleanup
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-02-21 Bill StoddardMake file I/O and network I/O writev/sendv APIs consistent.
2000-02-18 Bill StoddardHave seperate variable on ap_writev to set the number...
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-09 dgaudettime overhaul:
2000-01-07 Ryan BloomMove some modules over to using ap_time_t instead of...
2000-01-07 Ryan BloomFix mod_rewrite to work with the new APR stat structure.
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-31 dgaudetmerge 1.3 changes to rewrite forward onto 2.0
1999-12-31 dgaudetport mod_rewrite to 2.0
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. Fieldinguser and ap_auth_type fields were moved from connection...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.