]> granicus.if.org Git - apache/history - server
worker: child_main() never returns, so remove some dead code after
[apache] / server /
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.
2010-11-07 Stefan FritschPort "file" function from ssl_expr
2010-11-07 Stefan FritschMore fixes for picky compilers
2010-11-06 Stefan FritschImplement "HTTPS" and "IPV6" vars in ap_expr
2010-11-06 Stefan FritschAnother ooops: properly return APR_SUCCESS
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-11-06 Stefan FritschNetware build fixes
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-06 Stefan FritschFix hook sorting for the pre_config hook.
2010-11-05 Eric Covenercorrection to r1031776, retain OR_UNSET with default...
2010-11-05 Eric CovenerPR49823: Make the hardcoded default for AllowOverride...
2010-11-05 Eric CovenerPR#47782: compiled-in default for MaxConnectionsPerChil...
2010-11-04 Eric CovenerPR#45722: if we get EACCESS in the directory walk,...
2010-10-23 Stefan Fritschuse temp pool in some more places
2010-10-20 Stefan FritschBe extra careful to only pass the main server config to
2010-10-20 Guenter KnaufAdded header include for getpid() prototype on Win32.
2010-10-20 Guenter KnaufSome minor fixes to provide protos and build with Watcom.
2010-10-19 Stefan FritschSet the LogLevel of a newly initialized virtual hosts...
2010-10-19 Stefan Fritschrevert r1023227 as discussed on httpd-dev:
2010-10-18 Stefan FritschFix compiler warning in maintainer-mode
2010-10-16 Stefan Fritschcore: Log a warning if <Limit> or <LimitExcept> are...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
next