]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-01-15  Jeff Trawickavoid warnings on systems where apr_size_t isn't int...
2001-01-15  Jeff TrawickFix an endless loop in ab which occurred when ab was...
2001-01-15  Martin KraemerChange everything to The Apache Software License 1.1
2001-01-15  Jeff Trawick Fix a segfault in ap_http_filter(). I hit the segfaul...
2001-01-15  Yoshiki HayashiBackport documentation about Include som-dir usage...
2001-01-13  William A.... That's not a -D'ef - its an envar - you can't pass...
2001-01-13  William A.... Eliminate a warning, pid is an int.
2001-01-13  William A.... Lay it on the table
2001-01-13  William A.... Clearly the last patch is the -wrong- solution for...
2001-01-12  Bill StoddardFix a comment
2001-01-12  Ryan BloomAdd a note about the ap_r* problem with regard to buckets
2001-01-12  Jeff Trawickopen_postfile():
2001-01-12  Greg SteinFix a problem found by Ryan when deleting collections...
2001-01-12  Greg SteinI only suggested a scheme. Ryan did the work.
2001-01-12  Jim JagielskiNot the best explanation, but at least the start of one
2001-01-12  Jim JagielskiDocument the changes in how
2001-01-12  Jim JagielskiGet some sleep. sh != C
2001-01-12  Jim JagielskiAvoid confusion at times when someone may
2001-01-12  William A.... Build was broken on some pure unixish awks, this...
2001-01-12  Ryan BloomRemove a couple more NULL handler specifications.
2001-01-12  Ryan BloomStop using environment variables to set ONE_PROCESS...
2001-01-12  Jim JagielskiPer suggestion, tuck NOTEST_* in config_vars.mk. Yep...
2001-01-11  Tony Finchnote that rewrite map expansions work in rewriteconds
2001-01-11  Jeff Trawickget rid of an unused variable
2001-01-11  Jim JagielskiMy bad... don't need the quotes here
2001-01-11  Jim JagielskiFold into all Makefiles
2001-01-11  Jim JagielskiBegining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff.
2001-01-11  Bill StoddardIt is not sufficient to reset the file pointer before...
2001-01-11  Bill StoddardChange some INFO messages to DEBUG messages. Cleanup...
2001-01-11  Yoshiki HayashiFix typo in anchor name.
2001-01-11  Yoshiki HayashiFix typo in anchor. Link to mod_so.html#loadmodule...
2001-01-11  Ryan BloomAdd a quick note about external modules.
2001-01-11  Jeff Trawickback out the previous change, which broke FreeBSD 3...
2001-01-10  Joshua SliveFix a typo in an example and make a slight clarificatio...
2001-01-10  Greg Stein"Well, hello! Gay now!"
2001-01-10  Jeff Trawickupdate some references to the old prefix/libexec directory
2001-01-10  Jeff Trawickonly handle the request if server-info is the handler
2001-01-10  David ReidTidy up the beos mpm a little.
2001-01-10  Jeff Trawickget mod_info working again (mostly)
2001-01-10  Brian HavardLibtool takes care of the lib prefix so get rid of...
2001-01-09  Ken Coar This sets an example for this type of module, so let...
2001-01-09  Ken Coar Minor typo fix.
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.
next