| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -3/+19 |
* | Don't you love clean checkouts :-) Wrong href on dbmmanage, to boot | William A. Rowe Jr | 2000-10-20 | 1 | -1/+1 |
* | Fix compile break in Win32 | William A. Rowe Jr | 2000-10-16 | 1 | -0/+2 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -2/+2 |
* | Some fixes and a general tidy up of ab. With these changes ab can now | David Reid | 2000-10-15 | 1 | -19/+33 |
* | CVS goodness... | David Reid | 2000-10-11 | 1 | -0/+1 |
* | Regardless of reaction to a symbol rename -within- the sources, these | William A. Rowe Jr | 2000-10-11 | 5 | -10/+10 |
* | This will have been a good thing if we get that far. | William A. Rowe Jr | 2000-10-10 | 1 | -2/+2 |
* | Use autoconf to substitute the proper values into apachectl, and install | Ryan Bloom | 2000-10-07 | 1 | -0/+234 |
* | Addresses the huge issue that Crypt::PasswdMD5 is probably not, and | William A. Rowe Jr | 2000-10-07 | 1 | -27/+59 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -2/+2 |
* | The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros | William A. Rowe Jr | 2000-10-05 | 1 | -5/+5 |
* | Cleaner feature tests and new -d -m -s -p options for crypt, MD5, SHA1 | William A. Rowe Jr | 2000-09-25 | 1 | -64/+165 |
* | Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2) | William A. Rowe Jr | 2000-09-20 | 1 | -9/+37 |
* | Correct dbmmanage pwfile check behavior to ignore [:grp...] contents. | William A. Rowe Jr | 2000-09-20 | 1 | -3/+4 |
* | Never carried forward from 1.3.13 | William A. Rowe Jr | 2000-09-20 | 1 | -1/+1 |
* | Fix the types of the variables passed as the len parm to bucket->read() | Jeff Trawick | 2000-09-14 | 1 | -3/+3 |
* | Update export file for AIX with recent symbol changes. | Jeff Trawick | 2000-09-01 | 1 | -3/+2 |
* | Tweak apr_getopt() and its use in ab to avoid compiler warnings. | Jeff Trawick | 2000-08-10 | 1 | -7/+7 |
* | Update exports file for AIX. | Bill Stoddard | 2000-08-09 | 1 | -169/+111 |
* | Fix ApacheBench for the apr_initopt/apr_getopt change. This illustrates | William A. Rowe Jr | 2000-08-09 | 1 | -26/+27 |
* | A few more (last?) ap_xlate->apr_xlate changes covering stuff not completely | Jeff Trawick | 2000-08-07 | 2 | -8/+8 |
* | Fix some problems with the apr conversion so that APACHE_XLATE builds work | Jeff Trawick | 2000-08-07 | 3 | -11/+11 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 2 | -27/+27 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 5 | -126/+126 |
* | Don't use perror() to report the failure of an APR function. | Jeff Trawick | 2000-07-31 | 1 | -19/+28 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | ab would start up more connections than needed, then quit when the | Roy T. Fielding | 2000-07-16 | 1 | -3/+8 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+1 |
* | Fix another compiler warning. Forgot to commit this one along with the | Bill Stoddard | 2000-06-27 | 1 | -1/+1 |
* | allow apxs to be run from the source tree, before installation (e.g. perl ../... | Doug MacEachern | 2000-06-25 | 1 | -4/+12 |
* | Get the ap_config.h cleanup working on FreeBSD by adding includes of | Jeff Trawick | 2000-06-13 | 1 | -2/+7 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-12 | 3 | -6/+20 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 2 | -0/+2 |
* | Remove the final vestiges of stat.h from Apache 2.0. All calls are now to | Ryan Bloom | 2000-06-12 | 1 | -10/+2 |
* | Remove all occurances of strerror from Apache. ap_strerror works just | Ryan Bloom | 2000-06-09 | 1 | -2/+4 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 5 | -14/+14 |
* | PR: | William A. Rowe Jr | 2000-05-27 | 1 | -5/+5 |
* | PR: | William A. Rowe Jr | 2000-05-27 | 5 | -23/+23 |
* | PR: | William A. Rowe Jr | 2000-05-26 | 5 | -5/+5 |
* | Add '-n' option to make htpasswd send user:pw result to | Ken Coar | 2000-05-25 | 1 | -48/+75 |
* | Win32: Convert ap_proc_t to tranparent type. | Bill Stoddard | 2000-05-24 | 5 | -22/+21 |
* | Win32: Fix compile problems. | Bill Stoddard | 2000-05-23 | 1 | -3/+3 |
* | Remove all remaining instances in Apache code of | Manoj Kasichainula | 2000-05-21 | 1 | -2/+0 |
* |
| William A. Rowe Jr | 2000-05-19 | 1 | -6/+8 |
* | Remove a warning about ap_base64encode not being defined anywhere. | Ryan Bloom | 2000-05-19 | 1 | -2/+3 |
* |
| William A. Rowe Jr | 2000-05-19 | 5 | -17/+27 |
* | ab: Fix a command-line processing bug; track bad headers in | Jeff Trawick | 2000-05-19 | 1 | -5/+9 |
* | This commit will most likely break everybody on Windows. The .dsp | Ryan Bloom | 2000-05-17 | 3 | -13/+8 |
* | APR-ize the CHARSET_EBCDIC support in the SHA1 routines. The app (e.g., | Jeff Trawick | 2000-05-16 | 1 | -0/+5 |