Michael Wallner [Wed, 28 Dec 2005 22:21:01 +0000 (22:21 +0000)]
- fix put requests
Michael Wallner [Wed, 28 Dec 2005 21:48:03 +0000 (21:48 +0000)]
- fix crash with custom content-type when no other options are set
- add xmlrpc test
Michael Wallner [Wed, 28 Dec 2005 14:16:27 +0000 (14:16 +0000)]
- return zvals directly and don'T assume a type
- fix crash with http_request_body_fill(NULL,NULL,NULL)
- add test
Michael Wallner [Wed, 28 Dec 2005 13:45:38 +0000 (13:45 +0000)]
- hopefully some more appropriate fixes for the zval separation issues
Michael Wallner [Tue, 27 Dec 2005 15:30:11 +0000 (15:30 +0000)]
- add missing constants to HttpDeflateStream
- add parse_url errors
Michael Wallner [Tue, 27 Dec 2005 11:38:05 +0000 (11:38 +0000)]
- update package
Michael Wallner [Tue, 27 Dec 2005 11:18:15 +0000 (11:18 +0000)]
- of course, return false if parameter parsing fails
Michael Wallner [Tue, 27 Dec 2005 10:57:58 +0000 (10:57 +0000)]
- add flush() to HttpDeflateStream and HttpInflateStream
Michael Wallner [Mon, 26 Dec 2005 21:21:32 +0000 (21:21 +0000)]
- ws
Michael Wallner [Mon, 26 Dec 2005 21:15:05 +0000 (21:15 +0000)]
- add HttpDeflateStream and HttpInflateStream objects
Michael Wallner [Mon, 26 Dec 2005 19:44:58 +0000 (19:44 +0000)]
- avoid NULL urls
- fix tests
Michael Wallner [Mon, 26 Dec 2005 18:30:36 +0000 (18:30 +0000)]
- fix build
Michael Wallner [Mon, 26 Dec 2005 17:16:46 +0000 (17:16 +0000)]
- fix build
Michael Wallner [Mon, 26 Dec 2005 16:44:01 +0000 (16:44 +0000)]
- ws
Michael Wallner [Mon, 26 Dec 2005 10:26:39 +0000 (10:26 +0000)]
- fix flags mask
Michael Wallner [Mon, 26 Dec 2005 10:15:55 +0000 (10:15 +0000)]
- add ob_(deflate|inflate)handler
Michael Wallner [Fri, 23 Dec 2005 13:01:40 +0000 (13:01 +0000)]
- gcc didn't like those changes
Michael Wallner [Fri, 23 Dec 2005 12:42:34 +0000 (12:42 +0000)]
- add phpstr_shrink()
- fix some warnings
Michael Wallner [Fri, 23 Dec 2005 11:29:03 +0000 (11:29 +0000)]
- require libz >= 1.2.0.4
Michael Wallner [Thu, 22 Dec 2005 21:30:53 +0000 (21:30 +0000)]
- add flush() to encoding stream (filters)
Ilia Alshanetsky [Thu, 22 Dec 2005 21:25:26 +0000 (21:25 +0000)]
Allow cookie array to contain multiple dimensions and ensure that values
are urlencoded.
Michael Wallner [Thu, 22 Dec 2005 19:16:46 +0000 (19:16 +0000)]
- fix leak with post files
Michael Wallner [Thu, 22 Dec 2005 19:07:36 +0000 (19:07 +0000)]
- fix resetting post fields
- add test
Michael Wallner [Thu, 22 Dec 2005 16:43:40 +0000 (16:43 +0000)]
- fix addRawPostData corruption
Michael Wallner [Thu, 22 Dec 2005 16:36:01 +0000 (16:36 +0000)]
- separation of the postFields array
Michael Wallner [Thu, 22 Dec 2005 16:35:13 +0000 (16:35 +0000)]
- typo
Michael Wallner [Thu, 22 Dec 2005 16:33:29 +0000 (16:33 +0000)]
- here goes the same with cookies
Michael Wallner [Thu, 22 Dec 2005 16:20:27 +0000 (16:20 +0000)]
- create another copy of the header zval
Michael Wallner [Thu, 22 Dec 2005 11:25:40 +0000 (11:25 +0000)]
- cleanup
Michael Wallner [Thu, 22 Dec 2005 11:15:38 +0000 (11:15 +0000)]
- no need for a explicit destructor any longer
Michael Wallner [Thu, 22 Dec 2005 09:12:06 +0000 (09:12 +0000)]
missed that part
Michael Wallner [Thu, 22 Dec 2005 09:02:23 +0000 (09:02 +0000)]
- fixed memory corruptions on reusing HttpRequest;
all properties except recordHistory are private now
# FUCK.
Frank M. Kromann [Thu, 22 Dec 2005 07:13:06 +0000 (07:13 +0000)]
Fix build for non-curl configurations
Michael Wallner [Wed, 21 Dec 2005 19:49:39 +0000 (19:49 +0000)]
- only encode if there's anything to encode
Michael Wallner [Wed, 21 Dec 2005 19:45:14 +0000 (19:45 +0000)]
- fix inflating highly compressed data
- remove z_stream.msg from the error as it doesn't seem to contain anything at any time
Michael Wallner [Wed, 21 Dec 2005 00:26:16 +0000 (00:26 +0000)]
- remove debug code
- fix encodings test
Michael Wallner [Tue, 20 Dec 2005 23:39:17 +0000 (23:39 +0000)]
- don't call into ext/zlib any longer
Michael Wallner [Tue, 20 Dec 2005 23:31:24 +0000 (23:31 +0000)]
- CURLOPT_COOKIELIST needs curl 7.15
- fixed typo in phpstr.h
- reimplemented encoding api
- removed http_gzencode()/http_gzdecode(); zlib *can* do that
- http_deflate() accepts various flags now, pass
HTTP_DEFLATE_TYPE_GZIP for gzip encoding;
HTTP_DEFLATE_TYPE_ZLIB (default) for HTTP deflate (AKA zlib) encoding
HTTP_DEFLATE_TYPE_RAW for raw deflate encoding (same as PHPs gzdeflate);
- http_inflate() can decode all 3 formats
Michael Wallner [Tue, 20 Dec 2005 18:55:43 +0000 (18:55 +0000)]
- add HttpRequest::getRawResponseMessage() and ::getRawRequestMessage() (Ilia)
- add 'resetcookies' request option (Ilia)
- fix wrong return by ref arg info
Michael Wallner [Sun, 18 Dec 2005 23:26:56 +0000 (23:26 +0000)]
- fix build_url() with relative paths
Michael Wallner [Sun, 18 Dec 2005 22:40:47 +0000 (22:40 +0000)]
- path has been copied twice
Michael Wallner [Sun, 18 Dec 2005 22:27:39 +0000 (22:27 +0000)]
- http_build_url() replaces http_absolute_(url|uri)/http_build_uri;
# This is most probably the final name. :)
#
# Based on a request by ilia who probably wanted to see something similar along
# the following lines to be possible:
# http_build_url(parse_url(...))
#
# It basically can still work like the removed function:
# echo http_build_url('/foo/bar', array('scheme' => 'https', 'host' => 'example.com'));
#
# The third param will be filled with an array like parse_url() of the result url would return.
Michael Wallner [Sun, 18 Dec 2005 15:39:42 +0000 (15:39 +0000)]
- remove the temp file
Michael Wallner [Sun, 18 Dec 2005 15:38:24 +0000 (15:38 +0000)]
- add gzip stream filter test
Michael Wallner [Sun, 18 Dec 2005 15:37:03 +0000 (15:37 +0000)]
thanks, msvc didn't complain about that
Ilia Alshanetsky [Sun, 18 Dec 2005 15:24:11 +0000 (15:24 +0000)]
Fixed test
Ilia Alshanetsky [Sun, 18 Dec 2005 15:20:47 +0000 (15:20 +0000)]
Fixed build
Michael Wallner [Sun, 18 Dec 2005 12:03:42 +0000 (12:03 +0000)]
- fix inclusion of zlib.h
- made encoding stream persistance aware
- added gzencode/deflate stream filter
Michael Wallner [Sat, 17 Dec 2005 21:57:38 +0000 (21:57 +0000)]
- a stream wrapper that defeats the idea of streams is not really useful, so remove it again
Michael Wallner [Fri, 16 Dec 2005 16:42:30 +0000 (16:42 +0000)]
- highly experimental stream wrapper
Michael Wallner [Thu, 15 Dec 2005 21:49:15 +0000 (21:49 +0000)]
- complete open_basedir checks
Michael Wallner [Thu, 15 Dec 2005 19:42:36 +0000 (19:42 +0000)]
- ensure we have string zvals in http_request_body_fill()
- curl does not accept file:// uris for files to post - strip it
- improve http_request_body_dtor
Michael Wallner [Thu, 15 Dec 2005 19:04:00 +0000 (19:04 +0000)]
- fix url check in open_basedir check
Michael Wallner [Thu, 15 Dec 2005 17:08:22 +0000 (17:08 +0000)]
- start open_basedir checks
Michael Wallner [Thu, 15 Dec 2005 14:28:05 +0000 (14:28 +0000)]
- release 0.20.0
Frank M. Kromann [Thu, 15 Dec 2005 02:08:45 +0000 (02:08 +0000)]
extend the search for zlib.h
Michael Wallner [Wed, 14 Dec 2005 22:12:48 +0000 (22:12 +0000)]
- avoid read beyond buffer
Michael Wallner [Wed, 14 Dec 2005 22:02:35 +0000 (22:02 +0000)]
- using Accept-Encoding header instead of CURLOPT_ENCODING avoids issues with curl and deflated data
- there's no EGREP in WONKY's configure (?)
- only cache string request options
- CURLOPT_HTTPHEADER was lost
Michael Wallner [Wed, 14 Dec 2005 16:52:12 +0000 (16:52 +0000)]
- export http_parse_cookie()
Michael Wallner [Wed, 14 Dec 2005 14:30:32 +0000 (14:30 +0000)]
- re-set en/decoded to NULL if we fail
Michael Wallner [Wed, 14 Dec 2005 11:53:32 +0000 (11:53 +0000)]
- clean up
Michael Wallner [Wed, 14 Dec 2005 11:17:34 +0000 (11:17 +0000)]
- check for egrep and sed
Michael Wallner [Wed, 14 Dec 2005 10:23:35 +0000 (10:23 +0000)]
- fix PHP4 build
Ilia Alshanetsky [Wed, 14 Dec 2005 04:10:28 +0000 (04:10 +0000)]
Increase URL length to 4k, only IE limits the length of the URL to 2083
bytes (http://support.microsoft.com/default.aspx?scid=KB;en-us;q208427).
Michael Wallner [Tue, 13 Dec 2005 22:16:03 +0000 (22:16 +0000)]
- remove http_compress() and http_uncompress() (deflate/inflate ambiguity)
- fix issues with deflated response messages
Michael Wallner [Tue, 13 Dec 2005 20:22:37 +0000 (20:22 +0000)]
- fix segv
Michael Wallner [Tue, 13 Dec 2005 12:12:00 +0000 (12:12 +0000)]
- some more relay stuff
Michael Wallner [Tue, 13 Dec 2005 11:07:30 +0000 (11:07 +0000)]
- ws, dammit
Michael Wallner [Tue, 13 Dec 2005 11:04:17 +0000 (11:04 +0000)]
- implement more of those useful allocation relays
- extend http_request_body API
- adjust http_request_objects usage of http_request
Ilia Alshanetsky [Tue, 13 Dec 2005 02:07:23 +0000 (02:07 +0000)]
fixed build
Michael Wallner [Mon, 12 Dec 2005 22:21:38 +0000 (22:21 +0000)]
- fix warning
- improve request error messages
Michael Wallner [Mon, 12 Dec 2005 17:09:08 +0000 (17:09 +0000)]
- add missing header files
Michael Wallner [Mon, 12 Dec 2005 14:44:57 +0000 (14:44 +0000)]
- take care of request.body
Michael Wallner [Mon, 12 Dec 2005 13:28:39 +0000 (13:28 +0000)]
- update package.xml
Michael Wallner [Mon, 12 Dec 2005 13:05:11 +0000 (13:05 +0000)]
- re-enable progress callback
- no need to duplicate curl_info
Michael Wallner [Mon, 12 Dec 2005 12:36:18 +0000 (12:36 +0000)]
- made the silently failing message parser raise some errors
- split http_request_reset into itself and http_request_defaults
- made detection of leaks caused thrugh request bodies easier
- provide the url of errenous requests in request_pool_perform()
- only append port if it is not 0 to uri
- fixup tests
Michael Wallner [Sun, 11 Dec 2005 23:01:00 +0000 (23:01 +0000)]
- fix possible leak and unitiliazed port
Michael Wallner [Sun, 11 Dec 2005 21:41:55 +0000 (21:41 +0000)]
- reimplement major parts of the request api
# this has not been run with a debug build or valgrind yet
Michael Wallner [Sun, 11 Dec 2005 14:38:48 +0000 (14:38 +0000)]
- add curl_ioctl_callback
Michael Wallner [Sun, 11 Dec 2005 11:32:36 +0000 (11:32 +0000)]
- use add_next_index_string()
# $coffee++;
Michael Wallner [Sun, 11 Dec 2005 11:26:08 +0000 (11:26 +0000)]
- implement CURLINFO_SLIST
- enable ssl_engines and cookies info
Michael Wallner [Sun, 11 Dec 2005 00:12:28 +0000 (00:12 +0000)]
- require libcurl-7.12.3
Michael Wallner [Sat, 10 Dec 2005 21:52:50 +0000 (21:52 +0000)]
- improve ext/hash detection
Michael Wallner [Sat, 10 Dec 2005 19:00:40 +0000 (19:00 +0000)]
- fix config.m4
- fix some read beyond errors found thanks to run-tests -m
Michael Wallner [Sat, 10 Dec 2005 17:11:52 +0000 (17:11 +0000)]
- tests fixup
Michael Wallner [Sat, 10 Dec 2005 17:03:59 +0000 (17:03 +0000)]
- bug has been fixed; remaining buffering apache filter brigades are not directly related to us
Michael Wallner [Sat, 10 Dec 2005 17:02:51 +0000 (17:02 +0000)]
- allow requests for compressed content even if neither curl nor ext/http
were built with zlib support
- let curl compose the accpt-encoding header if it was built with zlib support,
because it will bail out if it receives anything else it doesn't support
# if an<one knows a site that uses something else than gzip encoding, let me know! ;)
Michael Wallner [Sat, 10 Dec 2005 12:18:20 +0000 (12:18 +0000)]
- fypo tix
Michael Wallner [Sat, 10 Dec 2005 12:16:33 +0000 (12:16 +0000)]
- fix leak with class constants
Michael Wallner [Sat, 10 Dec 2005 10:56:32 +0000 (10:56 +0000)]
- always call deflateEnd() etc
Michael Wallner [Sat, 10 Dec 2005 01:09:30 +0000 (01:09 +0000)]
- sanitize
- enable uncompress
Michael Wallner [Fri, 9 Dec 2005 16:56:24 +0000 (16:56 +0000)]
- lotta changes asked by Ilia
# had not really time to test, need to rush :)
Michael Wallner [Fri, 9 Dec 2005 16:18:07 +0000 (16:18 +0000)]
- proper type checking, thanks Sara
Michael Wallner [Fri, 9 Dec 2005 11:52:36 +0000 (11:52 +0000)]
- fix read beyond end of key string for var_dump() and fellows
Michael Wallner [Thu, 8 Dec 2005 21:59:28 +0000 (21:59 +0000)]
- http_request_body_free() should only accept a ptr_ptr
Michael Wallner [Thu, 8 Dec 2005 19:57:30 +0000 (19:57 +0000)]
- no pass by ref in HttpRequestPool::__construct(), please
Michael Wallner [Thu, 8 Dec 2005 19:56:55 +0000 (19:56 +0000)]
- update constant names in examples
Michael Wallner [Thu, 8 Dec 2005 10:11:04 +0000 (10:11 +0000)]
- fix GMT offsets on Windows for parse_date()
Michael Wallner [Wed, 7 Dec 2005 22:28:22 +0000 (22:28 +0000)]
- PHPUnit HttpUtil
Michael Wallner [Wed, 7 Dec 2005 21:16:36 +0000 (21:16 +0000)]
- fix logic error