]> granicus.if.org Git - apache/shortlog
apache
2001-08-31 William A.... Since we can preserve and further canonicalize the...
2001-08-31 William A.... Add some notes of things I noticed while proofing...
2001-08-31 William A.... These no longer work, and even though most of this...
2001-08-31 Joshua SliveLet's see if I can commit from win2000 using plink.
2001-08-31 Ryan BloomAllow us to build APR before APR-util, but clean APR...
2001-08-31 Ryan BloomInstall the mod_core.h file. Mod_proxy relies on it.
2001-08-31 William A.... Can it be this simple? No, probably not, but this...
2001-08-31 Jeff Trawickresolve_symlink() is only used if REPLACE_PATH_INFO_MET...
2001-08-31 David ReidWith my normal sense of missing the boat :)
2001-08-31 David ReidUse the full path for libraries. (This has been in...
2001-08-31 Cliff WoolleyAs I understand it, this test is supposed to read like so:
2001-08-31 Cliff WoolleyRyan apparently bumped this back DOWN from 2.0.25 to...
2001-08-31 William A.... Now that stinks, sorry. In moving code - I didn...
2001-08-31 William A.... Much better - sorry - I missed one case of forcing...
2001-08-31 William A.... Invoking the handler must occur at the caller's discr...
2001-08-31 William A.... After calling ap_process_request_internal(), the...
2001-08-31 William A.... Move the ap_run_insert_filters to consistently occur in
2001-08-31 William A.... Normalize all paths to run the same, common code...
2001-08-31 William A.... Normalize all paths to run the same, common code...
2001-08-30 William A.... The add-in/strip-off temporary trailing slash logic...
2001-08-30 Doug MacEacherngather all of the cflags for compiling with apxs
2001-08-30 Justin ErenkrantzFix a segfault with mod_include when r->path_info is...
2001-08-30 Justin ErenkrantzAdd -X functionality back to httpd.
2001-08-30 William A.... Fix the new code (not currently enabled) for director...
2001-08-30 Jeff TrawickAs suggested by Ryan and OtherBill, change the way...
2001-08-30 William A.... Undo another int type'ed port (and format a little...
2001-08-30 William A.... Fix a broken declaration (supress type conversion...
2001-08-30 Jeff Trawickwhen we bail out due to a fatal error in apr_shm_init...
2001-08-30 William A.... Same as Jeff Trawick's patch [thank you!] only a...
2001-08-30 Jeff TrawickAfter committing Brian Havard's fix to Unix file_io...
2001-08-30 Jeff Trawicksince the core now stores the input and output filter...
2001-08-30 Jeff Trawickfix an endless loop (well, until you run out of storage...
2001-08-30 William A.... Thank you again for the proxy autobuild reports ;)
2001-08-30 Ryan BloomUse the correct macros in unix.h
2001-08-30 William A.... * configure.in: added Cygwin specific APR_SETVARs.
2001-08-30 Doug MacEacherndont block when handling non-ssl request
2001-08-30 Doug MacEachernfix ap_remove_output_filter; the recent change to use...
2001-08-30 William A.... No <sys/ipc.h> under cygwin.
2001-08-30 William A.... Changed syntax of Set{Input|Output}Filter. The...
2001-08-30 William A.... Since the mod_mime patch was applied, here is the...
2001-08-30 William A.... Fix mod_mime skipping over mime.types when some _othe...
2001-08-30 Greg Amesfix suexec's install by invoking some powerful Sascha...
2001-08-30 Bill StoddardMake CACHE_IN and CACHE_CONDITIONAL AP_FTYPE_CONTENT...
2001-08-30 Bill StoddardOoops, this should have been committed along with mod_m...
2001-08-30 Bill StoddardThree small changes...
2001-08-30 Cliff WoolleyUpdate the comments regarding -DONE_PROCESS and -DNO_DE...
2001-08-30 Graham LeggettAdded some bulletproofing to memory allocation in the...
2001-08-29 Ryan BloomRemove the declarations for variables that were moved...
2001-08-29 Ryan BloomBump after the tag.
2001-08-29 Ryan BloomForgot to bump these numbers before the tag. Re-taggin...
2001-08-29 Martin KraemerFinish documenting /manual location change
2001-08-29 Jeff TrawickFrom Mark Cox:
2001-08-28 Graham LeggettFix some warnings...
2001-08-28 Jeff Trawickupdate from Mr. Slive's comments
2001-08-28 Graham LeggettAdd specified user attributes to the environment when...
2001-08-28 Jeff Trawickgross
2001-08-28 William A.... Fix a typo for documentation consistency.
2001-08-28 Greg AmesSince binbuild is currently doing a static build, the...
2001-08-28 Ryan BloomFix a performance problem with the worker MPM. We...
2001-08-28 Ryan BloomRemove some debug code that I had in apxs.in.
2001-08-28 William A.... This is the same granularity of control as mod_mime...
2001-08-28 William A.... Also in the prior commit (1.338)
2001-08-28 William A.... Someone pointed out that we were running the images...
2001-08-28 William A.... Version 1.338 of mod_mime also tightened the mod_nego...
2001-08-28 William A.... Introduces mod_mime AddInputFilter and AddOutputFilte...
2001-08-28 William A.... Clip a duplicate appearance
2001-08-28 William A.... This small patch I committed last week broke the...
2001-08-27 Ryan BloomRemove an obsolete function from fdqueue. The worker...
2001-08-27 Justin ErenkrantzAs the worker MPM is really an alternative to the threa...
2001-08-27 Victor J. OrlikowskiFix a case where on restart, an admin started logging...
2001-08-27 Jeff TrawickFix a growing connection pool in core_output_filter...
2001-08-27 Paul J. RederMoved split_and_pass_pretag_buckets back to being a
2001-08-27 Jeff TrawickFix a segfault when a numeric host (e.g., "Host: 123...
2001-08-27 Ryan BloomRemove some warnings from the perchild MPM
2001-08-27 Ryan Bloom- allows empty $val from httpd-2.0/build/config_vars.mk
2001-08-27 William A.... Solve a bug I introduced this weekend, we want to...
2001-08-27 Cliff WoolleyThe consensus now is that mod_include should just butt...
2001-08-27 Joshua SliveAdd information on backwards-compatible handler and...
2001-08-27 Jeff Trawickremove_any_filter() and ap_remove_foo_filter() are...
2001-08-27 Jeff Trawickfix some calls to apr_pool_userdata_get()
2001-08-27 Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-27 William A.... Regroup some of the headers in the win32 module,...
2001-08-27 William A.... Final additional comments (for the moment) about...
2001-08-27 Justin ErenkrantzRemove some unneeded autoconf checks. We now have...
2001-08-27 William A.... Further optimization to location_walk() and clean...
2001-08-27 William A.... Clean up location_walk, so that this step performs...
2001-08-27 Ryan BloomFix a typo.
2001-08-27 William A.... I think this statement makes more sense, please ask...
2001-08-26 Doug MacEachernbacking out the ap_set_keepalive uncheck for Content...
2001-08-26 Doug MacEachernap_content_length_filter has already set Content-Length
2001-08-26 Doug MacEachernapr_pstrcat args were not NULL terminated
2001-08-26 Ryan BloomMore fixes for APXS. APXS now works with httpd-test...
2001-08-26 Ryan BloomImprovements to APXS. It now uses the config_vars...
2001-08-26 Doug MacEachernthese modules were never built and had not been ported...
2001-08-26 Brian HavardAnother generated file to ignore.
2001-08-26 William A.... Toggle the /Zi flag to allow all supportd versions...
2001-08-26 William A.... That last round calls for a bump.
2001-08-26 William A.... Eliminate proxy: (and all other 'special') processing...
2001-08-26 William A.... Readded "downgrade-1.0" which I (inadvertantly) pulle...
2001-08-26 William A.... Split proxy: space using <Proxy[Match] > directive...
next