]> granicus.if.org Git - apache/history - server
mention that "Header onsuccess" is the default and reword the description
[apache] / server /
2009-10-10 Takashi Satoconfigure: Fix THREADED_MPMS so that mod_cgid is
2009-10-08 Stefan Fritschmod_logio: introduce new optional function ap_logio_get...
2009-10-04 Guenter Knaufno declarations after statements.
2009-10-04 Ruediger Pluem* Fix 'may be used uninitialized in this function'...
2009-10-04 Stefan Fritschmerge if blocks
2009-10-04 Stefan Fritschcleanup brigade before reusing it
2009-10-04 Stefan FritschMake sure to not destroy bucket brigades that have...
2009-10-04 Stefan Fritschcore, mod_deflate, mod_sed: Reduce memory usage by...
2009-10-03 Jeff Trawickrefactor child status update functions to accommodate...
2009-10-03 Jim JagielskiProvide new ap_update_child_status_from_conn() mostly
2009-10-01 Daniel Earl Poiriercore: Treat timeout reading request as 408 error, not...
2009-09-29 Daniel Earl PoirierSpelling fix in comment.
2009-09-29 Guenter Knaufadded comment about the never reached return statement.
2009-09-25 Jim JagielskiHmmm... forgot git commit/dcommit.
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-16 Greg Ames* prevent a fork bomb if the accept mutex is clobbered...
2009-09-16 Joe Orton* server/log.c: Update comment in piped_log structure...
2009-09-15 Guenter Knaufdefined apr_status_t rv one time at entry of ap_core_ou...
2009-09-15 Jeff Trawickrespect const-ness of string argument to ap_expr_string()
2009-09-14 Ruediger Pluem* Replace brigade_move with apr_brigade_split_ex as...
2009-09-14 Ruediger Pluem* Lower memory usage by reusing the brigade instead...
2009-09-10 Jim Jagielskiveto-ed
2009-08-31 Nick KewSupport mod_rewrite's %{varname} variables in ap_expr...
2009-08-28 Jim JagielskiAnd additional ServerTokens improvement...
2009-08-28 Jim JagielskiOK, might as well finish this... Allow ServerTokens Off
2009-08-26 Brian HavardBring back OS/2 support.
2009-08-19 Nick KewDon't require all listeners to be created equal ...
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-08-16 Brian HavardBring OS/2 MPM back from the dead.
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2009-07-18 Guenter Knaufremoved useless comments added with r795438.
2009-07-18 Guenter Knaufenabled building gen_test_char for running on build...
2009-07-05 Guenter Knauffirst hacks to make mpm_netware usable again; not ready...
2009-06-28 Paul Querna* server/mpm/simple/simple_run.c
2009-06-28 Paul QuernaOnly remove sockets from the pollcb when they have...
2009-06-28 Paul Quernaserver/mpm/simple/simple_run.c
2009-05-15 William A. Rowe JrForce the current directory to the server root in the...
2009-05-15 William A. Rowe JrEase migration for the hosts of piped loggers out there...
2009-05-15 William A. Rowe JrRevert the default resource abuse introduced in r104019...
2009-05-15 William A. Rowe JrDrop exit value (always NO_ERROR, needs work). Pass...
2009-05-15 William A. Rowe JrPick up earlier SHUTDOWN notification
2009-05-15 Jim JagielskiFinal ( :) ) step to transition which removes the ap_sl...
2009-05-15 Jim JagielskiNo longer used
2009-05-15 Joe OrtonMake the piped_log structure opaque:
2009-05-14 Rainer JungRevert r774755: ap_server_root_relative() for
2009-05-14 Rainer JungAllow relative pathnames for piped loggers in ErrorLog.
2009-05-14 Rainer JungAdd name of program to spawn to the error
2009-05-14 Rainer JungWhitespace cleanup. No functional change.
2009-05-14 Rainer JungRevert r735516 as requested by wrowe.
2009-05-13 Jim Jagielskiadd API back from r774454
2009-05-13 Jim Jagielskiap_slotmem_mem no longer exists. We never provide the...
2009-05-12 Jim JagielskiIf we have a mutex, we should use it whenever we create a
2009-05-10 Joe Orton* server/core.c (merge_core_dir_configs): Tweak logic...
2009-05-10 Ruediger Pluem* Fix for the following configuration where the exec...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-05-06 Rainer JungFix usage message on the Windows platform.
2009-05-06 Rainer JungMove comment block closer to related function.
2009-05-05 William A. Rowe JrEnsure all mpm's configure at config3
2009-05-05 Jim JagielskiMove to an enum, instead of bitmaps... no functional
2009-05-04 Jean-Frederic ClereAdd a parameter for slotmem_create for the persistancy...
2009-05-04 Jean-Frederic ClereRemove ap_slotmem_lock / ap_slotmem_unlock from the...
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
2009-04-15 Greg Amesno longer amusing.
2009-04-05 Jeff Trawickmain() can use ap_run_mpm() directly, so axe the old...
2009-04-01 Jeff Trawickclean up apr_time_from_msec() compatibility macros
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-31 Jeff Trawickstop exporting APACHE_MPM_DIR to modules -- unclear...
2009-03-31 Nick Kewhttp://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2
2009-03-30 Nick KewHTTPD script support
2009-03-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-29 Jeff Trawickthe mpm_get_child_pid hook is unnecessary, as was the...
2009-03-29 Jeff TrawickCore can specify a platform-specific rewrite args hook...
2009-03-29 Jeff Trawickaxe ancient platform checks
2009-03-29 Mladen TurkRegister rewrite_args hook.
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
next