]> granicus.if.org Git - apache/shortlog
apache
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...
2000-10-11 William A.... Regardless of reaction to a symbol rename -within...
2000-10-11 William A.... Parallels the commit to apr.h.in/apr.hw for the apach...
2000-10-11 William A.... Get rid of some darned ugly exception lists
2000-10-11 William A.... Finish the ApacheModuleBleck -> mod_bleck cleanup
2000-10-11 William A.... Second half of the ugly name to nice name change...
2000-10-11 William A.... MSVC Project Rename - ApacheModuleBleck.* is no longe...
2000-10-11 William A.... I guess I can commit this, mod_dav and mod_dav_fs...
2000-10-11 William A.... These don't do anything until the patch on the table...
2000-10-11 William A.... This much, at least, we don't need to debate.
2000-10-11 William A.... Missing some DAV required symbols.
2000-10-11 William A.... Preparing the way.
2000-10-11 William A.... Yet another warning down (pps... I choose to cast...
2000-10-11 William A.... Away fool precompiled headers... while I'm at it...
2000-10-11 William A.... This one is odd, it's not the patch either of us...
2000-10-11 William A.... New symbol for HAVE_URL_PATHS reminds me we need...
2000-10-10 Jeff Trawickminor cleanups in http_filter() and ap_get_client_block()
2000-10-10 Greg Steinadd DAV_RESOURCE_TYPE_PRIVATE.
2000-10-10 Greg Steinecho should not be built by default
2000-10-10 Greg Stein*) fix GET handling: cache the provider; test through...
2000-10-10 Greg Steinuse the APR type
2000-10-10 William A.... This will have been a good thing if we get that far.
2000-10-10 Jeff TrawickWrite all of the request body to the child, not just...
2000-10-10 Ryan BloomBack out the change to move the core_output_filters...
2000-10-10 Jeff Trawickrename core_register_filter() to core_insert_filter()
2000-10-10 Jeff Trawickcore_input_filter():
2000-10-09 Ryan BloomWe need to flush all logs when the child exits. To...
2000-10-09 Ryan BloomRemove an annoying warning.
2000-10-09 Ryan BloomRemove some deprecated functions
2000-10-09 Bill Stoddard Fix another bug in the send_the_file() read/write...
2000-10-09 Ryan BloomFix some types in the latest tree, so that AIX builds...
2000-10-09 Bill StoddardInitialize nbytes across each iteration and not just...
2000-10-09 Jeff TrawickRemove stray semicolon from AP_NOBODY_READ and AP_NOBOD...
2000-10-09 Bill StoddardFix bug which would cause offset to be ignored in send_...
2000-10-09 Bill StoddardHandle receiving APR_ENOTIMPL from apr_sendfile. This...
2000-10-09 Ryan BloomUpdate some docs httpd.h
2000-10-09 William A.... Gee, that .zip file of 2.0a7 looks out of sorts
2000-10-09 Ryan BloomPort the fix for Remove Handler from 1.3 to 2.0
2000-10-09 Ryan BloomUpdate the version for 2.0a8-dev
2000-10-09 Ryan BloomUpdate the Announcement for the 7th alpha.
2000-10-08 William A.... Ok, if I remember right, somewhere along the way...
2000-10-08 William A.... My Bad. Local environment had leaked into the tree.
2000-10-08 William A.... Just cleaning house and assuring there is nothing...
2000-10-08 Ryan BloomNo need for the if statement here.
2000-10-08 Ryan BloomFix the char-at-a-time problem. To fix this, we just...
2000-10-08 Ryan BloomClean up the test for \0 in getline.
2000-10-08 William A.... Really out of date, but here's something worth adding.
2000-10-08 William A.... That's all I wrote... except for the mpm_winnt.c...
2000-10-08 William A.... Missed it, a rather messy canonical error example.
next