| Commit message (Expand) | Author | Files | Lines |
2002-04-24 | Switch to using new exp_* macros to fix disjointedness problems. | Justin Erenkrantz | 2 | -13/+16 |
2002-04-24 | Whoops, NULL is a macro, hence not available here | Cliff Woolley | 1 | -1/+1 |
2002-04-24 | The force-response-1.0 and downgrade-1.0 checks were swapped. This | Justin Erenkrantz | 2 | -4/+10 |
2002-04-23 | I seem to recall this about FreeBSD | Jim Jagielski | 1 | -0/+8 |
2002-04-23 | Just add a file to use to house some platform dependent knowledge... | Jim Jagielski | 2 | -1/+39 |
2002-04-23 | Sync to the latest English version. | Yoshiki Hayashi | 1 | -246/+243 |
2002-04-23 | Sync to the latest English version. | Yoshiki Hayashi | 1 | -177/+311 |
2002-04-23 | s/.html.html/.html/ | Yoshiki Hayashi | 5 | -9/+9 |
2002-04-22 | Clarify the remaining problems with Range: headers. The seg faults went away | Greg Ames | 1 | -3/+4 |
2002-04-22 | This one appears to have been fixed by Greg and Jeff in http_protocol.c | Cliff Woolley | 1 | -7/+3 |
2002-04-22 | Fix perchild MPM so that it can be configured with the move to the | Ryan Bloom | 3 | -3/+9 |
2002-04-22 | Fix this optimization. We will skip along so long as we aren't at the | William A. Rowe Jr | 1 | -5/+5 |
2002-04-22 | Small optimization, if we are behind (at the 5th segment, for example), | William A. Rowe Jr | 1 | -0/+1 |
2002-04-22 | Update for APR rename of apr_get_groupname to apr_group_name_get. | Sander Striker | 1 | -1/+1 |
2002-04-22 | AcceptPathInfo was totally backwards... it would reject when set to on and | Cliff Woolley | 5 | -9/+25 |
2002-04-22 | Optimization: short-circuit out of ap_set_byterange() more quickly if the | Brian Pane | 1 | -12/+12 |
2002-04-22 | Skip a potentially heavyweight call to sysconf, plus some | Brian Pane | 1 | -11/+23 |
2002-04-22 | Added the APLOG_TOCLIENT flag to ap_log_rerror() to | Bill Stoddard | 4 | -9/+24 |
2002-04-22 | Failure to fork cgid is a shooting offense. | Bill Stoddard | 1 | -2/+2 |
2002-04-21 | Ignore stuff | Cliff Woolley | 2 | -0/+10 |
2002-04-21 | Fix HTML 3.2 validation error: &O is not a valid entity. Should be &O | Cliff Woolley | 1 | -5/+9 |
2002-04-21 | Fix mod_autoindex output with SuppressRules turned on. | Cliff Woolley | 2 | -0/+8 |
2002-04-21 | Use the day and month names exported from APR, rather than duplicating them | Brian Pane | 1 | -11/+2 |
2002-04-21 | Added ap_recent_rfc822_date(), which uses the recent timestamp cache | Brian Pane | 3 | -2/+70 |
2002-04-20 | Workaround to get leader/follower compiling on recent Linuxes: | Brian Pane | 1 | -1/+2 |
2002-04-20 | Propogate the change to insert "bucket_" into the names of the | Cliff Woolley | 1 | -3/+3 |
2002-04-20 | um, one too many negatives in that paragraph. :) | Cliff Woolley | 1 | -2/+2 |
2002-04-20 | showstoppers--; | Cliff Woolley | 1 | -3/+7 |
2002-04-19 | somebody just wrote a PR on something Paul fixed earlier today; | Jeff Trawick | 1 | -1/+3 |
2002-04-19 | Added the NetWare make files to build the proxy modules | Bradley Nicholes | 5 | -36/+1047 |
2002-04-19 | Added the NetWare .def files to build the proxy modules | Bradley Nicholes | 4 | -0/+17 |
2002-04-19 | Corrected the NLM names for the proxy modules | Bradley Nicholes | 1 | -3/+3 |
2002-04-19 | Added new targets to the project build file to build the separate proxy modules | Bradley Nicholes | 1 | -0/+0 |
2002-04-19 | Fix Restart and Stop from the service taskbar list. | William A. Rowe Jr | 1 | -2/+2 |
2002-04-19 | Moved the call to apr_mmap_dup outside the error branch so | Paul J. Reder | 2 | -9/+12 |
2002-04-19 | Trigger an error when a LoadModule directive attempts to | Jeff Trawick | 2 | -0/+44 |
2002-04-19 | hot hot hot | Jeff Trawick | 1 | -1/+8 |
2002-04-19 | SOCKETs are HANDLEs, but they type mismatch. This fix has now been | William A. Rowe Jr | 1 | -1/+1 |
2002-04-19 | fix a spelling error in a comment | Jeff Trawick | 1 | -1/+1 |
2002-04-19 | Change instdso.sh to use libtool --install everywhere and then | Jeff Trawick | 2 | -33/+43 |
2002-04-19 | fix a typo in a comment for ap_get_client_block() | Jeff Trawick | 1 | -1/+1 |
2002-04-19 | Some code transformations to improve the generated assembly | Brian Pane | 1 | -5/+4 |
2002-04-19 | Replaced the mutex around the idle worker stack with | Brian Pane | 1 | -97/+138 |
2002-04-19 | Switch ap_http_filter to use ap_get_brigade and apr_brigade_flatten | Justin Erenkrantz | 1 | -5/+23 |
2002-04-18 | Simplify last commit by only calling cat once (this should hopefully resolve | Justin Erenkrantz | 1 | -18/+24 |
2002-04-18 | Replace this bogus check with something that actually works. I have no | Justin Erenkrantz | 1 | -1/+1 |
2002-04-18 | The pedant in me wishes to see all extraneous trailing / go away. | Justin Erenkrantz | 1 | -4/+12 |
2002-04-18 | back out ill-conceived attempt to fix a segfault during | Jeff Trawick | 1 | -11/+3 |
2002-04-18 | Move the mkdir_p check outside of the cache check so that we will always | Justin Erenkrantz | 1 | -2/+5 |
2002-04-18 | Allow VPATH builds to succeed when configured from an empty directory. | Justin Erenkrantz | 3 | -6/+10 |