summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-04937-262081/+0
* Initial revisionRalf S. Engelschall2001-05-0442-0/+23834
* add some more analysis for a couple of current problems...Jeff Trawick2001-05-041-1/+14
* Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.Jeff Trawick2001-05-042-3/+6
* Remove useless cruft.Joshua Slive2001-05-041-1/+0
* another nit caught by C::Scan: change request_rec param name from 's' to 'r' ...Doug MacEachern2001-05-031-2/+2
* Conversion to XHTML.Joshua Slive2001-05-031-36/+30
* A couple of new options for sysadmins. Still waiting on opinions betweenWilliam A. Rowe Jr2001-05-034-0/+0
* Damnable castsWilliam A. Rowe Jr2001-05-031-1/+5
* Set the conn_rec->aborted flag when we detect a whacked connection on theBill Stoddard2001-05-021-0/+4
* Add a missing backslash in the install-other code so that the httpd.dllJeff Trawick2001-05-021-1/+1
* simplify the MaxRequestPerChild logic in worker_thread's hot pathGreg Ames2001-05-021-1/+10
* Prevent a hang when a cgi handled by mod_cgid tries to read aJeff Trawick2001-05-022-1/+10
* mod_log_config: %c connection status incorrectly loggedBill Stoddard2001-05-022-2/+9
* account for the recent apr_pool_*abort changesJeff Trawick2001-05-021-1/+2
* Fix the logic for saving data onto the heap before sending it. Basically,Ryan Bloom2001-05-011-2/+2
* Fixed a problem with directory listing corruption in theGraham Leggett2001-05-011-1/+6
* AP_MIN_BYTES_TO_WRITE currently equals APR_BUCKET_BUFF_SIZE, so weRyan Bloom2001-05-011-1/+1
* Add a comment about an assumption we make in our keepalive buffering.Greg Stein2001-05-011-10/+23
* Initialize a local variable to prevent a gcc warning aboutJeff Trawick2001-05-011-1/+1
* document my understanding of why the pipe_of_death_mutex is a Good ThingGreg Ames2001-04-301-1/+2
* fix my APR_STATUS_IS_EAGAIN() usageJeff Trawick2001-04-301-1/+1
* C::Scan strikes again; include argument name in ap_invoke_handler prototypeDoug MacEachern2001-04-301-1/+1
* Create Files, and thus MMAPs, out of the request pool, not theRyan Bloom2001-04-292-4/+30
* OS/2: fix "make install" to install shared core & programs with a .exeBrian Havard2001-04-293-1/+6
* Remove some obsolete macros and rename one that wasn't name protected.Roy T. Fielding2001-04-293-42/+7
* All of this stuff about apxs is bogus right now -- does anyone feelRoy T. Fielding2001-04-291-4/+2
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-2920-105/+154
* Pass the perms arg to apr_dbm_openWilliam A. Rowe Jr2001-04-282-2/+3
* threaded and prefork mpms are properly handling SIGTERM now; woohoo!Doug MacEachern2001-04-271-7/+1
* backing out this part of the recent apxs changeDoug MacEachern2001-04-271-1/+1
* Allow module names to be hyphenated in the --enable-mods-sharedJeff Trawick2001-04-271-0/+1
* Get mod_tls to compile/work better on Windows.Jeff Trawick2001-04-273-3/+10
* Date the 2.0.17 rollBill Stoddard2001-04-271-1/+2
* Fix APXS: treat sbindir as expected, fix "link" command.Martin Kraemer2001-04-271-3/+14
* Prevent a core dump (openssl_state_machine.c is completely infected withMartin Kraemer2001-04-271-1/+1
* Not that it matters, but the compiler complains (suggest parentheses around ...)Martin Kraemer2001-04-271-2/+4
* This is C, not C++ (yet ;-).Martin Kraemer2001-04-271-23/+25
* Add the 'last-modified' field and details on the translation status..Ken Coar2001-04-271-1/+32
* Move the STATUS file to the top of the treeKen Coar2001-04-271-0/+0
* Search for OpenSSL in the "standard locations" .../include and .../libMartin Kraemer2001-04-271-1/+8
* fast-path some cases, primarily to avoid an allocation when it isn't needed.Greg Stein2001-04-271-5/+26
* note a problem with cgid cleanup, even with Greg's latest commit toJeff Trawick2001-04-261-1/+5
* Fix shutdown/restart hangs in the threaded MPM.Greg Ames2001-04-262-14/+44
* Make mod_tls compile. Fix supplied by Jean-Frederic ClereMartin Kraemer2001-04-261-2/+3
* Removed the keptalive boolean from conn_rec because it is now onlyRoy T. Fielding2001-04-263-9/+12
* This stops some systems from barfing...David Reid2001-04-261-1/+1
* Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macroCliff Woolley2001-04-251-1/+1
* Yeah, well, like the entry says, fixed prefork to handle signalsPaul J. Reder2001-04-251-0/+6
* This patch puts enough of the signal processing back in so that the signalsPaul J. Reder2001-04-251-3/+9