]> granicus.if.org Git - apache/history - server
That's the end of things broken this morning... now to try Jeff's patch
[apache] / server /
2000-10-18 Ryan BloomThe final line of the config file was not being read...
2000-10-18 Ryan BloomFix piped logs in 2.0. This basically:
2000-10-18 Tony FinchTighten up the syntax checking of Host: headers to...
2000-10-16 Jeff TrawickGet rid of some old code related to the way that charac...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-15 Ryan BloomStop using the index into the array for the bucket...
2000-10-13 William A. Rowe Jr Completes the port of the <Directory /> handling...
2000-10-13 Ryan BloomRemove all function pointers from the ap_bucket type...
2000-10-13 Ryan BloomFix a typo from earlier today. The filters accept...
2000-10-12 William A. Rowe Jr Modify ap_make_dirstr_prefix, platforms with HAVE_DRI...
2000-10-12 Ryan BloomImplement a length argument on input filters. There...
2000-10-12 Ryan BloomThese functions aren't used by any module, and they...
2000-10-11 William A. Rowe Jr This one is odd, it's not the patch either of us...
2000-10-09 Ryan BloomRemove some deprecated functions
2000-10-08 Ryan BloomAdd back the ap_disable_nagle call in make_sock. Howev...
2000-10-06 William A. Rowe Jr Back out or finish up a few non-apr tests. Won't...
2000-10-06 William A. Rowe Jr Completed review for new tests:
2000-10-06 William A. Rowe Jr Here it is, the Win32 part of the big canonical error...
2000-10-06 Ryan BloomAdd the first draft of the http_filter. In time this...
2000-10-05 Jim JagielskiPort over the config directory stuff...
2000-10-05 Jeff TrawickBack out some more of build changes from last night...
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-10-05 Ryan BloomBack out the build changes I added last night. This...
2000-10-05 Jeff TrawickAdd a bit of infrastructure which will be needed for...
2000-10-05 Jeff TrawickNow that we have ap_add_input_filter(), rename ap_add_f...
2000-10-05 Jeff TrawickGet rid of much of the old implementation of translatin...
2000-10-05 Ryan BloomMultiple build and configuration fixes
2000-10-04 Ryan BloomConnection oriented filters are now stored in the conn_...
2000-10-03 Ryan BloomReplace ap_get_data_from_filter and ap_save_data_to_fil...
2000-10-02 William A. Rowe Jr Downgrade warnings, stop changing errors from somethi...
2000-10-02 William A. Rowe Jr Choices. Choose -X, -DONE_PROCESS or set ONE_PROCESS...
2000-10-02 Bill StoddardFix two problems. First we are setting aside the wrong...
2000-10-02 Ryan BloomMove where the CORE_IN filter is added to the server...
2000-10-02 Jeff TrawickClean up some const-ness warnings in getsfunc_STRING().
2000-10-02 William A. Rowe Jr Forward port 1.3 overhaul of isapi to 2.0.
2000-10-02 Ryan BloomImplement input filtering. This is definately not...
2000-09-20 Jeff TrawickAvoid a segfault when parsing .htaccess files. An
2000-09-19 Jeff TrawickFix filter registration so that the appropriate list of
2000-09-19 Ryan Bloomtart getting things setup for input filtering. All...
2000-09-18 Ryan BloomChange r->filters to r->output_filters. This sets...
2000-09-17 David ReidAdd some more .cvsignore files for BeOS and add a CHANG...
2000-09-15 Jeff TrawickFix a bug parsing configuration file containers. With...
2000-09-14 Doug MacEachernput ctx back in ap_add_filter()
2000-09-14 Ryan BloomAdd a pointer to the filter_rec_t from the filter_t...
2000-09-13 Ryan BloomAdd the AddFilter directive. This directive takes...
2000-09-12 Tony FinchThis commit adds support for purely name-based virtual...
2000-09-12 Ryan BloomEnsure that only one EOS bucket is sent down the filter...
2000-09-09 Tony FinchUse wrapper macros to avoid the verbosity of the AP_RIN...
2000-09-08 Greg AmesChange prefork to use the same listen api as the rest...
2000-09-08 Tony FinchReduce the manualarity of managing bucket brigade lists...
2000-08-30 Greg Steinreversing the latest commit; it was vetoed a while...
2000-08-29 Ryan BloomModify the way filters are added to the server. Instea...
2000-08-29 Jeff TrawickFilters (and thus ap_pass_brigade()) now return an...
2000-08-26 David ReidRemove a needless cast.
2000-08-25 William A. Rowe Jr Keep this note for 2.0 developers, as well. Needs...
2000-08-23 Jim JagielskiTry to organize the MPM pre-selection to the hints...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-22 Brian HavardAPRize disabling nagle (setting TCP_NODELAY).
2000-08-22 Bill StoddardWin32: Reset the acceptex context on a GetQueuedComplet...
2000-08-21 Bill StoddardWin32: Don't count the AcceptEx context when reset_acce...
2000-08-17 Greg Steinthis shouldn't have gone in yet. there is still pending...
2000-08-17 Ryan BloomMake ap_add_filter use a LIFO stack instead of a FIFO...
2000-08-16 Greg SteinRyan's recent, suggested patch in this area pointed...
2000-08-15 dgaudetfinish cleaning up after a change i made over 3 years...
2000-08-14 Bill StoddardWin32: Enable lingering close.
2000-08-14 Jeff TrawickWhen ap_register_filter() registers a cleanup function...
2000-08-14 Ryan BloomRemove a bunch of warnings from the server when compile...
2000-08-13 David ReidMore tidy up for mpmt_beos mpm.
2000-08-13 David ReidMissed this first time and forgot about it until now...
2000-08-12 Ryan BloomAdd an error condition to the filter code. Basically...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-11 Ken Coar Preset the cmd_parms->limited field to the magic ...
2000-08-09 William A. Rowe Jr Adjust the WinNT MPM/SCM code for apr_initopt/apr_get...
2000-08-09 William A. Rowe Jr Provide the first real-world update for the new apr_i...
2000-08-09 David ReidSome tidying up of the beos mpm.
2000-08-09 David ReidGuess this one was missed when the rest were fixed :(
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
2000-08-07 Jeff TrawickInclude apr_strings.h to avoid missing-prototype warning.
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 Ryan BloomRemove some values that aren't needed anymore. These...
2000-08-06 Brian HavardAdd #include <unistd.h> for getpid() prototype.
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-05 Ryan BloomRemove some old APIs. These were left around for legac...
2000-08-05 Brian HavardFix warnings about string functions.
2000-08-05 Ryan BloomFix a small name mix-up. Filters are part of Apache...
2000-08-04 Jeff TrawickFix a config tree problem.
2000-08-04 Ryan BloomFix the Perchild MPM. This does work now. This change...
2000-08-04 Ryan BloomMore progress with the perchild MPM. This is serving...
2000-08-02 Ryan BloomUpdate the perchild MPM. This does not work, but that...
2000-08-02 Ryan BloomConvert all of the apr_listen.h to ap_listen.h. This...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-08-02 Jeff Trawick-DMPMT_PTHREAD is no longer needed.
2000-08-01 Ryan BloomThis serves requests again, although it still doesn...
2000-08-01 Ryan BloomComplete redesign of this MPM. This is almost working...
2000-08-01 Ryan BloomAdd a NO_DETACH environment variable to all MPMs that...
2000-07-31 Jeff TrawickFix some problems with which error code to use after...
2000-07-31 Ryan BloomThis makes the perchild MPM server requests again,...
2000-07-31 Ryan BloomMake the Unix MPMs not clean the scoreboard on a gracef...
2000-07-30 Manoj KasichainulaEliminate references to specific MPMs from mpm_common...
2000-07-30 Manoj KasichainulaChange semantics of ap_child_table somewhat. Instead...
next