]> granicus.if.org Git - apache/history - server/protocol.c
Move the addition of default AP_HTTP_HTTP_HEADER filters to the
[apache] / server / protocol.c
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 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-07 Jeff Trawickfix the type of a parameter to ap_get_brigade()
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-04-26 Roy T. FieldingRemoved the keptalive boolean from conn_rec because...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-18 Ryan BloomDon't overwrite r->the_request. This was causing us...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-03-25 Ryan BloomMove ap_set_last_modified to the core. This is a poten...
2001-03-21 Greg Amesback out the logging of read errors in getline. daedal...
2001-03-20 Jeff TrawickEmpty out the brigade shared by ap_getline()/ap_get_cli...
2001-03-19 Jeff TrawickHandle ap_discard_request_body() being called more...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-16 Bill StoddardAvoid using sscanf to determine the HTTP protocol number in
2001-03-07 Ryan BloomFix content-length computation. We ONLY compute a...
2001-03-05 Ryan BloomMake the old_write filter use the ap_f* functions for...
2001-02-28 William A. Rowe Jr Another missing AP_DECLARE mismatch
2001-02-26 Ryan BloomBegin to move functions from the http module to the...