- fix tests
[m6w6/ext-http] / http.c
2007-02-09  Michael Wallner- include everything in http.c
2007-02-09  Michael Wallner- uctitle
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- fix PHP4 build
2007-02-07  Michael Wallner- fix pers. handles phpinfo
2007-02-04  Michael Wallner- reimplement persistent handle code
2007-02-02  Michael Wallner- deprecate HttpRequest::*RawPostData() in favour of...
2007-01-31  Michael Wallner- use a HashTable to stat persistent handles
2007-01-28  Michael Wallner- persistent handles for curl_share and curl_multi
2007-01-27  Michael Wallner- add persistent cURL handle support
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-11-22  Michael Wallner- improve response performance
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-09-16  Michael Wallner- enable dns data sharing for the global request datash...
2006-09-14  Michael Wallner- fix PHP4 build
2006-09-13  Michael Wallner- (non-)ZTS fixes
2006-09-13  Michael Wallner- fix typo
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-07-21  Michael Wallner- add http_build_cookie
2006-07-17  Michael Wallner- fix overload guards leaks
2006-06-11  Michael Wallner- attempt to fix gcc-2.95 build by using less HTTP_HAVE...
2006-06-08  Michael Wallner- fix ext/hash detection and dependency
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-06-06  Michael Wallner- allow to avoid deps on shared extensions on build...
2006-06-01  Michael Wallner+ Added INI entries: http.log.not_found, http.send...
2006-05-31  Michael Wallner- fix build on Debian systems where access to Curl_...
2006-05-27  Michael Wallner- fix usage of request time
2006-05-27  Michael Wallner- adjust ini entry names to those of the globals struct
2006-04-28  Michael Wallner- add http_parse_params()
2006-04-06  Michael Wallner- add missing http_request_body_encode()
2006-04-06  Michael Wallner- added missing http_request() function stub
2006-03-12  Michael Wallner- fix php-4 build
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-20  Michael Wallner- add default stream context support
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-05  Michael Wallner- attempt to fix WONKY build
2006-02-05  Michael Wallner- solve that another way
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-01-30  Michael Wallner- fix some typos
2006-01-27  Michael Wallner- add flag parameter to http_build_url(); slightly...
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-10  Michael Wallner- enable zlib by default
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
2005-12-29  Michael Wallner- no need to check for COMPILE_DL_SESSION
2005-12-29  Michael Wallner- revised request_method api
2005-12-27  Michael Wallner- update package
2005-12-26  Michael Wallner- add HttpDeflateStream and HttpInflateStream objects
2005-12-26  Michael Wallner- fix build
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
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-17  Michael Wallner- a stream wrapper that defeats the idea of streams...
2005-12-16  Michael Wallner- highly experimental stream wrapper
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add http_negotiate_content_type()
2005-11-19  Michael Wallner- fix phpinfo()
2005-11-19  Michael Wallner- add preliminary ext/hash support (currently only...
2005-11-16  Michael Wallner- fix PHP4 build
2005-11-15  Michael Wallner- ditch some warnings
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-09  Michael Wallner- fix dep on SPL in PHP-5.1
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- initialize default compression level
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-20  Michael Wallner- php_info fun
2005-09-16  Michael Wallner- new negotiator + test
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-08  Michael Wallner- missing free
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- ditch warnings
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- MHASH_APINO is a number
2005-09-05  Michael Wallner- even simpler MINFO
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-01  Michael Wallner- prepare for working static properties in PHP_5_1
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-25  Michael Wallner- ditch warnings
2005-08-25  Michael Wallner- fix php4 build
2005-08-25  Michael Wallner- fix initialization of globals
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-24  Michael Wallner- fix php4 build
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
next