]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2000-11-29  William A.... Compile break when I changed 'thread' in mpm_winnt...
2000-11-29  William A.... Clean up some compiler warnings (there remain some...
2000-11-29  William A.... clean up some really bad typedefs - and move one...
2000-11-29  William A.... The only win32 project file that used (but didn't...
2000-11-28  Ryan BloomFirst step towards extracting the SSI handling from...
2000-11-28  Ryan BloomFix some const warnings.
2000-11-28  Joshua SliveAdd a couple more user-visible changes to upgrading...
2000-11-28  Joshua SliveAdd a little more detail on starting Apache for the...
2000-11-28  Jeff TrawickGet "make install" with DSOs to work on AIX and Solaris...
2000-11-28  Joshua SliveUpdate command line options docs to match what is currently
2000-11-28  Ryan BloomSplit the hints file into two files, one in APR and...
2000-11-28  William A.... Pulled the aprlib base address out of Apache's basead...
2000-11-28  Ryan BloomRemove some status items that belong in APR now.
2000-11-28  Jeff TrawickFix some lvalue casts so that we can compile with xlc...
2000-11-28  Ryan BloomGet mod_example building cleanly.
2000-11-28  Ryan BloomGet mod_echo to stop using BUFF.
2000-11-28  Greg Steinadd --with-dbm switch to configure, allowing the user...
2000-11-28  Jeff TrawickChange some apr_ssize_t uses to apr_size_t.
2000-11-28  Ryan BloomFix some incorrect docs
2000-11-28  Jeff Trawickfix an apr_size_t/apr_ssize_t discrepancy
2000-11-27  Jeff TrawickTweak the logic to avoid "make distclean" inside APR...
2000-11-27  Greg Stein*) sprinkle a little magic "const" dust around (specifi...
2000-11-27  Jeff Trawickfix a bunch of apr_ssize_t/apr_size_t discrepancies
2000-11-27  Ryan BloomGet the pthread mpm building again.
2000-11-27  Jeff Trawick<sys/resource.h> requires <sys/time.h> first on some...
2000-11-27  Jeff TrawickChange Apache's distclean rule to rely on APR to clean...
2000-11-27  Jeff TrawickUse #if APR_HAVE_xyz_H, not #ifdef APR_HAVE_xyz_H
2000-11-27  Jeff TrawickAlways include lib/sdbm in INCLUDES (until somebody...
2000-11-27  Jeff Trawickuse the APR feature test macro to check for sys/uio...
2000-11-27  Greg Stein*) make find_liveprop() hook take a dav_resource rather...
2000-11-27  Greg Steinliveprops are handled via hooks, not the dav_provider...
2000-11-27  Greg Steintoss dbm. use the new apu_dbm interfaces.
2000-11-26  Greg Steinmissed one. This is needed to build the new aputil...
2000-11-26  Greg Steinshaddup
2000-11-26  Greg Stein*) Put lib/aputil/ into the INCLUDES path
2000-11-26  Greg SteinStart the oft-discussed, but oft-punted lib/aputil...
2000-11-26  Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-25  Greg Steinfix spelling: "writable" is the proper form
2000-11-24  Joshua SliveUpdate some headers and footers to the proper version...
2000-11-23  Joshua SliveUpdate the dexter and perchild docs, and add a missed...
2000-11-23  Greg Steinadd the "next filter" parameter to the rest of the...
2000-11-23  Greg Steinshift some processing of "core" WebDAV properties out...
2000-11-23  Greg Steindav_resource should carry around a pool for allocations...
2000-11-23  Greg SteinMore revamping of live properties. Focused around the...
2000-11-23  Greg Stein*) fix subtle crasher in COPY method
2000-11-23  Joshua SliveFix a few broken links.
2000-11-22  Ryan BloomAdd the ability for apxs to install both libtool genera...
2000-11-22  Joshua SliveAddition of BindAddress and small cleanups of upgrading...
2000-11-22  Joshua SliveClean up a few broken links.
2000-11-22  Ryan BloomA complete re-write of mod_include. This has served...
2000-11-22  Joshua SliveRemove mentions of the obsolete ResourceConfig/AccessCo...
2000-11-22  Ryan BloomAllow modules to specify the first module for a sub...
2000-11-22  Greg Steinminor cleaning: provider ids are no longer used
2000-11-22  Joshua SliveAdd some docs to mpmt_pthread.html.
2000-11-22  Joshua SliveUpdate the "bind" docs, remove the stuff from "server...
2000-11-22  Joshua SliveA little more general MPM documentation.
2000-11-22  Ryan BloomNext pass at the content-length filter. Not perfect...
2000-11-21  Jeff TrawickDon't use APR_INET6 unless APR_HAVE_INET6 is defined.
2000-11-21  Ryan BloomModify the content-length filter to change the criteria...
2000-11-21  Jeff TrawickUpdate ab to accept URLs with IPv6 literal address...
2000-11-21  Joshua SliveRemove links to some of the documents that were moved...
2000-11-21  Joshua SliveAdd an MPM status to the directive-dict.
2000-11-21  Joshua SliveFix typo.
2000-11-21  Jeff Trawickupdates to changed interfaces to apr_set_port(), apr_ge...
2000-11-21  William A.... *) Accomodate an out-of-space condition in the piped...
2000-11-21  Ryan BloomWe are working on a9 now.
2000-11-21  Jeff Trawickignore generated files .libs and *.la
2000-11-21  Joshua SliveLink up the new platform directory. It still needs...
2000-11-21  Jeff TrawickGet rid of apr_create_tcp_socket() reference.
2000-11-20  Greg AmesAdd partial write support for apr_sendfile to core_outp...
2000-11-20  Ryan BloomGet the version number bumped to 2.0a8
2000-11-20  Ryan BloomThe Announcement for a8
2000-11-20  Ryan BloomGet SetFilter working with MIME-types again and update...
2000-11-20  Chuck MurckoRestore Ryan's original intent in ap_proxy_doconnect...
2000-11-20  Joshua SliveClean up core.html a little.
2000-11-20  Joshua SliveRemove some obsolete docs.
2000-11-19  Ryan BloomAdd some docs to the common MPM directives.
2000-11-19  Ryan BloomAdd the MPM docs to the index-bytype front page.
2000-11-19  Joshua SliveAdd the perchild MPM docs and do a little bit of cleanup.
2000-11-19  Ryan BloomUpdate the SetFilter directive to work with Handlers...
2000-11-19  William A.... Disable two features, with warnings, if a relatively...
2000-11-19  Ryan BloomAdd a directive to mod_mime which allows people to...
2000-11-19  Jeff TrawickCall apr_create_socket() instead of apr_create_tcp_sock...
2000-11-19  Jeff TrawickChange apr_bind() to take apr_sockaddr_t.
2000-11-19  Joshua SliveAdd an outline for mpm_winnt.html.
2000-11-19  Joshua SliveRemove more of the directives that moved to mpm_common...
2000-11-19  Joshua SliveWoops, I just discovere UNIX_DAEMON_COMMANDS and LISTEN...
2000-11-19  Joshua SliveUsing an mpm_common.html file for the common directives...
2000-11-19  Greg Steinclean out some liveprop hooks which are now handled...
2000-11-18  Jeff TrawickAdd apr_get_sockaddr() for getting the address of one...
2000-11-18  Ryan BloomFix an error message since we are using common code...
2000-11-18  Ryan BloomRemove some common code in adding filters to either...
2000-11-18  Ryan BloomBegin to remove some of the cache-ing logic from the...
2000-11-18  David ReidChange references of AF_ to reflect APR_ so they should...
2000-11-18  William A.... Cleanup a signed/unsigned warning
2000-11-18  William A.... Cleanup more compiler warnings.
2000-11-18  William A.... Extern symbols (per the warning) belong elsewhere...
2000-11-18  William A.... As promised, and discussed on new-httpd, goodbye...
2000-11-18  Jeff Trawickremove unused variable
2000-11-18  William A.... Clean up some timeout arg warnings
next