]> granicus.if.org Git - apache/shortlog
apache
2001-03-03 Greg Steinpurple, yellow, and aqua.
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-03-02 Jeff TrawickIn ap_method_in_list(), fix a typo which inadvertently...
2001-03-02 Jeff Trawickget rid of unused parameter filename to function get_req()
2001-03-02 Jeff Trawickno need to calculate the config file name in display_in...
2001-03-02 Jeff Trawickget rid of unused variable b_copy in function handle_echo()
2001-03-02 Jeff TrawickBack out an unintended commit from a minute ago. Ouch!
2001-03-02 Jeff TrawickUse the proper enum for the block/non-block parameter...
2001-03-02 Jeff Trawickin rfc1413_query():
2001-03-02 Jeff Trawickfix the type of ap_my_pid and make it static since...
2001-03-02 Greg Amesfix make install so that suexec is installed where...
2001-03-02 Ryan BloomModify mod_include to send blocks of data no larger...
2001-03-02 Ryan BloomFix mod_info, so that <Directory> and <Location> direct...
2001-03-01 Greg SteinDon't directly include ap_config_auto.h directly. It...
2001-02-28 Jeff TrawickFix a problem displaying status when a threaded MPM...
2001-02-28 Jeff TrawickPass the correct worker thread id to worker_thread...
2001-02-28 William A.... More crufty stuff
2001-02-28 William A.... Crufty stuff now gone [Ben indicated this was a first...
2001-02-28 William A.... Moved to modules/arch/win32/
2001-02-28 William A.... Hmmm... missed one. There has to be a better home...
2001-02-28 William A.... Goodbye ap_send_http_header
2001-02-28 William A.... Another missing AP_DECLARE mismatch
2001-02-28 Eric Choletuse ISO-8859-1
2001-02-28 Greg Steincore_pre_config isn't needed
2001-02-28 Cliff WoolleyRemove references to apr_bucket_init_types() and
2001-02-28 Chris PepperAdjusted links for files being moved into platform...
2001-02-28 Chris PepperMore entity quoting.
2001-02-28 Chris PepperSome cleanup on the 2.0 FAQ carried over from 1.3....
2001-02-27 Joshua SliveMove link on httpd command line documentation. Add...
2001-02-27 Joshua SliveSome details on mod_rewrite variables.
2001-02-27 Cliff WoolleyUpdate to reflect the absence of the apr_bucket_shared
2001-02-27 Bill StoddardFix Windows compile breaks caused by mod_core.h foobar
2001-02-27 Jeff Trawicktrap a couple of initialization errors related to the...
2001-02-27 Rich BowenApplied patch from 1.3 tree - added link back from...
2001-02-27 Greg Steinum. hello?! doesn't the work "private" mean anything...
2001-02-26 Greg Amesfinally figured out why that word looked funny - can...
2001-02-26 Greg Amesinsure that canned error msgs are translated to ascii...
2001-02-26 Ryan BloomAdd config directives to override the DEFAULT_ERROR_MSG and
2001-02-26 Ryan BloomGet mod_cgi building again after moving a bunch of...
2001-02-26 William A.... Comment out some bogosity, and prepare for substituti...
2001-02-26 William A.... cold and damp in Chicago tonight, turning colder...
2001-02-26 William A.... All but proxy_module can be loaded and shut down...
2001-02-26 Ryan BloomBegin to move functions from the http module to the...
2001-02-26 William A.... Hmmm... ap_release.h is a good file to list in the...
2001-02-26 Jeff TrawickGet rid of APACHE_CHECK_SIGWAIT_ONE_ARG.
2001-02-25 Jeff Trawicknice to compile for a change
2001-02-25 Cliff WoolleySimplify by using apr_bucket_delete(e) where possible.
2001-02-25 William A.... A patch to clean up much bogusity in Win32. Eliminat...
2001-02-25 William A.... The only thing about perl that drives me crazy, how...
2001-02-25 William A.... Ok ... .mak files are nasty. Here's a bit to clean...
2001-02-25 William A.... Whoops ... if I'm enabling mod_info to build on Win32...
2001-02-25 William A.... A little transformation for rbb's reorg of this morning.
2001-02-25 William A.... Pay no attention to the man behind the curtain.
2001-02-25 William A.... Bring in the expat.lib into the static aprutil.lib...
2001-02-25 William A.... Add the expat.mak to the command-line build
2001-02-25 William A.... Fix the build schema : add a library version, expat...
2001-02-25 Ryan Bloom2.0.13 is tagged, so bump everything for 2.0.14
2001-02-25 Ryan BloomBump to 2.0.13 for a tag and roll
2001-02-25 Ryan BloomRemove the APACHE_RELEASE macro. We never use it in...
2001-02-25 Bill StoddardFix Windows compile break caused by move of error_bucket.c
2001-02-25 Ryan BloomFix a compile break on OS/2, by adding apr_general...
2001-02-25 Ryan BloomAdd a note about the lack of threads on FreeBSD to...
2001-02-25 Ryan BloomDon't assume that the byterange filter will always...
2001-02-25 David ReidUse a better format type for sizeof. This stops a...
2001-02-25 Ryan BloomMove the error_bucket definition from the HTTP module...
2001-02-25 William A.... Refresh all .mak files should we choose to roll again...
2001-02-25 William A.... Begin to fix the build schema changes for apr-util
2001-02-25 Greg Steinfix typo
2001-02-25 William A.... Reconsidered the wisdom of this change... back to...
2001-02-25 William A.... Clean up namespace badness with s/configfile_t/ap_con...
2001-02-25 William A.... A remnant of apr_pcfg_getc()
2001-02-25 William A.... No MMN bump in ages - time to start codifing this...
2001-02-25 Jeff Trawickuse the right fmt string for finfo.size
2001-02-24 Ryan BloomTag is done, update the source tree
2001-02-24 Ryan BloomUpdate the version string before the roll.
2001-02-24 Greg Steindo the redirection for GET requests only
2001-02-24 Jeff Trawickinclude apr_lib.h for apr_isspace() definition
2001-02-24 Ryan BloomWe need to build expat-lite before APR-utils, so just...
2001-02-24 Greg Steinmove the _rini stuff into bs2login.c (the only user)
2001-02-24 Greg SteinShift XML handling code from Apache down into APRUTIL
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-24 Greg Steinclean out some old crud from ap_config.h
2001-02-24 Greg Steintoss ENUM_BITFIELD. used in one place (but didn't need...
2001-02-24 Brian HavardFix initialization of thread_control[...].generation.
2001-02-23 Bill StoddardModify mod_file_cache to save pre-formatted strings for
2001-02-23 Doug MacEachernremove ap_{post_config,child_init}_hook
2001-02-23 Ryan BloomRemove the b1 description from ap_release. It doesn...
2001-02-23 Greg Steinuse apr_off_t and APR_OFF_T_FMT (for portability to...
2001-02-23 Jeff Trawickfix a warning in a call to apr_psprintf()
2001-02-23 Jeff TrawickWork on a BSD/OS system where GNU make is used instead...
2001-02-23 Brian HavardClean up a bunch of incompatible pointer type warnings.
2001-02-23 Joshua SliveTypo.
2001-02-23 Jeff TrawickGet it to build on FreeBSD by dropping <stropt.h>....
2001-02-23 Ryan BloomNamespace protect IOBUFSIZ since it is a public symbol.
2001-02-22 Ryan BloomUse "Basic" authentication instead of "basic" in ab...
2001-02-22 Jeff Trawickget the last worker in a given child initialized properly
2001-02-22 Ryan BloomFix a seg fault in mod_userdir.c. We used to use the...
2001-02-22 Jeff TrawickBack down the default number of initial threads created...
2001-02-22 Ryan BloomRemove a semicolon from a macro. This makes things...
2001-02-22 Jeff Trawickclean up a call to apr_psprintf() (trailing NULL not...
next