summaryrefslogtreecommitdiff
path: root/server/vhost.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-1017/+0
* *) 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
* Get -t -D DUMP_VHOSTS working and properly documented. This removes theRyan Bloom2000-12-171-1/+1
* get_addresses()Jeff Trawick2000-12-161-28/+42
* Use apr_parse_addr_port() in fix_hostname(). This simplifies theJeff Trawick2000-12-161-35/+31
* Fix a problem with the last commit... I missed one of the hashing changesJeff Trawick2000-12-161-1/+1
* Get rid of some IPv4 dependencies by passing the hash function theJeff Trawick2000-12-161-16/+28
* Fix the call to apr_snprintf() for formatting the sockaddr inJeff Trawick2000-12-161-2/+1
* move closer to IPv6 support by changing the server_addr_recJeff Trawick2000-12-151-21/+29
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-4/+3
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-3/+11
* Change references of AF_ to reflect APR_ so they should workDavid Reid2000-11-181-1/+1
* More local/remote changes and tidy up http_vhost a bit.David Reid2000-11-101-45/+7
* In mass hosting setups (using mod_vhost_alias or mod_rewrite) whereTony Finch2000-11-101-0/+10
* Bring the apr_in_addr type into line with naming conventions and make changesDavid Reid2000-11-101-2/+2
* Change the code to reflect the recent API changes...David Reid2000-11-091-7/+21
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portDavid Reid2000-11-081-3/+3
* More cleanup of apr_port_t stuff.David Reid2000-11-081-4/+5
* Doh! Missed this from the last commit...David Reid2000-11-081-1/+1
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-2/+2
* Remove some more references to sockaddr structures...David Reid2000-11-031-4/+5
* Tighten up the syntax checking of Host: headers to fix aTony Finch2000-10-181-1/+8
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* This commit adds support for purely name-based virtual hosting thatTony Finch2000-09-121-112/+141
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-5/+5
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-43/+43
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* More consification, correct command initialisation.Ben Laurie2000-06-171-8/+4
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-3/+4
* Get the ap_config.h cleanup working on FreeBSD by adding includes ofJeff Trawick2000-06-131-0/+3
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-121-0/+6
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-0/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-6/+6
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-1/+1
* Quiet some warnings.Brian Havard2000-01-261-2/+2
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-191-0/+1
* Fix compile break introduced to Apache 2.0 by the mass vhosting security fix.Bill Stoddard1999-12-211-1/+1
* Fix the mass vhosting security problem spotted by Lars, as in 1.3Tony Finch1999-12-211-10/+41
* Cleanup the Windows build a bit by getting rid of more platform dependantRyan Bloom1999-12-151-3/+1