]> granicus.if.org Git - apache/shortlog
apache
2001-09-06 Jeff Trawickwork around an AIX "issue" in the construction of confi...
2001-09-06 Ryan BloomFix a seg fault in mod_include. When we are generating an
2001-09-06 William A.... Rambling on
2001-09-06 William A.... Optimize location_walk. We build an array of increme...
2001-09-06 Doug MacEachernstrip parens from config_vars.mk values
2001-09-06 Ryan BloomI am veto'ing this, for now at least. I will support...
2001-09-06 Jim JagielskiI think it's a bit premature to make such
2001-09-06 Ben Hydesimpler, more secure, easier to release, less conflict...
2001-09-06 Cliff WoolleyMy +1 is also contingent upon the code style nits that...
2001-09-06 Justin ErenkrantzI started the flame war, so I'm +1 on mod_gz as well.
2001-09-06 Greg SteinI didn't crawl the list looking for the complete set...
2001-09-06 Rich BowenW3C tidy. Lowercased tags. Various indentation and...
2001-09-06 Rich BowenW3C tidy. Lowecased HTML tags. Various other indentatio...
2001-09-06 Rich BowenW3C tidy. Convert uppercase tags -> lowercase. Various...
2001-09-06 Joshua SliveLink to Ken's .htaccess docs.
2001-09-05 Jeff Trawickon AIX we need to pass in --disable-shared to apr and...
2001-09-05 Jeff Trawickfix a module reference so that it doesn't look like...
2001-09-05 Cliff Woolleymod_access is also important...
2001-09-05 Rich Bowentypo
2001-09-05 Rich BowenFirst cut at authentication tutorial. Need to add secti...
2001-09-05 Rich BowenThere's no particular reason to advertise ApacheToday...
2001-09-04 Ryan BloomIf the user doesn't specify a layout, then just use...
2001-09-04 Justin ErenkrantzJeff pointed out that the character array must be constant.
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
next