]> granicus.if.org Git - apache/history - server
Fix default Timeout & KeepaliveTimeout. Still need to limit directive
[apache] / server /
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...
2000-07-30 Bill StoddardUp HARD_THREAD_LIMIT. Handle it correctly in mpm_winnt.c
2000-07-29 Ryan BloomRemove iol_socket.h. This file had one declaration...
2000-07-29 Ryan Bloomconvert some -1 back to errno.
2000-07-29 Ryan BloomAssociate virtual hosts with a specific child process...
2000-07-28 Ryan BloomAdd the ability to register filters. This commit intro...
2000-07-28 Ryan BloomCleanup the perchild MPM. What I am doing so far in...
2000-07-28 Ryan BloomUpdate the perchild MPM. At this point, it is possible...
2000-07-27 Jeff TrawickDon't try to process a connection when accept() failed.
2000-07-27 Bill StoddardWin32: Revamp NT shutdown code. I think this shutdown...
2000-07-27 David ReidNo idea how these 3 characters got there, but remove...
2000-07-27 Ryan BloomAdd a new MPM. Currently this is almost an exact copy...
2000-07-27 Ryan BloomCleanup the MPM #defines. Each MPM #defines a unique...
2000-07-26 Ryan BloomFix a bug in our time parsing. We need to zero out...
2000-07-26 Jeff TrawickFix some build issues for dexter:
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-26 Jeff TrawickGet ap_socket_disable_nagle() working again.
2000-07-26 Ryan BloomFix an error in service.c, where we were returning...
2000-07-26 Ryan BloomThe Windows MPM was sometimes returning APR_NOTFOUND...
2000-07-25 Ryan BloomREmove the mpmt MPM. This also removes all of the...
2000-07-25 Jeff TrawickFix typo in log message.
2000-07-25 William A. Rowe Jr This should be clean... ap_snprintf already holds...
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-23 Sascha SchumannFix VPATH builds
2000-07-22 Ryan BloomClean_child_exit is not a public function. This keeps...
2000-07-22 Ryan BloomInclude apr_strings.h in scoreboard.h. This allows...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-19 Jeff TrawickMake ap_child_init_lock() work properly... It didn't
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-07-17 Jeff TrawickGrab OtherBill's latest 1.3 code to provide a default...
2000-07-16 Brian HavardOS/2: Put back creation of listeners in main thread...
2000-07-14 Brian HavardGet smpt_os2 working again after recent reorganization.
2000-07-13 Bill StoddardRemove #define conflict with mpm_winnt.h exposed by...
2000-07-13 Ryan BloomApache doesn't actually check for stdarg.h, but APR...
2000-07-13 Ryan BloomFix the prefork MPM to make it compile and work again...
2000-07-13 Greg Steinreverse the setup_listeners() change from a few days...
2000-07-12 Bill StoddardSave the write end of the pipe. pipe_log_spawn really...
2000-07-12 Bill StoddardOoops... Didn't notice this one until I tried compiling...
2000-07-12 Bill StoddardFix a nasty stack corruption. ap_proc_t should be alloc...
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
2000-07-11 Ryan BloomRemove all pthreads calls from the mpmt MPM prefork...
2000-07-11 Greg Steinshift the LimitXMLRequestBody directive to the core...
2000-07-11 Greg Steinmake sure this is defined, so that mpm_common.c compile...
2000-07-10 William A. Rowe Jr Advisory: This patch is still anywhere but complete...
2000-07-10 Ryan BloomMake the spmt_os2 MPM use the new setup_listeners API...
2000-07-10 Ryan BloomMove sock_disable_nagle to mpm_common.c. Rename it...
2000-07-10 Ryan BloomMove setup_listeners to listen.c. This renames it...
2000-07-10 Ryan BloomMove process_child_status to mpm_common.c. This requir...
2000-07-09 Ryan BloomFix mpm_common for use with the real prefork MPM. ...
2000-07-09 Ryan BloomFix building the mpmt MPM. The problem was that IfModu...
next