]> granicus.if.org Git - apache/history - server
Use the autoconf variable "host" consistently for platform checks.
[apache] / server /
2001-07-09 Bill StoddardRecover from some APR cont --> pool conversions by...
2001-07-09 Ryan BloomAllow all parts of Apache 2.0 to build when --srcdir...
2001-07-06 Bill StoddardGrrr.. Cliff warned me about this. APR should return...
2001-07-06 Bill StoddardAdd error message and return if we fail reading from...
2001-07-06 Bill Stoddardemulate_sendfile() is a better name for what this funct...
2001-07-06 Bill StoddardReimplement content length filter to fix problem where...
2001-07-05 Bill StoddardDo non-blocking reads from pipes in the content-length...
2001-07-04 David ReidHaving gone through and expnaded out the hook macro...
2001-07-03 Ryan BloomFix the forking/killing logic in the threaded MPM....
2001-07-03 Ryan BloomThis fixes the problem of the server not starting new...
2001-07-01 Ryan BloomFix the threaded MPM perform_idle_server_maintenance...
2001-06-28 Jeff Trawickfix some warnings (mostly unused variables)
2001-06-28 Ryan BloomFix the big issue with the threaded MPM. We no longer...
2001-06-28 William A. Rowe Jr Refresh .mak files for tagging 2.0.19
2001-06-27 William A. Rowe Jr Testing reveals a nasty side effect of this aftn...
2001-06-27 William A. Rowe Jr Pull harry, difficult to read sub_req_common_validati...
2001-06-27 William A. Rowe Jr Here, finally are a few cleanups of my fat fingers.
2001-06-27 William A. Rowe Jr Now, introduce ap_sub_req_lookup_dirent() for process...
2001-06-27 William A. Rowe Jr Pull the common cruft from ap_sub_req_lookup_*()...
2001-06-27 William A. Rowe Jr Sorry, second pass, working on legibility. This...
2001-06-27 William A. Rowe Jr Revert changes in 1.7, I had applied the patch incorr...
2001-06-27 Cliff Woolley*) Account for the new pool parameter to apr_bucket_fil...
2001-06-27 William A. Rowe Jr Move duplicated rnew cloning from apr_ap_sub_req_look...
2001-06-27 William A. Rowe Jr Add additional query datum to the MPMs.
2001-06-27 Jeff Trawickhide the generation of the httpd.exp header from the...
2001-06-27 Jeff Trawickget strcasecmp() prototype available on AIX
2001-06-26 Jeff Trawickadd the AcceptMutex directive to the perchild MPM
2001-06-26 Jeff Trawickadd support for the AcceptMutex keyword to the threaded MPM
2001-06-26 Jeff Trawickget rid of a duplicate assignment of ap_server_conf
2001-06-26 Jeff Trawickadd the AcceptMutex directive and related processing...
2001-06-26 Jeff Trawickfix a comment describing how we kill off a single child...
2001-06-19 Cliff WoolleyThe bucket_foo_create() functions do not need to use...
2001-06-18 Cliff WoolleyRemove a duplicated check for -DONE_PROCESS
2001-06-18 Jeff TrawickAs with Apache 1.3, use priority APLOG_INFO (instead...
2001-06-16 Brian HavardOS/2: Automate export of global variables from core.
2001-06-15 Jeff TrawickFix brokenness when ThreadsPerChild is higher than...
2001-06-14 Ryan BloomBack out the change to allocate files out of the main...
2001-06-14 Jeff Trawickfix some more signalling issues:
2001-06-14 Jeff TrawickFor SIGHUP in the server processes, we attempt to go...
2001-06-14 Jeff Trawickfix a bad call to ap_log_error (missing the errno/apr_s...
2001-06-14 Jeff Trawickcatch SIGWINCH in the parent process and set appropriat...
2001-06-14 Jeff Trawickfix a format string used for apr_status_t
2001-06-13 Greg SteinDefine a hook for fetching management/status items.
2001-06-13 Ryan BloomAdd a pool to the ap_save_brigade prototype. This...
2001-06-12 Greg AmesFix seg faults and/or missing output from mod_include...
2001-06-12 Jeff Trawickfix the bindprocessor() code selection; we need to...
2001-06-12 Jeff Trawickget threaded.c to compile on non-AIX systems which...
2001-06-11 Victor J. OrlikowskiClean up formatting.
2001-06-11 Victor J. OrlikowskiMake the processor unbinding/re-binding stuff on AIX...
2001-06-11 Jeff Trawickback out a change from last week that reversed the...
2001-06-11 Victor J. OrlikowskiDocument the fact that this is now an autogenerated...
2001-06-09 Victor J. OrlikowskiMake this little hack slightly more palatable.
2001-06-09 Victor J. OrlikowskiStill needs to be built, though.
2001-06-09 Victor J. OrlikowskiNo, libtool shouldn't build this. :p
2001-06-09 Victor J. OrlikowskixlC isn't as accepting as gcc; make things tolerable...
2001-06-09 Victor J. OrlikowskiAdd the missing AP[RU]_DECLARE_DATA symbols to httpd...
2001-06-09 Jeff Trawickpod_in shouldn't be non-blocking after all
2001-06-08 Victor J. OrlikowskiClean up this relative path too.
2001-06-08 Jeff Trawickthe input handle to the pod (used by child processes...
2001-06-08 Ryan BloomWe need to increment i during this for loop. Without...
2001-06-08 Victor J. OrlikowskiDISTCLEAN, not EXTRACLEAN.
2001-06-08 Victor J. OrlikowskiMake sure httpd.exp gets cleaned up only with a distcle...
2001-06-08 Greg SteinConvert the filter and brigade writing functions to...
2001-06-08 Ryan BloomIt helps to write to the input side of the pipe, and...
2001-06-08 Victor J. Orlikowski(A few) Small changes to pass full paths instead of...
2001-06-07 Jeff Trawicktrace failures of a couple of crucial socket calls...
2001-06-07 Jeff Trawickcheck the pod in the child at a different spot so that...
2001-06-07 Jeff Trawickimprove ap_mpm_pod_signal() by not let it loop until...
2001-06-07 Greg Stein*) Add apr_bucket_setaside_noop to use for buckets...
2001-06-07 Victor J. OrlikowskiGenerate httpd.exp on the fly.
2001-06-07 Jeff Trawickback out bogus "fix" for subrequest buckets using wrong...
2001-06-07 Jeff Trawickimplement Ryan's suggested fix for buckets associated...
2001-06-07 Ryan BloomFirst pass at the pipe_of_death logic for the prefork...
2001-06-06 Ryan BloomAdd a new request phase, for allowing management module...
2001-06-06 Jeff Trawickget rid of util_date.c/util_date.h and associated test...
2001-06-06 Jeff Trawickuse apr-util's apr_date_parse_http() instead of the...
2001-06-06 Jeff Trawicknicer to compare r->finfo.filetype with APR_NOFILE...
2001-06-04 Ryan BloomFix some broken logic in the prefork MPM. Basically...
2001-06-01 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-30 Doug MacEachernback out filter change that is preventing headers to...
2001-05-22 Roy T. FieldingMoved to the apr-util library.
2001-05-22 Roy T. FieldingLeave the uri-related clean stuff here for a few weeks.
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-21 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-20 Brian HavardSwitch to AP_INIT_* marcros for command_rec list &...
2001-05-18 Jeff TrawickFix command-line processing so that if a bad argument...
2001-05-18 Roy T. FieldingChange the make targets and rules to be consistent...
2001-05-17 Bill StoddardWin32: Enable reliable piped log support.
2001-05-17 Bill StoddardFix a segfault in apr_proc_other_child_unregister....
2001-05-16 Bill StoddardRemove calls to apr_proc_probe_writable_fds(). The...
2001-05-16 Jeff Trawickthis patch removes the warning:
2001-05-15 Paul J. RederMake first phase changes to the scoreboard data structu...
2001-05-11 Ryan BloomCleanup the reporting of incorrect end tags for contain...
2001-05-11 Victor J. OrlikowskiMore changes based on Ian's patch.
2001-05-11 Greg Amesrevert to the documented behavior of MaxRequestPerChild...
2001-05-11 Chuck MurckoAdd the AP_DECLARE()/AP_CORE_DECLARE macros on the...
2001-05-08 Doug MacEachernsurprised -Wall does not complain, but ap_scan_script_h...
2001-05-07 Jeff Trawickget the MPMs consistent w.r.t. visibility of ap_max_req...
2001-05-07 Jeff Trawickfix some generation logic/displays in mod_status by...
2001-05-07 Jeff Trawickminor scoreboard/status improvements:
next