- add flag parameter to http_build_url(); slightly breaks parameter order
[m6w6/ext-http] / http_request_api.c
2006-01-27  Michael WallnerMF-curl: problems with other libraries setting ssl...
2006-01-19  Michael Wallner- some housekeeping
2006-01-19  Michael Wallnermove (re)setting of request methods to http_request_def...
2006-01-13  Michael Wallner- reset CURLOPT_CUSTOMREQUEST at the correct places
2006-01-13  Ilia AlshanetskyDon't forget to reset CUSTOMREQUEST on method change...
2006-01-07  Michael Wallner- clarify http_curl_init(), it cannot be used with...
2006-01-07  Ilia AlshanetskyDon't send user-agent if the user sets it to NULL or ''
2006-01-07  Michael Wallner- avoid "Content-Length: 0" header on custom requests
2006-01-07  Michael Wallner- don't bail out on allocated but empty request body
2006-01-07  Michael Wallner- set curl options that won't change only at initializa...
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-06  Ilia AlshanetskySet options to NULL if no value is provided, this preve...
2006-01-06  Ilia AlshanetskyAdded "protocol" option that allows changing of the...
2006-01-06  Michael Wallner- zlib's compress has nothing to do with *nix compress
2006-01-06  Michael WallnerMF-curl: unknown constant GCRY_THREAD_OPTIONS_USER
2006-01-03  Michael Wallner- prepare release 0.21.0
2006-01-02  Michael Wallner- CURLOPT_COOKIELIST requires 7.14.1 not 7.15.x
2006-01-02  Michael Wallner- happy new year
2005-12-31  Michael Wallner- fix access of private properties
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-26  Michael Wallner- avoid NULL urls
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-23  Michael Wallner- add phpstr_shrink()
2005-12-22  Ilia AlshanetskyAllow cookie array to contain multiple dimensions and...
2005-12-22  Michael Wallner- typo
2005-12-22  Michael Wallner- here goes the same with cookies
2005-12-22  Michael Wallner- create another copy of the header zval
2005-12-22  Michael Wallner- fixed memory corruptions on reusing HttpRequest;
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-20  Michael Wallner- add HttpRequest::getRawResponseMessage() and ::getRaw...
2005-12-15  Michael Wallner- complete open_basedir checks
2005-12-14  Michael Wallner- using Accept-Encoding header instead of CURLOPT_ENCOD...
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-14  Michael Wallner- fix PHP4 build
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- fix warning
2005-12-12  Michael Wallner- re-enable progress callback
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-11  Michael Wallner- add curl_ioctl_callback
2005-12-11  Michael Wallner- use add_next_index_string()
2005-12-11  Michael Wallner- implement CURLINFO_SLIST
2005-12-11  Michael Wallner- require libcurl-7.12.3
2005-12-10  Michael Wallner- allow requests for compressed content even if neither...
2005-12-09  Michael Wallner- lotta changes asked by Ilia
2005-12-08  Michael Wallner- http_request_body_free() should only accept a ptr_ptr
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
2005-11-11  Michael Wallner- poor stream filter for chunked encoding
2005-11-10  Michael Wallner- make request_exec() always succeed (picky curl)
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-21  Michael Wallner- bad pointer arithmetics
2005-10-21  Michael Wallner- proper location of the HTTP_NEED_SSL_TSL macro
2005-10-21  Michael Wallner- eliminate warinings in encoding api
2005-10-20  Michael Wallner- http_support() claimed there's no SSL support ifndef ZTS
2005-10-17  Michael Wallner- encodings support exists with ext/zlib too
2005-10-14  Michael Wallner- allow negative time offsets
2005-10-14  Michael Wallner- unset in http_curl_defaults() too
2005-10-14  Michael Wallner- unset the time condition option in curl properly...
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- fix memleak when http_get() etc intermit unexpectedly
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-07  Michael Wallner- commonize some error messages
2005-09-22  Michael Wallner- add first version of package2.xml
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-15  Michael Wallner- check for curl_easy_reset() in lib and assume presenc...
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-09  Michael Wallner- debugging noise
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-01  Michael Wallner- fixing ridiculous default transfer timeout of 3 secon...
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-07-29  Michael Wallner - curl cannot use zend mm
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-07-26  Michael Wallner- fix refelction info for some methods of HttpRequest
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-22  Michael Wallner- fix leaking curl callbacks
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-28  Michael Wallner- raise default timeouts (were way too low for e.g...
2005-06-17  Michael Wallner- more default curl options
2005-06-17  Michael Wallner- warning hunt
2005-06-15  Michael Wallner- don't copy static strings
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- no need to allocate two contexts for the same payload
2005-06-14  Michael Wallner- fix request pool issues
2005-06-14  Michael Wallner- request pools for ZE2 only yet
2005-06-14  Michael Wallner- curl_multi_add_handle may return CURLM_CALL_MULTI_PER...
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
2005-06-13  Michael Wallner- sanitize retreival of response info
2005-06-13  Michael Wallner- typo
2005-06-12  Michael Wallner- typos & allow passing NULL as curl handle in http_req...
2005-06-10  Michael Wallner- remove hackish UPLOADDATA code
2005-06-10  Michael Wallner- ditch redundant http_split_response
2005-06-08  Michael Wallner- make the asynchronous behaviour of curl_multi availab...
2005-06-08  Michael Wallner- move request_poolobject_dtor to request_pool_object_d...
next