]> granicus.if.org Git - apache/history - server
fix incorrect type of LDAP connection pool member, fix naming fors
[apache] / server /
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
2011-01-18 Stefan FritschCheck for s->module_config before using it, as the...
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2011-01-17 Rainer JungAdd server directory to INCLUDES.
2011-01-16 Nick Kewconfig: report error and exit cleanly if getaddrinfo...
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2011-01-11 Stefan FritschSave a useless check:
2011-01-10 Jeff Trawickcomment on where multiple headers with same name get...
2011-01-09 Stefan FritschFix ap_mpm_query results:
2010-12-30 Stefan Fritscheliminate another var named 'c' which is not a conn_rec
2010-12-30 Stefan FritschAdd mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to...
2010-12-30 Stefan FritschMake the REQUEST_SCHEME variable available to scripts...
2010-12-30 Stefan FritschAdd -T operator to allow easy evaluation of on/off...
2010-12-28 Igor GalićApplying patch from PR 33078 (with slight changes to...
2010-12-28 Stefan FritschLog a trace message if we drop a header with an invalid...
2010-12-28 Stefan FritschMove duplicated code into utility functions
2010-12-28 Stefan FritschWhen exporting request headers to HTTP_* environment...
2010-12-28 Eric Covenerprefer exact port matches in ip-based VH lookup over...
2010-12-28 Eric CovenerRemove need for NameVirtualHost directive by implicitly...
2010-12-24 Igor GalićChanging the default Options from All to FollowSymlinks.
2010-12-15 Rainer JungThe expression parser has moved.
2010-12-11 Stefan Fritschindentation + coding style fixes
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-12-04 Eric Covenersimplify ServerName check with apr_fnmatch_test()
2010-12-04 Stefan FritschRemove useless 'const' to fix compiler warning
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-12-04 Eric Covenercore: Fail startup when the argument to ServerName...
2010-12-01 Stefan FritschFix warning about comparing signed/unsigned
2010-12-01 William A. Rowe JrCorrect constness fix to manipulate our copy
2010-11-29 Guenter KnaufFixed some win32 types.
2010-11-29 Eric CovenerPR50350: When no -k option is provided on the httpd...
2010-11-28 Stefan Fritschupdate flex/bison autogenerated code
2010-11-28 Stefan Fritsch- add -ipmatch, -str(c)match, -fnmatch, -R operators...
2010-11-26 Stefan Fritschimprove hack to not break if a fixed version of flex...
2010-11-26 Stefan FritschRemove some unused functions for which flex forgets...
2010-11-26 Stefan FritschFix another Windows build issue: Add a wrapper around...
2010-11-25 Stefan FritschAnother Windows build fix
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-22 Guenter KnaufFix for picky compilers.
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-20 Stefan FritschDon't compile expr_dump_tree() by default
2010-11-20 Stefan FritschCheck input lenght to avoid potential overflows
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-10 Stefan FritschWhen restarting, reset ap_server_config_defines to...
2010-11-10 Stefan FritschSupress generation of unused yy_top_state function...
2010-11-10 Ruediger Pluem* Fix parameter name as new is a reserved word in C...
2010-11-09 Stefan Fritschsupport error log id as variables
2010-11-08 Jeff TrawickAdd Error directive for aborting startup or htaccess...
2010-11-07 Stefan FritschSupport %{HANDLER} in ap_expr (required for mod_filter)
2010-11-07 Stefan FritschImplement "reqenv", "note", "-z", "-n" in ap_expr.
next