Michael Wallner [Fri, 30 Mar 2012 12:26:11 +0000 (12:26 +0000)]
tag DEV_2-before-client
Michael Wallner [Thu, 29 Mar 2012 09:56:07 +0000 (09:56 +0000)]
merge usort
Michael Wallner [Mon, 26 Mar 2012 18:44:24 +0000 (18:44 +0000)]
fypo tix
Michael Wallner [Mon, 26 Mar 2012 15:49:02 +0000 (15:49 +0000)]
commit lingering changes: http\Message::toStream() and ::toCallback()
Michael Wallner [Mon, 26 Mar 2012 07:58:56 +0000 (07:58 +0000)]
add missing tests
Michael Wallner [Fri, 23 Mar 2012 13:43:02 +0000 (13:43 +0000)]
add population of _POST and _FILES for non-POST requests; release 2.0.0dev9
Michael Wallner [Fri, 23 Mar 2012 09:46:16 +0000 (09:46 +0000)]
update curl info
Michael Wallner [Thu, 22 Mar 2012 17:34:36 +0000 (17:34 +0000)]
remove php_http_request_method.[ch]; add support for CURL_LOCK_DATA_SSL_SESSION, CURLOPT_RESOLVE, CURLOPT_DNS_SERVERS
Michael Wallner [Thu, 22 Mar 2012 16:21:26 +0000 (16:21 +0000)]
remove 90% of the request method cruft; request methods are now simple strings
Michael Wallner [Tue, 20 Mar 2012 20:55:36 +0000 (20:55 +0000)]
add changelog and new tests
Michael Wallner [Tue, 20 Mar 2012 20:55:07 +0000 (20:55 +0000)]
allow arguments at first level, i.e. the following examples are equally stringified as "key;some=stuff"
["key"=>["value"=>true,"arguments"=>["some"=>"stuff"]]]
["key"=>["value"=>true,"some"=>"stuff"]]
["key"=>["some"=>"stuff"]]
Michael Wallner [Tue, 20 Mar 2012 20:51:16 +0000 (20:51 +0000)]
remove lots of unused code; tests++; speed up php_http_message_serialize() by reversing the message chain prior serialization; set an appropriate response status according to the response code
Michael Wallner [Tue, 20 Mar 2012 20:48:03 +0000 (20:48 +0000)]
use a http\Params like array as content disposition
Michael Wallner [Tue, 20 Mar 2012 16:12:54 +0000 (16:12 +0000)]
fix package.xml
Michael Wallner [Sat, 17 Mar 2012 10:37:21 +0000 (10:37 +0000)]
keep track of changes in package.xml
Michael Wallner [Sat, 17 Mar 2012 10:36:22 +0000 (10:36 +0000)]
rename http\Env\Request::getPost() to getForm(), because it actually retrieves form data; add tests to pacakge.xml as suggested by Remi Collet
Michael Wallner [Fri, 16 Mar 2012 16:14:13 +0000 (16:14 +0000)]
release 2.0.0dev8
Michael Wallner [Thu, 15 Mar 2012 15:29:27 +0000 (15:29 +0000)]
duh, test before commit!; remove errenous additional CRLF on php_http_message_to_string(); fix some tests while at
Michael Wallner [Thu, 15 Mar 2012 15:06:43 +0000 (15:06 +0000)]
renamed http\Message\Body::add() to ::addForm() because it acually adds form-data; add http\Message\Body::addPart(http\Message part)
Michael Wallner [Thu, 15 Mar 2012 15:06:04 +0000 (15:06 +0000)]
move the param string builder into it's own function
Michael Wallner [Tue, 13 Mar 2012 22:02:13 +0000 (22:02 +0000)]
add some more tests; fix leak in php_http_env_get_response_header(); honor content-type etc. headers in php_http_env_get_request_headers();
Michael Wallner [Sun, 11 Mar 2012 19:39:04 +0000 (19:39 +0000)]
add ob handler http\Env\Response::__invoke() appending to it's body
Michael Wallner [Sun, 11 Mar 2012 13:45:23 +0000 (13:45 +0000)]
fix some compiler warnings
Michael Wallner [Sat, 10 Mar 2012 08:26:33 +0000 (08:26 +0000)]
fix wrong assumption in php_http_env_is_response_cached_by_*
fix leak in *_last_modified
Michael Wallner [Sat, 10 Mar 2012 08:22:22 +0000 (08:22 +0000)]
add php_http_buffer_account(buf, size_t account)
Michael Wallner [Sat, 10 Mar 2012 06:55:21 +0000 (06:55 +0000)]
less intrusive fix
Remi Collet [Fri, 9 Mar 2012 16:08:04 +0000 (16:08 +0000)]
Fix error: redefinition of typedef 'php_http_message_t' during RHEL build
Michael Wallner [Fri, 9 Mar 2012 14:59:13 +0000 (14:59 +0000)]
release 2.0.0dev7
Michael Wallner [Thu, 8 Mar 2012 15:48:20 +0000 (15:48 +0000)]
sanitized negotiation code
Michael Wallner [Thu, 8 Mar 2012 12:23:22 +0000 (12:23 +0000)]
add simple (de)quote and (de)escape capabilities to http\Params
Michael Wallner [Wed, 7 Mar 2012 16:16:04 +0000 (16:16 +0000)]
add bool http\Message::isMultipart([&$boundary]) and http\Message http\Message::splitMultipartBody()
Michael Wallner [Thu, 1 Mar 2012 21:42:01 +0000 (21:42 +0000)]
fix tests; fix leaks in new http\Env\Request methods; release dev6
Michael Wallner [Thu, 1 Mar 2012 13:31:58 +0000 (13:31 +0000)]
separate http_env_request; add getQuer(), getPost(), getFiles()
Michael Wallner [Thu, 1 Mar 2012 13:31:23 +0000 (13:31 +0000)]
make syntactically valid
Michael Wallner [Thu, 1 Mar 2012 13:31:00 +0000 (13:31 +0000)]
cache only standard GET/HEAD by default
Michael Wallner [Wed, 29 Feb 2012 08:28:06 +0000 (08:28 +0000)]
allow parsing messages consiting of headers only; fetch content-type and content-length headers from env
Michael Wallner [Wed, 29 Feb 2012 08:26:11 +0000 (08:26 +0000)]
fix crahs with empty urls because of typo
Michael Wallner [Fri, 24 Feb 2012 14:29:59 +0000 (14:29 +0000)]
experimental stream message parser
Michael Wallner [Mon, 13 Feb 2012 13:31:13 +0000 (13:31 +0000)]
tests
Michael Wallner [Mon, 13 Feb 2012 13:30:50 +0000 (13:30 +0000)]
fix leak
Michael Wallner [Mon, 13 Feb 2012 13:30:26 +0000 (13:30 +0000)]
catch NULLs
Michael Wallner [Mon, 13 Feb 2012 13:29:51 +0000 (13:29 +0000)]
fix crash due to mixed up params order
Michael Wallner [Mon, 13 Feb 2012 13:29:16 +0000 (13:29 +0000)]
fix etag handling
Michael Wallner [Mon, 13 Feb 2012 13:28:36 +0000 (13:28 +0000)]
fix type initialization and leaks; fix prepend
Michael Wallner [Mon, 13 Feb 2012 13:27:46 +0000 (13:27 +0000)]
fix curl crash on copy
Michael Wallner [Mon, 13 Feb 2012 13:27:18 +0000 (13:27 +0000)]
fix cloning of http\Request; add refcount to resource factory
Michael Wallner [Mon, 13 Feb 2012 13:26:22 +0000 (13:26 +0000)]
persistent handle fixes
Michael Wallner [Wed, 1 Feb 2012 09:23:26 +0000 (09:23 +0000)]
remove that awkward and error prone global request datashare
Michael Wallner [Wed, 1 Feb 2012 09:21:21 +0000 (09:21 +0000)]
HTTP info test & fixes
Michael Wallner [Wed, 25 Jan 2012 14:41:48 +0000 (14:41 +0000)]
querystring test & fix
Michael Wallner [Tue, 24 Jan 2012 16:34:18 +0000 (16:34 +0000)]
cookie test & fixes
Michael Wallner [Tue, 24 Jan 2012 16:33:49 +0000 (16:33 +0000)]
return the actual zval instead of a string cast as header if join==0
Michael Wallner [Tue, 24 Jan 2012 16:33:04 +0000 (16:33 +0000)]
make sure we're not caught by uninitialized values
Michael Wallner [Mon, 23 Jan 2012 16:36:58 +0000 (16:36 +0000)]
etag test & fixes; set default etag mode for temp streams to crc32(b)
Michael Wallner [Mon, 23 Jan 2012 15:18:28 +0000 (15:18 +0000)]
negotiation test & fixes
Michael Wallner [Mon, 23 Jan 2012 14:14:10 +0000 (14:14 +0000)]
encoding tests & fixes
Michael Wallner [Mon, 23 Jan 2012 14:13:33 +0000 (14:13 +0000)]
initialize with NULL
Michael Wallner [Mon, 23 Jan 2012 09:26:27 +0000 (09:26 +0000)]
make place for real release notes; keep a major changes section in the description for now
Michael Wallner [Mon, 23 Jan 2012 09:06:37 +0000 (09:06 +0000)]
fix bug #60839 php_http_serf.h missing; prepare dev4 release
Michael Wallner [Mon, 23 Jan 2012 09:05:46 +0000 (09:05 +0000)]
filter tests & fixes
Michael Wallner [Fri, 20 Jan 2012 22:02:26 +0000 (22:02 +0000)]
tests & bugfixes
Michael Wallner [Thu, 19 Jan 2012 15:45:55 +0000 (15:45 +0000)]
tests
Michael Wallner [Thu, 19 Jan 2012 13:17:35 +0000 (13:17 +0000)]
doh
Michael Wallner [Thu, 19 Jan 2012 12:08:24 +0000 (12:08 +0000)]
reading RFCs educates
Michael Wallner [Thu, 19 Jan 2012 11:09:23 +0000 (11:09 +0000)]
fixup http\Message\Body::add() for files where data isset
Michael Wallner [Thu, 19 Jan 2012 08:56:36 +0000 (08:56 +0000)]
remodel file adding to accept paths, streams and plain data as upload files
Michael Wallner [Thu, 19 Jan 2012 08:55:12 +0000 (08:55 +0000)]
add http\Url::mod(mixed $new_url[, int flags])
Michael Wallner [Wed, 18 Jan 2012 17:04:54 +0000 (17:04 +0000)]
bastardize property proxy even more -- sorry that dev3 had been released with debug output
Michael Wallner [Mon, 16 Jan 2012 15:21:25 +0000 (15:21 +0000)]
release 2.0.0-dev3
Michael Wallner [Mon, 16 Jan 2012 14:03:03 +0000 (14:03 +0000)]
fix arginfo
Michael Wallner [Mon, 16 Jan 2012 14:02:51 +0000 (14:02 +0000)]
fix leak
Michael Wallner [Sat, 14 Jan 2012 13:59:56 +0000 (13:59 +0000)]
fix http\message\Body::toCallback
Michael Wallner [Sat, 14 Jan 2012 10:55:48 +0000 (10:55 +0000)]
make &$this->headers work; &$this->headers["foo"] still doesn't though
Michael Wallner [Sat, 14 Jan 2012 10:54:42 +0000 (10:54 +0000)]
juggle around negotiation stuff
Michael Wallner [Sat, 14 Jan 2012 10:54:04 +0000 (10:54 +0000)]
remove obsolete file
Michael Wallner [Sat, 14 Jan 2012 10:52:22 +0000 (10:52 +0000)]
anybody knows what's going on? I can't build with -lcurl anymore...
Michael Wallner [Sat, 14 Jan 2012 10:49:39 +0000 (10:49 +0000)]
add stat and etag methods
Michael Wallner [Tue, 10 Jan 2012 17:26:08 +0000 (17:26 +0000)]
ditch libneon experiment; it's not a viable path for our usage pattern: handles are bound to scheme/host/port, many options cannot be reverted etc...
Michael Wallner [Tue, 10 Jan 2012 14:27:19 +0000 (14:27 +0000)]
header cleanups; fix IDE warnings
Michael Wallner [Mon, 9 Jan 2012 17:39:57 +0000 (17:39 +0000)]
header cleanups and fix some warnings
Michael Wallner [Sun, 6 Nov 2011 15:36:28 +0000 (15:36 +0000)]
add missing file
Michael Wallner [Sun, 6 Nov 2011 15:31:54 +0000 (15:31 +0000)]
no idea why I wrote this... let's see
Michael Wallner [Sun, 6 Nov 2011 15:31:25 +0000 (15:31 +0000)]
new cookie list API
Michael Wallner [Sun, 6 Nov 2011 15:30:53 +0000 (15:30 +0000)]
serf and new params parser
Michael Wallner [Sun, 6 Nov 2011 15:30:24 +0000 (15:30 +0000)]
ignore the length of an env request header
Michael Wallner [Sun, 6 Nov 2011 15:29:55 +0000 (15:29 +0000)]
use the new params parser
fix negotiation
provide the length of an env request header
Michael Wallner [Sun, 6 Nov 2011 15:29:03 +0000 (15:29 +0000)]
use the new params parser
Michael Wallner [Sun, 6 Nov 2011 15:28:41 +0000 (15:28 +0000)]
use the new params parser
Michael Wallner [Sun, 6 Nov 2011 15:28:08 +0000 (15:28 +0000)]
new params parser
Michael Wallner [Sun, 6 Nov 2011 15:27:02 +0000 (15:27 +0000)]
alias querystring object to base object
Michael Wallner [Sun, 6 Nov 2011 15:26:38 +0000 (15:26 +0000)]
fix leak
Michael Wallner [Sun, 6 Nov 2011 15:26:13 +0000 (15:26 +0000)]
fix typo
Michael Wallner [Sun, 6 Nov 2011 15:25:41 +0000 (15:25 +0000)]
fix typo
Michael Wallner [Sun, 6 Nov 2011 15:25:24 +0000 (15:25 +0000)]
fix typo
Michael Wallner [Sun, 6 Nov 2011 15:24:57 +0000 (15:24 +0000)]
fiy typo
Michael Wallner [Sun, 6 Nov 2011 15:24:30 +0000 (15:24 +0000)]
fiy typo
Michael Wallner [Thu, 28 Jul 2011 15:31:52 +0000 (15:31 +0000)]
build and file maintenance
Michael Wallner [Thu, 28 Jul 2011 11:11:40 +0000 (11:11 +0000)]
use zend_symtable where appropriate
Michael Wallner [Wed, 27 Jul 2011 15:15:10 +0000 (15:15 +0000)]
fix some warnings
Michael Wallner [Wed, 27 Jul 2011 14:37:46 +0000 (14:37 +0000)]
remove FluentlyCallable interface