]> granicus.if.org Git - apache/shortlog
apache
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.
2000-10-08 William A.... Missed it... another canonical error fix
2000-10-08 William A.... Kind of hard to load without an exported module struc...
2000-10-08 William A.... Movin on over from 1.3.13-dev : this patch fixes...
2000-10-08 Ryan BloomMake mod_log_config compile cleanly when using BUFFERED...
2000-10-08 Brian HavardFix handling of LF only terminated header lines by...
2000-10-08 Ryan BloomAdd back the ap_disable_nagle call in make_sock. Howev...
2000-10-08 Ryan BloomRemove all compiler warnings from the proxy code. ...
2000-10-08 Ryan BloomRemove ap_send_fb and ap_send_fb_length. These functio...
2000-10-07 Ryan BloomUpdate send_the_file to fall back to a read/write loop...
2000-10-07 Ryan BloomUse autoconf to substitute the proper values into apach...
2000-10-07 Ryan Bloomsysconfdir should use { and } instead of ( and ), becau...
2000-10-07 Ryan BloomThe core filter should not be using its own brigade...
2000-10-07 William A.... Addresses the huge issue that Crypt::PasswdMD5 is...
2000-10-07 Ryan BloomThe newest incarnation of http_filter. This is far...
2000-10-07 Greg Steinclean up the provider stuff some more: don't allow...
2000-10-07 Greg Steinforward-port John Vasta's checkin to mod_dav 1.1.x...
2000-10-07 Jim JagielskiThis is ugly, but at least we compile again on platform...
2000-10-06 William A.... Roll forward fixes identified for 1.3.13-dev.
2000-10-06 William A.... A 'little' reminder about a 'little' problem.
2000-10-06 Greg Steinrecent changes bungled the state of the EEXIST test.
2000-10-06 William A.... Back out or finish up a few non-apr tests. Won't...
2000-10-06 William A.... Completed review for new tests:
2000-10-06 William A.... Here it is, the Win32 part of the big canonical error...
2000-10-06 Ryan BloomFix a potential memory overrun error in ap_get_client_b...
2000-10-06 Greg Steinmore uuid tidbits
2000-10-06 Greg Stein*) convert fs/lock.c to use APR UUIDs for the opaque...
2000-10-06 Ryan BloomAdd the first draft of the http_filter. In time this...
2000-10-06 Joshua SliveBe a little more explicit about the consequences of
2000-10-05 Ryan BloomModify ap_get_client_block to use the bucket brigades...
next