]> granicus.if.org Git - apache/history - server
Refactor rotatelogs to allow easier implementation
[apache] / server /
2009-01-10 Eric Covenersimplifications per niq's review comments
2009-01-09 Eric CovenerEBCDIC fix for ap_send_interim_response()
2009-01-09 William A. Rowe Jrreorganize some internal 'externals'
2009-01-09 William A. Rowe JrOh brother; we just dupped these to lowercase them...
2009-01-07 Jeff Trawickprefork: Fix child process hang during graceful restart...
2009-01-07 Jeff TrawickRelease the accept mutex after receiving the shutdown...
2009-01-07 Jeff TrawickAs jorton discovered, recent Linux kernels have a new...
2009-01-06 William A. Rowe Jrrip child.c-specific macros away from mpm_winnt.h
2009-01-06 William A. Rowe Jrrename private COMP_CONTEXT to winnt_conn_ctx_t and...
2009-01-03 William A. Rowe Jrrevert 730949, accf_map member should never have been...
2009-01-03 William A. Rowe JrReorder and correct creation and merge of server record...
2009-01-03 Ruediger Pluem* APR_TCP_DEFER_ACCEPT is always defined. So this is...
2009-01-03 Ruediger Pluem* Handle the case where conf->accf_map is NULL graceful...
2009-01-03 William A. Rowe JrFurther Win9x code elimination and simplification
2009-01-03 Rainer JungClean up thread and process number defaults
2009-01-02 William A. Rowe JrDrop support for Service Description labels from <...
2009-01-02 William A. Rowe JrClean up fugly initialization of AcceptFilter mappings
2009-01-02 William A. Rowe JrAxe Win9x codepath, including Win32DisableAcceptEx...
2009-01-02 William A. Rowe Jrdocument some nonsense it may be sizeof off_t > sizeof...
2009-01-02 Rainer JungInclude mpm_common.h in simple_run.c in order
2009-01-01 Jim JagielskiTransition mod_slotmem to ap_slotmem... just monkeying
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
2008-12-27 Nick KewCGI: return 504 (Gateway timeout) rather than 500 when...
2008-12-21 Paul QuernaFix mixed declarations and code.
2008-12-17 Paul J. RederSet Listen protocol to "https" if port is set to 443...
2008-12-17 Paul J. RederOutput -M and -S dumps (modules and vhosts) to stdout...
2008-12-16 Takashi Sato* Change some "apr_palloc / memcpy" to apr_pstrmemdup
2008-12-12 Chris DarrochSilence compiler warnings in the same manner as for the
2008-12-12 Chris DarrochI'm not 100% sure about this, but it seems to silence the
2008-12-12 Joe Orton* server/mpm_common.c (dummy_connection): If possible...
2008-12-08 Ruediger Pluem* Remove unused variable
2008-12-07 Paul QuernaRemove commented out block that wouldn't even work...
2008-12-07 Paul QuernaDon't pass in a pool to to argstr_to_table, and duplica...
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaNew API, ap_body_to_table, a very ineffeicent and bad...
2008-12-05 Paul QuernaAdd new api, ap_args_to_table, to parse a request's...
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-12-02 Ruediger Pluem* The API Cleanup in r722399 missed some locations.
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-29 Eric Covenerallow ap_invoke_handler() to pass-through AP_FILTER_ERR...
2008-11-20 Paul QuernaFix MaxRequestsPerChild on the Event MPM. It hasn...
2008-11-04 Nick KewFurther unixd hacks to remove duplication between old...
2008-11-03 Paul QuernaMake sure we clear out previous things we were listenin...
2008-11-03 Nick KewMove security check to post_config, ćos pre-config...
2008-11-03 Nick KewWrap the global count of privileges handlers operating...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-11-01 Paul QuernaConvert events to have an associated pool.
2008-11-01 Paul QuernaReset the timers when in the child -- this prevents...
2008-11-01 Paul QuernaRemove extra log line with how many threads are being...
2008-11-01 Paul QuernaMove creation of the pollcb object to after we fork...
2008-10-31 Chris DarrochAllow <Limit> and <LimitExcept> directives to nest...
2008-10-30 Jim JagielskiMake a valid prototype
2008-10-30 Paul QuernaBasic support for spawning children porcesses via fork...
2008-10-30 Paul QuernaRemove completed todo items.
2008-10-30 Paul Quernareindent according to our coding style: <http://httpd...
2008-10-30 Paul QuernaCreate a new drop_privileges hook for the Simple MPM.
2008-10-30 Paul QuernaRemove SimpleUser configuration command, this will...
2008-10-29 Nick KewIntroduce modules/system, and mod_unixd.c
2008-10-29 Paul Querna* server/core.c: Fix implicit declaration of function...
2008-10-29 Paul QuernaImprove ability to compile on C90 Compilers.
2008-10-28 Paul Querna* server/mpm/simple/simple_io.c: s/simple_io_timeut_cb...
2008-10-28 Paul Querna* simple_io.c line 111 and 145 cause a build falure...
2008-10-28 Paul Querna* server/mpm/simple/simple_{event,run}.c: Turn off...
2008-10-28 Paul QuernaAdd a work in progress, a completely new, "Simple MPM".
2008-10-27 Ruediger Pluem* Do more greedy reads in the core input filter to...
2008-10-22 Ruediger Pluem* Move ap_timeout_parameter_parse from mod_proxy.c...
2008-10-08 Ruediger Pluem* Recheck again if idle workers are still available...
2008-09-26 William A. Rowe JrReimplement ThreadStackSize to behave as on unix for any
2008-09-26 William A. Rowe JrThe last two of several helper threads which do not...
2008-09-26 William A. Rowe JrThe next of several helper threads which do not need...
2008-09-26 William A. Rowe JrThe first of several helper threads which do not need...
2008-09-26 William A. Rowe JrTrack the internal stack_res_flag for properly constraining
2008-09-26 William A. Rowe JrCoredumpDir useless on win32; implementing toolhelp...
2008-09-20 Paul QuernaAdd dummy ap_mpm_register_timed_callback for other...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-08-30 Graham Leggettmod_session_cookie, mod_session_dbd: Make sure cookies...
2008-08-29 Graham Leggettmod_session_cookie: Make sure that cookie attributes...
2008-08-15 Sander TemmeThe error logging core only logs at very high level...
2008-08-06 Joe Orton* server/util_cookies.c (ap_cookie_write2): Add missing...
2008-07-30 Ruediger Pluem* Give possible piped loggers a chance to process their...
2008-06-17 Greg Amesworker/event MPMs: graceful-stop doesn't work if the...
2008-06-17 Greg Amesget the Event MPM to compile again
2008-06-12 Jim Jagielskide-tabify
2008-06-08 Jeff Trawickcore: Fix address-in-use startup failure on some platfo...
2008-06-08 Sander TemmeNo header files currently found in that dir, so the...
2008-06-06 William A. Rowe Jris_graceful means nothing in the mpm_winnt
2008-06-06 William A. Rowe JrRegistered callbacks are NONSTD or must be specially
2008-06-06 Ruediger Pluem* Don't send 100-Continue when there was no Expect...
2008-06-05 William A. Rowe JrThe environment may be manipulated by modules such...
2008-06-05 William A. Rowe JrFor winnt_mpm console mode, always reset our console...
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-13 Roy T. Fieldinggen_test_char: add double-quote to the list of T_HTTP_T...
2008-05-10 Chris DarrochWhen testing for slash-terminated configuration paths in
2008-05-09 Graham Leggettcore, mod_proxy: If a kept_body is present, it becomes...
2008-05-09 Graham Leggettmod_request: Insert the KEPT_BODY filter via the insert...
2008-05-02 Ruediger Pluem* Do not allow all options of ALL to be set when only...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-07 Joe Orton* server/main.c: Unbreak the build.
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
next