summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove mod_mmap_static. This has been replaced by mod_file_cache, andRyan Bloom2000-12-031-1/+0
* include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick2000-12-017-0/+24
* Enable logging a cookie with mod_log_configRyan Bloom2000-11-301-0/+25
* Fix some const confusion with simpler code.William A. Rowe Jr2000-11-291-2/+1
* Fix uninitialized badnessWilliam A. Rowe Jr2000-11-291-1/+1
* Make Win32 build againWilliam A. Rowe Jr2000-11-292-6/+10
* Fix a segfault in mod_info. mod_info_module_cmds() had a misstep whenJeff Trawick2000-11-291-1/+6
* Clean up some compiler warnings (there remain some float=double andWilliam A. Rowe Jr2000-11-291-2/+3
* The only win32 project file that used (but didn't really use) os/win32/pass...William A. Rowe Jr2000-11-291-10/+2
* First step towards extracting the SSI handling from mod_include so thatRyan Bloom2000-11-291-101/+38
* Fix some const warnings.Ryan Bloom2000-11-281-3/+3
* Fix some lvalue casts so that we can compile with xlc on AIX.Jeff Trawick2000-11-282-6/+13
* Get mod_example building cleanly.Ryan Bloom2000-11-281-23/+28
* Get mod_echo to stop using BUFF.Ryan Bloom2000-11-281-3/+4
* Change some apr_ssize_t uses to apr_size_t.Jeff Trawick2000-11-282-16/+18
* fix an apr_size_t/apr_ssize_t discrepancyJeff Trawick2000-11-281-1/+1
* *) sprinkle a little magic "const" dust around (specifically, to compensateGreg Stein2000-11-271-16/+24
* fix a bunch of apr_ssize_t/apr_size_t discrepanciesJeff Trawick2000-11-272-9/+9
* Use #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_HJeff Trawick2000-11-271-1/+1
* use the APR feature test macro to check for sys/uio.h; it is theJeff Trawick2000-11-271-1/+1
* *) make find_liveprop() hook take a dav_resource rather than "r"Greg Stein2000-11-276-12/+25
* liveprops are handled via hooks, not the dav_provider structure. clear itGreg Stein2000-11-272-12/+13
* toss dbm. use the new apu_dbm interfaces.Greg Stein2000-11-271-63/+40
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-2611-22/+78
* fix spelling: "writable" is the proper formGreg Stein2000-11-264-15/+15
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-237-11/+17
* shift some processing of "core" WebDAV properties out of the genericGreg Stein2000-11-236-139/+313
* dav_resource should carry around a pool for allocations related to itGreg Stein2000-11-232-1/+14
* More revamping of live properties. Focused around the fact that a provider'sGreg Stein2000-11-234-188/+319
* *) fix subtle crasher in COPY methodGreg Stein2000-11-232-3/+3
* A complete re-write of mod_include. This has served the entire manualRyan Bloom2000-11-222-908/+1685
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-225-14/+27
* minor cleaning: provider ids are no longer usedGreg Stein2000-11-221-10/+0
* Next pass at the content-length filter. Not perfect quite yet, butRyan Bloom2000-11-221-4/+9
* Modify the content-length filter to change the criteria used to determineRyan Bloom2000-11-212-40/+37
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-212-4/+9
* ignore generated files .libs and *.laJeff Trawick2000-11-211-0/+2
* Add partial write support for apr_sendfile to core_output_filter.Greg Ames2000-11-201-8/+88
* Get SetFilter working with MIME-types again and update the docsRyan Bloom2000-11-201-1/+1
* Restore Ryan's original intent in ap_proxy_doconnect() return value checkChuck Murcko2000-11-201-2/+1
* Update the SetFilter directive to work with Handlers instead of MIME-types.Ryan Bloom2000-11-191-1/+1
* Disable two features, with warnings, if a relatively Win32 SDK headersWilliam A. Rowe Jr2000-11-191-0/+13
* Add a directive to mod_mime which allows people to configure a filterRyan Bloom2000-11-191-3/+36
* Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated).Jeff Trawick2000-11-192-2/+2
* Change apr_bind() to take apr_sockaddr_t.Jeff Trawick2000-11-191-6/+13
* clean out some liveprop hooks which are now handled by AP_HOOK functionsGreg Stein2000-11-192-41/+38
* Begin to remove some of the cache-ing logic from the http proxy.Ryan Bloom2000-11-184-77/+12
* Cleanup more compiler warnings.William A. Rowe Jr2000-11-181-3/+3
* remove unused variableJeff Trawick2000-11-181-2/+0
* Clean up some timeout arg warningsWilliam A. Rowe Jr2000-11-181-3/+3