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
*
fix StrictHostCheck crash w/ HTTP/1.0
Eric Covener
2021-04-17
1
-1
/
+1
*
Reverse the order of 2 tests to potentially save a few cycles.
Christophe Jaillet
2019-01-13
1
-4
/
+5
*
move the assignment to the end of the loop.
Eric Covener
2018-09-12
1
-1
/
+2
*
fix StrictHostCheck in single/non-NVH vhosts
Eric Covener
2018-09-06
1
-3
/
+3
*
Add StrictHostCheck
Eric Covener
2018-08-14
1
-6
/
+32
*
Re-allow '_' (underscore) in hostnames.
Eric Covener
2018-06-25
1
-1
/
+1
*
* server/vhost.c: Remove redundant vhost_check_config hook which never
Joe Orton
2018-04-12
1
-14
/
+0
*
On the trunk:
Stefan Eissing
2018-02-01
1
-3
/
+3
*
On the trunk:
Stefan Eissing
2017-12-13
1
-1
/
+1
*
Support IPv6 link-local scope IDs in Listen and VirtualHost, if built
Joe Orton
2017-11-29
1
-1
/
+18
*
Fix some tiny style issues (missing space)
Christophe Jaillet
2017-01-06
1
-2
/
+2
*
'repl' is already allocated in the request pool by 'construct_host_header()' ...
Christophe Jaillet
2017-01-06
1
-1
/
+1
*
remove initial isascii check entirely
Eric Covener
2016-12-22
1
-6
/
+0
*
Fix strict Host: header checking on EBCDIC
Eric Covener
2016-12-20
1
-1
/
+4
*
Actually cause the Host header to be overridden, as noted by rpluem,
William A. Rowe Jr
2016-11-16
1
-6
/
+4
*
Rename the previously undocumented HTTPProtocol directive
William A. Rowe Jr
2016-08-16
1
-14
/
+7
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-2
/
+2
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+3
*
name-based vhosts listed twice with apachectl -S
Eric Covener
2013-09-20
1
-1
/
+2
*
PR54948: wildcard name-based vhosts printed twice in apachectl -S
Eric Covener
2013-05-11
1
-3
/
+12
*
* Ensure that is_v6literal is always initialized
Ruediger Pluem
2013-01-21
1
-1
/
+2
*
remove comment; empty host headers can happen in proxy requests
Stefan Fritsch
2012-12-30
1
-4
/
+1
*
add log tags missing in r1426877
Stefan Fritsch
2012-12-30
1
-3
/
+3
*
Add an option to enforce stricter HTTP conformance
Stefan Fritsch
2012-12-30
1
-18
/
+145
*
Correctly parse an IPv6 literal host specification in an absolute URL
Stefan Fritsch
2012-12-29
1
-48
/
+114
*
log client error at level debug, log broken Host header value
Stefan Fritsch
2012-11-08
1
-2
/
+3
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-4
/
+4
*
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
[next]