summaryrefslogtreecommitdiffstats
path: root/build/NWGNUtail.inc (unfollow)
Commit message (Expand)AuthorFilesLines
2002-04-24Switch to using new exp_* macros to fix disjointedness problems.Justin Erenkrantz2-13/+16
2002-04-24Whoops, NULL is a macro, hence not available hereCliff Woolley1-1/+1
2002-04-24The force-response-1.0 and downgrade-1.0 checks were swapped. ThisJustin Erenkrantz2-4/+10
2002-04-23I seem to recall this about FreeBSDJim Jagielski1-0/+8
2002-04-23Just add a file to use to house some platform dependent knowledge...Jim Jagielski2-1/+39
2002-04-23Sync to the latest English version.Yoshiki Hayashi1-246/+243
2002-04-23Sync to the latest English version.Yoshiki Hayashi1-177/+311
2002-04-23s/.html.html/.html/Yoshiki Hayashi5-9/+9
2002-04-22Clarify the remaining problems with Range: headers. The seg faults went awayGreg Ames1-3/+4
2002-04-22This one appears to have been fixed by Greg and Jeff in http_protocol.cCliff Woolley1-7/+3
2002-04-22Fix perchild MPM so that it can be configured with the move to theRyan Bloom3-3/+9
2002-04-22 Fix this optimization. We will skip along so long as we aren't at theWilliam A. Rowe Jr1-5/+5
2002-04-22 Small optimization, if we are behind (at the 5th segment, for example),William A. Rowe Jr1-0/+1
2002-04-22Update for APR rename of apr_get_groupname to apr_group_name_get.Sander Striker1-1/+1
2002-04-22AcceptPathInfo was totally backwards... it would reject when set to on andCliff Woolley5-9/+25
2002-04-22Optimization: short-circuit out of ap_set_byterange() more quickly if theBrian Pane1-12/+12
2002-04-22Skip a potentially heavyweight call to sysconf, plus someBrian Pane1-11/+23
2002-04-22Added the APLOG_TOCLIENT flag to ap_log_rerror() toBill Stoddard4-9/+24
2002-04-22Failure to fork cgid is a shooting offense.Bill Stoddard1-2/+2
2002-04-21Ignore stuffCliff Woolley2-0/+10
2002-04-21Fix HTML 3.2 validation error: &O is not a valid entity. Should be &OCliff Woolley1-5/+9
2002-04-21Fix mod_autoindex output with SuppressRules turned on.Cliff Woolley2-0/+8
2002-04-21Use the day and month names exported from APR, rather than duplicating themBrian Pane1-11/+2
2002-04-21Added ap_recent_rfc822_date(), which uses the recent timestamp cacheBrian Pane3-2/+70
2002-04-20Workaround to get leader/follower compiling on recent Linuxes:Brian Pane1-1/+2
2002-04-20Propogate the change to insert "bucket_" into the names of theCliff Woolley1-3/+3
2002-04-20um, one too many negatives in that paragraph. :)Cliff Woolley1-2/+2
2002-04-20showstoppers--;Cliff Woolley1-3/+7
2002-04-19somebody just wrote a PR on something Paul fixed earlier today;Jeff Trawick1-1/+3
2002-04-19Added the NetWare make files to build the proxy modulesBradley Nicholes5-36/+1047
2002-04-19Added the NetWare .def files to build the proxy modulesBradley Nicholes4-0/+17
2002-04-19Corrected the NLM names for the proxy modulesBradley Nicholes1-3/+3
2002-04-19Added new targets to the project build file to build the separate proxy modulesBradley Nicholes1-0/+0
2002-04-19 Fix Restart and Stop from the service taskbar list.William A. Rowe Jr1-2/+2
2002-04-19 Moved the call to apr_mmap_dup outside the error branch soPaul J. Reder2-9/+12
2002-04-19Trigger an error when a LoadModule directive attempts toJeff Trawick2-0/+44
2002-04-19hot hot hotJeff Trawick1-1/+8
2002-04-19 SOCKETs are HANDLEs, but they type mismatch. This fix has now beenWilliam A. Rowe Jr1-1/+1
2002-04-19fix a spelling error in a commentJeff Trawick1-1/+1
2002-04-19Change instdso.sh to use libtool --install everywhere and thenJeff Trawick2-33/+43
2002-04-19fix a typo in a comment for ap_get_client_block()Jeff Trawick1-1/+1
2002-04-19Some code transformations to improve the generated assemblyBrian Pane1-5/+4
2002-04-19Replaced the mutex around the idle worker stack withBrian Pane1-97/+138
2002-04-19Switch ap_http_filter to use ap_get_brigade and apr_brigade_flattenJustin Erenkrantz1-5/+23
2002-04-18Simplify last commit by only calling cat once (this should hopefully resolveJustin Erenkrantz1-18/+24
2002-04-18Replace this bogus check with something that actually works. I have noJustin Erenkrantz1-1/+1
2002-04-18The pedant in me wishes to see all extraneous trailing / go away.Justin Erenkrantz1-4/+12
2002-04-18back out ill-conceived attempt to fix a segfault duringJeff Trawick1-11/+3
2002-04-18Move the mkdir_p check outside of the cache check so that we will alwaysJustin Erenkrantz1-2/+5
2002-04-18Allow VPATH builds to succeed when configured from an empty directory.Justin Erenkrantz3-6/+10