]> granicus.if.org Git - apache/shortlog
apache
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.
2000-12-21 William A.... All the supports now build on APR (+APRUTIL), no...
2000-12-21 William A.... This should build entirely with APR support.
2000-12-21 William A.... This should build entirely with apr/aprutil support
2000-12-21 William A.... This program should run entirely without ap_config...
2000-12-21 William A.... More Win32 Goodness
2000-12-21 William A.... Win32 Goodness
2000-12-21 William A.... Allow the server to run in the bin/ subdirectory...
2000-12-21 Ryan BloomFill out some docs for the MPMs. The content is there...
2000-12-21 Greg Steinforgot to axe this line a couple commits ago, when...
2000-12-21 Greg Steinno content change. just reflow.
2000-12-21 Greg Steinbunch of random updates... this file still had a lot...
2000-12-21 William A.... Given the delay, it's time to put the binaries where...
2000-12-21 Joshua SliveSmall update to add reference to developer docs
2000-12-21 Joshua SliveA few small changes to bring this up to 2.0.
2000-12-21 Joshua SliveBring the vhost directory into the current century.
2000-12-21 Ryan BloomUpdate the release schedule.
2000-12-21 William A.... Document the Win32 .so change. Time to rest the...
2000-12-21 William A.... Warnings for users, start filling this up before...
2000-12-21 William A.... Add known bugs to Announcement in preparation for...
2000-12-21 Ryan BloomFix a 1.3 to 2.0.
2000-12-21 Ryan BloomFix two references to the wrong files in binbuild.sh
2000-12-21 William A.... Out of the sandbox and into prime time. Note......
2000-12-21 Allan K. Edwardsprevent crash when connection closed before complete...
2000-12-21 William A.... Back out the target path change from serverroot\bin...
2000-12-21 Ryan BloomActually link apr-util's .a file, instead of relying...
2000-12-21 William A.... Correction, commited the vc5. Need vc6 in the tree...
next