]> granicus.if.org Git - apache/history - modules/mappers
Provide apr_pool_t arg to register_hooks, since anything they do in that
[apache] / modules / mappers /
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-09 Jeff Trawickfix some handler brokenness
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2001-01-03 Jeff TrawickPass a valid pool to apr_create_lock().
2001-01-02 Jeff TrawickGet mod_so to build again by including apr_general...
2001-01-02 Ryan BloomModify a couple of calls to ap_log_error with a NULL...
2000-12-21 William A. Rowe Jr Last of the Win32 goodness I've noticed
2000-12-21 William A. Rowe Jr Out of the sandbox and into prime time. Note......
2000-12-21 William A. Rowe Jr Correction, commited the vc5. Need vc6 in the tree...
2000-12-21 William A. Rowe Jr The Win32 overhaul, in summary;
2000-12-17 Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
2000-12-13 Jeff TrawickGet mod_rewrite to work as a DSO by changing the way it
2000-12-07 Greg Stein*) add check for mod_so
2000-12-05 William A. Rowe Jr The -big- fix, all the proper linkages for BaseAddr...
2000-12-05 William A. Rowe Jr A bit of inclusion for the apr-util package.
2000-12-05 William A. Rowe Jr This patch illustrates the new locations, and makes...
2000-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-12-04 Ryan BloomGet the modules configuration stuff working correctly...
2000-12-01 Jeff Trawickinclude <strings.h> for the strcasecmp() and strncasecm...
2000-11-29 William A. Rowe Jr Fix some const confusion with simpler code.
2000-11-29 William A. Rowe Jr Clean up some compiler warnings (there remain some...
2000-11-29 William A. Rowe Jr The only win32 project file that used (but didn't...
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-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-23 Greg Steinadd the "next filter" parameter to the rest of the...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-15 Tony FinchMake cgi-bin work as a regular directory when using...
2000-11-14 Jeff TrawickGet rid of warning on Tru64:
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-13 Jeff Trawickadd apr_get_home_directory(), teach mod_userdir to...
2000-11-10 Jeff TrawickGet mod_userdir compiling on FreeBSD when APR_HAS_THREADS.
2000-11-10 Ryan Bloomremove a thread un-safe function from mod_rewrite
2000-11-10 Ryan BloomRemove the comments that I accidentally left in from...
2000-11-10 Ryan BloomRemove a thread un-safe function when APR_HAS_THREADS
2000-11-10 William A. Rowe Jr Newer canonicalization code should replace this patch...
2000-10-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
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 David ReidFix a breakage due to Maoj's suexec patch of earlier...
2000-10-23 Manoj KasichainulaI didn't know that mod_userdir was even used on Windows...
2000-10-23 Manoj KasichainulaRemove an attempt to fix a race condition. The attempt...
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-10-16 William A. Rowe Jr More docs of oddities.
2000-10-11 William A. Rowe Jr Regardless of reaction to a symbol rename -within...
2000-10-11 William A. Rowe Jr MSVC Project Rename - ApacheModuleBleck.* is no longe...
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-06 Jeff TrawickUse new AP_INIT_xxx macros & include apr_strings.h...
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-08-02 Jeff TrawickUse the AP_INIT_FLAG() macro to clean up a maintainer...
2000-07-30 Jeff TrawickUse ap_dso_error() instead of ap_strerror() when ap_dso...
2000-07-29 Jeff TrawickChange the storage allocation mechanism for ap_proc_t...
2000-07-26 dgaudet- fix POOL_DEBUG ... restored the ap_pool_joins that...
2000-07-25 Ryan BloomUpdate mod_so to use the new command_rec format.
2000-07-25 William A. Rowe Jr Undo my damage.
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-15 Greg Steinap_dso_init() isn't needed. if/when a platform needs...
2000-07-14 Ralf S. EngelschallReplace this unknown hash function someone contributed...
2000-07-13 Ryan BloomApache doesn't actually check for stdarg.h, but APR...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Ben LaurieFix warnings (we really need typesafe arrays, y'know).
2000-06-20 Ben LaurieFix warning.
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-06-17 David Reidap_pool_join is a debugging function so remove it.
2000-06-15 Tony FinchPrevent the source code for CGIs from being revealed...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
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 BloomMissed one sys/stat.h in mod_rewrite.h. Removing it...
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-05-31 Brian HavardRework DSO error reporting to be more flexible & inform...
2000-05-28 William A. Rowe JrPR:
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-26 William A. Rowe JrPR:
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-05-19 William A. Rowe Jr Current and clean make files for Win95. Changes...
2000-05-17 Ryan BloomThis commit will most likely break everybody on Windows...
2000-05-16 Greg Steinoops. somebody snuck different names for my_error,...
2000-05-16 Greg Steindo not canonicalize errors for ap_strerror(). use sizeo...
2000-05-15 Ryan BloomMake mod_so use ap_strerror instead of the old ap_os_ds...
2000-05-15 Ryan BloomCommit the EXEC_ON_READ changes. This allows modules...
2000-04-28 Doug MacEachernback out APR_ prefix for TRUE,FALSE
next