index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
vhost.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-17
/
+17
*
* Correctly obey ServerName / ServerAlias if the Host header from the
Ruediger Pluem
2011-09-17
1
-12
/
+25
*
* server/vhost.c (get_addresses): For '*' and '_default_', return
Joe Orton
2011-07-18
1
-4
/
+11
*
Various code cleanup
Stefan Fritsch
2011-06-22
1
-2
/
+2
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+3
*
prefer exact port matches in ip-based VH lookup over wildcards.
Eric Covener
2010-12-28
1
-6
/
+18
*
Remove need for NameVirtualHost directive by implicitly configuring any dupli...
Eric Covener
2010-12-28
1
-138
/
+61
*
Fail startup for vhost configuration problems, rather than
Daniel Earl Poirier
2010-08-30
1
-7
/
+27
*
With -S, show ServerAlias values that go with the virtual hosts
Daniel Earl Poirier
2010-08-05
1
-0
/
+20
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Expand the "NameVirtualHost has no VirtualHosts" error message, since it
Rich Bowen
2010-04-16
1
-1
/
+3
*
non-static directive parsers should be AP_DECLARE_NONSTD()
Jeff Trawick
2009-11-24
1
-2
/
+3
*
Vhosts: treating a pure-numeric Host header as a port is nonsense.
Nick Kew
2009-11-02
1
-8
/
+10
*
Output -M and -S dumps (modules and vhosts) to stdout instead of stderr.
Paul J. Reder
2008-12-17
1
-1
/
+1
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-10
/
+10
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-4
/
+4
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-3
/
+4
*
* server/vhost.c (get_addresses): Fix double negative and make errors
Joe Orton
2005-08-05
1
-3
/
+3
*
* server/vhost.c (get_addresses): Fail with an error message rather
Joe Orton
2005-08-05
1
-2
/
+8
*
Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailin...
Paul Querna
2005-04-25
1
-0
/
+50
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
<VirtualHost myhost> now applies to all IP addresses for myhost
Jeff Trawick
2004-06-11
1
-9
/
+12
*
* server/vhost.c (remove_unused_name_vhosts): Remove redundant check;
Joe Orton
2004-04-15
1
-6
/
+0
*
* server/vhost.c: Fix comments which got search'n'replaced.
Joe Orton
2004-03-11
1
-6
/
+6
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
stop using apr_sockaddr_port_get() accessor function, as it will
Jeff Trawick
2003-12-05
1
-3
/
+3
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Rearranged the loop in fix_hostname() to run faster in the
Brian Pane
2002-09-02
1
-4
/
+7
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
1
-1
/
+1
*
Convert the hostname to all-lowercase in fix_hostname() so that
Brian Pane
2002-06-23
1
-0
/
+3
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-6
/
+6
*
Eliminate some sprintf calls
Brian Pane
2002-05-01
1
-2
/
+2
*
Allow empty Host: header arguments.
Justin Erenkrantz
2002-04-15
1
-0
/
+5
*
Fix for vhosts where the hostname is followed by '.'
Brian Pane
2002-03-18
1
-2
/
+2
*
clean up the use of apr_sockaddr_t (stay out of family-specific
Jeff Trawick
2002-03-15
1
-9
/
+6
*
Fix win32 compile breakage.
Bill Stoddard
2002-03-13
1
-3
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
fix a v4-specific INADDR_ANY check that kept name-based virtual hosts
Jeff Trawick
2002-02-19
1
-1
/
+3
*
use a new APR function to perform socket address comparison so
Jeff Trawick
2001-12-26
1
-15
/
+1
*
Fix matching of vhosts by ip address so we find IPv4
Jeff Trawick
2001-12-26
1
-0
/
+10
*
add a comment about the need to check for a host after returning
Jeff Trawick
2001-12-25
1
-0
/
+3
*
Fixed a segfault that occurred during startup if a VirtualHost
Brian Pane
2001-12-25
1
-0
/
+3
*
Get IPv6 vhosts working (again ?).
Jeff Trawick
2001-11-20
1
-2
/
+4
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-7
/
+6
[next]