summaryrefslogtreecommitdiffstats
path: root/server/gen_test_char.dsp (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-16Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2-7/+7
2001-02-16This file moved into httpd-proxy CVS module.Chuck Murcko1-1190/+0
2001-02-16Note the removal of coalesce filter in the CHANGES file, and also noteRyan Bloom1-1/+6
2001-02-16Remove the coalesce filter. With the addition of the ap_f* functions,Ryan Bloom1-138/+0
2001-02-15Fix the seg fault in mod_status.c. This changes the up_time to anRyan Bloom1-6/+6
2001-02-15Replace my horribly stupid regular expression with a slightly less stupidJoshua Slive1-1/+1
2001-02-15Remove some warnings from mod_status.Ryan Bloom1-7/+7
2001-02-14Move the call to set the socket timeout outside the loop.Bill Stoddard1-1/+1
2001-02-14Fix lingering close (and make it more efficient). We were blocking onBill Stoddard1-14/+12
2001-02-14 Sorry, cleaning up the naughty bits that should not have been committed.William A. Rowe Jr1-3/+4
2001-02-14 Massive commit to clean up os/win32 and label some files with theWilliam A. Rowe Jr3-5/+13
2001-02-14Beos R5 and below don't have the sin_len member in sockaddr_in so don'tDavid Reid1-0/+2
2001-02-14As a debugging aid, report which version of the beos code we're using andDavid Reid1-2/+6
2001-02-14Remove some deprecated comments.Bill Stoddard1-73/+21
2001-02-14PR:Bill Stoddard1-7/+5
2001-02-14Start getting extended status working again.Bill Stoddard3-2/+7
2001-02-14doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern9-30/+30
2001-02-13Windows MPM: Handle ap_new_connection() failure.Bill Stoddard1-7/+10
2001-02-13Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4Ryan Bloom2-2/+2
2001-02-13This is a huge change that gets beos building again. Essentially itDavid Reid1-105/+136
2001-02-13More changes to the way that we use mod_status on beos.David Reid2-22/+18
2001-02-13Remove the dexter MPM. This has been replaced with the Perchild MPM.Ryan Bloom16-1795/+75
2001-02-13backout name change:Doug MacEachern1-3/+3
2001-02-13rename:Doug MacEachern3-8/+8
2001-02-13s/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typoDoug MacEachern2-6/+6
2001-02-13Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTOBill Stoddard1-0/+2
2001-02-13The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITSGreg Ames1-1/+1
2001-02-13OK, this is the start of getting things running on BeOS again :)David Reid2-11/+12
2001-02-13Use apr_want.h to get the declarations for ntohs et al instead ofJeff Trawick2-10/+4
2001-02-13mod_status references ap_my_generation; declare it for nowJeff Trawick2-0/+6
2001-02-13Make perchild build againRyan Bloom7-42/+36
2001-02-13Add the perchild MPM to MPM.NAMINGRyan Bloom1-0/+3
2001-02-13Don't disable threads just because we are using the prefork MPM.Ryan Bloom2-4/+4
2001-02-13This is the wrong place to mark the server ready. Servers need to be marked ...Bill Stoddard1-1/+0
2001-02-12include <arpa/inet.h> for the declarations for htons() et al; OS/390 hasJeff Trawick2-0/+7
2001-02-12trailing commas in enum declarations aren't portableJeff Trawick1-1/+1
2001-02-12ignore generated file modules.mkJeff Trawick1-0/+1
2001-02-12Begin to move the code that updates the child status out of the MPMs andRyan Bloom7-15/+7
2001-02-12Remove some OS/2 code from the prefork MPM. Since OS/2 has it's ownRyan Bloom1-8/+0
2001-02-12Allow mod_tls to compile on Unix boxes where openssl has already beenRyan Bloom2-1/+12
2001-02-12string.h needs to be included before monkeying around with strchr et al,Jeff Trawick1-0/+5
2001-02-12Fix for moved macrosChuck Murcko1-0/+1
2001-02-12sneaky for loop... make it more obvious what it is doingGreg Stein1-1/+2
2001-02-12*) rename apr_memdup() to apr_pmemdup()Greg Stein1-1/+1
2001-02-12*) remove some obsolete/unused defines from httpd.h.Greg Stein5-82/+39
2001-02-12*) include the strings stuff the right way (some platforms use string.h;Greg Stein1-1/+4
2001-02-12write these in terms of strchr and strrchr so the compiler can possibly useGreg Stein1-12/+8
2001-02-12bring along the comment (from httpd.h) that went with these definesGreg Stein1-0/+12
2001-02-12Obsoleted by the "beos" MPM.Greg Stein9-1596/+0
2001-02-11Work for more than one read. Catch read errors.Ben Laurie2-6/+8