]> granicus.if.org Git - apache/history - server/core.c
Start with the presumption that canonical_filename is not likely to be set.
[apache] / server / core.c
2001-08-23 William A. Rowe Jr Start with the presumption that canonical_filename...
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-19 Ryan BloomUpdate the Apache code to account for the XtOffset...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-02 Ryan BloomAdd the ability to extend the methods that Apache under...
2001-08-01 William A. Rowe Jr This patch fixes more untold breakage than you can...
2001-07-30 William A. Rowe Jr Provide the same optimization to the dir_config struc...
2001-07-28 William A. Rowe Jr More obsessive changes to meet HTML 3.2, HTML 4.01...
2001-07-25 William A. Rowe Jr Cliff's most sane advise :-)
2001-07-25 William A. Rowe Jr This same patch is needed in mod_asis and others...
2001-07-24 William A. Rowe Jr Changes to respect the new apr bucket and brigade...
2001-07-18 Ryan BloomMake scoreboard creation a hook. This allows management
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-06-27 Cliff Woolley*) Account for the new pool parameter to apr_bucket_fil...
2001-06-18 Jeff TrawickAs with Apache 1.3, use priority APLOG_INFO (instead...
2001-06-14 Ryan BloomBack out the change to allocate files out of the main...
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-08 Ryan BloomWe need to increment i during this for loop. Without...
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-05 Greg SteinFix a bug in the input handling. ap_http_filter() was...
2001-05-02 Bill StoddardSet the conn_rec->aborted flag when we detect a whacked...
2001-05-01 Ryan BloomFix the logic for saving data onto the heap before...
2001-05-01 Ryan BloomAP_MIN_BYTES_TO_WRITE currently equals APR_BUCKET_BUFF_...
2001-05-01 Greg SteinAdd a comment about an assumption we make in our keepal...
2001-04-29 Ryan BloomCreate Files, and thus MMAPs, out of the request pool...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-04-04 David ReidMove the error logging of a failed send into the core...
2001-04-03 David ReidThis adds some simple error logging to send_the_file...
2001-03-25 Doug MacEachernchange create_request hook to RUN_ALL/return int so...
2001-03-22 Jeff TrawickFix a major security problem with double-reverse lookup...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-09 Jeff Trawicktweak ap_get_remote_host() so that the caller can find...
2001-03-04 Ryan BloomMove more code from the http module into the core serve...