]> granicus.if.org Git - apache/shortlog
apache
2001-09-04 Justin ErenkrantzFix breakage from Brian Pane's util_filter switch to...
2001-09-04 Justin Erenkrantz**NO CODE CHANGES**
2001-09-04 Justin ErenkrantzThe ap_add_input_filter/ap_add_output_filter functions...
2001-09-04 Cliff Woolleysilence compiler warnings (these weren't really bugs)
2001-09-04 Ryan BloomBack out the 1.45 change to util_script.c. This change...
2001-09-03 Justin ErenkrantzFix uninitialized variable warning. (This was a bug.)
2001-09-03 William A.... This one has a sharper 16x16 image committed some...
2001-09-03 Ryan BloomUpdate the DSO docs for Apache 2.0
2001-09-03 Rich BowenAdded a little more detail to the docs based on some...
2001-09-03 Ryan BloomMake Apache 2.0 install all files in the same location...
2001-09-03 Ryan BloomFix the interaction between --prefix and --with-layout...
2001-09-03 Ryan BloomMake sure that installbuilddir is always defined.
2001-09-02 Justin Erenkrantz**NO CODE CHANGES**
2001-09-02 Justin Erenkrantz- Remove extra include_module line - dunno how that...
2001-09-02 Justin ErenkrantzMake mod_include do lazy evaluation of potentially...
2001-09-02 Justin ErenkrantzWe should be copying the filters as well when we perfor...
2001-09-02 Ryan BloomFix logging of bytes sent for HEAD requests. %b and...
2001-09-02 Justin ErenkrantzMake mod_include check for BYTE_COUNT_THRESHOLD on...
2001-09-01 William A.... After some consideration - Location walk is always...
2001-09-01 William A.... Finish a thought. I'm hoping this drops the number...
2001-09-01 William A.... I love it when a plan comes together.
2001-09-01 William A.... Move ForceType/SetHandler from mod_mime to core,...
2001-08-31 William A.... Ahhh, a const headache. Here's a flag that is writeable.
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...
next