]> granicus.if.org Git - apache/history - modules/mappers
mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.
[apache] / modules / mappers /
2014-04-18 Jim Jagielskistrncmp(r->filename, "proxy:", 6) is faster than a
2014-04-05 Eric Coveneradd BNP flag to give control to the user on whether...
2014-04-03 Eric Covenerallow users to workaround the over-agressive backreference
2014-03-30 Rainer JungFix segfault in mod_alias introduced in r1132494.
2014-02-24 Jeff Trawicknormalize an ugly construct which somehow manages to...
2014-02-20 Eric Covener *) mod_rewrite: Add RewriteOptions InheritDown, Inher...
2014-02-01 Eric CovenerAdd %{CONN_REMOTE_ADDR} to mod_rewrite. PR56094
2014-01-26 Chris DarrochSkip DirectoryIndex execution unless method is GET...
2014-01-22 Jim Jagielskimake mod_rewrite and mod_proxy UDS work together...
2014-01-18 Eric Covenerno make depend in sandbox, fix bld break from r1559394
2014-01-18 Eric Covenerfollowups to r1557641 suggested by nd -- add
2014-01-13 Eric Covenerdon't search for directory indexes/directoryslashes...
2014-01-13 Eric Covenerrestore http://svn.apache.org/viewvc?view=revision...
2014-01-13 Eric Covenermod_dir: rename the on/off/unset enum so it doesn't...
2014-01-12 Christophe Jaillet- Rename variable
2014-01-07 Eric Coveneravoid a tight busy loop with memory allocations when...
2013-12-15 Christophe Jaillet'ap_getword_conf' can not return NULL
2013-12-01 Christophe JailletFix missing spaces in messages
2013-10-02 Jim Jagielski *) mod_rewrite: Make rewrite websocket aware to allow...
2013-07-21 Christophe JailletCorrect the behaviour of CheckCaseOnly in mod_speling...
2013-07-02 Eric Covenerinclude util_charset.h in ebcdic builds
2013-03-03 Christophe JailletRemove useless tests.
2013-02-18 Eric CovenerUnbreak default case of RewriteBase not being set after...
2012-12-15 Eric Covenerfix r1416889 a different way -- the referer should...
2012-12-15 Eric Covenerconst fixes for mod_imagemap, fatal on old xlc due...
2012-12-04 Guenter KnaufFixed type mismatch.
2012-11-26 Jim JagielskiCVE-2012-3499 and CVE-2012-4558
2012-11-17 Eric CovenerPR53963: don't merge the rewritebase down w/o an opt-in
2012-11-09 Jim JagielskiRemove warnings
2012-10-15 Christophe Jailletcppcheck: arrayIndexThenCheck - change the order of...
2012-10-15 Christophe Jailletccpcheck: duplicateExpression - 'vary_by_language...
2012-10-14 Vincent DeffontainesFallbackResource : Support for the 'disabled' argument
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-06 Stefan Fritschremove now unecessary assignment
2012-08-06 Stefan FritschUse apr_pcalloc for rewritemap_entry struct, to avoid...
2012-07-10 Stefan Fritschstyle fix
2012-07-03 Eric Coveneradd a pointer to 'rewriteoptions', without giving away...
2012-07-02 Joe Orton* modules/mappers/mod_rewrite.c (cmd_rewriteoptions...
2012-06-13 Joe OrtonSECURITY: CVE-2012-2687 (cve.mitre.org):
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-04 André Malomod_rewrite: Fix RewriteCond integer checks to be parse...
2012-04-04 André Malostatic scope for rewritemap_mutex_type.
2012-03-07 Eric CovenerPR52845: "DirectoryIndex disabled" should blow away...
2012-02-02 Eric Covenerrevert "overloaded" recent additions to mod_rewrite
2012-02-02 Eric Coveneradd an internal sleep map function that expands to...
2012-02-02 Eric Covenertreat a rewriterule substitution that expands to "...
2012-01-26 Jim Jagielskihttps also needs QS
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Joe OrtonFix for additional cases of URL rewriting with ProxyPas...
2011-12-01 Graham Leggettmod_rewrite: Add the AllowNoSlash RewriteOption, which...
2011-11-25 Graham LeggettRemove unused variable.
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-23 Jim JagielskiUse ap_pass_brigade_fchk()
2011-11-23 Eric Covenermod_negotiation: don't return non-AP_FILTER_ERROR filte...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-12 Rainer JungChange module sets and default activation status:
2011-11-07 Stefan FritschMore error checking for ap_pregsub
2011-10-08 Stefan FritschDowngrade error log messages which accompany a 404...
2011-09-26 Jim JagielskiNo longer do double duty...
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-15 Stefan Fritschreplace non-threadsafe use of srand() and rand() with...
2011-09-08 Eric Covenerrefactor to pull setting of Accept-Ranges header into...
2011-08-08 Eric CovenerPrevent a crash if a non-existent internal RewriteMap...
2011-08-03 Stefan FritschForbid some directives in .htaccess because of AllowOve...
2011-07-17 Stefan FritschMake the SERVER_NAME variable include [ ] for literal...
2011-07-17 Stefan FritschFix parsing of Content-Length in type maps
2011-07-15 Eric Covenerimprove (but preserve searchable parts of) the error...
2011-07-15 Eric CovenerAdd a mod_dir option to allow the used DirectoryIndex to
2011-07-13 Stefan Fritschadjustments of build priorities of modules without...
2011-07-06 Stefan FritschFix regexp RewriteCond with NoCase,
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
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-17 Jim Jagielskirevert this... sorry
2011-06-17 Jim JagielskiRevert "fix unexpected enum operation"
2011-06-15 Jeff Trawickfix unexpected enum operation
2011-06-13 Stefan FritschCode cleanup:
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-04-25 Stefan FritschReport filename and line number in config warning
2011-04-22 Stefan Fritschavoid useless call to apr_pstrdup
2011-03-29 Jeff Trawickchange signed single-bit fields to unsigned
2011-03-23 Rich BowenOr, perhaps that's even clearer, without getting too...
2011-03-23 Rich BowenAttemps to clarify a rather cryptic error message.
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-13 Graham Leggettmod_rewrite: Decline immediately if the rewrite engine...
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2010-12-30 Stefan FritschMake the REQUEST_SCHEME variable available to scripts...
2010-12-30 Ruediger Pluem* Silence compiler warning about possibly uninitialized use
2010-12-29 Stefan FritschAllow to use arbitrary boolean expressions (ap_expr...
next