- add HTTP_URL_STRIP_ALL constant
[m6w6/ext-http] / http_message_api.c
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-03  Michael Wallner- unroll http_message_dup()
2006-02-16  Michael Wallner- fixed message chain order in HttpRequest::getHistory()
2006-02-14  Michael Wallner- save some time by reversing on the message level
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-20  Michael Wallner- add HttpMessage::toMessageTypeObject()
2006-01-19  Michael Wallner- add internal http_message_set_info()
2006-01-19  Michael Wallner- some housekeeping
2006-01-06  Michael Wallner- zlib's compress has nothing to do with *nix compress
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- s/uri/url/gi
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-20  Michael Wallner- don't call into ext/zlib any longer
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-18  Michael Wallner- fix inclusion of zlib.h
2005-12-14  Michael Wallner- avoid read beyond buffer
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-13  Michael Wallner- some more relay stuff
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- update package.xml
2005-12-12  Michael Wallner- made the silently failing message parser raise some...
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-10  Michael Wallner- sanitize
2005-12-09  Michael Wallner- lotta changes asked by Ilia
2005-12-06  Michael Wallner* Fixed bug which caused GZIP encoded archives to be...
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-16  Michael Wallner- "=" should actually be ":" in the Content-Range header
2005-11-15  Michael Wallner- ditch some warnings
2005-11-09  Michael Wallner* Fixed a bug which required "=" in Content-Range respo...
2005-11-09  Michael Wallner- use %zu for size_t
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-11-02  Michael Wallner- ensure proper message deallocation
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-27  Michael Wallner- do not naivly trust headers about content length
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-17  Michael Wallner- fixed issues ifndef HTTP_HAVE_ZLIB and enable gzipped...
2005-10-14  Michael Wallner- don't destruct the zval right after construction...
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer
2005-10-10  Michael Wallner- fix parsing messages with Content-Range header
2005-10-10  Michael Wallner- don't trap into any other transfer encoding than...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-02  Michael Wallner- improve config.m4
2005-08-25  Michael Wallner- ditch warnings
2005-08-25  Michael Wallner- don't destroy headers in http_message_tostruct_recurs...
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-07-27  Michael Wallner- increment refcount for HttpRequest object put into...
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-17  Michael Wallner- warning hunt
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael WallnerI, moron
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-03  Michael Wallner- serialize HttpMessage in the same order as deserialized
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- ditch HttpMessage::__construct() and ::setRaw
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-12  Michael Wallner- renamed response.status to response.code
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-11  Michael Wallner- check for success
2005-04-11  Michael Wallner- http_parse_headers() now accepts a callback for handl...
2005-04-11  Michael Wallner- a header may have an array of values
2005-04-11  Michael Wallner- simplify
2005-04-10  Michael Wallner* more modular file structure