]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2000-10-19  Tony FinchUpdate to the media types as of 2000-10-19. I also...
2000-10-19  Ryan BloomNamespace protect the rest of the macros defined by...
2000-10-18  Greg AmesSupport HTTP header line folding with input filtering.
2000-10-18  Ryan BloomUpdate the STATUS file.
2000-10-18  Ryan BloomAdd .so and .dll to the application-octect stream mime...
2000-10-18  Ryan BloomGet mod_include working again. This still needs to...
2000-10-18  Ryan BloomSub-requests have to have a value for their request_con...
2000-10-18  Jeff TrawickSet the request config in the new r, not the old r.
2000-10-18  Ryan BloomMake the core access the socket directly instead of...
2000-10-18  Ryan BloomThis begins to remove BUFF from the server. The idea...
2000-10-18  Ryan BloomWe have to create the core_request_config structure...
2000-10-18  Ryan Bloomapr_psprintf doesn't understand %lld, so we should...
2000-10-18  William A.... That's the end of things broken this morning... now...
2000-10-18  Jeff Trawickap_get_client_block() now uses a brigade in core_reques...
2000-10-18  William A.... Fix more broken things
2000-10-18  William A.... Fix a broken thing
2000-10-18  William A.... expatlib is definately more in sync with the Unix...
2000-10-18  Ryan BloomThe final line of the config file was not being read...
2000-10-18  Greg AmesAdd a core_request_config so we have a safe semi-hidden...
2000-10-18  Jeff TrawickFix a compile error in mod_rewrite.c.
2000-10-18  Ryan BloomFix piped logs in 2.0. This basically:
2000-10-18  Joshua SliveClarify when [NC] is effective.
2000-10-18  Tony FinchRestore functionality broken by the mod_rewrite securit...
2000-10-18  Tony FinchTighten up the syntax checking of Host: headers to...
2000-10-17  Ryan BloomUse pool buckets where appropriate. The places I have...
2000-10-17  Ryan BloomAdd pool buckets to the bucket list. These buckets...
2000-10-17  Jeff Trawickap_get_client_block() allocates its brigade from r...
2000-10-17  Ryan BloomRemove brigade_bgets. Getting the chunk header is...
2000-10-17  Jeff Trawickhttp_filter():
2000-10-17  Ryan BloomRemove an incorrect comment. Bucket brigades are alloc...
2000-10-17  Jeff Trawickhttp_filter():
2000-10-17  Ryan BloomRemove some annoying warnings from http_protocol. ...
2000-10-17  William A.... Make things a little clearer in reaction to the _snam...
2000-10-17  Jeff TrawickRename output filters field ("filters") in core_dir_con...
2000-10-17  Jeff TrawickRename ap_debug_assert() to AP_DEBUG_ASSERT().
2000-10-17  Jeff TrawickCapitalize AP_DEBUG_ASSERT(). All macros should shout...
2000-10-17  Joshua SliveSync descriptors.html with 1.3.
2000-10-17  Ryan BloomAdd a flush bucket type. This bucket advises filters...
2000-10-16  Ryan BloomAdd a sub-request filter. This filter just strips...
2000-10-16  Greg Amessimplify bookkeeping in getline() to make it run a...
2000-10-16  Jeff Trawickdechunk filter:
2000-10-16  Jeff Trawickinput filtering changes:
2000-10-16  Jeff TrawickGet rid of some old code related to the way that charac...
2000-10-16  William A.... Fix compile break in Win32
2000-10-16  William A.... Nice to see we build again on Win32
2000-10-16  William A.... Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-16  William A.... Cleaning up a _Security_ concern - Please Review...
2000-10-16  William A.... More docs of oddities.
2000-10-16  William A.... Document more bad Win32 behavior... if the url isn...
2000-10-16  William A.... Adds quick access to the must-haves (STATUS/CHANGES...
2000-10-16  Greg Steinthe zero-length hash key is valid. use (-1) as the...
2000-10-15  William A.... Some issues with the dependencies that prevent a...
2000-10-15  David ReidTidy up some types.
2000-10-15  William A.... This is a pretty significant cleanup of things alread...
2000-10-15  William A.... Cleanup ap_os_kill from TPF and unix. Maintainers...
2000-10-15  William A.... Just some symbol cleanup from grep'ping sources.
2000-10-15  William A.... Eliminating a bunch-o-junk from the Win32 os.h header...
2000-10-15  Ryan BloomStop using the index into the array for the bucket...
2000-10-15  David ReidSome fixes and a general tidy up of ab. With these...
2000-10-14  William A.... Change to buckets for isapi output. Still requires...
2000-10-14  David ReidGet dav-fs building again.
2000-10-14  Ryan BloomCleanup ap_get_client_block a bit. All of the code...
2000-10-14  Ryan BloomMy last patch had most of the code to insert the eos...
2000-10-14  Ryan BloomGet non-chunked input body filtering working with an...
2000-10-14  Joshua SliveForgot to change the title.
2000-10-13  Jeff TrawickIntroduce ap_debug_assert() macro, like ap_assert(...
2000-10-13  Jeff Trawickgetline() fixes...
2000-10-13  Ryan BloomAdd a #else back into http_core.c, so that this compile...
2000-10-13  William A.... Completes the port of the <Directory /> handling...
2000-10-13  Ryan BloomRemove all function pointers from the ap_bucket type...
2000-10-13  Jeff Trawickmod_cgid: In the handler, shut down the Unix socket...
2000-10-13  Jeff TrawickFix a couple of problems related to large request bodies:
2000-10-13  Ryan BloomFix a typo from earlier today. The filters accept...
2000-10-12  William A.... Modify ap_make_dirstr_prefix, platforms with HAVE_DRI...
2000-10-12  Greg AmesMake http_filter go a little faster. Remove unused...
2000-10-12  Joshua SliveClean up obsolete modules.
2000-10-12  Ryan BloomRemove the offset field from ap_bucket type. This...
2000-10-12  Ryan BloomImplement a length argument on input filters. There...
2000-10-12  William A.... Move more path parsing fixes forward from 1.3
2000-10-12  William A.... I hope this clarifies. Greg is absolutely correct...
2000-10-12  Ryan BloomA small cleanup for ap_get_client_block.
2000-10-12  Ryan BloomWe never actually store anything in input_data (from...
2000-10-12  Ryan BloomThese functions aren't used by any module, and they...
2000-10-12  Ryan BloomThese BUFFs aren't used anymore, so they should be...
2000-10-12  Jeff Trawickminor updates for a7 release data and missing buff...
2000-10-12  Ryan BloomThis is pretty much the wrong solution, but at least...
2000-10-12  Jeff TrawickGet rid of some compile warnings on systems with no...
2000-10-12  Jeff TrawickIn read_request_line(), we don't have to check any...
2000-10-12  Greg AmesClean up input filtering & getline() some more. Charac...
2000-10-12  Jeff TrawickAvoid swap-til-you-drop by cutting off a loop once...
2000-10-12  Joshua SliveJust a scratch of a start of an upgrading doc. It...
2000-10-11  Ryan BloomClean up the input filtering a lot. This makes the...
2000-10-11  Joshua SliveChange env.html from a specific discussion of special...
2000-10-11  Ryan BloomCleanup the input filtering a bit. This does not work...
2000-10-11  David ReidCVS goodness...
2000-10-11  William A.... Reflect the ApacheModuleBleck -> mod_bleck rename...
2000-10-11  Jeff TrawickIn getline() and ap_get_client_block(), use ap_bucket_d...
2000-10-11  William A.... A star is born ... adds mod_dav and mod_dav_fs to...
2000-10-11  William A.... Here it is, mod_dav should build quite nicely on...
2000-10-11  William A.... Read the /D symbol declaration in this patch with...
next