]> granicus.if.org Git - apache/shortlog
apache
2000-11-03 Bill StoddardDocument mod_log_config %c option
2000-11-03 Bill StoddardAdd a new LogFormat directive, %c, that will log connection
2000-11-02 Ryan BloomIt doesn't make any sense to set a CHUNK flag in the...
2000-11-02 Sascha SchumannFix last commit which was done from the wrong tree...
2000-11-02 Ryan BloomRemove some more BUFF code. This makes the 100 continu...
2000-11-02 Sascha SchumannMake the default handler read the dechunked request...
2000-11-02 Ryan BloomFix the core_output_filter to work with FLUSH buckets...
2000-11-02 William A.... Solve the os_is_absolute_path problem for the moment.
2000-11-02 William A.... Two patches (sorry), first to clean up the double...
2000-11-02 Ryan BloomCreate a feature macro that determines if Autoconf...
2000-11-02 Jeff Trawickap_http_header_filter() can't remove itself until after...
2000-11-02 Jeff TrawickIn writev_it_all(), tell the caller how many bytes...
2000-11-02 William A.... Get Win32 building again.
2000-11-02 William A.... Get win32 building again... we need something just...
2000-11-02 William A.... Cause the command line version of mpm_winnt to do...
2000-11-02 Greg SteinSimplify the configuration mechanisms for threading...
2000-11-02 Jeff TrawickGet rid of some warnings on Solaris 8 by using APR...
2000-11-01 Joshua SliveBring forward from 1.3. Some of this is obviously...
2000-11-01 Joshua SliveFix in regex example.
2000-11-01 Jeff TrawickCreate the pool bucket after we know the true length...
2000-11-01 Jeff TrawickDon't include a '\0' in the header. (I'm still seeing...
2000-11-01 Sascha SchumannComment fixes.. just to get them out of my tree
2000-11-01 Joshua SliveUpdate the main doc page to a two-column format, and...
2000-11-01 Jeff TrawickGet rid of a couple of buff calls by manipulating the...
2000-11-01 Jeff TrawickFix a buglet in the APR-ization of ap_lingering_close...
2000-11-01 Jeff TrawickPrevent a compile warning on FreeBSD by making pointers...
2000-11-01 Ryan BloomForgot one variable when I re-created the patch.
2000-11-01 Ryan BloomFix canned-errors and OPTIONS requests, so that we...
2000-11-01 Ryan BloomStop always allocating 8k for each request. We now...
2000-11-01 Ryan BloomClean up the http filter a lot. Instead of sending...
2000-11-01 Ryan BloomRemove a BUFF function that isn't used anyplace.
2000-10-31 Jeff Trawicka couple of fixes for byte ranges:
2000-10-31 Jeff Trawickexports.c is generated.
2000-10-31 Jeff TrawickCompute the content length (and add appropriate header...
2000-10-31 Ryan BloomCleanup some warnings in mod_auth_digest.c
2000-10-31 Ryan BloomMod_auth_db.c compiles cleanly now.
2000-10-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
2000-10-30 Ryan BloomThis is an ugly little hack to allow DSO modules to...
2000-10-30 Ryan BloomMake mod_auth_dbm compile cleanly.
2000-10-30 Ryan BloomMake mod_auth_db compile cleanly in 2.0
2000-10-30 Ryan BloomGet mod_auth_anon to compile cleanly in 2.0
2000-10-30 Ryan BloomFix a const problem.
2000-10-30 Ryan BloomRemove the suexec patch from mod_mime_magic
2000-10-28 Jeff Trawickinitial commit of mod_ext_filter code and documentation
2000-10-28 Jeff Trawicknote some filter configuration issues
2000-10-28 Tony FinchDon't truncate the string if a RewriteMap lookup has...
2000-10-27 Sascha SchumannCreate modules.c in the build tree. This file depends...
2000-10-26 Jeff TrawickClean up a few incompatible pointer types (int * vs...
2000-10-26 Jeff TrawickOut goes the EBCDIC issue, in goes the error message...
2000-10-26 Jeff TrawickGet rid of some outdated character set translation...
2000-10-26 Jeff TrawickEBCDIC support: convert protocol data in getline() and
2000-10-26 Jeff Trawick Introduce ap_xlate_proto_{to|from}_ascii() to clean...
2000-10-25 Jeff TrawickGet rid of the xlate version of ap_md5_digest()
2000-10-25 Jeff TrawickOn an EBCDIC machine, be willing to translate mod_autoi...
2000-10-25 Jeff TrawickDon't segfault if the filter doesn't have any request...
2000-10-25 Jeff TrawickEBCDIC: Make chunk_filter() write chunk headers/trailer...
2000-10-25 Jeff TrawickFix a typo in a comment.
2000-10-25 Tony Finchensure that all cpp directives start with a # in column one
2000-10-25 Jeff Trawicknot raining
2000-10-25 Jeff TrawickGet rid of a // comment so we compile on OS/390 without...
2000-10-25 Ryan BloomAdd a comment about a requirement with the eos_sent...
2000-10-25 Jeff TrawickProvide a bit of doc for the hackish^H^H^H^H^H^H^Hwonde...
2000-10-25 William A.... Ok here it is: Win32 utf-8 native unicode filename...
2000-10-25 Jeff TrawickIntroduce more filter types. This gets chunking of...
2000-10-24 Tony FinchFix SSI syntax errors -- strings inside #if test expres...
2000-10-24 Ryan BloomFix mod_include to serve the FAQ correctly. The proble...
2000-10-24 Jeff TrawickFix the signature of no_set_limit() to avoid a warning...
2000-10-24 Ryan BloomAlways send the EOS on the correct request. Basically...
2000-10-24 Jeff TrawickThe request body should be read with the normal send...
2000-10-24 Jeff Trawickother than minor tweaks:
2000-10-24 William A.... Get everything working with suexec patches again.
2000-10-24 Manoj KasichainulaDon't build mod_suexec by default. It breaks other...
2000-10-24 Jeff TrawickBack out the suexec change to mod_rewrite.c. It now...
2000-10-24 Joshua SliveFix typos and grammar.
2000-10-23 Joshua SliveOne more update for "config directory" patch,
2000-10-23 Joshua SliveSmall fix.
2000-10-23 Joshua SliveStyle changes and small content changes to handler...
2000-10-23 David ReidGet rid of some stuff and a few small tweaks.
2000-10-23 David ReidFix a breakage due to Maoj's suexec patch of earlier...
2000-10-23 William A.... Improve legability for new Win32 hackers (I hope)
2000-10-23 William A.... Answer says... -X is redundant and inappropriate.
2000-10-23 William A.... Fix foobar
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 William A.... A more thorough example is appropriate. Also simplif...
2000-10-23 Greg Steinuse a cleaner form for building the TAR file
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-23 Manoj KasichainulaLondon Sun.
2000-10-23 Manoj KasichainulaAdd a temporary pool argument to unixd_pre_config,...
2000-10-23 Ryan BloomMake lingering close access the socket directly, instea...
2000-10-23 Ryan BloomMake ap_rflush use the flush bucket properly, and remov...
2000-10-23 Ryan BloomFix internal redirects. They should have their own...
2000-10-22 Bill StoddardFix some brain dead code.
2000-10-22 Bill StoddardCorrect a check to see if we are attempting to remove...
2000-10-22 Sascha SchumannAdd logic to rebuild mm's configure
2000-10-22 Ryan BloomThe headers need to be at the end of the request_based...
2000-10-22 Bill StoddardFix problem where a 304 response was not generating...
2000-10-22 Jeff TrawickGet HTTP/0.9 and subrequests working again. The http...
2000-10-22 Jeff TrawickGet rid of a couple of buff-isms -- setting the B_EOUT...
2000-10-22 Jeff Trawicknamespace-protect dechunk_filter and http_filter
next