]> granicus.if.org Git - apache/shortlog
apache
2001-06-12 Bill StoddardExtend mod_setenvif to support specifying regular expre...
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. OrlikowskiSINGLE_LISTEN_UNSERIALIZED_ACCEPT applies to every...
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-11 Cliff WoolleySilence gcc warning about rv being used when possibly...
2001-06-10 Bill StoddardFix look in htdigest. Reimplemented getline to work...
2001-06-10 William A.... Whoops, wanted the original unix language, not win32...
2001-06-10 William A.... Bring win32 and the rest of the world into sync,...
2001-06-10 William A.... Two duplicate working cvs copies down, several to go.
2001-06-10 William A.... Now that it works, adjust the conf appropriately.
2001-06-10 William A.... Was certain I had committed this. Position the score...
2001-06-09 Bill StoddardEnable SetEnvIf to handle taking a regex on the header...
2001-06-09 Victor J. OrlikowskiUpdating docs to change around the order of extern and
2001-06-09 Victor J. OrlikowskiWooHoo!
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. OrlikowskiSlight Clean-up.
2001-06-09 Victor J. OrlikowskiAdd the missing AP[RU]_DECLARE_DATA symbols to httpd...
2001-06-09 Victor J. OrlikowskiOrdering changes, for detection's sake.
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. OrlikowskiGreg was right, I was wrong.
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 Chuck Murckomoved CHANGES here
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-08 David ReidSmall change to pass full paths instead of relatives.
2001-06-07 Victor J. OrlikowskiClean out httpd.exp when cleaning up.
2001-06-07 Victor J. OrlikowskiIgnore the now-irrelevant httpd.exp.
2001-06-07 Victor J. OrlikowskiOn the trail to getting make_export.awk pull in the...
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 Jeff Trawickfix a thread-safety bug by using apr_strtok() instead...
2001-06-07 Victor J. OrlikowskiA little cloudy, but clearing...
2001-06-07 Greg Steincorrect the back-out of this change. it used to be...
2001-06-07 Victor J. OrlikowskiOoopsie. Some unintended things slipped in.
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 Yoshiki HayashiPort typo fix from 1.3.
2001-06-07 Jeff Trawickback out bogus "fix" for subrequest buckets using wrong...
2001-06-07 Jeff Trawickthe subrequest pool issue wasn't recent breakage so...
2001-06-07 Jeff Trawickimplement Ryan's suggested fix for buckets associated...
2001-06-07 Jeff Trawickdon't add BYTERANGE, CONTENT_LENGTH, or HTTP_HEADER for
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 Chuck MurckoUse apr-util's date functions now
2001-06-06 Ryan BloomMake mod_echo use filters for all communication with...
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-06 Jeff Trawickfilters should return APR status codes
2001-06-06 Jeff Trawickinitialize local condition_var var to keep garbage...
2001-06-06 Jeff Trawickap_getword_conf wants const char **, not char **
2001-06-05 Bill StoddardExtend mod_headers to support conditional driven Header
2001-06-05 Jeff Trawickit's hot out there
2001-06-04 Ryan BloomFix the reset_filters function. If we set r->output_fi...
2001-06-04 Cliff WoolleyFurther explain the custom bucket types idea for mod_fi...
2001-06-04 Bill Stoddardmod_file_cache brokeness
2001-06-04 Jeff Trawickvoid * isn't compatible with a function pointer; deal...
2001-06-04 Ryan BloomFix some broken logic in the prefork MPM. Basically...
2001-06-03 Ben LaurieDoxygenation.
2001-06-03 Ben LaurieFunction declaration must be a prototype.
2001-06-02 Jeff Trawickmention another problem experienced on daedalus using...
2001-06-01 Graham LeggettOptimise reset_filter() in http_protocol.c
2001-06-01 Bill StoddardExtend Header add|set|append support to accept format...
2001-06-01 Bill StoddardReturn "1" to apr_table_do()
2001-06-01 Graham LeggettAdd a check to ap_die() to make sure the filter stack...
2001-06-01 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-06-01 Bill StoddardUpdate doc with info on Header echo directive
2001-06-01 Bill StoddardAdd the 'echo' option to mod_headers Header directive...
2001-05-31 Jeff Trawickhandle the SERVER_IDLE_KILL state in some of the Extend...
2001-05-30 Jeff Trawicka worker being cleaned up is not processing a request...
2001-05-30 Martin KraemerAdd png's
2001-05-30 Martin KraemerAdd description strings for AuthDb*File
2001-05-30 Martin KraemerAdd RequestHeader
2001-05-30 Martin KraemerFix broken #target
2001-05-30 Martin KraemerFirst step at stamping out gif's: convert them to png
2001-05-30 Martin KraemerFirst step at stamping out gif's: convert them to png
2001-05-30 Doug MacEachernback out filter change that is preventing headers to...
2001-05-28 Ben LaurieRemove many redundant semicolons.
2001-05-28 Ben LaurieMerging was bollocks.
2001-05-28 Ben LaurieDoxygenation.
2001-05-28 Yoshiki HayashiTypo fix.
2001-05-27 Ben LaurieUtility to list available hooks.
2001-05-25 Ralf S. Engelschallmod_ssl status
2001-05-23 Victor J. OrlikowskiChange strtok() calls to use apr_strtok().
2001-05-23 Jeff Trawickexport apr_strtok() too
2001-05-23 Jeff Trawickinclude/ap_compat.h tested and set APR_COMPAT_H instead...
2001-05-23 William A.... One drawback to .dsps, nobody watches the command...
next