]> granicus.if.org Git - apache/history - server
Patch from Mark Watts. Mention ProxyErrorOverride.
[apache] / server /
2009-03-29 Mladen TurkDo not presume we have a clean stack
2009-03-28 Paul QuernaIf serf is available, compile in driving the serf event...
2009-03-27 Jim JagielskiOooooooooooo look a commit! Wow!
2009-03-27 Jeff TrawickThe Event MPM is no longer experimental; move it out...
2009-03-27 Jeff Trawickaxe unmaintained 1.3-era code to support AUX, SunOS...
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickfinish removing OS/2 MPM
2009-03-26 Jeff Trawickremove OS/2 MPM
2009-03-26 Jeff Trawickremove BeOS OS support
2009-03-26 Jeff Trawickfinish removing BeOS MPM
2009-03-26 Jeff Trawickaxe BeOS MPM
2009-03-26 Jeff Trawickrestore disable-nagle logic for connected sockets
2009-03-26 Jeff Trawickprefork, worker, event:
2009-03-26 Jeff Trawickaxe the unnecessary AP_MPM_HARD_LIMITS_FILE
2009-03-26 Jeff Trawickremove leader, perchild, and threadpool MPMs (other...
2009-03-26 Jim Jagielskiprefork is soooooo 1990s. make new default simple
2009-03-26 Jeff Trawickspellcheck
2009-03-25 Jeff Trawickfix mpm_get_name hook
2009-03-25 William A. Rowe Jrrefactor mpm_common.c into itself and mpm_unix.c for...
2009-03-25 William A. Rowe Jrcloser to compiling
2009-03-25 Jeff Trawickresurrect the call to show_mpm_settings(), but defer...
2009-03-25 Jeff Trawickresurrect the old (pre-r757867) compiled-in MPM_NAME...
2009-03-25 Jeff TrawickThe rewrite-args hook isn't available to MPM DSOs....
2009-03-25 Jeff Trawickchange the allocation path for the simple MPM's retaine...
2009-03-25 Jeff Trawickfix function names in trace messages
2009-03-25 Jeff Trawickprefork, worker, and event MPMs: use retained-data...
2009-03-25 Jeff Trawickheader file tweaks required for compilability
2009-03-25 Jeff TrawickProvide ap_set_retained_data()/ap_get_retained_data...
2009-03-24 Jeff Trawickset ap_server_conf as early as possible; axe the duplic...
2009-03-24 Jeff Trawickmain() now sets ap_server_conf()
2009-03-24 Jeff Trawickaxe the remaining checks of AP_MPM_WANT_foo to see...
2009-03-24 Jeff TrawickAllow building httpd without a built-in MPM by specifying
2009-03-24 William A. Rowe Jrshoot ourselves in the foot
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-03-11 Greg Amesthe CRLF following 100 Continue needs to be sent as...
2009-03-05 William A. Rowe JrUntil APR is actually fixed between apr_os_sock_make...
2009-03-05 William A. Rowe JrUse a single event for the lifetime of the 'AcceptFilte...
2009-03-04 William A. Rowe JrImplement Event-Based accept for 'AcceptMutex none...
2009-02-12 Jeff TrawickFix a crash with r742218 by calling apr_os_thread_put...
2009-02-12 Roy T. Fieldingap_meets_conditions() should not be called until all of
2009-02-10 Jim JagielskiMissed the plainmem getter/setter. Caught by R\9fdiger
2009-02-10 Jim JagielskiAdd getter/setter functions to the slotmem API. Also,
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2009-01-31 Eric CovenerProvide a hint when we see what looks like an SSL recor...
2009-01-31 Ruediger Pluem* Prevent segfaults in handlers by ensuring that r...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-24 William A. Rowe Jra better and valid message
2009-01-21 Rainer JungFix two small glitches in r730828 (Win9x code
2009-01-20 Ruediger Pluem* We need to return an int not a pointer!
2009-01-18 Rainer JungPiped error loggers should use the reliable pipes,
2009-01-16 William A. Rowe JrIntroduce Win32 AcceptFilter handling.
2009-01-16 William A. Rowe Jrtwo more never-used functions to redact from child.c
2009-01-16 William A. Rowe Jrthis security API needs some loving, a warning at least...
2009-01-16 William A. Rowe Jrapr_proc_mutex.h is called for by this very header
2009-01-16 William A. Rowe Jrreverting 735080, starting over, sorry
2009-01-16 William A. Rowe Jrapr_proc_mutex.h is called for by this very header
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...
next