summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a small typo that was keeping us from copying os-inline.c to theRyan Bloom2000-10-042-2/+16
* Clean up md5 digest support in default_handler() a bit:Jeff Trawick2000-10-041-26/+15
* Fix spelling mistake.Bill Stoddard2000-10-042-2/+2
* Hey... didn't know these were hanging around. Time to file and forget.William A. Rowe Jr2000-10-041-9/+9
* Change ap_send_fd() so that it returns a proper apr_status_t valueJeff Trawick2000-10-031-4/+11
* Change core_input_filter() so that it returns an empty brigade uponJeff Trawick2000-10-031-7/+21
* Fix some bad calls to ap_log_error(); some of these neglected toJeff Trawick2000-10-031-20/+20
* The previous commit pointed out an unfortunate problem with theJeff Trawick2000-10-031-2/+2
* Definately need a canonical name, so comparison succeeds at run time.William A. Rowe Jr2000-10-031-3/+5
* Fix a few colliding modulesWilliam A. Rowe Jr2000-10-033-4/+13
* Ok... I've been waiting to find out what happens when we commit to twoWilliam A. Rowe Jr2000-10-034-142/+632
* Replace ap_get_data_from_filter and ap_save_data_to_filter withRyan Bloom2000-10-032-50/+14
* Whoops... that there was a handle I left hanging (and growing).William A. Rowe Jr2000-10-022-20/+14
* Downgrade warnings, stop changing errors from something meaningless toWilliam A. Rowe Jr2000-10-022-25/+11
* Choices. Choose -X, -DONE_PROCESS or set ONE_PROCESS=token for theWilliam A. Rowe Jr2000-10-021-4/+9
* _not_ up to 100%, but some structural changes to make the rest easier.William A. Rowe Jr2000-10-022-344/+558
* Fix two problems. First we are setting aside the wrong bucket brigade. Second...Bill Stoddard2000-10-021-2/+3
* Move where the CORE_IN filter is added to the server. We used to do thisRyan Bloom2000-10-023-3/+17
* Cleaned out empty symbols... preparing for some real order, al laWilliam A. Rowe Jr2000-10-022-294/+294
* Clean up some const-ness warnings in getsfunc_STRING().Jeff Trawick2000-10-021-3/+3
* Just Typos.William A. Rowe Jr2000-10-022-8/+8
* Forward port 1.3 overhaul of isapi to 2.0.William A. Rowe Jr2000-10-024-722/+1009
* Implement input filtering. This is definately not completely correct, butRyan Bloom2000-10-026-31/+178
* Fix the default logformat and CLF description.Joshua Slive2000-09-301-3/+3
* Fix link to RemoveHandler in the directives list.Jeff Trawick2000-09-291-1/+1
* Deprecate "Order Mutual-failure".Joshua Slive2000-09-291-1/+2
* First cut at a filter to buffer/coalesce multiple small buckets into a single...Bill Stoddard2000-09-292-0/+138
* Remove compatibility info from index.Joshua Slive2000-09-283-20/+25
* Fix the lifetime of the autodata buffer used for the chunk header.Jeff Trawick2000-09-281-1/+1
* Last of the module style changes (I hope).Joshua Slive2000-09-286-85/+142
* Style updates.Joshua Slive2000-09-283-100/+156
* Style update.Joshua Slive2000-09-286-144/+286
* A couple more tutorials.Joshua Slive2000-09-271-1/+16
* Style changes.Joshua Slive2000-09-274-168/+223
* Style update.Joshua Slive2000-09-277-252/+364
* Create a helper function "get_canned_error_string" for use byGreg Ames2000-09-261-223/+239
* Debug messages in mod_charset_lite are now controlled byJeff Trawick2000-09-263-83/+93
* Style fixes. I've stopped removing 1.3 references.Joshua Slive2000-09-264-120/+216
* Sanity-check the use of multiple instances of XLATEOUT in aJeff Trawick2000-09-261-0/+108
* Set BSD_MAKEFILE in configure.in. The macro APACHE_GEN_MAKEFILES isSascha Schumann2000-09-262-1/+1
* Redirect stderr to /dev/null to suppress error messages.Sascha Schumann2000-09-262-2/+2
* Style updates.Joshua Slive2000-09-256-205/+258
* Style updates.Joshua Slive2000-09-255-67/+129
* Cleaner feature tests and new -d -m -s -p options for crypt, MD5, SHA1William A. Rowe Jr2000-09-252-69/+166
* Update mod_actions.Joshua Slive2000-09-253-32/+40
* Fix compile break. It should be apr_pstrcat.Bill Stoddard2000-09-251-1/+1
* mod_charset_lite no longer ignores subrequests. (Some logic inJeff Trawick2000-09-251-14/+0
* Return a decent message, in keeping with conf parsing semantics.William A. Rowe Jr2000-09-241-2/+3
* Clean up a few warnings in core_filter().Jeff Trawick2000-09-241-4/+4
* We don't have config.guess until later in the build cycle, so change theDavid Reid2000-09-241-2/+2