]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2011-10-17  Stefan FritschDowngrade some more log messages indicating client...
2011-10-17  Stefan FritschIncrease the max line length from 2k to 128k and alloca...
2011-10-16  Eric Covenerthe correct property is r.filename as used elsewhere
2011-10-15  Lucien GentisUpdates.
2011-10-14  Stefan FritschThere is absolutely no reason to have two 4k-sized...
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-12  Rich BowenRebuild xdocs.
2011-10-12  Rich BowenMissing linebreaks in examples.
2011-10-10  Stefan Fritschxforms
2011-10-10  Stefan FritschGive a hint about old multi-language error documents
2011-10-10  Stefan FritschUpdate multilang error documents to ap_expr
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.... Downgrade to DEBUG level several messages which were...
2011-10-10  William A.... Resolve server and remote IP's in the AcceptFilter...
2011-10-10  Rich BowenCorrects another typo.
2011-10-10  Rich BowenRebuild HTML transform.
2011-10-10  Rich BowenFixes numerous typos.
2011-10-10  Rich BowenAdds a recommendation that rewrite logging be consulted...
2011-10-10  Rich BowenRebuilds varions transformation.
2011-10-10  Rich BowenRewrites the 'API Phases' section to give a brief intro...
2011-10-10  Rich BowenNot sure what this note was referring to. The xslt...
2011-10-10  Rich BowenFurther clarifications of the rewrite process, as per...
2011-10-10  Stefan FritschRemove OID match which was never in a GA releas and...
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  Rich BowenClarify behavior of multiple rewrite rules in the same...
2011-10-09  Stefan Fritschmod_mime_magic: Add signatures for PNG and SWF to the...
2011-10-09  Stefan FritschOnly dump User/Group if DUMP_RUN_CFG is defined
2011-10-09  Jeff Trawicks/perl/Perl/
2011-10-09  Stefan FritschForce base 10 when parsing the Content-Length. It doesn...
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-09  Stefan FritschConsistenly use apr_file_* API instead of libc when...
2011-10-09  Stefan FritschRemove ap_proxy_removestr(). It has been unused for...
2011-10-08  Rich BowenRebuild various xdocs
2011-10-08  Rich BowenRebuild various xdocs
2011-10-08  Rich BowenNote that hostname lookups will be performed for 'requi...
2011-10-08  Rich Bowenrefs https://issues.apache.org/bugzilla/show_bug.cgi...
2011-10-08  Nick Kewmod_authn_socache: fix it to enable initialisation...
2011-10-08  Lucien GentisUpdates.
2011-10-08  Stefan FritschShut up gcc/glibc warning about ignoring write()'s...
2011-10-08  Stefan FritschFix format string bugs in mod_lua. Found by gcc and...
2011-10-08  Stefan FritschAdd some CFLAGS in maintainer mode if supported by...
2011-10-08  Stefan FritschAdd another AP_DEBUG_ASSERT to document some assumption...
2011-10-08  Stefan FritschFix a potential NULL pointer dereference found by clang.
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-07  Rich BowenRebuild doc transformations.
2011-10-07  Rich BowenRefs https://issues.apache.org/bugzilla/show_bug.cgi...
2011-10-06  Stefan Fritschre-add "extern" accidentally removed by r1179448
2011-10-06  Rich BowenRebuild doc transform
2011-10-06  Rich BowenPatch from Description Mathijs Schmittmann - Corrected...
2011-10-05  Stefan FritschExport ap_max_mem_free, needed by r1178079, as pointed...
2011-10-05  Joe Orton- `build.sh all`
2011-10-05  Joe Orton- add note here in light of CVE-2011-3368
2011-10-05  Joe Orton- add a security warning, and tweak the example, in...
2011-10-05  Joe OrtonSECURITY (CVE-2011-3368): Prevent unintended pattern...
2011-10-05  Rich BowenRebuild html.
2011-10-05  Rich BowenFix link to Friedl's book. (refs https://issues.apache...
2011-10-04  Kaspar BrandAdd SSLCARevocationCheck directive to default mod_ssl...
2011-10-04  Kaspar Brandfix indentation
2011-10-03  Stefan FritschEnforce LimitRequestFieldSize after multiple headers...
2011-10-03  Rich BowenTODO note regarding the LimitInternalRecursion error...
2011-10-01  Stefan Fritschupdate xforms
2011-10-01  Stefan Fritschgrammar fix
2011-10-01  Stefan FritschIf MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS...
2011-09-30  Paul QuernaRemove trailing comma on last enum member for authz_status
2011-09-29  Rainer JungClarify configuration comment.
2011-09-28  Kaspar BrandIn ssl_check_public_cert(), also take dNSNames in the...
2011-09-28  Guenter KnaufSome NetWare ssl module build tweaks.
2011-09-26  Stefan FritschMake mod_substitute more efficient:
2011-09-26  Stefan FritschSome varbuf enhancements:
2011-09-26  Stefan FritschAdjust log message to reflect changed behaviour
2011-09-26  Jim JagielskiPut 0- on the fast-track
2011-09-26  Jim JagielskiNo longer do double duty...
2011-09-26  Daniel RuggeriFinal update to SSLProxyMachineCertificateChainFile
2011-09-26  Kaspar Brandreplace another occurence of X509_NAME_oneline by SSL_X...
2011-09-25  Kaspar Brandenable the SNI extension for proxy connections
2011-09-25  Lucien GentisUpdates.
2011-09-24  Lucien GentisUpdate.
2011-09-23  Stefan FritschMore style fixes, no func changes
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-23  Jim JagielskiCleanup effort in prep for GA push:
2011-09-23  Jim Jagielskidocco xforms
2011-09-23  Jim Jagielskisome docco updates
2011-09-22  Rich BowenPulls the examples out of the paragraph text and into...
2011-09-21  Kaspar BrandBring error messages for TLS stapling related options...
2011-09-21  Kaspar Brandupdate transformations
2011-09-21  Kaspar Brandmod_ssl:
2011-09-20  Stefan Fritschupdate xforms
2011-09-20  Stefan Fritsch%L works without mod_unique_id, too
2011-09-20  Stefan FritschSave one call of ap_escape_html on the uri. Reflow...
2011-09-20  Rich BowenAdds brief introduction to the table to address initial...
2011-09-20  Rich BowenRebuilds translation generated docs.
2011-09-20  Rich BowenReplace log example with one that matches 2.4 logging.
2011-09-20  Rich BowenRebuild HTML transformations.
next