projects
/
m6w6
/
ext-http
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
first ⋅ prev ⋅
next
- changed HttpRequest::getHistory() to return a real property
[m6w6/ext-http]
/
http_request_object.c
2006-02-14
Michael Wallner
- changed HttpRequest::getHistory() to return a real...
blob
|
commitdiff
|
raw
2006-02-13
Michael Wallner
- ditch useless convert
blob
|
commitdiff
|
raw
|
diff to current
2006-02-13
Michael Wallner
- fix HttpRequest::getResponseCookies()
blob
|
commitdiff
|
raw
|
diff to current
2006-02-11
Michael Wallner
- spawn off http_cookie_api
blob
|
commitdiff
|
raw
|
diff to current
2006-02-06
Michael Wallner
- we actually never return by ref
blob
|
commitdiff
|
raw
|
diff to current
2006-02-06
Michael Wallner
- update docs
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Michael Wallner
- implement accessors to messages response status text
blob
|
commitdiff
|
raw
|
diff to current
2006-02-03
Michael Wallner
- fix endless loop in http_build_url() with urls like...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Michael Wallner
add addref param to RETURN_OBJVAL() etc
blob
|
commitdiff
|
raw
|
diff to current
2006-01-19
Michael Wallner
- some housekeeping
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Michael Wallner
- reset CURLOPT_CUSTOMREQUEST at the correct places
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Ilia Alshanetsky
Don't forget to reset CUSTOMREQUEST on method change...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Michael Wallner
- nuke lots of warnings by removing useless calls to...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-07
Michael Wallner
- clarify http_curl_init(), it cannot be used with...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-07
Michael Wallner
- initialize opts zval ptr to NULL as it's an optional...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-07
Michael Wallner
- fix cloning if there's no curl handle yet
blob
|
commitdiff
|
raw
|
diff to current
2006-01-07
Michael Wallner
- create a request body only if there's something to...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-07
Michael Wallner
- set curl options that won't change only at initializa...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-06
Ilia Alshanetsky
Added "protocol" option that allows changing of the...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-02
Michael Wallner
- happy new year
blob
|
commitdiff
|
raw
|
diff to current
2005-12-31
Michael Wallner
- cleanup property access macros arguments
blob
|
commitdiff
|
raw
|
diff to current
2005-12-31
Michael Wallner
- fix access of private properties
blob
|
commitdiff
|
raw
|
diff to current
2005-12-28
Michael Wallner
- fix put requests
blob
|
commitdiff
|
raw
|
diff to current
2005-12-28
Michael Wallner
- fix crash with custom content-type when no other...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-28
Michael Wallner
- return zvals directly and don'T assume a type
blob
|
commitdiff
|
raw
|
diff to current
2005-12-28
Michael Wallner
- hopefully some more appropriate fixes for the zval...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-26
Michael Wallner
- add ob_(deflate|inflate)handler
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
- fix leak with post files
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
- fix resetting post fields
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
- fix addRawPostData corruption
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
- separation of the postFields array
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
- no need for a explicit destructor any longer
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
missed that part
blob
|
commitdiff
|
raw
|
diff to current
2005-12-22
Michael Wallner
- fixed memory corruptions on reusing HttpRequest;
blob
|
commitdiff
|
raw
|
diff to current
2005-12-20
Michael Wallner
- add HttpRequest::getRawResponseMessage() and ::getRaw...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-18
Michael Wallner
- http_build_url() replaces http_absolute_(url|uri...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-13
Michael Wallner
- fix segv
blob
|
commitdiff
|
raw
|
diff to current
2005-12-13
Michael Wallner
- implement more of those useful allocation relays
blob
|
commitdiff
|
raw
|
diff to current
2005-12-11
Michael Wallner
- reimplement major parts of the request api
blob
|
commitdiff
|
raw
|
diff to current
2005-12-11
Michael Wallner
- require libcurl-7.12.3
blob
|
commitdiff
|
raw
|
diff to current
2005-12-08
Michael Wallner
- update constant names in examples
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Michael Wallner
- module/includes cleanup
blob
|
commitdiff
|
raw
|
diff to current
2005-11-15
Michael Wallner
- ditch some warnings
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Michael Wallner
- make request_exec() always succeed (picky curl)
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Michael Wallner
- FOREACH macros now require a HashPosition argument
blob
|
commitdiff
|
raw
|
diff to current
2005-11-07
Michael Wallner
- some notes about user space objects
blob
|
commitdiff
|
raw
|
diff to current
2005-11-07
Michael Wallner
- don't addref on returned objects that only exist...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Michael Wallner
- errenous function declarations
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Michael Wallner
- no history logging by default
blob
|
commitdiff
|
raw
|
diff to current
2005-10-25
Michael Wallner
- clone() support for HttpRequest
blob
|
commitdiff
|
raw
|
diff to current
2005-10-24
Michael Wallner
- relicense with a BSD style license
blob
|
commitdiff
|
raw
|
diff to current
2005-10-21
Michael Wallner
oh dammit
blob
|
commitdiff
|
raw
|
diff to current
2005-10-21
Michael Wallner
- start thinking about cloning
blob
|
commitdiff
|
raw
|
diff to current
2005-10-11
Michael Wallner
- use PHP macros, so that it is obvious when to call...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-09
Michael Wallner
- allow passing request options to the ctor
blob
|
commitdiff
|
raw
|
diff to current
2005-10-09
Michael Wallner
- some minor strlen() and strlcat() tweaks
blob
|
commitdiff
|
raw
|
diff to current
2005-10-07
Michael Wallner
- commonize some error messages
blob
|
commitdiff
|
raw
|
diff to current
2005-10-05
Michael Wallner
- better inline docs, part #2 and #3
blob
|
commitdiff
|
raw
|
diff to current
2005-10-04
Michael Wallner
- added HttpRequest::clearHistory()
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Michael Wallner
- fixed a gotcha in http_chunked_decode (-size_t is...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-19
Michael Wallner
- initialize local zvals used as HashTable containers
blob
|
commitdiff
|
raw
|
diff to current
2005-09-15
Michael Wallner
- more descriptive constant names
blob
|
commitdiff
|
raw
|
diff to current
2005-09-13
Michael Wallner
- type safety for properties
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Michael Wallner
- add missing support for raw post data (HttpRequest)
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Michael Wallner
- ditch warnings
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Michael Wallner
- improve config.m4
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Michael Wallner
- simplify request/response handling
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Michael Wallner
- ditch http_split_response()
blob
|
commitdiff
|
raw
|
diff to current
2005-08-16
Michael Wallner
- parameter to set*() and add*() methods is optional
blob
|
commitdiff
|
raw
|
diff to current
2005-08-16
Michael Wallner
- API cleanup: remove unset*() methods and make set...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-02
Michael Wallner
- missing include
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Michael Wallner
- HTTP_REGISTER_CLASS_EX already calls http_request_obj...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Marcus Boerger
- Fix property handling
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Michael Wallner
- fix INI entries
blob
|
commitdiff
|
raw
|
diff to current
2005-07-28
Michael Wallner
- no user debug callbacks any longer
blob
|
commitdiff
|
raw
|
diff to current
2005-07-27
Michael Wallner
- ssl options were only setable rather than modifiable...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-27
Michael Wallner
- fix option setting
blob
|
commitdiff
|
raw
|
diff to current
2005-07-27
Michael Wallner
- avoid callbacks during shutdown
blob
|
commitdiff
|
raw
|
diff to current
2005-07-27
Michael Wallner
- increment refcount for HttpRequest object put into...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-26
Michael Wallner
- fix possible mem-leak in http_absolute_uri()
blob
|
commitdiff
|
raw
|
diff to current
2005-07-26
Michael Wallner
- bump version
blob
|
commitdiff
|
raw
|
diff to current
2005-07-26
Michael Wallner
- fix refelction info for some methods of HttpRequest
blob
|
commitdiff
|
raw
|
diff to current
2005-07-24
Michael Wallner
- fix some gcc warnings
blob
|
commitdiff
|
raw
|
diff to current
2005-07-24
Michael Wallner
- API juggling
blob
|
commitdiff
|
raw
|
diff to current
2005-07-22
Michael Wallner
- clean previous response
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Michael Wallner
- fix refelction info
blob
|
commitdiff
|
raw
|
diff to current
2005-07-20
Michael Wallner
- separate http_methods.c into http_*_object.c files
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Michael Wallner
- reflection awareness of HttpRequest
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Michael Wallner
- reorder includes, always include php.h first
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Michael Wallner
- fixed mem leak
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Michael Wallner
- fix request pool issues
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Michael Wallner
- yet better a memleak than a segfault
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Michael Wallner
- fix memleak
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Michael Wallner
- sanitize retreival of response info
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Michael Wallner
- move http_parse_cookie() code to an odd http_parse_ke...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Michael Wallner
- proper request pool cleanup
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Michael Wallner
- crunch ARG_INFO
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Michael Wallner
- draft: implement curl_multi as HttpRequestPool
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Michael Wallner
- add put methods for HttpRequest
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Michael Wallner
- improved put support
blob
|
commitdiff
|
raw
|
diff to current
next