]> granicus.if.org Git - apache/shortlog
apache
2000-06-27 Ryan BloomMove the checks for bcopy and memmove down to APR....
2000-06-27 Jim JagielskiOne bug and one fluff: need to use the '.' shell `...
2000-06-27 Jim JagielskiMake sure to get the required vars for the config.guess...
2000-06-27 Jim JagielskiWe need to preload first, before running any other...
2000-06-27 Ryan BloomFix the configure script. If a either the mpmt_pthread...
2000-06-27 Ryan BloomDetect libraries based on which platform configure...
2000-06-26 Jeff TrawickRemove const from ap_socket_t parameters on APR functio...
2000-06-26 Jeff TrawickFix the type of the 5th argument to iol_sendfile().
2000-06-26 David ReidLarge tidy up of the beos mpm. this brings in a lot...
2000-06-26 Jeff Trawickmention a newly-available patch from Jim Winstead
2000-06-26 Greg Stein"kick the baby!"
2000-06-25 Doug MacEachernallow apxs to be run from the source tree, before insta...
2000-06-25 Doug MacEachernparms needs err_directive incase execute_now() returns...
2000-06-25 Ryan BloomSince we are initializing the status variable, use...
2000-06-25 Jeff TrawickQuiet an unhelpful gcc warning which said that stat...
2000-06-25 Brian HavardClean up some warnings by including appropriate headers &
2000-06-24 Ryan BloomFix a couple of const warnings on Linux. This basicall...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-24 Greg Steinhttp_request.[ch]:
2000-06-24 Jeff TrawickBug fix:
2000-06-24 Jeff TrawickLog errors from ap_accept().
2000-06-24 Jeff TrawickFix a few problems checking and logging errors in prefork.
2000-06-24 Jeff TrawickOS/390 needs arpa/inet.h for htonl().
2000-06-23 Jeff TrawickFix a couple of problems associated with recognizing...
2000-06-23 Jeff TrawickClean up the APR-ization of the pipe of death.
2000-06-23 Ryan BloomFix the mpmt_pthread MPM to use an APR pipe for the...
2000-06-23 Jeff TrawickBring back the hokey call to ap_create_tcp_socket(...
2000-06-23 Bill StoddardProperly detect the existance of send_file() on AIX
2000-06-23 Ryan BloomModify the dexter MPM to use an APR pipe for the pipe...
2000-06-22 Ryan BloomRemove select checks from Apache config. These checks...
2000-06-22 Ryan BloomCommit a few changes to the mpmt_pthread and dexter...
2000-06-22 Allan K. EdwardsGet Win32 building after yesterday's patch to make...
2000-06-22 Ryan BloomMake dexter use the ap_poll API. This change is forced...
2000-06-22 David ReidAdd the EXTRA_LIBS to get apache building on BONE again...
2000-06-22 Ryan BloomRemove a few unnecessary calls to select. These calls...
2000-06-22 David ReidCut free mpm_common.c from ap_max_daemons_limit as...
2000-06-22 David ReidCorrect the pid that's being stored in the child_table...
2000-06-22 David ReidSmall change in an effort to get restarts working corre...
2000-06-22 David ReidAdd the ap_get_max_daemons to dexter, prefork and spmt_...
2000-06-21 Ryan Bloomstop defining ap_scoreboard_fname multiple times in...
2000-06-21 Ryan BloomStop defining ap_scoreboard_fname twice in the Dexter MPM
2000-06-21 Ryan Bloom#undef strchr and strrchr when in maintainer mode....
2000-06-21 Jeff TrawickFix error messages issued from MPMs which explain where...
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Ben LaurieConvert module and fix warnings.
2000-06-20 Ben LaurieFix warnings (we really need typesafe arrays, y'know).
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Ben LaurieFix warning.
2000-06-20 Ryan BloomBlue Skies.....
2000-06-20 Jeff Trawickap_create_pipe was changed to return a pipe with both...
2000-06-20 William A.... Correct the problem where the only local host name...
2000-06-20 Ryan BloomRemove unixd_detach function, because it is provided...
2000-06-20 Ryan BloomFix a typo.
2000-06-20 Ryan BloomFix detection of sigwait prototype for NetBSD.
2000-06-20 David ReidThe new beos mpm. This is the first pass but will...
2000-06-20 Jeff Trawickignore some generated files in pcre and modules/proxy
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-06-20 Roy T. FieldingRemoved the pointless ap_is_aborted macro.
2000-06-20 William A.... This Win32 patch adds the key HKCR/filetype/shell...
2000-06-20 William A.... This patch disallows bogus args to the ScriptInterpre...
2000-06-20 William A.... This patch solves several specific issues:
2000-06-19 Jeff Trawickfix compile warning
2000-06-19 David ReidUpdate mpm_common to work with the latest BeOS version...
2000-06-19 Bill StoddardGet rid of more compiler warnings.
2000-06-19 Bill StoddardGet rid of a compiler warning.
2000-06-19 Bill StoddardEliminate warning.
2000-06-19 Allan K. EdwardsAdd notes field to conn_rec
2000-06-19 Jeff TrawickUse the new command-handler initializer macros in dexter;
2000-06-19 Jeff TrawickRepair C++ compatibility in ap_config.h, apr_file_io.h,
2000-06-19 Jeff TrawickUse the new command-handler initializer macros in prefork;
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_auth;
2000-06-18 David ReidFirst pass at documentation for the debugging options...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
2000-06-18 Jeff TrawickMake unixd_config.user_name const char * instead of...
2000-06-18 Jeff TrawickProvide some more missing initializer macros for when...
2000-06-17 Ben LaurieMore command handlers.
2000-06-17 William A.... Time for these to be gone? I'd say it's long past :)
2000-06-17 William A.... Get Apache building on Win32
2000-06-17 William A.... Time to jump back into 2.0 again... here are yesterda...
2000-06-17 Ben LaurieMore command handler updates.
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Ben LaurieConstification.
2000-06-17 Ben LaurieFix warnings.
2000-06-17 Jeff TrawickFill in missing implementations of AP_INIT_whatever...
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-17 David Reidap_pool_join is a debugging function so remove it.
2000-06-17 Greg Steinreduce some code redundancy / simplify.
2000-06-17 Greg Steinap_bvputs() is a misnomer; introduce ap_bputstrs()
2000-06-16 Jeff TrawickBuffering for config file reads is now enabled.
2000-06-16 Jeff TrawickTurn on buffering for config file reads. This is depen...
2000-06-16 Jeff TrawickFix segfault when reporting this type of syntax error:
2000-06-15 Jeff TrawickRebuild Apache and APR configure scripts when lib/apr...
2000-06-15 Jeff TrawickInclude the proper header file (under X/Open, at least...
2000-06-15 Tony FinchPrevent the source code for CGIs from being revealed...
2000-06-14 Jeff TrawickAdd support to ap_xlate_open() for an app to specify...
2000-06-14 David ReidAdd sys/time.h to mpm_common to include define of timeval.
2000-06-14 David ReidTidy up the beos mpm by
next