summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-263-5/+25
* Add the ability for apxs to install both libtool generated and non-libtoolRyan Bloom2000-11-221-1/+1
* Don't use APR_INET6 unless APR_HAVE_INET6 is defined.Jeff Trawick2000-11-211-3/+8
* Update ab to accept URLs with IPv6 literal address strings (in theJeff Trawick2000-11-211-5/+31
* *) Accomodate an out-of-space condition in the piped logs and theWilliam A. Rowe Jr2000-11-211-11/+49
* Get rid of apr_create_tcp_socket() reference.Jeff Trawick2000-11-211-1/+0
* Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated).Jeff Trawick2000-11-191-5/+10
* Add apr_get_sockaddr() for getting the address of one of theJeff Trawick2000-11-181-0/+1
* Just style nits before someone goes and does something significant.William A. Rowe Jr2000-11-171-44/+44
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.Jeff Trawick2000-11-172-6/+9
* add apr_create_socket to the list of symbolsJeff Trawick2000-11-161-0/+1
* Update httpd.exp for recent symbol changes.Jeff Trawick2000-11-161-1/+235
* Update the httpd.exp file.Ryan Bloom2000-11-131-7/+0
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changeRyan Bloom2000-11-101-7/+7
* Get ab to build again by changing apr_set_remote_port() to apr_set_port().Jeff Trawick2000-11-081-3/+3
* The LoadModule line should specify a .so file, not a .la fileGreg Stein2000-11-071-0/+1
* Get rid of some warnings on Solaris 8 by using APR's ctype macros:Jeff Trawick2000-11-022-5/+5
* This is an ugly little hack to allow DSO modules to work. This basicallyRyan Bloom2000-10-311-0/+2
* ensure that all cpp directives start with a # in column oneTony Finch2000-10-251-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-3/+19
* Don't you love clean checkouts :-) Wrong href on dbmmanage, to bootWilliam A. Rowe Jr2000-10-201-1/+1
* Fix compile break in Win32William A. Rowe Jr2000-10-161-0/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Some fixes and a general tidy up of ab. With these changes ab can nowDavid Reid2000-10-151-19/+33
* CVS goodness...David Reid2000-10-111-0/+1
* Regardless of reaction to a symbol rename -within- the sources, theseWilliam A. Rowe Jr2000-10-115-10/+10
* This will have been a good thing if we get that far.William A. Rowe Jr2000-10-101-2/+2
* Use autoconf to substitute the proper values into apachectl, and installRyan Bloom2000-10-071-0/+234
* Addresses the huge issue that Crypt::PasswdMD5 is probably not, andWilliam A. Rowe Jr2000-10-071-27/+59
* Completed review for new tests:William A. Rowe Jr2000-10-061-2/+2
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-5/+5
* Cleaner feature tests and new -d -m -s -p options for crypt, MD5, SHA1William A. Rowe Jr2000-09-251-64/+165
* Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)William A. Rowe Jr2000-09-201-9/+37
* Correct dbmmanage pwfile check behavior to ignore [:grp...] contents.William A. Rowe Jr2000-09-201-3/+4
* Never carried forward from 1.3.13William A. Rowe Jr2000-09-201-1/+1
* Fix the types of the variables passed as the len parm to bucket->read()Jeff Trawick2000-09-141-3/+3
* Update export file for AIX with recent symbol changes.Jeff Trawick2000-09-011-3/+2
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.Jeff Trawick2000-08-101-7/+7
* Update exports file for AIX.Bill Stoddard2000-08-091-169/+111
* Fix ApacheBench for the apr_initopt/apr_getopt change. This illustratesWilliam A. Rowe Jr2000-08-091-26/+27
* A few more (last?) ap_xlate->apr_xlate changes covering stuff not completelyJeff Trawick2000-08-072-8/+8
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-073-11/+11
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-062-27/+27
* prefix libapr functions and types with apr_Doug MacEachern2000-08-025-126/+126
* Don't use perror() to report the failure of an APR function.Jeff Trawick2000-07-311-19/+28
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* ab would start up more connections than needed, then quit when theRoy T. Fielding2000-07-161-3/+8
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+1
* Fix another compiler warning. Forgot to commit this one along with theBill Stoddard2000-06-281-1/+1
* allow apxs to be run from the source tree, before installation (e.g. perl ../...Doug MacEachern2000-06-261-4/+12