2000-09-25 |
Jeff Trawick | mod_charset_lite no longer ignores subrequests. (Some... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
William A.... | Return a decent message, in keeping with conf parsing... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Jeff Trawick | Clean up a few warnings in core_filter(). |
commit | commitdiff | tree | snapshot |
2000-09-24 |
David Reid | We don't have config.guess until later in the build... |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Jeff Trawick | The new core post_read_request hook needs to return... |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Joshua Slive | Conversion of mod_access.html to new format. Note... |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Ryan Bloom | Combine the calls to add the core_filter to one place... |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Sascha Schumann | Workaround for systems like BSD/OS without mktemp. |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Sascha Schumann | Pedant of bsd_makefile. Reverses the include directives... |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Sascha Schumann | Don't use $0 for creating tmpfile as it will contain... |
commit | commitdiff | tree | snapshot |
2000-09-23 |
Tony Finch | Fix a security problem that affects certain configurati... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Bill Stoddard | Make the core_filter use apr_sendv and apr_sendfile... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Joshua Slive | Description of terms used to describe modules in the... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Sascha Schumann | Add Convert-to-BSD-Makefiles-On-The-Fly system |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Jeff Trawick | mod_include now tweaks the subrequest output filter... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Jeff Trawick | Provide a socklen_t to the user of APR as a portability... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Bill Stoddard | Fix error in setting bytes_sent. Need more time to... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Joshua Slive | Syntax docs. (Yes, I am essentially just documenting... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Jeff Trawick | Get the call to find_string() out of a loop. find_stri... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Bill Stoddard | First cut at a file bucket. Modify the core_filter... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Jeff Trawick | Fix the prior fix to the usage of ap_brigade_split... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
William A.... | Overhaul of dbmmanage to allow a groups arg (as... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Jeff Trawick | Fix mixup in call to ap_brigade_split(). |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Jeff Trawick | Avoid a segfault when parsing .htaccess files. An |
commit | commitdiff | tree | snapshot |
2000-09-20 |
William A.... | Correct dbmmanage pwfile check behavior to ignore... |
commit | commitdiff | tree | snapshot |
2000-09-20 |
William A.... | Never carried forward from 1.3.13 |
commit | commitdiff | tree | snapshot |
2000-09-20 |
William A.... | could be bad - no dav here yet |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Jeff Trawick | Fix parameter list to ap_pcfg_openfile(). |
commit | commitdiff | tree | snapshot |
2000-09-20 |
William A.... | Transposed return values between conditions, oops. |
commit | commitdiff | tree | snapshot |
2000-09-20 |
William A.... | Get mod_auth_dbm building using Apache's sdbmlib... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Jeff Trawick | Get internal redirects working by initializing the... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Jeff Trawick | Fix filter registration so that the appropriate list of |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Jeff Trawick | Get rid of unused variable. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Greg Ames | Fix a bug where errors that happen during early request... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Ryan Bloom | Cleanup the brigade split in mod_include. It turns... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Ryan Bloom | tart getting things setup for input filtering. All... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Jeff Trawick | Change the registered filter name to XLATEOUT (from... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Jeff Trawick | Fix the calling convention on Windows for ap_bucket_pri... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Jeff Trawick | Fix some problems with the recent port of RemoveEncodin... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Joshua Slive | PR: 6451 |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Ryan Bloom | Change r->filters to r->output_filters. This sets... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
David Reid | Add some more .cvsignore files for BeOS and add a CHANG... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Ryan Bloom | If a bucket is split at the first or last character... |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Ryan Bloom | Port the RemoveEncodings/RemoveTypes code from 1.3... |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jeff Trawick | Handle a tag that appears at the start of a bucket. |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Joshua Slive | PR: 4976 |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Joshua Slive | PR: 5040 |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Joshua Slive | PR: 5289 |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Joshua Slive | PR: 5596 |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Joshua Slive | PR: 5961 |
commit | commitdiff | tree | snapshot |
2000-09-15 |
Jeff Trawick | Fix a bug parsing configuration file containers. With... |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Jeff Trawick | Get rid of some unused variables introduced in recent... |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Jeff Trawick | Fix the types of the variables passed as the len parm... |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Jeff Trawick | In find_string(), handle eos and end-of-pipe conditions. |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Ryan Bloom | Change AddFilter name to AddOutputFilter |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Jeff Trawick | eos_bucket->read() no longer returns AP_END_OF_BRIGADE... |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Doug MacEachern | put ctx back in ap_add_filter() |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Tony Finch | Improve the way the chunking filter handles zero-length... |
commit | commitdiff | tree | snapshot |
2000-09-14 |
Ryan Bloom | Add a pointer to the filter_rec_t from the filter_t... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ryan Bloom | Add the AddFilter directive. This directive takes... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ryan Bloom | Fix another seg fault with allow_methods and sub requests |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ryan Bloom | Fix a seg fault with sub requests. We must allocate... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ryan Bloom | Fix a stupid typo. I wanted to register the filter... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Tony Finch | Encourage people to use the simpler NameVirtualHost... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ryan Bloom | First pass at mod_include as a filter. This is at... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ken Coar | Start introducing the extension-method elements so... |
commit | commitdiff | tree | snapshot |
2000-09-13 |
Ken Coar | Do a bunch of style-guide fixups (like wrapping Boolea... |
commit | commitdiff | tree | snapshot |
2000-09-12 |
Tony Finch | This commit adds support for purely name-based virtual... |
commit | commitdiff | tree | snapshot |
2000-09-12 |
Joshua Slive | New doc describing configuration process. |
commit | commitdiff | tree | snapshot |
2000-09-12 |
Rich Bowen | allow->Allow, deny->Deny, order->Order and require... |
commit | commitdiff | tree | snapshot |
2000-09-12 |
Jeff Trawick | Explictly close the AF_UNIX socket to the cgid child... |
commit | commitdiff | tree | snapshot |
2000-09-12 |
Ryan Bloom | Ensure that only one EOS bucket is sent down the filter... |
commit | commitdiff | tree | snapshot |
2000-09-11 |
Jeff Trawick | The apr_file_t representation of the Unix socket from... |
commit | commitdiff | tree | snapshot |
2000-09-11 |
Jeff Trawick | Get mod_isapi.c to compile with the level of Win32... |
commit | commitdiff | tree | snapshot |
2000-09-11 |
Joshua Slive | Tutorials. These are, of course, all for 1.3, but... |
commit | commitdiff | tree | snapshot |
2000-09-11 |
Ryan Bloom | Modify mod_cgid to use bucket brigades. This means... |
commit | commitdiff | tree | snapshot |
2000-09-10 |
Tony Finch | Don't do non-idempotent things in macro arguments. |
commit | commitdiff | tree | snapshot |
2000-09-10 |
Tony Finch | Use XXX for comments describing inadequacies in the... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Greg Stein | The "get resource" functionality is no longer a hook... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Greg Stein | the DAV directive now takes the name of a repository... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Greg Stein | pass_chunk() was tossing a brigade composed of just... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Jeff Trawick | Update mod_charset_lite to use the new ring-based macros |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Joshua Slive | PR: 6139 |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Joshua Slive | PR: 6419 |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Joshua Slive | PR: 6470,6450,6218,6216,6478 |
commit | commitdiff | tree | snapshot |
2000-09-09 |
David Reid | BeOS doesn't have an os-inline.c file so don't try... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Greg Stein | publish the mod_dav.h header for DAV backend providers... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Greg Stein | update the WebDAV versioning support: |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Tony Finch | Use wrapper macros to avoid the verbosity of the AP_RIN... |
commit | commitdiff | tree | snapshot |
2000-09-09 |
Tony Finch | Fix inserting elements at the head and tail of a ring... |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Joshua Slive | PR: |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Joshua Slive | PR: |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Ryan Bloom | Fix a compile break in mod_mime_magic.c. In early... |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Greg Ames | Change prefork to use the same listen api as the rest... |
commit | commitdiff | tree | snapshot |
2000-09-08 |
Tony Finch | Reduce the manualarity of managing bucket brigade lists... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Jeff Trawick | Fix merging of AddDefaultCharset directive. |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Ryan Bloom | Fix the ScanDoc output on IE. I don't have IE, so... |
commit | commitdiff | tree | snapshot |
2000-09-02 |
Jeff Trawick | Note release date of 2.0a6. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Allan K. Edwards | Fix default Timeout & KeepaliveTimeout. Still need... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Jeff Trawick | Update export file for AIX with recent symbol changes. |
commit | commitdiff | tree | snapshot |
next |