summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright to 2001Roy T. Fielding2001-02-16206-279/+274
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88184 13f79535-47bb-0310-9956-ffa450edef68
* New Japanese translation.Yoshiki Hayashi2001-02-162-521/+501
| | | | | | | Submitted by: Minoru Yamazato <yamazato@geocities.co.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88182 13f79535-47bb-0310-9956-ffa450edef68
* Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2001-02-162-7/+7
| | | | | | | for apr_time_t - apr_time_t values. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88181 13f79535-47bb-0310-9956-ffa450edef68
* This file moved into httpd-proxy CVS module.Chuck Murcko2001-02-161-1190/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88180 13f79535-47bb-0310-9956-ffa450edef68
* Note the removal of coalesce filter in the CHANGES file, and also noteRyan Bloom2001-02-161-1/+6
| | | | | | | that we have moved on to the next minor version number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88179 13f79535-47bb-0310-9956-ffa450edef68
* Remove the coalesce filter. With the addition of the ap_f* functions,Ryan Bloom2001-02-161-138/+0
| | | | | | | this filter is no longer necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88178 13f79535-47bb-0310-9956-ffa450edef68
* Fix the seg fault in mod_status.c. This changes the up_time to anRyan Bloom2001-02-151-6/+6
| | | | | | | | interval_time. The segfault is caused by apr_vformatter not understanding %lld, so we also had to change that to %qd, which solves that problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88176 13f79535-47bb-0310-9956-ffa450edef68
* Replace my horribly stupid regular expression with a slightly less stupidJoshua Slive2001-02-151-1/+1
| | | | | | | one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88171 13f79535-47bb-0310-9956-ffa450edef68
* Remove some warnings from mod_status.Ryan Bloom2001-02-151-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88170 13f79535-47bb-0310-9956-ffa450edef68
* Move the call to set the socket timeout outside the loop.Bill Stoddard2001-02-141-1/+1
| | | | | | | ve : git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88168 13f79535-47bb-0310-9956-ffa450edef68
* Fix lingering close (and make it more efficient). We were blocking onBill Stoddard2001-02-141-14/+12
| | | | | | | | | | | | | apr_read() for 30 seconds for each lingering close. What we want to do is block for 2 seconds. If we do not read any bytes from the client in that time, close the connection. If we do read bytes, then wait 2 more seconds to see if more arrive, etc. Repeat for MAX_SECS_TO_LINGER if needed. This should clear the way to get 2.0 running on apache.org! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88167 13f79535-47bb-0310-9956-ffa450edef68
* Sorry, cleaning up the naughty bits that should not have been committed.William A. Rowe Jr2001-02-141-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88163 13f79535-47bb-0310-9956-ffa450edef68
* Massive commit to clean up os/win32 and label some files with theWilliam A. Rowe Jr2001-02-143-5/+13
| | | | | | | appropriate license blocks and #ifdef WIN32 wrappers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88158 13f79535-47bb-0310-9956-ffa450edef68
* Beos R5 and below don't have the sin_len member in sockaddr_in so don'tDavid Reid2001-02-141-0/+2
| | | | | | | try and use it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88157 13f79535-47bb-0310-9956-ffa450edef68
* As a debugging aid, report which version of the beos code we're using andDavid Reid2001-02-141-2/+6
| | | | | | | fix a typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88156 13f79535-47bb-0310-9956-ffa450edef68
* Remove some deprecated comments.Bill Stoddard2001-02-141-73/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88153 13f79535-47bb-0310-9956-ffa450edef68
* PR:Bill Stoddard2001-02-141-7/+5
| | | | | | | | | | Obtained from: Submitted by: Get req/sec and bytes/sec status reporting working. Still lots of type warnings but this is a bit better than before. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88152 13f79535-47bb-0310-9956-ffa450edef68
* Start getting extended status working again.Bill Stoddard2001-02-143-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88151 13f79535-47bb-0310-9956-ffa450edef68
* doh. need a spellchekker for these rename scripts. ↵Doug MacEachern2001-02-149-30/+30
| | | | | | s/apr_lock_aquire/apr_lock_acquire/g; git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88150 13f79535-47bb-0310-9956-ffa450edef68
* Windows MPM: Handle ap_new_connection() failure.Bill Stoddard2001-02-131-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88148 13f79535-47bb-0310-9956-ffa450edef68
* Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4Ryan Bloom2001-02-132-2/+2
| | | | | | | | file. Submitted by: Cliff Woolley <cliffwoolley@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88147 13f79535-47bb-0310-9956-ffa450edef68
* This is a huge change that gets beos building again. Essentially itDavid Reid2001-02-131-105/+136
| | | | | | | | | | | | | | | | | - tidies up some of the formatting - gets us working with mod_status - uses the newer naming I've used in the headers to try and be more obvious - uses a UDP socket for telling the server when to stop/restart. This isn't perfect but as pre-BONE we don't have the ability to select on a pipe this seemed like the next best option. This seems to work well for stopping, but so far restarts don't. This will need some more security adding to it I think. If I ever wanted a lesson in not keeping something on my HDD too long before committing this update has been it. Really should try and keep up a bit more :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88146 13f79535-47bb-0310-9956-ffa450edef68
* More changes to the way that we use mod_status on beos.David Reid2001-02-132-22/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88145 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dexter MPM. This has been replaced with the Perchild MPM.Ryan Bloom2001-02-1316-1795/+75
| | | | | | | | The two MPMs are basically identical, except that Perchild also allows each child process to have a unique uid/gid combination. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88144 13f79535-47bb-0310-9956-ffa450edef68
* backout name change:Doug MacEachern2001-02-131-3/+3
| | | | | | | | | | | | | | apr_bucket_notimpl_setaside -> apr_bucket_setaside_notimpl apr_bucket_notimpl_split -> apr_bucket_split_notimpl apr_bucket_notimpl_copy -> apr_bucket_copy_notimpl apr_bucket_notimpl_destroy -> apr_bucket_destroy_notimpl PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88143 13f79535-47bb-0310-9956-ffa450edef68
* rename:Doug MacEachern2001-02-133-8/+8
| | | | | | | | | | | | ap_bucket_create_error -> ap_bucket_error_create ap_bucket_make_error -> ap_bucket_error_make PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88142 13f79535-47bb-0310-9956-ffa450edef68
* s/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typoDoug MacEachern2001-02-132-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88141 13f79535-47bb-0310-9956-ffa450edef68
* Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTOBill Stoddard2001-02-131-0/+2
| | | | | | | macro? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88138 13f79535-47bb-0310-9956-ffa450edef68
* The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITSGreg Ames2001-02-131-1/+1
| | | | | | | warning msg to reflect the current directory structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88137 13f79535-47bb-0310-9956-ffa450edef68
* OK, this is the start of getting things running on BeOS again :)David Reid2001-02-132-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88135 13f79535-47bb-0310-9956-ffa450edef68
* Use apr_want.h to get the declarations for ntohs et al instead ofJeff Trawick2001-02-132-10/+4
| | | | | | | | | | including the appropriate system header files directly. This gets rid of a warning for props.c on FreeBSD 3.4 which cropped up when I included the right header file to get OS/390 to build :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88132 13f79535-47bb-0310-9956-ffa450edef68
* mod_status references ap_my_generation; declare it for nowJeff Trawick2001-02-132-0/+6
| | | | | | | | so perchild+mod_status builds; we can add logic to fill in ap_my_generation later git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88131 13f79535-47bb-0310-9956-ffa450edef68
* Make perchild build againRyan Bloom2001-02-137-42/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88130 13f79535-47bb-0310-9956-ffa450edef68
* Add the perchild MPM to MPM.NAMINGRyan Bloom2001-02-131-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88129 13f79535-47bb-0310-9956-ffa450edef68
* Don't disable threads just because we are using the prefork MPM.Ryan Bloom2001-02-132-4/+4
| | | | | | | | If somebody wants to compile without threads, they must now add --disable-threads to the configure command line. [Ryan Bloom] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88127 13f79535-47bb-0310-9956-ffa450edef68
* This is the wrong place to mark the server ready. Servers need to be marked ↵Bill Stoddard2001-02-131-1/+0
| | | | | | | | | | ready in the MPM -after- lingering close processing. This could be playing havoc with perform_idle_server_maintenance. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88125 13f79535-47bb-0310-9956-ffa450edef68
* include <arpa/inet.h> for the declarations for htons() et al; OS/390 hasJeff Trawick2001-02-122-0/+7
| | | | | | | | macros in arpa/inet.h which turn such "calls" into nothing and does not have functions to link against in libc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88120 13f79535-47bb-0310-9956-ffa450edef68
* trailing commas in enum declarations aren't portableJeff Trawick2001-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88119 13f79535-47bb-0310-9956-ffa450edef68
* ignore generated file modules.mkJeff Trawick2001-02-121-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88118 13f79535-47bb-0310-9956-ffa450edef68
* Begin to move the code that updates the child status out of the MPMs andRyan Bloom2001-02-127-15/+7
| | | | | | | | into the main-line code. This ensures that all MPMs can easily forget about updating their status. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88117 13f79535-47bb-0310-9956-ffa450edef68
* Remove some OS/2 code from the prefork MPM. Since OS/2 has it's ownRyan Bloom2001-02-121-8/+0
| | | | | | | MPM, this is needed here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88116 13f79535-47bb-0310-9956-ffa450edef68
* Allow mod_tls to compile on Unix boxes where openssl has already beenRyan Bloom2001-02-122-1/+12
| | | | | | | | | installed. Submitted by: Gomez Henri <new-httpd@slib.fr> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88115 13f79535-47bb-0310-9956-ffa450edef68
* string.h needs to be included before monkeying around with strchr et al,Jeff Trawick2001-02-121-0/+5
| | | | | | | | | | | | since some system header files do their own monkeying around with those functions in ways that don't get along with us unless we include their definitions first examples: gcc 2.8.1 on Solaris gcc 2.95.2 on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88113 13f79535-47bb-0310-9956-ffa450edef68
* Fix for moved macrosChuck Murcko2001-02-121-0/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88110 13f79535-47bb-0310-9956-ffa450edef68
* sneaky for loop... make it more obvious what it is doingGreg Stein2001-02-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88105 13f79535-47bb-0310-9956-ffa450edef68
* *) rename apr_memdup() to apr_pmemdup()Greg Stein2001-02-121-1/+1
| | | | | | | *) optimize the allocation size in apr_pstrndup() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88104 13f79535-47bb-0310-9956-ffa450edef68
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-125-82/+39
| | | | | | | | | *) remove DEFAULT_XFERLOG from main.c; it is never set/used *) move ap_get_max_daemons() to ap_mpm.h *) move DEFAULT_LISTENBACKLOG to mpm_common.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88103 13f79535-47bb-0310-9956-ffa450edef68
* *) include the strings stuff the right way (some platforms use string.h;Greg Stein2001-02-121-1/+4
| | | | | | | | apr_want figures all that out for us) *) include ap_mpm.h to pick up a moved func declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88102 13f79535-47bb-0310-9956-ffa450edef68
* write these in terms of strchr and strrchr so the compiler can possibly useGreg Stein2001-02-121-12/+8
| | | | | | | | builtin, optimized functions. [ they're stupid functions, but what the hell ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88101 13f79535-47bb-0310-9956-ffa450edef68
* bring along the comment (from httpd.h) that went with these definesGreg Stein2001-02-121-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88100 13f79535-47bb-0310-9956-ffa450edef68