| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mod_mmap_static. This has been replaced by mod_file_cache, and | Ryan Bloom | 2000-12-03 | 1 | -1/+0 |
* | include <strings.h> for the strcasecmp() and strncasecmp() prototypes; | Jeff Trawick | 2000-12-01 | 7 | -0/+24 |
* | Enable logging a cookie with mod_log_config | Ryan Bloom | 2000-11-30 | 1 | -0/+25 |
* | Fix some const confusion with simpler code. | William A. Rowe Jr | 2000-11-29 | 1 | -2/+1 |
* | Fix uninitialized badness | William A. Rowe Jr | 2000-11-29 | 1 | -1/+1 |
* | Make Win32 build again | William A. Rowe Jr | 2000-11-29 | 2 | -6/+10 |
* | Fix a segfault in mod_info. mod_info_module_cmds() had a misstep when | Jeff Trawick | 2000-11-29 | 1 | -1/+6 |
* | Clean up some compiler warnings (there remain some float=double and | William A. Rowe Jr | 2000-11-29 | 1 | -2/+3 |
* | The only win32 project file that used (but didn't really use) os/win32/pass... | William A. Rowe Jr | 2000-11-29 | 1 | -10/+2 |
* | First step towards extracting the SSI handling from mod_include so that | Ryan Bloom | 2000-11-29 | 1 | -101/+38 |
* | Fix some const warnings. | Ryan Bloom | 2000-11-28 | 1 | -3/+3 |
* | Fix some lvalue casts so that we can compile with xlc on AIX. | Jeff Trawick | 2000-11-28 | 2 | -6/+13 |
* | Get mod_example building cleanly. | Ryan Bloom | 2000-11-28 | 1 | -23/+28 |
* | Get mod_echo to stop using BUFF. | Ryan Bloom | 2000-11-28 | 1 | -3/+4 |
* | Change some apr_ssize_t uses to apr_size_t. | Jeff Trawick | 2000-11-28 | 2 | -16/+18 |
* | fix an apr_size_t/apr_ssize_t discrepancy | Jeff Trawick | 2000-11-28 | 1 | -1/+1 |
* | *) sprinkle a little magic "const" dust around (specifically, to compensate | Greg Stein | 2000-11-27 | 1 | -16/+24 |
* | fix a bunch of apr_ssize_t/apr_size_t discrepancies | Jeff Trawick | 2000-11-27 | 2 | -9/+9 |
* | Use #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_H | Jeff Trawick | 2000-11-27 | 1 | -1/+1 |
* | use the APR feature test macro to check for sys/uio.h; it is the | Jeff Trawick | 2000-11-27 | 1 | -1/+1 |
* | *) make find_liveprop() hook take a dav_resource rather than "r" | Greg Stein | 2000-11-27 | 6 | -12/+25 |
* | liveprops are handled via hooks, not the dav_provider structure. clear it | Greg Stein | 2000-11-27 | 2 | -12/+13 |
* | toss dbm. use the new apu_dbm interfaces. | Greg Stein | 2000-11-27 | 1 | -63/+40 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 11 | -22/+78 |
* | fix spelling: "writable" is the proper form | Greg Stein | 2000-11-26 | 4 | -15/+15 |
* | add the "next filter" parameter to the rest of the ap_sub_req_* calls. | Greg Stein | 2000-11-23 | 7 | -11/+17 |
* | shift some processing of "core" WebDAV properties out of the generic | Greg Stein | 2000-11-23 | 6 | -139/+313 |
* | dav_resource should carry around a pool for allocations related to it | Greg Stein | 2000-11-23 | 2 | -1/+14 |
* | More revamping of live properties. Focused around the fact that a provider's | Greg Stein | 2000-11-23 | 4 | -188/+319 |
* | *) fix subtle crasher in COPY method | Greg Stein | 2000-11-23 | 2 | -3/+3 |
* | A complete re-write of mod_include. This has served the entire manual | Ryan Bloom | 2000-11-22 | 2 | -908/+1685 |
* | Allow modules to specify the first module for a sub-request. This allows | Ryan Bloom | 2000-11-22 | 5 | -14/+27 |
* | minor cleaning: provider ids are no longer used | Greg Stein | 2000-11-22 | 1 | -10/+0 |
* | Next pass at the content-length filter. Not perfect quite yet, but | Ryan Bloom | 2000-11-22 | 1 | -4/+9 |
* | Modify the content-length filter to change the criteria used to determine | Ryan Bloom | 2000-11-21 | 2 | -40/+37 |
* | updates to changed interfaces to apr_set_port(), apr_get_port(), | Jeff Trawick | 2000-11-21 | 2 | -4/+9 |
* | ignore generated files .libs and *.la | Jeff Trawick | 2000-11-21 | 1 | -0/+2 |
* | Add partial write support for apr_sendfile to core_output_filter. | Greg Ames | 2000-11-20 | 1 | -8/+88 |
* | Get SetFilter working with MIME-types again and update the docs | Ryan Bloom | 2000-11-20 | 1 | -1/+1 |
* | Restore Ryan's original intent in ap_proxy_doconnect() return value check | Chuck Murcko | 2000-11-20 | 1 | -2/+1 |
* | Update the SetFilter directive to work with Handlers instead of MIME-types. | Ryan Bloom | 2000-11-19 | 1 | -1/+1 |
* | Disable two features, with warnings, if a relatively Win32 SDK headers | William A. Rowe Jr | 2000-11-19 | 1 | -0/+13 |
* | Add a directive to mod_mime which allows people to configure a filter | Ryan Bloom | 2000-11-19 | 1 | -3/+36 |
* | Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated). | Jeff Trawick | 2000-11-19 | 2 | -2/+2 |
* | Change apr_bind() to take apr_sockaddr_t. | Jeff Trawick | 2000-11-19 | 1 | -6/+13 |
* | clean out some liveprop hooks which are now handled by AP_HOOK functions | Greg Stein | 2000-11-19 | 2 | -41/+38 |
* | Begin to remove some of the cache-ing logic from the http proxy. | Ryan Bloom | 2000-11-18 | 4 | -77/+12 |
* | Cleanup more compiler warnings. | William A. Rowe Jr | 2000-11-18 | 1 | -3/+3 |
* | remove unused variable | Jeff Trawick | 2000-11-18 | 1 | -2/+0 |
* | Clean up some timeout arg warnings | William A. Rowe Jr | 2000-11-18 | 1 | -3/+3 |