summaryrefslogtreecommitdiff
path: root/server/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* Output -M and -S dumps (modules and vhosts) to stdout instead of stderr.Paul J. Reder2008-12-171-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-10/+10
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-4/+4
* Doxygen fixup / cleanupIan Holsman2005-08-281-3/+4
* * server/vhost.c (get_addresses): Fix double negative and make errorsJoe Orton2005-08-051-3/+3
* * server/vhost.c (get_addresses): Fail with an error message ratherJoe Orton2005-08-051-2/+8
* Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin...Paul Querna2005-04-251-0/+50
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* <VirtualHost myhost> now applies to all IP addresses for myhostJeff Trawick2004-06-111-9/+12
* * server/vhost.c (remove_unused_name_vhosts): Remove redundant check;Joe Orton2004-04-151-6/+0
* * server/vhost.c: Fix comments which got search'n'replaced.Joe Orton2004-03-111-6/+6
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-3/+3
* finished that boring job:André Malo2003-02-031-1/+1
* Rearranged the loop in fix_hostname() to run faster in theBrian Pane2002-09-021-4/+7
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Convert the hostname to all-lowercase in fix_hostname() so thatBrian Pane2002-06-231-0/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-6/+6
* Eliminate some sprintf callsBrian Pane2002-05-011-2/+2
* Allow empty Host: header arguments.Justin Erenkrantz2002-04-151-0/+5
* Fix for vhosts where the hostname is followed by '.'Brian Pane2002-03-181-2/+2
* clean up the use of apr_sockaddr_t (stay out of family-specificJeff Trawick2002-03-151-9/+6
* Fix win32 compile breakage.Bill Stoddard2002-03-131-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* fix a v4-specific INADDR_ANY check that kept name-based virtual hostsJeff Trawick2002-02-191-1/+3
* use a new APR function to perform socket address comparison soJeff Trawick2001-12-261-15/+1
* Fix matching of vhosts by ip address so we find IPv4Jeff Trawick2001-12-261-0/+10
* add a comment about the need to check for a host after returningJeff Trawick2001-12-251-0/+3
* Fixed a segfault that occurred during startup if a VirtualHostBrian Pane2001-12-251-0/+3
* Get IPv6 vhosts working (again ?).Jeff Trawick2001-11-201-2/+4
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-121-7/+6
* Fixed previous patch to reflect what Apache-1.3 did regarding self-Martin Kraemer2001-11-081-0/+9
* Please do not mix spaces and tabs within the same blocks, and please do notAaron Bannert2001-11-071-279/+289
* insure that a '*' in <VirtualHost *> or NameVirtualHost * matches all ports.Greg Ames2001-10-151-7/+10
* Fix a segfault when a numeric host (e.g., "Host: 123") was specified.Jeff Trawick2001-08-271-0/+8
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* include <arpa/inet.h> for the declarations for htons() et al; OS/390 hasJeff Trawick2001-02-121-0/+4
* Clean up some of the includes:Greg Stein2001-02-101-17/+7
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-18/+18
* Relax the checking of Host: headers so that only character sequences thatTony Finch2001-01-241-15/+9
* Some missing exportsWilliam A. Rowe Jr2001-01-181-1/+1
* Get "NameVirtualHost *" option working in Apache 2.0Ryan Bloom2000-12-181-1/+4
* Clean up some formatting. Using a tab of 22 characters makes the outputRyan Bloom2000-12-171-3/+3