]> granicus.if.org Git - apache/history - server
Typo correction.
[apache] / server /
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
2011-11-07 Stefan FritschFix integer overflow in ap_pregsub. This can be trigger...
2011-11-07 Stefan FritschNo need to zero memory that we will overwrite anyway
2011-11-07 Stefan FritschOnly init the RNG once at startup. This saves some...
2011-11-07 Stefan FritschCall apr_random_after_fork() manually in the child...
2011-10-29 Jim JagielskiRemove magic numbers; ensure that an invalid nmatch...
2011-10-29 Graham Leggettmod_include: Add support for application/x-www-form...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschAdd comment why the code is disabled
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-10-25 Ruediger Pluem* Correctly return a 400 (Bad request) in case of a...
2011-10-19 Stefan FritschComment out some incomplete code that does nothing...
2011-10-18 Stefan Fritschregex related cleanups:
2011-10-17 Stefan FritschDowngrade some more log messages indicating client...
2011-10-13 Eric Covenerflip operator in comment for r1182887 and add some...
2011-10-13 Jim JagielskiForce the honoring of AP_MAX_REG_MATCH
2011-10-10 Stefan FritschUpdate autogenerated code. Now generated with bison...
2011-10-10 Stefan FritschImprove error message by removing 'unexpected T_ERROR...
2011-10-10 William A. Rowe JrDowngrade to DEBUG level several messages which were...
2011-10-10 William A. Rowe Jr Resolve server and remote IP's in the AcceptFilter...
2011-10-09 Stefan FritschIf a child is created just before graceful restart...
2011-10-09 Stefan FritschCheck the return value from ap_run_create_connection...
2011-10-09 Stefan FritschConsistently use base 10 for numbers when parsing confi...
2011-10-09 Stefan FritschAdd -D DUMP_RUN_CFG option to dump some configuration...
2011-10-08 Stefan FritschShut up gcc/glibc warning about ignoring write()'s...
2011-10-08 Stefan FritschDowngrade error log messages which accompany a 404...
2011-10-08 Stefan FritschSort hooks twice, once before pre_config, once after...
2011-10-05 Stefan FritschExport ap_max_mem_free, needed by r1178079, as pointed...
2011-10-05 Joe OrtonSECURITY (CVE-2011-3368): Prevent unintended pattern...
2011-10-03 Stefan FritschEnforce LimitRequestFieldSize after multiple headers...
2011-09-26 Stefan FritschSome varbuf enhancements:
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-09-19 Eric CovenerGive a slightly more direct hint when no global ServerN...
2011-09-17 Ruediger Pluem* Correctly obey ServerName / ServerAlias if the Host...
2011-09-16 Guenter KnaufFix cut'n'paste errors: APR_DECLARE -> AP_DECLARE ...
2011-09-15 Stefan FritschCreate wrapper API for apr_random;
2011-09-12 Jim JagielskiAdd in MaxRangeOverlaps and MaxRangeReversals to accomodate
2011-09-08 Eric Covenerrefactor to pull setting of Accept-Ranges header into...
2011-09-07 Eric Covenertake care of some MaxRanges feedback:
2011-08-28 Eric Coveneradd MaxRanges directive institute a default limit of...
2011-08-13 Stefan FritschUpdate auto-generated code
2011-08-13 Stefan FritschDo proper length checks in the expression scanner....
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-03 Stefan FritschForbid some directives in .htaccess because of AllowOve...
2011-08-03 Stefan Fritschcleanups related to new AllowOverrideList functionality:
2011-08-03 Stefan FritschAdjust some messages for <If> blocks and remove some...
2011-08-03 Stefan Fritschuse temp pool for temp string
2011-08-03 Stefan FritschFix handling of offset in ap_send_fd()
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-07-27 Stefan FritschUse ap_unescape_url_keep2f() in ap_expr unescape func...
next