summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The new core post_read_request hook needs to return somethingJeff Trawick2000-09-231-0/+1
* Conversion of mod_access.html to new format. Note that this includesJoshua Slive2000-09-233-35/+57
* Combine the calls to add the core_filter to one place. Basically, it isRyan Bloom2000-09-233-4/+6
* Workaround for systems like BSD/OS without mktemp.Sascha Schumann2000-09-232-2/+2
* Pedant of bsd_makefile. Reverses the include directives to SysV-style.Sascha Schumann2000-09-231-0/+71
* Don't use $0 for creating tmpfile as it will contain "/".Sascha Schumann2000-09-231-1/+1
* Fix a security problem that affects certain configurations of mod_rewrite.Tony Finch2000-09-232-316/+182
* Make the core_filter use apr_sendv and apr_sendfile as appropriate. This is s...Bill Stoddard2000-09-221-87/+154
* Description of terms used to describe modules in the new (not yetJoshua Slive2000-09-222-0/+270
* Add Convert-to-BSD-Makefiles-On-The-Fly systemSascha Schumann2000-09-225-13/+117
* mod_include now tweaks the subrequest output filter chain so thatJeff Trawick2000-09-221-6/+15
* Provide a socklen_t to the user of APR as a portability aid. SomeJeff Trawick2000-09-221-1/+2
* Fix error in setting bytes_sent. Need more time to think about the other problemBill Stoddard2000-09-211-1/+5
* Syntax docs. (Yes, I am essentially just documenting the shellJoshua Slive2000-09-212-8/+22
* Get the call to find_string() out of a loop. find_string() loopsJeff Trawick2000-09-211-4/+1
* First cut at a file bucket. Modify the core_filter to handle useBill Stoddard2000-09-214-70/+125
* Fix the prior fix to the usage of ap_brigade_split()... The caller ofJeff Trawick2000-09-201-10/+10
* Overhaul of dbmmanage to allow a groups arg (as in Apache 1.2)William A. Rowe Jr2000-09-201-9/+37
* Fix mixup in call to ap_brigade_split().Jeff Trawick2000-09-201-3/+4
* Avoid a segfault when parsing .htaccess files. AnJeff Trawick2000-09-201-1/+1
* Correct dbmmanage pwfile check behavior to ignore [:grp...] contents.William A. Rowe Jr2000-09-201-3/+4
* Never carried forward from 1.3.13William A. Rowe Jr2000-09-201-1/+1
* could be bad - no dav here yetWilliam A. Rowe Jr2000-09-201-1/+0
* Fix parameter list to ap_pcfg_openfile().Jeff Trawick2000-09-201-3/+4
* Transposed return values between conditions, oops.William A. Rowe Jr2000-09-201-2/+2
* Get mod_auth_dbm building using Apache's sdbmlib under WinNT.William A. Rowe Jr2000-09-207-8/+146
* Get internal redirects working by initializing the output_filtersJeff Trawick2000-09-191-0/+3
* Fix filter registration so that the appropriate list ofJeff Trawick2000-09-192-20/+32
* Get rid of unused variable.Jeff Trawick2000-09-191-1/+0
* Fix a bug where errors that happen during early request parsing (like 400Greg Ames2000-09-192-2/+2
* Cleanup the brigade split in mod_include. It turns out that we have hadRyan Bloom2000-09-191-10/+1
* tart getting things setup for input filtering. All this basically doesRyan Bloom2000-09-196-21/+51
* Change the registered filter name to XLATEOUT (from XLATE).Jeff Trawick2000-09-191-16/+58
* Fix the calling convention on Windows for ap_bucket_printf() andJeff Trawick2000-09-182-8/+8
* Fix some problems with the recent port of RemoveEncoding andJeff Trawick2000-09-181-4/+4
* PR: 6451Joshua Slive2000-09-181-3/+4
* Change r->filters to r->output_filters. This sets things up for us toRyan Bloom2000-09-187-21/+26
* Add some more .cvsignore files for BeOS and add a CHANGES entry.David Reid2000-09-172-0/+10
* If a bucket is split at the first or last character, then we should getRyan Bloom2000-09-171-4/+0
* Port the RemoveEncodings/RemoveTypes code from 1.3 to 2.0. This includesRyan Bloom2000-09-171-12/+66
* Handle a tag that appears at the start of a bucket.Jeff Trawick2000-09-151-2/+11
* PR: 4976Joshua Slive2000-09-151-2/+2
* PR: 5040Joshua Slive2000-09-151-2/+2
* PR: 5289Joshua Slive2000-09-151-8/+9
* PR: 5596Joshua Slive2000-09-151-14/+7
* PR: 5961Joshua Slive2000-09-151-3/+9
* Fix a bug parsing configuration file containers. With a sequenceJeff Trawick2000-09-151-2/+3
* Get rid of some unused variables introduced in recent method work.Jeff Trawick2000-09-142-4/+2
* Fix the types of the variables passed as the len parm to bucket->read()Jeff Trawick2000-09-143-8/+7
* In find_string(), handle eos and end-of-pipe conditions.Jeff Trawick2000-09-141-7/+12