| Commit message (Expand) | Author | Files | Lines |
2002-06-04 | Feedback appreciated - I'm guessing that we can trust the isapi app | William A. Rowe Jr | 1 | -1/+6 |
2002-06-04 | The only remaining question ... are nested or strictly unnested locks | William A. Rowe Jr | 3 | -44/+20 |
2002-06-04 | demote the hpux problem since there's an easy workaround | Cliff Woolley | 1 | -23/+17 |
2002-06-03 | Forgot to add cgi_module to the release build | Bradley Nicholes | 1 | -0/+0 |
2002-06-03 | make a note about an issue listed as a showstopper | Jeff Trawick | 1 | -1/+4 |
2002-06-03 | --funky_build_issues | Jeff Trawick | 1 | -11/+1 |
2002-06-03 | Fix the binary build install script so that the build logic | Jeff Trawick | 2 | -4/+7 |
2002-06-03 | fix a major snafu that broke binary builds | Jeff Trawick | 1 | -1/+1 |
2002-06-03 | On OS/390, the compiler/linker front-end doesn't handle | Jeff Trawick | 2 | -3/+2 |
2002-06-03 | Style police come before the code police. | Justin Erenkrantz | 1 | -28/+29 |
2002-06-03 | proxy showstopper | Brian Pane | 1 | -1/+4 |
2002-06-03 | The recent changes require a full recompile. Lack thereof has bitten | Cliff Woolley | 1 | -1/+2 |
2002-06-02 | Propogate apr-util change | Cliff Woolley | 1 | -2/+1 |
2002-06-02 | This has been resolved, but it never should have been added to this file. | Ryan Bloom | 1 | -4/+1 |
2002-06-02 | Outstanding veto: the metadata flag should be per-type not per-bucket. | Justin Erenkrantz | 1 | -1/+4 |
2002-06-02 | Update transformations. | Joshua Slive | 4 | -48/+68 |
2002-06-02 | Simplify the worker mpm docs a little. | Joshua Slive | 1 | -29/+48 |
2002-06-02 | Too much garbage in the summary. Just put there what "Joe Average User" needs | Joshua Slive | 1 | -11/+28 |
2002-06-02 | IMHO, known HTTP protocol violations fall under showstopper. | Justin Erenkrantz | 1 | -1/+19 |
2002-06-02 | Use the basename of the dso file rather than assuming it does not include | Justin Erenkrantz | 2 | -4/+8 |
2002-06-02 | added a suggestion on one of the showstoppers | Brian Pane | 1 | -1/+2 |
2002-06-02 | Updated the introduction to reflect 2.0 | Brian Pane | 1 | -33/+18 |
2002-06-02 | Removed the section about 1.3-specific patches (fortunately, most | Brian Pane | 1 | -29/+0 |
2002-06-02 | Updated the section on OS configuration to cover some 2.0 issues | Brian Pane | 1 | -5/+17 |
2002-06-02 | Added a reference to the EnableMMAP documentation for the | Brian Pane | 1 | -1/+3 |
2002-06-02 | Use directive tags on directives, rather than code tags. | Rich Bowen | 1 | -6/+11 |
2002-06-01 | Close the <proxy> container properly. | Joshua Slive | 1 | -3/+3 |
2002-06-01 | Switched to using atomic operations for tracking the active threads rather | Bradley Nicholes | 1 | -9/+3 |
2002-05-31 | A few more unused/unnecessary variables and surpress an uninitialized | William A. Rowe Jr | 1 | -5/+3 |
2002-05-31 | add 2 new enviornment variables to deal with misbehaving backends | Ian Holsman | 1 | -1/+9 |
2002-05-31 | Clean up new compiler emit noise | William A. Rowe Jr | 1 | -1/+1 |
2002-05-31 | The apr_bucket change requires a minor MMN bump. Also modify Apache's | Ryan Bloom | 4 | -3/+4 |
2002-05-31 | if we autoindex, discard the request body and check for any | Jeff Trawick | 1 | -0/+6 |
2002-05-31 | If the request doesn't have a body, then don't try to read it. Without | Ryan Bloom | 1 | -0/+5 |
2002-05-31 | Enable SSL negotation in ab.c. It is that, or remove all the entirely | William A. Rowe Jr | 1 | -24/+356 |
2002-05-31 | Fixed the @exp_cgidir@ replacement value so that it resolves to the correct | Bradley Nicholes | 1 | -0/+1 |
2002-05-31 | Added mod_cgi and mod_netware to the NetWare make files. | Bradley Nicholes | 1 | -0/+2 |
2002-05-31 | Finally able to add real CGI functionality on NetWare | Bradley Nicholes | 1 | -0/+3 |
2002-05-31 | Well, know that I'm aware that the ssl stuff was entirely premature, it's | William A. Rowe Jr | 1 | -6/+15 |
2002-05-31 | Implemented ap_os_create_privileged_process() for NetWare which simply maps to | Bradley Nicholes | 1 | -1/+1 |
2002-05-31 | Added mod_cgi and mod_netware as built in module in the NetWare build | Bradley Nicholes | 2 | -3/+418 |
2002-05-31 | Added mod_cgi and mod_netware to the build project | Bradley Nicholes | 1 | -0/+0 |
2002-05-31 | Fix segfault when x hasn't been initialized and tighten its scope. | Justin Erenkrantz | 1 | -3/+2 |
2002-05-31 | Locks are good, provide locks. ab -s -c >1 is [was?] dying on Win32 | William A. Rowe Jr | 1 | -2/+76 |
2002-05-31 | Fix typo. | Yoshiki Hayashi | 2 | -2/+2 |
2002-05-31 | we should be copying over all metadata buckets we don't understand, not | Cliff Woolley | 1 | -4/+5 |
2002-05-31 | New Japanese translation. | Yoshiki Hayashi | 2 | -634/+647 |
2002-05-31 | Fix the case where we generate both a 401 and 413 and we go bonkers. | Justin Erenkrantz | 1 | -4/+8 |
2002-05-31 | Judging from the example below, this sentence has one too many negative in it. | Yoshiki Hayashi | 2 | -4/+4 |
2002-05-31 | Fix the case where if there is no ErrorDocument specified for an error, | Justin Erenkrantz | 1 | -22/+45 |