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
*
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
*
Fixed previous patch to reflect what Apache-1.3 did regarding self-
Martin Kraemer
2001-11-08
1
-0
/
+9
*
Please do not mix spaces and tabs within the same blocks, and please do not
Aaron Bannert
2001-11-07
1
-279
/
+289
*
insure that a '*' in <VirtualHost *> or NameVirtualHost * matches all ports.
Greg Ames
2001-10-15
1
-7
/
+10
*
Fix a segfault when a numeric host (e.g., "Host: 123") was specified.
Jeff Trawick
2001-08-27
1
-0
/
+8
*
*) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and
Greg Stein
2001-02-24
1
-3
/
+3
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
include <arpa/inet.h> for the declarations for htons() et al; OS/390 has
Jeff Trawick
2001-02-12
1
-0
/
+4
*
Clean up some of the includes:
Greg Stein
2001-02-10
1
-17
/
+7
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-18
/
+18
*
Relax the checking of Host: headers so that only character sequences that
Tony Finch
2001-01-24
1
-15
/
+9
*
Some missing exports
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Get "NameVirtualHost *" option working in Apache 2.0
Ryan Bloom
2000-12-18
1
-1
/
+4
*
Clean up some formatting. Using a tab of 22 characters makes the output
Ryan Bloom
2000-12-18
1
-3
/
+3
*
Get -t -D DUMP_VHOSTS working and properly documented. This removes the
Ryan Bloom
2000-12-17
1
-1
/
+1
*
get_addresses()
Jeff Trawick
2000-12-16
1
-28
/
+42
*
Use apr_parse_addr_port() in fix_hostname(). This simplifies the
Jeff Trawick
2000-12-16
1
-35
/
+31
*
Fix a problem with the last commit... I missed one of the hashing changes
Jeff Trawick
2000-12-16
1
-1
/
+1
*
Get rid of some IPv4 dependencies by passing the hash function the
Jeff Trawick
2000-12-16
1
-16
/
+28
*
Fix the call to apr_snprintf() for formatting the sockaddr in
Jeff Trawick
2000-12-16
1
-2
/
+1
*
move closer to IPv6 support by changing the server_addr_rec
Jeff Trawick
2000-12-15
1
-21
/
+29
*
The local_addr and remote_addr fields in the conn_rec are now
Jeff Trawick
2000-12-14
1
-4
/
+3
*
updates to changed interfaces to apr_set_port(), apr_get_port(),
Jeff Trawick
2000-11-21
1
-3
/
+11
*
Change references of AF_ to reflect APR_ so they should work
David Reid
2000-11-18
1
-1
/
+1
*
More local/remote changes and tidy up http_vhost a bit.
David Reid
2000-11-10
1
-45
/
+7
*
In mass hosting setups (using mod_vhost_alias or mod_rewrite) where
Tony Finch
2000-11-10
1
-0
/
+10
*
Bring the apr_in_addr type into line with naming conventions and make changes
David Reid
2000-11-10
1
-2
/
+2
*
Change the code to reflect the recent API changes...
David Reid
2000-11-09
1
-7
/
+21
*
This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_port
David Reid
2000-11-08
1
-3
/
+3
*
More cleanup of apr_port_t stuff.
David Reid
2000-11-08
1
-4
/
+5
*
Doh! Missed this from the last commit...
David Reid
2000-11-08
1
-1
/
+1
*
Start of moving to apr_port_t in the server code. This will probably the first
David Reid
2000-11-08
1
-2
/
+2
*
Remove some more references to sockaddr structures...
David Reid
2000-11-03
1
-4
/
+5
[next]