| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tighten up the syntax checking of Host: headers to fix a | Tony Finch | 2000-10-18 | 1 | -1/+8 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -1/+1 |
* | This commit adds support for purely name-based virtual hosting that | Tony Finch | 2000-09-12 | 1 | -112/+141 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -5/+5 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -43/+43 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 1 | -8/+4 |
* | Command handler revamp. Note that this makes the code produce a LOT of | Ben Laurie | 2000-06-17 | 1 | -3/+4 |
* | Get the ap_config.h cleanup working on FreeBSD by adding includes of | Jeff Trawick | 2000-06-13 | 1 | -0/+3 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 1 | -0/+6 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -0/+4 |