]> granicus.if.org Git - apache/history - server
* Make trunk compile with APR trunk again (without LDAP support of course), by
[apache] / server /
2011-07-18 Joe Orton* server/vhost.c (get_addresses): For '*' and '_default...
2011-07-17 Stefan FritschMake the SERVER_NAME variable include [ ] for literal...
2011-07-16 Stefan FritschAdd more (trace) logging to the ap_scan_script_header...
2011-07-16 Stefan Fritschimprove readability of 'malformed header from script...
2011-07-13 Stefan FritschUse APR_UNSPEC to allow startup on IP6-only systems.
2011-07-06 Joe Orton* server/mpm_common.c (ap_core_child_status): Allocate...
2011-07-05 Rainer JungAllow to specify module specific custom linker flags
2011-07-02 Jeff TrawickInitialize apr_thread_t pointer to NULL so that apr_os_...
2011-07-02 Stefan FritschUpdate auto-generated code
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-07-02 Stefan FritschAdd REQUEST_STATUS variable to ap_expr
2011-07-02 Stefan FritschFix logging of the log id of subrequests
2011-06-24 Stefan FritschFix "statement not reached" warnings with sun cc
2011-06-22 Stefan FritschVarious code cleanup
2011-06-22 Stefan FritschWe already have ap_str_tolower(), so also add ap_str_to...
2011-06-22 Stefan FritschAdd support to ErrorLogFormat for logging the system...
2011-06-20 Stefan FritschLog the deprecation warning at level info, not warn
2011-06-20 Stefan FritschFix search'n'replace error: Actually warn if MaxClients...
2011-06-20 Stefan FritschNew AsyncRequestWorkerFactor directive to influence...
2011-06-20 Stefan FritschRemove dead assignment, as pointed out by Chris Wilson...
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-18 Stefan FritschIf MaxMemFree is set, limit the number of recycled...
2011-06-18 Stefan FritschSome logging tweaks
2011-06-18 Stefan FritschFormatting changes, reuse 'now' variable instead of...
2011-06-18 Stefan FritschFix graceful restart aborting connections
2011-06-17 Jeff Trawicks/seperate/separate/
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
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.
next