]> granicus.if.org Git - apache/history - server
Rebuild doc transforms.
[apache] / server /
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...
2011-07-27 Stefan FritschUse ap_document_root() in ap_core_translate() to allow...
2011-07-26 Stefan FritschInstall signal handlers for crashes before detaching...
2011-07-26 Stefan FritschReduce period during startup and restart where a succes...
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.
next