| Commit message (Expand) | Author | Age | Files | Lines |
* | write these in terms of strchr and strrchr so the compiler can possibly use | Greg Stein | 2001-02-12 | 1 | -12/+8 |
* | Fix a potential segfault on all platforms. David Reid fixed this for | Ryan Bloom | 2001-02-11 | 1 | -5/+1 |
* | Clean up some of the includes: | Greg Stein | 2001-02-10 | 1 | -21/+11 |
* | Fix more breakage on BeOS... | David Reid | 2001-02-10 | 1 | -0/+4 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -12/+12 |
* | Get the correct IP address if ServerName isn't set and we can't | Tony Finch | 2001-02-01 | 1 | -1/+1 |
* | Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo | William A. Rowe Jr | 2001-01-27 | 1 | -3/+3 |
* | BeOS BONE shouldn't be using this BeOS R5 check, so alter the check to make it | David Reid | 2001-01-27 | 1 | -1/+1 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -3/+3 |
* | Move initgroupgs, ap_uname2id and ap_gname2id from util.c to | Ryan Bloom | 2001-01-20 | 1 | -68/+0 |
* | Remove ap_chdir_file. This function is not thread-safe, and nobody | Ryan Bloom | 2001-01-20 | 1 | -19/+0 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -6/+6 |
* | Fix a comment | Bill Stoddard | 2001-01-12 | 1 | -1/+1 |
* | add pool parameter to ap_is_directory and ap_is_rdirectory | Allan K. Edwards | 2001-01-05 | 1 | -4/+4 |
* | As we now use pools in the logging of the failure to get a hostname, | David Reid | 2001-01-05 | 1 | -2/+2 |
* | This stops a segfault on my machine where I haven't got a hostname for | David Reid | 2001-01-04 | 1 | -2/+2 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -5/+5 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -5/+5 |
* | Axe ap_get_virthost_addr(). This <address>[:port] parse routine | Jeff Trawick | 2000-12-15 | 1 | -53/+0 |
* | Fix two spelling and syntax problems in ap_get_local_host(). | Jeff Trawick | 2000-12-05 | 1 | -2/+2 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -10/+13 |
* | Change references of AF_ to reflect APR_ so they should work | David Reid | 2000-11-18 | 1 | -1/+1 |
* | Not all platforms have INADDR_NONE defined by default. Apache used to | Ryan Bloom | 2000-11-11 | 1 | -1/+1 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 1 | -6/+6 |
* | This is always displayed to the console. There is no reason to print the | Ryan Bloom | 2000-11-10 | 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 |
* | A more thorough example is appropriate. Also simplify the behavior and | William A. Rowe Jr | 2000-10-23 | 1 | -3/+8 |
* | somebody was a Very Bad Boy when they inserted casts into this function. | Greg Stein | 2000-10-19 | 1 | -11/+14 |
* | The final line of the config file was not being read if there was | Ryan Bloom | 2000-10-18 | 1 | -1/+3 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -57/+57 |
* | Completes the port of the <Directory /> handling for Win32... there is | William A. Rowe Jr | 2000-10-13 | 1 | -0/+5 |
* | Modify ap_make_dirstr_prefix, platforms with HAVE_DRIVE_LETTERS or NETWARE | William A. Rowe Jr | 2000-10-12 | 1 | -1/+9 |
* | Remove some deprecated functions | Ryan Bloom | 2000-10-10 | 1 | -12/+0 |
* | Port over the config directory stuff... | Jim Jagielski | 2000-10-06 | 1 | -0/+36 |
* | finish cleaning up after a change i made over 3 years ago. | dgaudet | 2000-08-15 | 1 | -26/+0 |
* | A few more (last?) ap_xlate->apr_xlate changes covering stuff not completely | Jeff Trawick | 2000-08-07 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -30/+30 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -103/+103 |
* | Add APR_EOL_STR for a platform specific text delimiter, provided by | William A. Rowe Jr | 2000-07-25 | 1 | -2/+2 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Fix some bad ap_log_error() invocations. Comment on a bad | Jeff Trawick | 2000-07-18 | 1 | -5/+5 |
* | Grab OtherBill's latest 1.3 code to provide a default ServerName | Jeff Trawick | 2000-07-17 | 1 | -5/+8 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
* | blast the old names for the status codes | Greg Stein | 2000-06-24 | 1 | -4/+4 |
* | Correct the problem where the only local host name that the IP stack | William A. Rowe Jr | 2000-06-20 | 1 | -11/+25 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 1 | -24/+13 |
* | Constification. | Ben Laurie | 2000-06-17 | 1 | -2/+2 |
* | Command handler revamp. Note that this makes the code produce a LOT of | Ben Laurie | 2000-06-17 | 1 | -0/+11 |
* | Turn on buffering for config file reads. This is dependent on ap_fgets() | Jeff Trawick | 2000-06-16 | 1 | -1/+1 |
* | Get the ap_config.h cleanup working on FreeBSD by adding includes of | Jeff Trawick | 2000-06-13 | 1 | -0/+3 |