]> granicus.if.org Git - apache/history - modules
get the last worker in a given child initialized properly
[apache] / modules /
2001-01-29 Jeff Trawickget mod_rewrite to compile with xlc on AIX; it still...
2001-01-29 Ryan BloomMake mod_cgid work with SuExec. This has been tested...
2001-01-29 William A. Rowe Jr *) Adopt apr user/group name features for mod_rewrite...
2001-01-28 William A. Rowe Jr *) Adopt apr features to simplify mod_includes. ...
2001-01-28 William A. Rowe Jr Moved several CHANGES back to APR where they belonged...
2001-01-28 William A. Rowe Jr Back out a bit of yesterday's patch, since the explic...
2001-01-28 Ryan BloomFix some byterange handling. If we get a byte range...
2001-01-28 Ryan BloomUse the new error bucket to report HTTP_RANGE_NOT_SATIS...
2001-01-28 Ryan BloomMake the error bucket a real meta-data bucket. This...
2001-01-27 William A. Rowe Jr Another module to cooperate with APR_FINFO_
2001-01-27 William A. Rowe Jr Eliminate a gp fault on mpm_winnt since we don't...
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-27 Ryan BloomFix a seg fault. The problem is easy to explain. ...
2001-01-27 Ben LaurieAdd support for type-safe optional functions.
2001-01-27 Ryan BloomCleanup the error bucket code a bit. This uses the...
2001-01-27 Ryan BloomGreg Stein and Dale Ghent both reminded me I forgot...
2001-01-27 Ryan Bloomfilters can now report an HTTP error to the server...
2001-01-26 Greg Amesfix mangled headers due to underallocated buffer
2001-01-26 Ryan BloomTeach me to change just one more thing before committin...
2001-01-26 Ryan BloomStop using the request filters to filter an error respo...
2001-01-26 Greg SteinProvide a way to allow get_resource and get_parent_reso...
2001-01-26 Greg Steinapr_put_os_file() expected the caller to have an existi...
2001-01-26 Brian HavardFix uninitialized variable 'written' in ap_rvputs,...
2001-01-26 Greg Steinwe only need to worry about infinite-depth PROPFINDs...
2001-01-25 Ryan BloomStore the original content_type before we replace it...
2001-01-25 Greg Amesget mod_unique_id building again...XtOffset was undefined
2001-01-25 Bill StoddardAdd the coalesce filter back in. It is NOT being instal...
2001-01-24 Ryan BloomAs Greg noted, set_keepalive has to happen before we...
2001-01-24 Ryan BloomThe ap_set_keepalive call needs to be after the call to
2001-01-24 Bill StoddardRemove the COALESCE_FILTER. It is no longer needed...
2001-01-24 Jeff Trawickget http_core to compile on systems without apr_sendfil...
2001-01-24 Greg Stein- change the prototype for apr_dbm_geterror() [and...
2001-01-24 Greg SteinAdd apr_dbm_get_usednames() so that apr_dbm users can...
2001-01-24 Greg SteinUse a typesafe function for access objects' pools.
2001-01-24 Greg SteinA single outermost loop is all that is needed. Simplify...
2001-01-24 Greg SteinBegin mod_core.h for CORE-private information. Ideally...
2001-01-24 Greg Steinfix the (error) return values for the ap_r* functions.
2001-01-24 Ryan BloomLoop over the brigade when multiple buckets file are...
2001-01-24 Greg SteinImprove the performance of the ap_r* functions by buffe...
2001-01-23 Ryan BloomAllow the core_output_filter to deal with multiple...
2001-01-23 Ryan BloomFix the core_output_filter. It doesn't make any sense...
2001-01-23 Ryan BloomFix the core to take the new file bucket type into...
2001-01-23 Ryan BloomFix the byterange filter for the case where the bucket...
2001-01-23 William A. Rowe Jr Time to refresh this version (thought we should renam...
2001-01-23 Ryan BloomCleanup the byterange filter to use the apr_brigade_par...
2001-01-23 William A. Rowe Jr Accomodate the change to the apr_read_dir() arguments...
2001-01-22 Ryan BloomAP_REQUEST_DONE is bogus and a bad idea. This had...
2001-01-21 Ryan BloomRemove AddModule and ClearModuleList. Neither directiv...
2001-01-21 Ryan BloomIf --enable-suexec is specified, then we need to build...
2001-01-21 Ryan BloomGet mod_suexec compiling on FreeBSD again
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Greg Steinsome stylistic tweaks post- John's patch
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
2001-01-20 Greg Stein- implement DeltaV OPTIONS extensions
2001-01-19 William A. Rowe Jr Kill an unused variable
2001-01-19 Ryan BloomStop checking to see if this is a pipelined request...
2001-01-19 Ryan BloomRely on the APR dso_load cleanup to unload the DSO...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 William A. Rowe Jr Some missing exports
2001-01-18 Tony FinchBring forward from 1.3:
2001-01-18 Tony FinchFix the RFC number mentioned when complaining about...
2001-01-18 Ryan BloomRemove a typedef that doesn't seem to be used.
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-15 Jeff Trawickfix a warning on platforms where <strings.h> is needed...
2001-01-15 Jeff Trawickavoid warnings on systems where apr_size_t isn't int...
2001-01-15 Jeff Trawick Fix a segfault in ap_http_filter(). I hit the segfaul...
2001-01-12 Greg SteinFix a problem found by Ryan when deleting collections...
2001-01-12 Ryan BloomRemove a couple more NULL handler specifications.
2001-01-11 Jeff Trawickget rid of an unused variable
2001-01-11 Bill StoddardIt is not sufficient to reset the file pointer before...
2001-01-10 Jeff Trawickonly handle the request if server-info is the handler
2001-01-10 Jeff Trawickget mod_info working again (mostly)
2001-01-09 Ken Coar This sets an example for this type of module, so let...
2001-01-09 Allan K. Edwardsuse AP_HOOK_LAST for this module. This may or may not...
2001-01-09 Jeff Trawickget rid of some invalid errno references; use the apr_s...
2001-01-09 Jeff Trawickuse the apr_status_t instead of errno
2001-01-09 Jeff Trawickfix some handler brokenness
2001-01-09 Doug MacEachernuse ap_strcmp_match and fix pattern typo
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-08 Greg Amesfix handlers->hooks compile breakage
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-05 Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2001-01-04 Jeff TrawickGet rid of some warnings on Tru64 and OS/390. void...
2001-01-03 Jeff Trawickmod_cgi: Fix some problems where the wrong error value...
2001-01-03 Jeff TrawickPass a valid pool to apr_create_lock().
2001-01-02 Jeff TrawickEBCDIC: Fix some byterange protocol data translation.
2001-01-02 Jeff TrawickGet mod_so to build again by including apr_general...
2001-01-02 Ryan BloomChange a bunch of mallocs in mod_cgid to apr_palloc...
2001-01-02 Ben LaurieGeneric hooks (and a demo content filter module).
2001-01-02 Ryan BloomModify a couple of calls to ap_log_error with a NULL...
2001-01-01 Ryan BloomWe never use MMAP_SEGMENT_SIZE, and we are better off...
2000-12-29 Jeff TrawickFix a segfault caused by mod_ext_filter when the extern...
2000-12-29 Jeff Trawickap_content_length_filter(): if ap_save_brigade() fails...
2000-12-29 Jeff TrawickRecognize a downstream error as such (instead of saying...
2000-12-28 Ryan BloomBecause we can't get APR_EAGAIN from sendfile if we...
2000-12-28 Jeff TrawickOn EBCDIC machines, fix up the charset of the header...
2000-12-28 Ryan BloomIgnore CRLF (or LF) when PEEK'ing at data on the socket...
2000-12-27 Ryan BloomOn Unix, we do not want to use an absolute path for...
next