summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port httpd to the newest MMAP api.Ryan Bloom2000-12-071-1/+1
* Make mod_include use a hash table to associate directive tags withRyan Bloom2000-12-072-104/+88
* Remove an incorrect comment.Ryan Bloom2000-12-071-3/+0
* Add cgi and cgid back into the configuration system.Ryan Bloom2000-12-061-0/+12
* switch to apr_dbm.h and the updated namingGreg Stein2000-12-062-16/+16
* apache_need_sdbm is no longer applicable. clean it out.Greg Stein2000-12-061-4/+0
* The -big- fix, all the proper linkages for BaseAddr.ref plus a bit.William A. Rowe Jr2000-12-0514-55/+55
* A bit of inclusion for the apr-util package.William A. Rowe Jr2000-12-0515-29/+29
* This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr2000-12-0515-117/+117
* Add a couple of files that I missed earlier today.Ryan Bloom2000-12-052-0/+14
* Ignore all the files that are generated during a buildRyan Bloom2000-12-0510-0/+92
* Get Apache to configure completely again. This still doesn't build, butRyan Bloom2000-12-042-2/+2
* Get the modules configuration stuff working correctly. This just dealsRyan Bloom2000-12-0411-25/+93
* Start to add back the config.m4 and Makefile.in's that were separated outRyan Bloom2000-12-049-59/+88
* Get rid of ap_new_apr_connection(). ap_new_connection() now hasJeff Trawick2000-12-041-1/+1
* 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