]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2000-12-01  Greg AmesUse APR_LOCKALL in dexter and mpmt_pthread to serialize...
2000-12-01  Jeff TrawickStop referencing apr_get_socket_inaddr(), apr_get_remot...
2000-12-01  Jeff TrawickIf apr_lock() or apr_unlock() fail, write a log message...
2000-12-01  Jeff TrawickAdd "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output...
2000-12-01  Ryan BloomGet Apache to use the new generated exports list. ...
2000-11-30  Jeff TrawickGet htpasswd.c to build on EBCDIC machines again.
2000-11-30  Ryan BloomDocument mod_log_config %{FOOBAR}C option
2000-11-30  William A.... This is the Win9x console hook handler ... much code...
2000-11-30  Ryan BloomEnable logging a cookie with mod_log_config
2000-11-29  Joshua Slive- Remove some "platform specific notes" from the main...
2000-11-29  Ryan BloomRemove an unused header
2000-11-29  William A.... Fix some const confusion with simpler code.
2000-11-29  William A.... Fix uninitialized badness
2000-11-29  William A.... Eliminate the last WSAE error test.
2000-11-29  Greg SteinUse "const char * const *" for process->argv (which...
2000-11-29  William A.... Make Win32 build again
2000-11-29  Jeff TrawickFix a segfault in mod_info. mod_info_module_cmds(...
2000-11-29  Jeff TrawickGet ab to compile cleanly after the apr_initopt() change.
2000-11-29  Greg Steincan I be a Super Saiyan? please?
2000-11-29  Greg Steinadd the new apr_lock_file and apr_unlock_file functions.
2000-11-29  Greg Steinreorder the libs for proper inter-lib dependencies
2000-11-29  Joshua SliveBring mod_ext_filter.html up to the new format.
2000-11-29  Joshua SliveRemove mod_digest docs which have been supplanted by...
2000-11-29  Joshua SliveBring mod_dav.html up to the new format, fix up some...
2000-11-29  Joshua SliveBring mod_charset_lite up to the "modern" format.
2000-11-29  Joshua SliveA little more prettying up of developer docs.
2000-11-29  Joshua SlivePut the developer index in the standard format.
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...
next