]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-01-09  Allan K. Edwardsuse AP_HOOK_LAST for this module. This may or may not...
2001-01-09  Ryan BloomFix a compile break with the new APR libtool setup...
2001-01-09  Ryan BloomFix a compile break related to the apr libtool change.
2001-01-09  Greg Steina couple tweaks to get Apache building with the new...
2001-01-09  Jeff Trawickget rid of some invalid errno references; use the apr_s...
2001-01-09  Jeff Trawickuse the apr_status_t instead of errno
2001-01-09  Jeff Trawickget rid of a non-portable use of errno
2001-01-09  Jeff Trawickget rid of some bogus uses of perror()
2001-01-09  Jeff Trawickfix some handler brokenness
2001-01-09  Jeff Trawickfix some handler brokenness so that dexter doesn't...
2001-01-09  Jeff Trawickget rid of a bogus use of perror()
2001-01-09  Joshua SliveReference to the docs project.
2001-01-09  Joshua SliveThis is the second in a series of clean-ups of the
2001-01-09  Jeff Trawickget rid of some bogus uses of perror()
2001-01-09  Doug MacEachernuse ap_strcmp_match and fix pattern typo
2001-01-08  Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-08  Greg Amesfix handlers->hooks compile breakage
2001-01-08  Sascha SchumannSet MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro.
2001-01-08  Brian HavardHandlers now use hooks, remove handlers entry from...
2001-01-08  Brian HavardFix message when the error log file can't be opened.
2001-01-08  Greg Steinseems nobody is using sethostent()
2001-01-07  Ben LaurieKeep Greg happy.
2001-01-07  Ben LaurieStrip trailing stuff from mime types.
2001-01-07  Ben LaurieNote hooks->handlers change.
2001-01-07  Ben LaurieMake handlers use hooks.
2001-01-07  Ben LaurieFor some reason the chartables.c target requires a...
2001-01-07  Ryan BloomStop leaking sockets. This is a minimal leak, but...
2001-01-06  dgaudet- add some missing distclean targets
2001-01-06  Ryan BloomMove ap_generic_hook from the Apache include directory...
2001-01-06  David ReidThis file needs to be renamed from config.m4 to config5...
2001-01-05  Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
2001-01-05  Ryan BloomStop copying file names that we get from apr_file_t...
2001-01-05  David ReidAdd a needed header file. This is another of the patch...
2001-01-05  David ReidAs we now use pools in the logging of the failure to...
2001-01-04  Allan K. Edwardseliminate entries from libhttpd.def that are also in...
2001-01-04  David ReidThis stops a segfault on my machine where I haven't...
2001-01-04  Allan K. EdwardsFix typo that messed up dependencies and broke the...
2001-01-04  Jeff TrawickGet rid of some warnings on Tru64 and OS/390. void...
2001-01-04  Jeff TrawickSet up stderr logging explictly early in initialization...
2001-01-04  Eric Choletfix spelling
2001-01-03  Allan K. Edwardsmake Windows build aware of export variable name change :
2001-01-03  Jeff Trawickmod_cgi: Fix some problems where the wrong error value...
2001-01-03  Joshua Slivetypo.
2001-01-03  Jeff TrawickPass a valid pool to apr_create_lock().
2001-01-03  Jeff TrawickMake a brief note about recent EBCDIC fixes.
2001-01-02  Jeff TrawickEBCDIC: Fix some byterange protocol data translation.
2001-01-02  Jeff TrawickGet mod_so to build again by including apr_general...
2001-01-02  Ryan BloomChange a bunch of mallocs in mod_cgid to apr_palloc...
2001-01-02  Ben LaurieGeneric hooks (and a demo content filter module).
2001-01-02  Ryan BloomSimplify the lingering close logic a bit. Doesn't...
2001-01-02  Doug MacEachernadd dump_{bucket,brigade} macros
2001-01-02  Ryan BloomModify a couple of calls to ap_log_error with a NULL...
2001-01-01  Ryan BloomRemove AP_USE_MMAP_FILES, it doesn't really control...
2001-01-01  Ryan BloomWe never use MMAP_SEGMENT_SIZE, and we are better off...
2001-01-01  Ryan BloomWhen we are starting the server, we have a pool that...
2000-12-31  Ryan BloomWe have a pool in this function, and log_error_core...
2000-12-31  Ryan BloomUse a real pool to dup the error log file descriptor.
2000-12-31  Ben LaurieRM was not defined. Just use rm instead.
2000-12-31  Greg Steinfix the path
2000-12-31  Greg Stein*) simplify config file list construction (especially...
2000-12-30  David ReidAdd BeOS to hints.m4. This explains why I've been...
2000-12-30  Ryan BloomFind all config.m4 files when building generated_lists...
2000-12-30  Jeff TrawickGet rid of the "-g" on sort.
2000-12-29  Jeff TrawickFix a segfault caused by mod_ext_filter when the extern...
2000-12-29  Jeff Trawicknote some recent tweaks to bucket/brigade processing...
2000-12-29  Jeff Trawickap_content_length_filter(): if ap_save_brigade() fails...
2000-12-29  Jeff Trawickap_save_brigade() can fail, so report what happened...
2000-12-29  Jeff TrawickRecognize a downstream error as such (instead of saying...
2000-12-28  Ryan BloomBecause we can't get APR_EAGAIN from sendfile if we...
2000-12-28  Jeff TrawickOn EBCDIC machines, fix up the charset of the header...
2000-12-28  Ryan BloomWe don't want to install CVS files, but the -P option...
2000-12-28  Ryan BloomIgnore CRLF (or LF) when PEEK'ing at data on the socket...
2000-12-27  Ryan BloomLast change to get SuEXEC working again, and respecting...
2000-12-27  Ryan BloomGet SuEXEC building properly.
2000-12-27  Ryan BloomOn Unix, we do not want to use an absolute path for...
2000-12-27  Ryan BloomWe cannot set the SUEXEC_BIN directory from autoconf...
2000-12-27  Ryan BloomFix a small typo that was causing big problems.
2000-12-27  Ryan BloomMake it possible to build suexec from the top-level...
2000-12-27  Ryan BloomGet suexec compiling again.
2000-12-27  Ryan BloomWe don't want to install the CVS directory when we...
2000-12-26  Ryan BloomFinish up the config.m4 file overhaul, so that we can...
2000-12-26  Ryan BloomMove the config.m4 file to config5.m4 in the generators...
2000-12-26  Ryan BloomAllow buildconf to find the config.m4 files in the...
2000-12-23  Ryan BloomTime for bed soon. :-)
2000-12-23  Ryan BloomGet mod_cgid to use apr calls for creating the actual...
2000-12-23  Ryan BloomAllow SuExec to be configured from the ./configure...
2000-12-23  Greg Steinget the layout from the right directory
2000-12-23  Greg Steinand some background for why --disable-shared was added...
2000-12-23  Ryan BloomUpdate the Readme and Install docs to reflect 2.0 a...
2000-12-22  Ryan BloomIf we get EAGAIN returned from apr_sendfile, then we...
2000-12-22  Ryan BloomBinbuild.sh works again, so remove the STATUS item.
2000-12-22  Greg SteinBack out the .libs thing from the aprutil linking....
2000-12-22  Ryan BloomAllow the auth modules to load into the server.
2000-12-22  Greg Steinbe gone, fool!
2000-12-22  Greg Steinminor correction to libexecdir for the standard Apache...
2000-12-22  Ryan BloomCleanups so that the support programs build cleanly...
2000-12-21  Joshua SlivePlace a note in some of the files that contain obsolete...
2000-12-21  William A.... OPTIONS request crashed server, this fixes it
2000-12-21  William A.... Last of the Win32 goodness I've noticed
2000-12-21  William A.... Simplify and order the dependencies as well as possible.
next