- move some cruft of http_request_api.c to php_http_request_int.h
[m6w6/ext-http] / http_request_object.c
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-05-31  Michael Wallner- fix build on Debian systems where access to Curl_...
2006-05-25  Michael Wallner- curl grabs longs, so pass longs to curl_easy_setopt()
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-05-21  Michael Wallner- #ifdef CURLOPT_COOKIELIST out for libcurl < v7.14.1
2006-05-21  Michael Wallner- fix cookie handling
2006-05-19  Michael Wallner- fix switch() CS
2006-05-18  Michael Wallners/IF_RETVAL_USED/if (return_value_used)/
2006-04-29  Michael Wallner- fix aliases and exports
2006-04-18  Michael Wallner- fix SEGV if an error occurs inside a callback and...
2006-04-18  Michael Wallner- rather show the exception than a useless "Cannot...
2006-04-12  Michael Wallner- fix crash if there's no response status string after...
2006-03-29  Michael Wallner- allocate known count of HashTables entries on init
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-05  Michael Wallner- fix build (unknown macro)
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-02-27  Michael Wallner- add 'range' request option
2006-02-25  Michael Wallner- prettify header array keys at add time so that check_...
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-22  Michael Wallner- fix a mistake crept in which prevented from setting...
2006-02-20  Michael Wallner- need php_stream_open_wrapper_*ex* to pass a stream...
2006-02-20  Michael Wallner- add default stream context support
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-02-14  Michael Wallner- reverse request history
2006-02-14  Michael Wallner- reset request->_error
2006-02-14  Michael Wallnertypo
2006-02-14  Michael Wallner- changed HttpRequest::getHistory() to return a real...
2006-02-13  Michael Wallner- ditch useless convert
2006-02-13  Michael Wallner- fix HttpRequest::getResponseCookies()
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-06  Michael Wallner- we actually never return by ref
2006-02-06  Michael Wallner- update docs
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-01-20  Michael Wallneradd addref param to RETURN_OBJVAL() etc
2006-01-19  Michael Wallner- some housekeeping
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-10  Michael Wallner- nuke lots of warnings by removing useless calls to...
2006-01-07  Michael Wallner- clarify http_curl_init(), it cannot be used with...
2006-01-07  Michael Wallner- initialize opts zval ptr to NULL as it's an optional...
2006-01-07  Michael Wallner- fix cloning if there's no curl handle yet
2006-01-07  Michael Wallner- create a request body only if there's something to...
2006-01-07  Michael Wallner- set curl options that won't change only at initializa...
2006-01-06  Ilia AlshanetskyAdded "protocol" option that allows changing of the...
2006-01-02  Michael Wallner- happy new year
2005-12-31  Michael Wallner- cleanup property access macros arguments
2005-12-31  Michael Wallner- fix access of private properties
2005-12-28  Michael Wallner- fix put requests
2005-12-28  Michael Wallner- fix crash with custom content-type when no other...
2005-12-28  Michael Wallner- return zvals directly and don'T assume a type
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-22  Michael Wallner- fix leak with post files
2005-12-22  Michael Wallner- fix resetting post fields
2005-12-22  Michael Wallner- fix addRawPostData corruption
2005-12-22  Michael Wallner- separation of the postFields array
2005-12-22  Michael Wallner- no need for a explicit destructor any longer
2005-12-22  Michael Wallnermissed that part
2005-12-22  Michael Wallner- fixed memory corruptions on reusing HttpRequest;
2005-12-20  Michael Wallner- add HttpRequest::getRawResponseMessage() and ::getRaw...
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-13  Michael Wallner- fix segv
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-11  Michael Wallner- require libcurl-7.12.3
2005-12-08  Michael Wallner- update constant names in examples
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-15  Michael Wallner- ditch some warnings
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-11-07  Michael Wallner- some notes about user space objects
2005-11-07  Michael Wallner- don't addref on returned objects that only exist...
2005-10-26  Michael Wallner- errenous function declarations
2005-10-26  Michael Wallner- no history logging by default
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-21  Michael Wallneroh dammit
2005-10-21  Michael Wallner- start thinking about cloning
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-09  Michael Wallner- allow passing request options to the ctor
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-07  Michael Wallner- commonize some error messages
2005-10-05  Michael Wallner- better inline docs, part #2 and #3
2005-10-04  Michael Wallner- added HttpRequest::clearHistory()
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-19  Michael Wallner- initialize local zvals used as HashTable containers
2005-09-15  Michael Wallner- more descriptive constant names
2005-09-13  Michael Wallner- type safety for properties
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-08  Michael Wallner- ditch warnings
2005-09-02  Michael Wallner- improve config.m4
2005-08-24  Michael Wallner- simplify request/response handling
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-16  Michael Wallner- parameter to set*() and add*() methods is optional
2005-08-16  Michael Wallner- API cleanup: remove unset*() methods and make set...
2005-08-02  Michael Wallner- missing include
2005-07-29  Michael Wallner- HTTP_REGISTER_CLASS_EX already calls http_request_obj...
2005-07-29  Marcus Boerger- Fix property handling
next