]> granicus.if.org Git - apache/history - server/vhost.c
Follow up to r1853874: CHANGES entry.
[apache] / server / vhost.c
2019-01-13 Christophe JailletReverse the order of 2 tests to potentially save a...
2018-09-12 Eric Covenermove the assignment to the end of the loop.
2018-09-06 Eric Covenerfix StrictHostCheck in single/non-NVH vhosts
2018-08-14 Eric CovenerAdd StrictHostCheck
2018-06-25 Eric CovenerRe-allow '_' (underscore) in hostnames.
2018-04-12 Joe Orton* server/vhost.c: Remove redundant vhost_check_config...
2018-02-01 Stefan EissingOn the trunk:
2017-12-13 Stefan EissingOn the trunk:
2017-11-29 Joe OrtonSupport IPv6 link-local scope IDs in Listen and Virtual...
2017-01-06 Jacob Championsync merge with trunk
2017-01-06 Christophe JailletFix some tiny style issues (missing space)
2017-01-06 Christophe Jaillet'repl' is already allocated in the request pool by...
2016-12-22 Eric Covenerremove initial isascii check entirely
2016-12-20 Eric CovenerFix strict Host: header checking on EBCDIC
2016-11-16 William A. Rowe JrActually cause the Host header to be overridden, as...
2016-08-16 William A. Rowe JrRename the previously undocumented HTTPProtocol directive
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-01-19 Rainer JungAdded many log numbers to log statements that
2013-09-20 Eric Covenername-based vhosts listed twice with apachectl -S
2013-05-11 Eric CovenerPR54948: wildcard name-based vhosts printed twice in...
2013-01-21 Ruediger Pluem* Ensure that is_v6literal is always initialized
2012-12-30 Stefan Fritschremove comment; empty host headers can happen in proxy...
2012-12-30 Stefan Fritschadd log tags missing in r1426877
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-29 Stefan FritschCorrectly parse an IPv6 literal host specification...
2012-11-08 Stefan Fritschlog client error at level debug, log broken Host header...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-17 Ruediger Pluem* Correctly obey ServerName / ServerAlias if the Host...
2011-07-18 Joe Orton* server/vhost.c (get_addresses): For '*' and '_default...
2011-06-22 Stefan FritschVarious code cleanup
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2010-12-28 Eric Covenerprefer exact port matches in ip-based VH lookup over...
2010-12-28 Eric CovenerRemove need for NameVirtualHost directive by implicitly...
2010-08-30 Daniel Earl PoirierFail startup for vhost configuration problems, rather...
2010-08-05 Daniel Earl PoirierWith -S, show ServerAlias values that go with the virtu...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-16 Rich BowenExpand the "NameVirtualHost has no VirtualHosts" error...
2009-11-24 Jeff Trawicknon-static directive parsers should be AP_DECLARE_NONSTD()
2009-11-02 Nick KewVhosts: treating a pure-numeric Host header as a port...
2008-12-17 Paul J. RederOutput -M and -S dumps (modules and vhosts) to stdout...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-05 Joe Orton* server/vhost.c (get_addresses): Fix double negative...
2005-08-05 Joe Orton* server/vhost.c (get_addresses): Fail with an error...
2005-04-25 Paul QuernaAdd ap_vhost_iterate_given_conn() as I had previously...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-06-11 Jeff Trawick<VirtualHost myhost> now applies to all IP addresses...
2004-04-15 Joe Orton* server/vhost.c (remove_unused_name_vhosts): Remove...
2004-03-11 Joe Orton* server/vhost.c: Fix comments which got search'n'replaced.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-12-05 Jeff Trawickstop using apr_sockaddr_port_get() accessor function...
2003-02-03 André Malofinished that boring job:
2002-09-02 Brian PaneRearranged the loop in fix_hostname() to run faster...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-06-23 Brian PaneConvert the hostname to all-lowercase in fix_hostname...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-01 Brian PaneEliminate some sprintf calls
2002-04-15 Justin ErenkrantzAllow empty Host: header arguments.
2002-03-18 Brian PaneFix for vhosts where the hostname is followed by '.'
2002-03-15 Jeff Trawickclean up the use of apr_sockaddr_t (stay out of family...
2002-03-13 Bill StoddardFix win32 compile breakage.
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-19 Jeff Trawickfix a v4-specific INADDR_ANY check that kept name-based...
2001-12-26 Jeff Trawickuse a new APR function to perform socket address compar...
2001-12-26 Jeff TrawickFix matching of vhosts by ip address so we find IPv4
2001-12-25 Jeff Trawickadd a comment about the need to check for a host after...
2001-12-25 Brian PaneFixed a segfault that occurred during startup if a...
2001-11-20 Jeff TrawickGet IPv6 vhosts working (again ?).
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-08 Martin KraemerFixed previous patch to reflect what Apache-1.3 did...
2001-11-07 Aaron BannertPlease do not mix spaces and tabs within the same block...
2001-10-15 Greg Amesinsure that a '*' in <VirtualHost *> or NameVirtualHost...
2001-08-27 Jeff TrawickFix a segfault when a numeric host (e.g., "Host: 123...
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Jeff Trawickinclude <arpa/inet.h> for the declarations for htons...
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-24 Tony FinchRelax the checking of Host: headers so that only charac...
2001-01-18 William A. Rowe Jr Some missing exports
2000-12-18 Ryan BloomGet "NameVirtualHost *" option working in Apache 2.0
2000-12-17 Ryan BloomClean up some formatting. Using a tab of 22 characters...
2000-12-17 Ryan BloomGet -t -D DUMP_VHOSTS working and properly documented...
2000-12-16 Jeff Trawickget_addresses()
2000-12-16 Jeff TrawickUse apr_parse_addr_port() in fix_hostname(). This...
2000-12-16 Jeff TrawickFix a problem with the last commit... I missed one...
2000-12-16 Jeff TrawickGet rid of some IPv4 dependencies by passing the hash...
2000-12-16 Jeff TrawickFix the call to apr_snprintf() for formatting the socka...
2000-12-15 Jeff Trawickmove closer to IPv6 support by changing the server_addr_rec
2000-12-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-11-21 Jeff Trawickupdates to changed interfaces to apr_set_port(), apr_ge...
2000-11-18 David ReidChange references of AF_ to reflect APR_ so they should...
next