]> granicus.if.org Git - apache/shortlog
apache
2001-08-10 Ryan BloomFix a bug in mod_expires. Previous to this patch,...
2001-08-10 Ryan BloomThe worker MPM now handles shutdown and restart request...
2001-08-10 Greg Amesrecord something in the error log if the parent process...
2001-08-09 Ryan BloomWe want to use mod_cgid with the worker MPM as well.
2001-08-09 Cliff WoolleyThis change was moved into 2.0.23. The problem therefo...
2001-08-09 Jeff TrawickFix a restart problem when cgid is used. Code in the...
2001-08-09 Ryan BloomIf we are going to get the length of a brigade, it...
2001-08-09 Ryan BloomAdd a comment so that the next poor fool who re-writes...
2001-08-09 Ryan BloomHandle the -1 case in ap_http_filter. -1 means that...
2001-08-08 Ryan BloomRemove the block argument from apr_brigade_partition...
2001-08-08 Doug MacEachernfrom madhu: no longer need to force eReadType and eMode
2001-08-08 Ryan BloomRe-apply the patch from yesterday that makes ap_http_fi...
2001-08-08 Cliff WoolleyUpdate httpd to reflect change with free() pointer...
2001-08-08 Doug MacEachernget POST requests working with mod_ssl
2001-08-08 Roy T. FieldingApache Monitor's tray code does not notify Windows...
2001-08-08 Doug MacEacherndrop a brace inside #if 0 so emacs can indent properly
2001-08-08 Doug MacEacherns/apr_size_t/apr_off_t/ for input filter
2001-08-08 Cliff WoolleyBump to 2.0.24-dev after tag
2001-08-08 Cliff WoolleyBump for 2.0.23 tag
2001-08-07 Greg Amesclean up the scoreboard properly after threaded process...
2001-08-07 Cliff WoolleyHopefully it's marked as binary this time around...
2001-08-07 Cliff WoolleyThis file should have been marked -kb ... it's getting...
2001-08-07 Ian Holsmanchange readbytes from a apr_size_t to a apr_off_t to...
2001-08-07 Ian Holsmanchange the parameter to ap_get_brigade from apr_site_t...
2001-08-07 Cliff WoolleyUpdate .rc file to fix build
2001-08-07 Joshua Sliveprefork is default.
2001-08-07 Jeff TrawickUse the prefork MPM by default on Unix.
2001-08-07 Cliff WoolleyI accidentally committed the DOS line endings in that...
2001-08-07 Cliff WoolleyOops, missed the .mak file update. [Again, I'm flying...
2001-08-07 Cliff WoolleyThis is a nearly blind commit of an update posted by...
2001-08-07 Doug MacEachernthis change breaks POST, backing out for the moment
2001-08-07 Jeff Trawickmod_rewrite: Fix the line ending on some non-Unix syste...
2001-08-07 William A.... Must return something in the 2^32 domain (preferably...
2001-08-07 Ryan BloomGreatly simplify the ap_http_filter logic, by using the
2001-08-07 William A.... Update for the 2.0.23 tag
2001-08-07 William A.... Include ApacheMonitor/wintty in the build.
2001-08-07 Ryan BloomUpdate the README so that it reflects just what Apache...
2001-08-07 William A.... Just cleaning up some indents
2001-08-07 Ryan BloomBack out a patch that wasn't ready for inclusion. ...
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-07 William A.... The solution for an icon monitor app has arrived :)
2001-08-07 William A.... Eliminate emits
2001-08-07 William A.... Thanks rbb, and the modproxy-dev autobuild report...
2001-08-07 William A.... Here today, gone yesterday.
2001-08-07 William A.... All mod_autoindex query parsing is now quietly...
2001-08-07 Cliff WoolleyFixed an error in ap_ssi_get_tag_and_value(). It was...
2001-08-07 William A.... Formatted output changes only...
2001-08-07 Cliff WoolleyFix a segfault (was getting triggered by mod_include...
2001-08-07 William A.... A debatable change, to return (an absolute) 404 if...
2001-08-06 William A.... Mumblings
2001-08-06 William A.... Change the error wording, slightly.
2001-08-06 William A.... Thanks goes to Manoj, while commenting on another...
2001-08-06 Doug MacEachernplug mod_cgid restart leak
2001-08-06 William A.... Per Silve's request, some docs that I was messing...
2001-08-06 William A.... Whoops, missing win32 goodness
2001-08-06 Jeff Trawicka couple of hacks to mod_example to get it to behave...
2001-08-06 William A.... Gone, see .html.en flavors
2001-08-06 William A.... These will _not_ be required in 2.0 If they are...
2001-08-06 William A.... Remove the ->mtime reset back to negotiation, who...
2001-08-06 William A.... _THIS_ is why mod_dir wouldn't serve the results...
2001-08-06 William A.... Fix typo from extracting the fast-redirect code
2001-08-06 William A.... The real slim shady finally stood up. This patch...
2001-08-06 William A.... Kill some deadwood
2001-08-06 William A.... Same cleanups as applied to mod_cgi, falling out...
2001-08-06 William A.... We are done with this subrequest (before we even...
2001-08-06 William A.... This is not C++, falling out of scope doesn't constit...
2001-08-06 Ryan BloomExplain the worker MPM
2001-08-06 Ryan BloomRemove all the warnings from mod_example.c.
2001-08-06 William A.... This was entirely broken. We cannot skip the locatio...
2001-08-06 William A.... Just a little cleaner.
2001-08-06 William A.... Multiviews and mod_negotiation will already handle...
2001-08-06 William A.... More explanation
2001-08-05 Ryan BloomGet the worker MPM working again. This should fix...
2001-08-05 Greg AmesSpeed up the server's response to a spike in incoming...
2001-08-04 Jeff Trawickcosmetic changes only for a clean build; no serializati...
2001-08-04 Jeff Trawickminimal changes to get it to compile
2001-08-04 William A.... Subtle variation for security. If the mod_mime file...
2001-08-04 Jeff Trawickaxe unused variable
2001-08-03 Joshua SliveCorrect the default.
2001-08-03 William A.... Solve the major underlying problem of content negotat...
2001-08-03 Jeff Trawickremove a gcc warning, leave object code unchanged
2001-08-03 Victor J. OrlikowskiForgot the CHANGES, as usual....
2001-08-03 William A.... Save hundreds of cycles on every autoindex request...
2001-08-03 Victor J. OrlikowskiAdd a timeout when making connections from within the...
2001-08-03 Victor J. OrlikowskiBoth the ftp and http proxies were erroneously sending...
2001-08-03 Bill StoddardUpdate this custom bucket to use the free function...
2001-08-03 Yoshiki HayashiExpand .html.en, .html.fr and .html.ja.jis as well as
2001-08-03 Ryan BloomHandle the ap_pass_brigade inside the SPLIT_BRIGADE...
2001-08-03 William A.... That's enough for tonight ... gheesh. Allow 2xx...
2001-08-03 William A.... Allow a slightly larger range of acceptable responses.
2001-08-03 William A.... Fix some major brokenness. We were not validating...
2001-08-03 William A.... Begone ancient beast. IndexOptions FancyIndexing...
2001-08-03 William A.... Provide an ap_set_deprecated() fn for quick-and-dirty...
2001-08-03 William A.... Thanks Justin :) This also looked a bit klunky
2001-08-03 Cliff WoolleySomebody please teach OtherBill how to spell "deprecate...
2001-08-03 William A.... It's a new book. Time to throw out the old switch...
2001-08-02 William A.... Undo my unintentionally overzelous name change, and...
2001-08-02 William A.... If it won't let us run in APR_POOLS_DEBUG mode, it...
2001-08-02 Greg Amesfix a problem in the threaded and worker mpm's where...
2001-08-02 William A.... Make this legible. Points out a huge headache in...
next