]> granicus.if.org Git - apache/history - server
Remove reference to RewriteLog and RewriteLogLevel. I would have done
[apache] / server /
2012-03-24 Stefan FritschRemove the hack from r806010 that mis-uses the pointer...
2012-03-24 Stefan FritschFix merging of AllowOverrideList and ContentDigest.
2012-03-22 Ruediger Pluem* Partly revert r1303435 and rename pconf back to in_pc...
2012-03-21 Ruediger Pluem* Fix changes in parameter names in function definition...
2012-03-20 Guenter KnaufRevert r1294936 (Jeff's revert) and fix NetWare / Win32...
2012-03-19 Stefan FritschDisallow directives in AllowOverrideList which are...
2012-03-19 Stefan FritschIn AllowOverrideList, do not allow 'None' together...
2012-03-16 Eric Coveneradd filesystem paths to some common error messages.
2012-03-14 Stefan FritschFix some typos
2012-03-13 Joe Orton* server/mpm_unix.c (dummy_connection): Destroy temp...
2012-03-12 Jim JagielskiMove away from DEFAULT_REL_RUNTIMEDIR and use ap_runtim...
2012-03-07 Jim JagielskiRevert... wtf did this come from??
2012-03-07 Jim JagielskiFold on Jeff's DefaultRuntimeDir impl... docs on the way
2012-02-27 Stefan FritschAdd the port number to the vhost's name in the scoreboard
2012-02-27 Stefan FritschTake care not to call ap_start_lingering_close from...
2012-02-27 Stefan FritschPrevent listener thread from ever updating a worker...
2012-02-24 Stefan FritschRevert Paul's lock free circular queue changes done...
2012-02-24 Stefan FritschIn maintainer mode, replace apr_palloc with a version...
2012-02-14 Stefan FritschMake sure the getsfunc_*() functions used by ap_scan_sc...
2012-02-11 Rainer JungBZ 52623: Fix building against PCRE 8.30.
2012-02-09 Jim JagielskiHandle cases, esp when using mod_proxy_fcgi, when we...
2012-02-04 Stefan FritschReplace ap_create_core_ctx()/ap_core_ctx_get_bb() with...
2012-02-03 Stefan FritschFix various filter functions to return apr_status_t...
2012-01-31 Rainer JungAdd event MPM description.
2012-01-29 Jeff Trawicks/insure/ensure/
2012-01-26 Ruediger Pluem* Don't typedef twice (in .c and .h file).
2012-01-23 Stefan FritschMake the core input/output filter contexts private...
2012-01-23 Joe Orton* server/core_filters.c (send_brigade_nonblocking)...
2012-01-23 Joe Orton* server/core_filters.c (ap_core_output_filter): Don...
2012-01-23 Eric CovenerCVE-2012-0053: Fix an issue in error responses that...
2012-01-22 Stefan Fritschctx->bytes_in is never used. Remove a useless iteration...
2012-01-22 Stefan FritschDocument the rather surprising code path on Windows
2012-01-20 Joe Orton* server/core_filters.c (ap_core_input_filter): Only...
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2012-01-11 Joe OrtonSECURITY (CVE-2012-0031): Fix possible crash on shutdow...
2012-01-09 Nick KewCore configuration: add AllowOverride option to treat...
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-30 Stefan FritschAdd new ap_list_provider_groups() API for mod_info
2011-12-28 Stefan FritschFix handling of piped, syslog, or inherited ErrorLog...
2011-12-28 Stefan FritschCheck during configtest that the directories for error...
2011-12-28 Stefan FritschFix -DDUMP_RUN_CFG output for piped and syslog loggers
2011-12-28 Stefan FritschAdapt loglevel of config errors during second pass
2011-12-19 Graham LeggettFix the case where AP_DEBUG is unset.
2011-12-19 Graham LeggettFix warning: variable 'rv' set but not used.
2011-12-19 Graham LeggettFix warning: 'nlen' may be used uninitialized in this...
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-13 Stefan FritschExplicitly cast function pointer, to remove 'const'.
2011-12-12 Jeff Trawickzap an unhelpful, out of date comment from httpd 1.2
2011-12-12 Stefan FritschLimit length of lines in .htaccess to 8K again, to...
2011-12-10 Stefan FritschFix names of unary operators like '-s' being compared...
2011-12-07 Joe Orton* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen...
2011-12-05 Stefan FritschFix a few compiler warning reported by Steffen:
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Joe Orton* server/listen.c (open_listeners): Fix logic error...
2011-11-27 Jim Jagielskithx sf
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-25 Jim JagielskiComment reason for NULL parameter
2011-11-24 Jim JagielskiUse varargs...
2011-11-23 Jim JagielskiAdd ap_pass_brigade_fchk() which does a Filter CHecK...
2011-11-22 Graham LeggettAlign the format variable for the raw IP between the...
2011-11-22 Jim JagielskiHello. Let's compile again.
2011-11-22 Graham LeggettAdd the ability to access the connection level remote...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-21 Stefan FritschPass ap_errorlog_info to error_log hook.
2011-11-21 Stefan FritschFix logic when to call error_log hook
2011-11-21 Jim Jagielskivalue never used: dead assignment
2011-11-21 Jim Jagielskivalue never used : dead assignment
2011-11-19 Stefan FritschRemove MPM-private stuff from conn_state_t
2011-11-19 Stefan Fritschclarify comment
2011-11-19 Stefan FritschLimit recursion in ap_expr evaluation to avoid unbounde...
2011-11-18 Jeff Trawickfollow up to r1202257 -- perform normal wakeup processi...
2011-11-18 Greg Amesgarbage C's in server-status and extra child processes...
2011-11-18 Jeff Trawickadd conn_rec to error log hook
2011-11-17 Jeff Trawickevent no longer requires APR_POLLSET_THREADSAFE, or any
2011-11-17 Jeff Trawicksilly indentation fix
2011-11-15 Jeff Trawickspellcheck r1202258
2011-11-15 Paul QuernaCalculate the power of two size of the buffer before...
2011-11-15 Paul QuernaFix comment style
2011-11-15 Paul QuernaUse apr_pollset_wakeup to ensure that the listener...
2011-11-15 Paul QuernaBecause the pollset is now only mutated from the event...
2011-11-15 Paul QuernaCreate a new lock free circular queue, and use it in...
2011-11-15 Paul QuernaInstead of disabling the listening sockets from the...
2011-11-15 Greg Amesap_core_translate: factor out duplicate code. no funct...
2011-11-13 Philip M. GollucciAs discussed at AC NA 2011
2011-11-12 Jeff TrawickServer directive display (-L): Include directives of...
2011-11-12 Rainer JungFolloup on r1201158: New MaxMemFree was meant
2011-11-12 Stefan FritschSet MaxMemFree 2048 by default
2011-11-12 Stefan FritschFix assertion failure during very high load by preventi...
2011-11-10 Paul QuernaFix spelling
2011-11-10 Jeff Trawickend-generation hook: Fix false notification of end...
2011-11-10 Jeff Trawickconfig generation # (reported by ap_state_query(AP_SQ_C...
2011-11-10 Jeff Trawickrevert accidental commit 1200129
2011-11-10 Jeff Trawickclean up unused ap_my_generation variable
2011-11-10 Jeff Trawickclean up unused ap_my_generation variable
2011-11-09 Stefan FritschDowngrade log message which is triggered when client...
2011-11-09 Stefan FritschFix per-request / per-conn logging, probably broken...
2011-11-08 Stefan Fritschfix typo
next