]> granicus.if.org Git - apache/history - server/vhost.c
Merge r1741310, r1741461 from trunk:
[apache] / server / vhost.c
2016-02-18 Jim JagielskiMerge r1725485 from trunk:
2013-10-03 Rainer JungWildcard name-based vhosts printed twice in apachectl -S
2013-07-15 Jim JagielskiRevert fix for PR54948 (http://svn.apache.org/viewvc...
2013-05-23 Jim JagielskiMerge r1481306 from trunk:
2012-12-03 Jim JagielskiMerge r1337344, r1378178, r1397636, r1398025, r1398040...
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
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...
2000-11-10 David ReidMore local/remote changes and tidy up http_vhost a...
2000-11-10 Tony FinchIn mass hosting setups (using mod_vhost_alias or mod_re...
2000-11-10 David ReidBring the apr_in_addr type into line with naming conven...
2000-11-09 David ReidChange the code to reflect the recent API changes...
2000-11-08 David ReidThis adds the APR_LOCAL/APR_REMOTE to APR and changes...
2000-11-08 David ReidMore cleanup of apr_port_t stuff.
2000-11-08 David ReidDoh! Missed this from the last commit...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-03 David ReidRemove some more references to sockaddr structures...
2000-10-18 Tony FinchTighten up the syntax checking of Host: headers to...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-09-12 Tony FinchThis commit adds support for purely name-based virtual...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-13 Jeff TrawickGet the ap_config.h cleanup working on FreeBSD by addin...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
next