| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups so that the support programs build cleanly. The Win32 values | Ryan Bloom | 2000-12-22 | 3 | -2/+20 |
* | All the supports now build on APR (+APRUTIL), no reliance on httpd. | William A. Rowe Jr | 2000-12-21 | 10 | -82/+79 |
* | This should build entirely with APR support. | William A. Rowe Jr | 2000-12-21 | 1 | -1/+1 |
* | This should build entirely with apr/aprutil support | William A. Rowe Jr | 2000-12-21 | 1 | -1/+1 |
* | This program should run entirely without ap_config support from | William A. Rowe Jr | 2000-12-21 | 1 | -3/+2 |
* | Out of the sandbox and into prime time. Note... these should always and | William A. Rowe Jr | 2000-12-21 | 5 | -0/+1472 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | William A. Rowe Jr | 2000-12-21 | 5 | -15/+20 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 5 | -20/+15 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 2 | -14/+10 |
* | Stop searching in installdir/includes/apr. | Ryan Bloom | 2000-12-19 | 1 | -1/+1 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 2 | -11/+11 |
* | API routines ap_pgethostbyname() and ap_pduphostent() are no longer | Jeff Trawick | 2000-12-18 | 1 | -2/+0 |
* | apr_get_hostname() is gone. | Jeff Trawick | 2000-12-18 | 1 | -1/+0 |
* | apr_get_inaddr() is gone | Jeff Trawick | 2000-12-15 | 1 | -1/+0 |
* | add apr_getnameinfo | Jeff Trawick | 2000-12-14 | 1 | -0/+1 |
* | Eliminate the /GX flag from release builds of the support tree. This | William A. Rowe Jr | 2000-12-07 | 5 | -16/+15 |
* | ab: use apr_parse_addr_port() in parse_url(). | Jeff Trawick | 2000-12-07 | 2 | -44/+24 |
* | Goodbye exported apr_canonical_error | William A. Rowe Jr | 2000-12-06 | 1 | -1/+0 |
* | Fix some leftover dirtyness from the conversion. All is building | William A. Rowe Jr | 2000-12-05 | 1 | -3/+3 |
* | A bit of inclusion for the apr-util package. | William A. Rowe Jr | 2000-12-05 | 5 | -10/+10 |
* | This patch illustrates the new locations, and makes the majority of the | William A. Rowe Jr | 2000-12-05 | 5 | -10/+10 |
* | Make ApacheBench compile cleanly again | Ryan Bloom | 2000-12-05 | 1 | -2/+4 |
* | Use the correct apr-util library | Ryan Bloom | 2000-12-05 | 1 | -1/+1 |
* | Add apr-util to the build process. This should now build once everything | Ryan Bloom | 2000-12-05 | 1 | -1/+1 |
* | Apache builds again, although the test directory doesn't. I will work on | Ryan Bloom | 2000-12-05 | 1 | -2/+2 |
* | Get the support programs building properly. Httpd itself is next. | Ryan Bloom | 2000-12-05 | 1 | -1/+2 |
* | Get base Apache to build properly. This doesn't solve the problem of | Ryan Bloom | 2000-12-05 | 1 | -2/+1 |
* | include new APR symbol apr_make_os_sock | Jeff Trawick | 2000-12-04 | 1 | -0/+1 |
* | use APR_SIZE_T_FMT to avoid a warning on AIX | Jeff Trawick | 2000-12-01 | 1 | -3/+3 |
* | Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), and | Jeff Trawick | 2000-12-01 | 1 | -3/+0 |
* | Get htpasswd.c to build on EBCDIC machines again. | Jeff Trawick | 2000-11-30 | 1 | -0/+1 |
* | Use "const char * const *" for process->argv (which is the correct | Greg Stein | 2000-11-29 | 1 | -3/+3 |
* | Get ab to compile cleanly after the apr_initopt() change. | Jeff Trawick | 2000-11-29 | 1 | -4/+4 |
* | add the new apr_lock_file and apr_unlock_file functions. | Greg Stein | 2000-11-29 | 1 | -0/+2 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 3 | -5/+25 |
* | Add the ability for apxs to install both libtool generated and non-libtool | Ryan Bloom | 2000-11-22 | 1 | -1/+1 |
* | Don't use APR_INET6 unless APR_HAVE_INET6 is defined. | Jeff Trawick | 2000-11-21 | 1 | -3/+8 |
* | Update ab to accept URLs with IPv6 literal address strings (in the | Jeff Trawick | 2000-11-21 | 1 | -5/+31 |
* | *) Accomodate an out-of-space condition in the piped logs and the | William A. Rowe Jr | 2000-11-21 | 1 | -11/+49 |
* | Get rid of apr_create_tcp_socket() reference. | Jeff Trawick | 2000-11-21 | 1 | -1/+0 |
* | Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated). | Jeff Trawick | 2000-11-19 | 1 | -5/+10 |
* | Add apr_get_sockaddr() for getting the address of one of the | Jeff Trawick | 2000-11-18 | 1 | -0/+1 |
* | Just style nits before someone goes and does something significant. | William A. Rowe Jr | 2000-11-17 | 1 | -44/+44 |
* | APR: Change apr_connect() to take apr_sockaddr_t instead of hostname. | Jeff Trawick | 2000-11-17 | 2 | -6/+9 |
* | add apr_create_socket to the list of symbols | Jeff Trawick | 2000-11-16 | 1 | -0/+1 |
* | Update httpd.exp for recent symbol changes. | Jeff Trawick | 2000-11-16 | 1 | -1/+235 |
* | Update the httpd.exp file. | Ryan Bloom | 2000-11-13 | 1 | -7/+0 |
* | Fix a lot of the fallback from the apr_ssize_t to apr_size_t change | Ryan Bloom | 2000-11-10 | 1 | -7/+7 |
* | Get ab to build again by changing apr_set_remote_port() to apr_set_port(). | Jeff Trawick | 2000-11-08 | 1 | -3/+3 |
* | The LoadModule line should specify a .so file, not a .la file | Greg Stein | 2000-11-07 | 1 | -0/+1 |