]> granicus.if.org Git - apache/history - server
Fix wrong condition that may lead to NULL being set as 'Vary' header
[apache] / server /
2011-06-05 Stefan FritschFix wrong condition that may lead to NULL being set...
2011-06-04 Stefan FritschMake ap_rputs an inline function, as it is mostly used...
2011-06-04 Stefan FritschUse define'd names for constants
2011-06-04 Stefan FritschAvoid using a tmpfile with fixed name when creating...
2011-05-31 William A. Rowe JrThis is rather irritating.
2011-05-28 Stefan FritschAdd some features to ap_expr for use by mod_include:
2011-05-21 Stefan FritschChange the indentation to resemble the rest of the...
2011-05-21 Stefan FritschAdd ap_regexec_len() function that works with non-null...
2011-05-16 Jeff TrawickWhen shutting down with worker or event with active...
2011-05-16 Jeff Trawickfill in conn_rec::current_thread for WinNT, NetWare...
2011-05-16 Jeff Trawickfix some typos in comments
2011-05-14 Stefan FritschAlso add the -U and -F operators for doing subrequest...
2011-05-14 Stefan FritschAdd various file existance test operators to ap_expr
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-05-10 Jeff Trawickdisable hook probes for our two hooks which have no...
2011-05-09 Jeff Trawickallow error log formatters to peek at the message format
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-05-07 Eric Coveneruse APR_STATUS_IS_TIMEUP() instead of direct comparison...
2011-05-07 William A. Rowe JrNot possible; you don't declare a variable const and...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-04-26 Jeff TrawickWinNT MPM has hard-coded daemon limit of 1, not 0
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-20 Joe Orton* server/util_pcre.c (ap_regerror): Use passed-in buffe...
2011-04-19 Stefan FritschThe pre_config hook should return int, not apr_status_t.
2011-04-15 Stefan FritschPrevent segfault if DYNAMIC_MODULE_LIMIT is reached
2011-04-12 Jeff TrawickAP_ENABLE_V4_MAPPED with WinNT MPM
2011-04-12 Jeff Trawickadd some debug logging to show more information about...
2011-04-11 Jeff Trawickaxe the cast in the call to our mpm_nt_eventlog_stderr_...
2011-04-11 Jeff Trawickmatch expected type of arg to StartService()
2011-04-09 Jeff Trawickdon't try to shut down child if it wasn't created
2011-04-09 Jeff TrawickWinNT MPM: Improve robustness under heavy load.
2011-04-09 Jeff TrawickFix some MinGW build issues...
2011-04-09 Jeff Trawickfix some logging glitches in the WinNT MPM:
2011-04-08 Jeff Trawicklog message fixes/tweaks
2011-04-08 Stefan Fritschcore: Support module names with colons in loglevel...
2011-04-08 Joe Orton* server/util_expr_eval.c (req_table_func): Try r-...
2011-04-07 Jeff Trawickhide some unused code on Win32 and NetWare
2011-04-07 Jeff TrawickStop explicitly including the current pid in WinNT...
2011-04-07 Jeff Trawickaxe ap_registry_get_server_root(), which seems to have...
2011-04-06 Jeff Trawickformat string fixes:
2011-04-06 Jeff TrawickHANDLE is PVOID which is reasonably formatted by %pp...
2011-04-06 Jeff Trawickcan't format time_t with %d; cast this small interval...
2011-04-06 Jeff TrawickLog the OS socket (int) instead of the apr_socket_t *.
2011-04-06 Jeff Trawickyank some dead code and variables
2011-04-06 Jeff Trawickcleanups to function signatures, prototypes, visibility
2011-04-06 Jeff TrawickAbort if the MPM is changed across restart.
2011-03-31 Jim JagielskiAdd in a configuration generation... this is independent of
2011-03-30 Jeff TrawickSimplify the interface to ap_reclaim_child_processes...
2011-03-30 Jeff Trawickthe mpm-note-child-killed hook was just for use by
2011-03-30 Jeff Trawickthe mpm-note-child-killed hook is just for state sync...
2011-03-29 Stefan FritschChange the ap_cfg_getline() and ap_cfg_getc() to return...
2011-03-28 Jeff Trawickmatch docs for case of "ScoreBoardFile"
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-28 Jeff Trawickap_max_requests_per_child is a global
2011-03-28 Jeff Trawicksome non-MPM code wants to see DEFAULT_PIDLOG, so liber...
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-03-27 Jeff Trawickenable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
2011-03-26 Jeff Trawickaxe unused mpm_default definitions
2011-03-26 Jeff TrawickSCOREBOARD_MAINTENANCE_INTERVAL is gone, except for...
2011-03-26 Jeff Trawickuse apr_time_from_sec() shortcut
2011-03-21 Joe Orton* server/mpm/prefork/prefork.c (set_signals): Ignore...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-16 Guenter KnaufAdded prototype for initgroups().
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-03-16 Joe Orton* server/main.c (main): Use the real null cleanup callback.
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-03-11 Stefan FritschEnsure that ap_server_conf always points to valid data...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-05 Jeff Trawickworker, event, prefork: Correct several issues when...
2011-03-05 Jeff Trawickzap needless reinitialization of is_graceful on the 2nd
2011-03-04 Jeff Trawicksanity check use of volatile in prefork, worker, and...
2011-03-03 Jeff Trawickevent: child_main() never returns, so remove some dead...
2011-03-03 Jeff Trawickworker: child_main() never returns, so remove some...
2011-03-02 Jeff Trawickprefork in ONE_PROCESS mode:
2011-03-02 Jeff Trawickprefork: store pid in scoreboard for ONE_PROCESS mode
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-02-26 Guenter KnaufAxed C++ comments and tabs.
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-14 Eric Covenertypo in format string for 1070660
2011-02-14 Eric CovenerLog a hint about the directory needing to be executable
2011-02-14 Jim JagielskiNew hook: ap_run_pre_read_request()
2011-02-12 Stefan FritschCreate new ap_state_query() function that allows module...
2011-02-08 Joe Orton* server/mpm/prefork/prefork.c (stop_listening, sig_ter...
2011-02-05 Stefan Fritschtest_char.h is a dependency, not a source. This seems...
2011-02-05 Stefan Fritschrevert r1066944, r1067177 for now
2011-02-04 Jim JagielskiUntil this is fixed to link in lresolv, exclude.
2011-02-03 Stefan FritschReload resolv.conf on graceful restarts
2011-02-03 Stefan FritschOptimize memory access pattern of ap_merge_per_dir_conf...
2011-01-27 Jim JagielskiRevert an old (~10yr) change to the fd Q; move back to
2011-01-21 Stefan FritschMake ap_pstr2_alnum accept const char dest
2011-01-21 Ruediger Pluem* Only unset if we have a table. This can happen if...
2011-01-20 Stefan FritschAdd support to set variables with the 'Define' directiv...
2011-01-20 Stefan FritschMove ap_resolve_env to core.c, in preparation for addin...
2011-01-19 Stefan FritschFix compile error
2011-01-19 Jim JagielskiMake it clear that '_' is a possible char and accepted
2011-01-19 Jim JagielskiMake the balancer shared memory slot more human readabl...
2011-01-18 Stefan FritschFix some warnings with Visual Studio reported by Gregg...
2011-01-18 Stefan FritschInitialize the core_dir_config->sec_files and ->sec_if...
2011-01-18 Stefan Fritschremove some redundant NULL assignments
next