summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2000-08-06 Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr3-4/+4
2000-08-06Document util_charset.h using ScanDocRyan Bloom1-4/+25
2000-08-06Document util_cfgtree using ScanDocRyan Bloom1-5/+38
2000-08-06Document mpm_status.h using ScanDocRyan Bloom2-25/+38
2000-08-06Document rfc1413 using ScanDocRyan Bloom1-0/+8
2000-08-06Update the mpm_common.h file with docs to use ScanDocRyan Bloom1-0/+41
2000-08-06Use new AP_INIT_xxx macros & include apr_strings.h to get rid of warnings.Jeff Trawick1-13/+18
2000-08-06Update http_vhost.h to use ScanDocRyan Bloom1-7/+36
2000-08-05Update http_protocol.h to use ScanDoc.Ryan Bloom1-49/+318
2000-08-05Remove some old APIs. These were left around for legacy modules. SinceRyan Bloom2-39/+0
2000-08-05Document http_main to use ScanDocRyan Bloom1-0/+12
2000-08-05Document http_core's public APIs for use with ScanDoc.Ryan Bloom1-9/+144
2000-08-05Fix warnings about string functions.Brian Havard1-0/+1
2000-08-05Finish (almost) Ryan's change of apr_filter_t back to ap_filter_t soJeff Trawick1-1/+1
2000-08-05Fix a small name mix-up. Filters are part of Apache, and should have theRyan Bloom2-14/+14
2000-08-05Fix a config tree problem.Jeff Trawick1-3/+10
2000-08-04Fix a small typoRyan Bloom1-1/+1
2000-08-04Bump the numbers since a5 has been tagged alreadyRyan Bloom1-2/+2
2000-08-04Update the version number for the new alpha releaseRyan Bloom1-1/+1
2000-08-04The announcement text for Apache 2.0a5Ryan Bloom1-151/+227
2000-08-04 Whoops; forgot to apply this to the 2.0 docs..Ken Coar1-8/+12
2000-08-04Fix the Perchild MPM. This does work now. This change has us usingRyan Bloom2-168/+146
2000-08-04Disable the dbm_ usage in mod_rewrite so that it links.Jeff Trawick1-1/+5
2000-08-04More progress with the perchild MPM. This is serving pages again, butRyan Bloom4-96/+264
2000-08-03Clean up maintainer-mode compiles of mod_rewrite (use AP_INIT_xx macrosJeff Trawick2-70/+80
2000-08-03Don't trace EINTR errors from accept() on the Unix socket.Jeff Trawick1-2/+5
2000-08-02Update the perchild MPM. This does not work, but that is because LinuxRyan Bloom4-318/+270
2000-08-02Convert all of the apr_listen.h to ap_listen.h. This was a side effectRyan Bloom6-6/+6
2000-08-02prefix libapr functions and types with apr_Doug MacEachern144-4581/+4581
2000-08-02Use the AP_INIT_TAKE23() macro to clean up a maintainer-mode warning,Jeff Trawick1-4/+8
2000-08-02Use the AP_INIT_FLAG() macro to clean up a maintainer-mode warning.Jeff Trawick1-2/+2
2000-08-02-DMPMT_PTHREAD is no longer needed.Jeff Trawick1-2/+0
2000-08-01This serves requests again, although it still doesn't forward requests offRyan Bloom2-12/+20
2000-08-01Complete redesign of this MPM. This is almost working now.Ryan Bloom2-48/+152
2000-08-01Add a NO_DETACH environment variable to all MPMs that understandRyan Bloom6-10/+16
2000-08-01 Put back PR#6347, but note that it's waiting for an externalKen Coar1-1/+117
2000-08-01Remove a PR that depends on the submitter (or someone else) getting aTony Finch1-5/+1
2000-08-01 We've been ignoring lots of PRs forever, marking them asKen Coar1-1/+359
2000-07-31Win32: Add sdbm to the windows buildBill Stoddard2-1/+16
2000-07-31Include <strings.h> if we have it to get protos for strcase* on AIX.Jeff Trawick1-0/+3
2000-07-31Remove a bug from the STATUS file. Manoj tested the patch I committed,Ryan Bloom1-6/+1
2000-07-31Fix some problems with which error code to use after a pthread_ failure.Jeff Trawick4-19/+46
2000-07-31Don't use perror() to report the failure of an APR function.Jeff Trawick1-19/+28
2000-07-31Make http_log use ScanDocRyan Bloom2-5/+127
2000-07-31This makes the perchild MPM server requests again, but it still isn'tRyan Bloom2-6/+40
2000-07-31Document http_connection.h using ScanDocRyan Bloom1-0/+66
2000-07-31Note the patch for graceful restarts in the STATUS fileRyan Bloom1-1/+3
2000-07-31Make the Unix MPMs not clean the scoreboard on a graceful restart. ThisRyan Bloom12-13/+28
2000-07-31Get dsos working again by including $(LTFLAGS) on the command-line forJeff Trawick1-2/+2
2000-07-30Finish the http_config.h documentation. :-)Ryan Bloom1-13/+178