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
Michael Wallner [Wed, 27 Jul 2011 14:04:39 +0000 (14:04 +0000)]
fix arginfo
Michael Wallner [Wed, 27 Jul 2011 13:54:56 +0000 (13:54 +0000)]
use userland friendly namespaces
Michael Wallner [Tue, 26 Jul 2011 06:31:59 +0000 (06:31 +0000)]
the same here
Michael Wallner [Tue, 26 Jul 2011 06:22:51 +0000 (06:22 +0000)]
fix build
Michael Wallner [Tue, 14 Jun 2011 08:14:12 +0000 (08:14 +0000)]
release 2.0.0dev2
Michael Wallner [Tue, 14 Jun 2011 08:12:10 +0000 (08:12 +0000)]
http\Env::parseParams()
updated php_http_url_encode_hash*()
Michael Wallner [Sun, 12 Jun 2011 09:08:17 +0000 (09:08 +0000)]
* request message and history
Michael Wallner [Sun, 12 Jun 2011 08:14:46 +0000 (08:14 +0000)]
thread safety
Michael Wallner [Fri, 10 Jun 2011 19:00:18 +0000 (19:00 +0000)]
separate php_http_env_response and implement content encoding
Michael Wallner [Fri, 3 Jun 2011 08:58:52 +0000 (08:58 +0000)]
* fix parsing mulitple response headers with same name
Michael Wallner [Fri, 3 Jun 2011 08:38:49 +0000 (08:38 +0000)]
* do not list inherited constants
* mark optional arguments with "=NULL" instead of wrapping into brackets
Michael Wallner [Thu, 2 Jun 2011 20:01:40 +0000 (20:01 +0000)]
add package.xml for dev1 release
Michael Wallner [Thu, 2 Jun 2011 20:01:07 +0000 (20:01 +0000)]
fix warnings
Michael Wallner [Thu, 2 Jun 2011 20:00:50 +0000 (20:00 +0000)]
fix typo
Michael Wallner [Sat, 21 May 2011 15:47:45 +0000 (15:47 +0000)]
tests
Michael Wallner [Sat, 21 May 2011 15:46:12 +0000 (15:46 +0000)]
* use the resource factory
* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:43:28 +0000 (15:43 +0000)]
* use the separator where applicable
* fix typo
Michael Wallner [Sat, 21 May 2011 15:42:28 +0000 (15:42 +0000)]
* constify API
Michael Wallner [Sat, 21 May 2011 15:41:48 +0000 (15:41 +0000)]
* use the separator where applicable
* ditch warning
Michael Wallner [Sat, 21 May 2011 15:38:57 +0000 (15:38 +0000)]
* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:36:18 +0000 (15:36 +0000)]
* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:35:41 +0000 (15:35 +0000)]
* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:33:56 +0000 (15:33 +0000)]
* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:33:12 +0000 (15:33 +0000)]
* use the separator where applicable