]> granicus.if.org Git - apache/shortlog
apache
2000-11-07 Jeff TrawickGet rid of unused variable zero in ap_send_http_options().
2000-11-07 Greg SteinThe LoadModule line should specify a .so file, not...
2000-11-07 Ryan BloomAlways compute the content-length regardless of whether...
2000-11-07 Ryan BloomRemvoe AP_END_OF_BRIGADE. This definition didn't reall...
2000-11-06 Joshua SliveGrammar/Style fixes.
2000-11-06 Ryan Bloomap_send_fd should not be sending an EOS bucket, so...
2000-11-06 Jeff TrawickMake the desired evaluation explicit to keep gcc -Wall...
2000-11-05 Joshua SliveFixed a couple leftover &s.
2000-11-05 Joshua SliveCleanup of perf-tuning.html. No content changes.
2000-11-05 Ryan BloomAllow the core_output_filter to save data in the filter...
2000-11-05 Greg Steinoops. only do the slash management if dir != NULL
2000-11-04 Joshua SliveMinor content and spelling fixes to two recently added...
2000-11-04 Ryan BloomClean up blocking and non-blocking reads from buckets...
2000-11-03 Ryan BloomSub requests should never get into the http headers...
2000-11-03 Sascha SchumannRemove REQUEST_CHUNKED_PASS and change ap_discard_reque...
2000-11-03 Jeff TrawickChange the content-length filter to give up (i.e.,...
2000-11-03 Jeff TrawickAxe a couple of newly-unused variables.
2000-11-03 David ReidRemove some more references to sockaddr structures...
2000-11-03 David ReidMore removal of raw sockaddr references. This shouldn...
2000-11-03 David ReidAnother removal of using raw sockaddr where we should...
2000-11-03 William A.... John's patches to provide depreciated messages for...
2000-11-03 William A.... John's patches to provide depreciated messages for...
2000-11-03 Bill StoddardMerge the 1.3 patch to add support for logging query...
2000-11-03 Bill StoddardMerge forward mod_log_config enhancement.
2000-11-03 David ReidWe don't really want to fool around with socket structu...
2000-11-03 David ReidWe have functions that allow us to get the ports from...
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.
next