summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.10(no author)2001-02-1139-10700/+0
* Clean up the filter.html and handler.html files a little.Joshua Slive2001-02-114-36/+22
* fix the check for killpg(); as it was, we didn't check forJeff Trawick2001-02-111-1/+1
* INIT_SIGLIST() is gone; stop using itJeff Trawick2001-02-117-7/+0
* include "apr_signal.h" when neededGreg Stein2001-02-113-0/+3
* *) include "apr_signal.h" when neededGreg Stein2001-02-117-48/+61
* Fix a potential segfault on all platforms. David Reid fixed this forRyan Bloom2001-02-112-5/+6
* toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.Greg Stein2001-02-116-313/+14
* Cleanup the rest of the warnings that appear when compileing withRyan Bloom2001-02-111-3/+6
* Fix any compile breaks after moving apr_snprintf and apr_vsnprintf toRyan Bloom2001-02-115-0/+5
* Fix a warning when compiling with GPROFRyan Bloom2001-02-111-1/+1
* clean up more warnings and link problems after the header fileJeff Trawick2001-02-113-4/+5
* Allow us to use INCLUDES on files with multiple extensions, and useRyan Bloom2001-02-101-2/+2
* Remove the warning from the mod_include docs since it seemsJoshua Slive2001-02-101-7/+0
* Update all the references I can find to use SetOutputFilter toJoshua Slive2001-02-105-33/+45
* Remove SetFilter from the mod_mime docs.Joshua Slive2001-02-101-66/+13
* more module build cleanup, removing warnings and someJeff Trawick2001-02-106-1/+22
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-104-1/+4
* Fix Win32 BreakageWilliam A. Rowe Jr2001-02-102-1/+2
* Fix the configure scripts, so that we don't try to substitute intoRyan Bloom2001-02-101-1/+5
* Small header file cleanup.Ryan Bloom2001-02-101-0/+3
* Header file cleanup.Ryan Bloom2001-02-101-0/+2
* Make the config file use SetOutputFilter, since AddOutputFilter isRyan Bloom2001-02-101-1/+1
* get rid of some warnings and an undefined reference which crept intoJeff Trawick2001-02-103-7/+9
* [ missed in last commit ]Greg Stein2001-02-102-9/+4
* *) continued header revampingGreg Stein2001-02-1026-210/+174
* Clean up some of the includes:Greg Stein2001-02-1027-192/+198
* http_conf_globals.h is goneGreg Stein2001-02-101-1/+0
* more APR-izationGreg Stein2001-02-101-12/+15
* *) clean out some old crap from ap_config.h; other simplifications; don'tGreg Stein2001-02-103-52/+22
* Remove the SetFilter directive from the code. This directive wasn'tRyan Bloom2001-02-101-34/+0
* Update the conf file to use the correct model for turning on SSI'sRyan Bloom2001-02-101-2/+3
* Remove definition of ap_extended_status, it's defined in scoreboard.cBrian Havard2001-02-101-1/+0
* Better get the index entries too.Joshua Slive2001-02-102-2/+0
* ServerType is gone in 2.0.Joshua Slive2001-02-101-49/+0
* Add some VERY basic filter documentation. See followup discussionJoshua Slive2001-02-107-4/+201
* Add new LogFormat directive, %D, to log time it takes to serve a requestBill Stoddard2001-02-103-0/+12
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-107-85/+1
* Fix more breakage on BeOS...David Reid2001-02-101-0/+4
* BeOS doesn't have unixd.h either.David Reid2001-02-101-1/+1
* Change AddInputFilter and AddOutputFilter to SetInputFilter andRyan Bloom2001-02-105-13/+13
* "v" in the name has come to mean that a va_arg is in the parameter list.Greg Stein2001-02-092-3/+3
* use apr_size_t for file lengths; this avoids a warning (and perhapsJeff Trawick2001-02-091-17/+17
* Fix another windows compile break.Bill Stoddard2001-02-092-2/+2
* Replace reinit_scoreboard with ap_create_scoreboard.Bill Stoddard2001-02-099-17/+7
* Functions that use ... have to be NONSTD. At least I think Will told meRyan Bloom2001-02-091-2/+2
* A few small docs changes (there were ';' in the ScanDoc), and remove someRyan Bloom2001-02-092-9/+28
* *) minor changes, simplificationsGreg Stein2001-02-091-28/+22
* *) namespace protect the filter_flush() functionGreg Stein2001-02-092-26/+24
* Make the header filter use the brigade buffering functions for creatingRyan Bloom2001-02-093-76/+32