]> granicus.if.org Git - apache/history - modules
get the last worker in a given child initialized properly
[apache] / modules /
2001-02-22 Ryan BloomFix a seg fault in mod_userdir.c. We used to use the...
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...
2001-02-22 Ryan BloomAdd a couple of GCC attribute tags to printf style...
2001-02-21 Bill StoddardBUFF is gone!
2001-02-21 Bill StoddardPerformance: apr_now() was being called for -all- reque...
2001-02-21 Ryan BloomClose the accepted socket before creating the CGI proce...
2001-02-21 Ryan BloomSplit the mod_dir fixup into two parts. The first...
2001-02-21 Ryan BloomMake mod_dir use a fixup for sending a redirect to...
2001-02-20 Victor J. OrlikowskiRevert out the build changes made last night. Ryan...
2001-02-20 Bill StoddardFix windows compile break
2001-02-20 Jeff Trawickget rid of a type mismatch warning
2001-02-20 Chuck MurckoAllow proxy to build until we fit a proper build dir
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-18 Roy T. FieldingIntermediate change of hardcoded "helpers" reference...
2001-02-18 Greg Stein- more ap_conf_vector_t fixup.
2001-02-18 Greg Steinshift some declarations over to mod_core.h where they...
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-18 Greg SteinChange a few "no" module to "most". Leave suexec: it...
2001-02-18 Ben LaurieWorking SSL/TLS! Yay!
2001-02-18 Greg Steinuse "conf" rather than "sec" for the configuration...
2001-02-18 Greg SteinRemove "no" from many APACHE_MODULE() invocations to...
2001-02-17 Ben LaurieFix a warning.
2001-02-16 Ryan BloomRemove some Makefile.libdir's. These were used by...
2001-02-16 Ryan BloomRename the mpmt_pthread module to threaded. This modul...
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-16 Ryan BloomAdd an apr_short_interval_time. This allows us to...
2001-02-15 Ryan BloomRemove the coalesce filter. With the addition of the...
2001-02-15 Ryan BloomFix the seg fault in mod_status.c. This changes the...
2001-02-15 Ryan BloomRemove some warnings from mod_status.
2001-02-14 Bill StoddardPR:
2001-02-13 Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-13 Doug MacEachernbackout name change:
2001-02-13 Doug MacEachernrename:
2001-02-13 Doug MacEacherns/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typo
2001-02-13 Jeff TrawickUse apr_want.h to get the declarations for ntohs et...
2001-02-12 Jeff Trawickinclude <arpa/inet.h> for the declarations for htons...
2001-02-12 Jeff Trawicktrailing commas in enum declarations aren't portable
2001-02-12 Jeff Trawickignore generated file modules.mk
2001-02-12 Ryan BloomAllow mod_tls to compile on Unix boxes where openssl...
2001-02-12 Chuck MurckoFix for moved macros
2001-02-12 Greg Steinsneaky for loop... make it more obvious what it is...
2001-02-12 Greg Stein*) rename apr_memdup() to apr_pmemdup()
2001-02-11 Ben LaurieWork for more than one read. Catch read errors.
2001-02-11 Ryan BloomClean up the mod_tls configure process. This should...
2001-02-11 Ben LaurieFirst cut of TLS support.
2001-02-11 Greg Steininclude "apr_signal.h" when needed
2001-02-11 Ryan BloomFix any compile breaks after moving apr_snprintf and...
2001-02-11 Ryan BloomFix a warning when compiling with GPROF
2001-02-11 Jeff Trawickclean up more warnings and link problems after the...
2001-02-10 Jeff Trawickmore module build cleanup, removing warnings and some
2001-02-10 William A. Rowe Jr Fix more module breakage from header reorg
2001-02-10 Jeff Trawickget rid of some warnings and an undefined reference...
2001-02-10 Greg Stein*) continued header revamping
2001-02-10 Greg SteinClean up some of the includes:
2001-02-10 Greg Steinhttp_conf_globals.h is gone
2001-02-10 Greg Steinmore APR-ization
2001-02-10 Ryan BloomRemove the SetFilter directive from the code. This...
2001-02-10 Bill StoddardAdd new LogFormat directive, %D, to log time it takes...
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
2001-02-10 Ryan BloomChange AddInputFilter and AddOutputFilter to SetInputFi...
2001-02-09 Jeff Trawickuse apr_size_t for file lengths; this avoids a warning...
2001-02-09 Greg Stein*) minor changes, simplifications
2001-02-09 Ryan BloomMake the header filter use the brigade buffering functi...
2001-02-08 Jeff Trawickinclude strings.h for strcasecmp()
2001-02-08 Jeff Trawickapr_make_array->apr_array_make
2001-02-08 Jeff TrawickMake a mod_auth_digest build fail in a less mysterious...
2001-02-08 Jeff Trawickget _SC_CLK_TCK defined on Tru64 (and probably some...
2001-02-08 Greg Stein*) make sure the status line is set on custom responses
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Ryan BloomFix a bug with AliasMatch. When forward fitting a...
2001-02-07 Greg SteinRevamp the CHECKOUT method handling and various support...
2001-02-07 Greg Stein$enable_dav can be one of: yes, shared, no. We want...
2001-02-07 Chuck Murckoadditions and deletions for proxy in current codebase
2001-02-07 Chuck MurckoChanges to get running on the current codebase
2001-02-06 Greg SteinBack out previous change. dav/main/config.m4 adds its...
2001-02-06 Ryan BloomWe have a poor abstraction in the protocol. This is...
2001-02-06 Ryan BloomMake sure that mod_include's post_config hook always...
2001-02-06 Jeff Trawickmove the instantiation of includes_module out of mod_in...
2001-02-06 Martin KraemerFix for dav/fs to find the mod_dav.h ionclude file
2001-02-06 Chuck Murckoupdate for the latest build system
2001-02-06 Ryan BloomIf we are in the middle of a brigade loop, we don't...
2001-02-05 Ryan BloomMove the logic for creating CGI processes from mod_incl...
2001-02-05 Bill StoddardTweak the AP_MIN_SENDFILE_BYTES. Not using sendfile...
2001-02-05 Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-05 Greg Stein*) add activity handling: OPTIONS and MKACTIVITY
2001-02-04 Bill StoddardMore mod_status work... Get Current Time, Restart Time...
2001-02-02 Bill StoddardBegin restructuring scoreboard code to enable adding...
2001-02-02 Bill StoddardShould consider APRizing the entire module. For now...
2001-02-02 Jeff Trawickavoid warning in non-AP_DEBUG build
2001-02-01 Jeff Trawickkeep mod_cgid from segfaulting on SIGHUP; it assumed
2001-02-01 Ryan BloomBring mod_status for 2.0 back in line with mod_status...
2001-02-01 Tony FinchMF 1.3 the fis for the mod_rewrite stupidity.
2001-01-31 William A. Rowe Jr Fix the remaining APR_FINFO_NORM occurances. Again...
2001-01-31 Bill StoddardThis fixes a performance problem with directory indexin...
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-31 Bill Stoddardapr_stat() in http_request.c only needs size, type...
2001-01-29 Ryan BloomClean up the cgid module now that it supports suexec.
2001-01-29 Jeff Trawickfix gcc warning
next