Michael Wallner [Tue, 3 May 2005 07:29:09 +0000 (07:29 +0000)]
- remove dbg code
- typo
Michael Wallner [Tue, 3 May 2005 07:28:42 +0000 (07:28 +0000)]
- update property hash values
Michael Wallner [Tue, 3 May 2005 07:28:12 +0000 (07:28 +0000)]
- simple message test
Michael Wallner [Tue, 3 May 2005 07:22:32 +0000 (07:22 +0000)]
- serialize HttpMessage in the same order as deserialized
- add body part only if there's one
- replace transfer encoding header with content-length header after decoding
Michael Wallner [Tue, 3 May 2005 06:38:37 +0000 (06:38 +0000)]
- add second host header
Michael Wallner [Tue, 3 May 2005 06:35:30 +0000 (06:35 +0000)]
- we need the trailing NUL or CRLF to catch the last header
Michael Wallner [Tue, 3 May 2005 06:14:40 +0000 (06:14 +0000)]
- run-tests diff supporting env vars
Rasmus Lerdorf [Mon, 2 May 2005 21:49:08 +0000 (21:49 +0000)]
Minor fix to avoid future mysterious failed test headaches. I don't really
understand the point of this test in the first place, but I figured I
should fix the obvious bug.
Michael Wallner [Mon, 2 May 2005 20:58:00 +0000 (20:58 +0000)]
flush
Michael Wallner [Fri, 29 Apr 2005 17:19:53 +0000 (17:19 +0000)]
- yay, I guess this needs to be done by hand...
Michael Wallner [Wed, 27 Apr 2005 15:25:52 +0000 (15:25 +0000)]
- ditch HttpMessage::__construct() and ::setRaw
- make HttpMessage::$nestedMessage public
Michael Wallner [Wed, 27 Apr 2005 13:37:05 +0000 (13:37 +0000)]
- separated http_check_method() from http_check_allowed_methods()
- message parser now recognizes nested messages if there's a content length header or chunked transfer encoding
- added (still crashing) HttpMessage::getMessage()
- some other fixes & adjustments
Michael Wallner [Tue, 26 Apr 2005 19:48:03 +0000 (19:48 +0000)]
- unify script termination
- don't dllexport http_cache_exit()
- move know request methods over to http_std_defs
- introduce http.cache_log
Michael Wallner [Tue, 26 Apr 2005 16:03:14 +0000 (16:03 +0000)]
- missing proto keyword
Michael Wallner [Tue, 26 Apr 2005 15:41:37 +0000 (15:41 +0000)]
- http_ob_etaghandler() belongs to the cache_api now
Michael Wallner [Tue, 26 Apr 2005 15:37:49 +0000 (15:37 +0000)]
- unified cache_api function names
- moved http_ob_etaghandler() to cache_api
- don't pretend to be smarter than the developer at etag caching; removed http_start_ob_buffer, etc;
- renamed ob_httpetaghandler to ob_etaghandler
Michael Wallner [Tue, 26 Apr 2005 12:17:10 +0000 (12:17 +0000)]
- memleaks & error messages
Michael Wallner [Tue, 26 Apr 2005 11:14:08 +0000 (11:14 +0000)]
- typo & ws
Michael Wallner [Tue, 26 Apr 2005 11:11:33 +0000 (11:11 +0000)]
- added missing methods (except setBody) for HttpMessage
Michael Wallner [Wed, 13 Apr 2005 17:29:50 +0000 (17:29 +0000)]
- cosmetics
Michael Wallner [Wed, 13 Apr 2005 17:29:24 +0000 (17:29 +0000)]
- no global curlbuf anymore
Michael Wallner [Wed, 13 Apr 2005 17:29:04 +0000 (17:29 +0000)]
- E_THROW for PHP4 too
- dont return on wrong param count
Michael Wallner [Wed, 13 Apr 2005 15:15:46 +0000 (15:15 +0000)]
* return length directly in curl cb
Michael Wallner [Wed, 13 Apr 2005 15:14:35 +0000 (15:14 +0000)]
* return modification length
Michael Wallner [Wed, 13 Apr 2005 15:14:07 +0000 (15:14 +0000)]
- fix & enhance option setting
*walk through the options even if the options array is empty, so that some default options will be set
*always convert options
Michael Wallner [Wed, 13 Apr 2005 13:37:09 +0000 (13:37 +0000)]
- use custom error function
- smarter response handling for http_request using http_message
Michael Wallner [Wed, 13 Apr 2005 13:35:57 +0000 (13:35 +0000)]
- error constants
Michael Wallner [Wed, 13 Apr 2005 13:35:46 +0000 (13:35 +0000)]
- added custom error function which is able to throw exceptions
Michael Wallner [Wed, 13 Apr 2005 13:35:20 +0000 (13:35 +0000)]
- smarter check for allowed methods
Michael Wallner [Wed, 13 Apr 2005 13:34:34 +0000 (13:34 +0000)]
- removed unused stuff
Michael Wallner [Wed, 13 Apr 2005 08:03:20 +0000 (08:03 +0000)]
* typo
Michael Wallner [Tue, 12 Apr 2005 20:29:08 +0000 (20:29 +0000)]
- no empty_string anymore
Michael Wallner [Tue, 12 Apr 2005 20:17:35 +0000 (20:17 +0000)]
- renamed response.status to response.code
- added HttpMessage::get* methods
Michael Wallner [Tue, 12 Apr 2005 20:16:54 +0000 (20:16 +0000)]
- renamed response.status to response.code
Michael Wallner [Tue, 12 Apr 2005 17:51:43 +0000 (17:51 +0000)]
- missing include
- unused var
Michael Wallner [Tue, 12 Apr 2005 17:45:34 +0000 (17:45 +0000)]
- use exceptions in constructors and HttpRequest::send()
Michael Wallner [Tue, 12 Apr 2005 16:05:25 +0000 (16:05 +0000)]
- update
Michael Wallner [Tue, 12 Apr 2005 15:36:00 +0000 (15:36 +0000)]
- even better use a object struct member for that crap
Michael Wallner [Tue, 12 Apr 2005 15:28:44 +0000 (15:28 +0000)]
- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
- using a global tmp zval for the property avoids memleaks
Michael Wallner [Tue, 12 Apr 2005 14:57:55 +0000 (14:57 +0000)]
- missing inluce
- old macro
Michael Wallner [Tue, 12 Apr 2005 14:44:48 +0000 (14:44 +0000)]
- include object headers only for ZE2
Michael Wallner [Tue, 12 Apr 2005 14:06:43 +0000 (14:06 +0000)]
- update
Michael Wallner [Tue, 12 Apr 2005 13:58:59 +0000 (13:58 +0000)]
- split object code into separate files
Michael Wallner [Tue, 12 Apr 2005 11:29:32 +0000 (11:29 +0000)]
- undef debug stmts
- clean obj prop hash on beginning ...
Michael Wallner [Tue, 12 Apr 2005 11:19:47 +0000 (11:19 +0000)]
- preparations for HttpMessage
# <rant>object/property handlers suck big rocks</rant>
Michael Wallner [Mon, 11 Apr 2005 10:33:00 +0000 (10:33 +0000)]
* "Status" now is "Response Status"
# need to switch to http_message api
Michael Wallner [Mon, 11 Apr 2005 10:26:58 +0000 (10:26 +0000)]
oops, typos causing mem-corruption
Michael Wallner [Mon, 11 Apr 2005 10:12:26 +0000 (10:12 +0000)]
- check for success
Michael Wallner [Mon, 11 Apr 2005 10:04:34 +0000 (10:04 +0000)]
- http_parse_headers() now accepts a callback for handling of request/response lines
(used in the http_message api)
Michael Wallner [Mon, 11 Apr 2005 07:12:17 +0000 (07:12 +0000)]
- a header may have an array of values
Michael Wallner [Mon, 11 Apr 2005 06:53:39 +0000 (06:53 +0000)]
- typo
Michael Wallner [Mon, 11 Apr 2005 06:52:08 +0000 (06:52 +0000)]
- simplify
Michael Wallner [Mon, 11 Apr 2005 06:51:55 +0000 (06:51 +0000)]
- missing includes
Michael Wallner [Sun, 10 Apr 2005 15:58:30 +0000 (15:58 +0000)]
* more modular file structure
# one big file was convenient for vim but not for GUI editors
Michael Wallner [Sun, 10 Apr 2005 15:56:35 +0000 (15:56 +0000)]
- error workaround
Michael Wallner [Thu, 24 Mar 2005 17:03:40 +0000 (17:03 +0000)]
* update
Michael Wallner [Thu, 24 Mar 2005 16:57:50 +0000 (16:57 +0000)]
* check initial length of arg_separator
Michael Wallner [Thu, 24 Mar 2005 16:50:10 +0000 (16:50 +0000)]
* satisfy gcc
Michael Wallner [Thu, 24 Mar 2005 16:49:52 +0000 (16:49 +0000)]
* update version info
Michael Wallner [Thu, 24 Mar 2005 16:49:39 +0000 (16:49 +0000)]
* fix compiler warning
Michael Wallner [Thu, 24 Mar 2005 16:32:48 +0000 (16:32 +0000)]
* renamed HttpRequest::addHeader() to ::addHeaders() and addCookie() to ::addCookies()
* added ::(set|get|unset)SslOptions()
* added ::(get|unstet)(Headers|Cookies)()
Michael Wallner [Thu, 24 Mar 2005 16:30:56 +0000 (16:30 +0000)]
* added arg_sep param ot http_build_query()
Michael Wallner [Thu, 24 Mar 2005 16:30:12 +0000 (16:30 +0000)]
* added http_parse_cookie()
* http_parse_headers() now makes an array out of headers with equal name
Michael Wallner [Wed, 23 Mar 2005 13:17:45 +0000 (13:17 +0000)]
- send full entity if range is "0-"
Michael Wallner [Wed, 23 Mar 2005 13:12:01 +0000 (13:12 +0000)]
- added SSL options
Michael Wallner [Wed, 23 Mar 2005 13:11:19 +0000 (13:11 +0000)]
- improved range checking
Michael Wallner [Tue, 22 Mar 2005 19:20:18 +0000 (19:20 +0000)]
- class renamed from HTTPi to Http
- added short note in README
Michael Wallner [Tue, 22 Mar 2005 15:59:39 +0000 (15:59 +0000)]
- use size_t and return 0 on fail
Michael Wallner [Tue, 22 Mar 2005 14:41:53 +0000 (14:41 +0000)]
- updating docs
Michael Wallner [Tue, 22 Mar 2005 12:14:06 +0000 (12:14 +0000)]
* that should do the trick
Michael Wallner [Tue, 22 Mar 2005 11:45:24 +0000 (11:45 +0000)]
* move include to top
Michael Wallner [Mon, 21 Mar 2005 20:23:51 +0000 (20:23 +0000)]
* we're not in ext on the snaps box
Michael Wallner [Mon, 21 Mar 2005 19:54:14 +0000 (19:54 +0000)]
* try the direct way
Michael Wallner [Mon, 21 Mar 2005 19:33:38 +0000 (19:33 +0000)]
* fixing concept of phpstr dtor/free
# so, how to typedef a struct for the php4 build :-?
Michael Wallner [Sun, 20 Mar 2005 17:36:16 +0000 (17:36 +0000)]
* use phpstr
Michael Wallner [Sun, 20 Mar 2005 17:35:40 +0000 (17:35 +0000)]
* renamed classes
Michael Wallner [Sun, 20 Mar 2005 17:35:15 +0000 (17:35 +0000)]
*build files
Michael Wallner [Sun, 20 Mar 2005 17:31:41 +0000 (17:31 +0000)]
* add phpstr
Michael Wallner [Sun, 20 Mar 2005 17:30:56 +0000 (17:30 +0000)]
* signature fixes
* better integration of php_url_encode_hash_ex()
Michael Wallner [Sun, 20 Mar 2005 17:27:21 +0000 (17:27 +0000)]
* typo
Michael Wallner [Sun, 20 Mar 2005 17:24:49 +0000 (17:24 +0000)]
* rename classes according CS
Michael Wallner [Fri, 18 Mar 2005 17:01:51 +0000 (17:01 +0000)]
* allow curl use zends memory functions (just to check if everything goes right)
Michael Wallner [Fri, 18 Mar 2005 13:16:01 +0000 (13:16 +0000)]
* curl_easy_strerror() is available as of 7.12.0
Michael Wallner [Fri, 18 Mar 2005 13:05:23 +0000 (13:05 +0000)]
* fix memleak
Michael Wallner [Fri, 18 Mar 2005 12:50:24 +0000 (12:50 +0000)]
* improve http_send() and http_negotiate_q() code
Michael Wallner [Fri, 18 Mar 2005 10:40:04 +0000 (10:40 +0000)]
* zval_add_ref() expects zval **
Michael Wallner [Thu, 17 Mar 2005 14:45:41 +0000 (14:45 +0000)]
* added HTTPi_Request::unsetOptions(), HTTPi_Request::addHeader(), HTTPi_Request::addCookie()
Michael Wallner [Tue, 15 Mar 2005 20:07:43 +0000 (20:07 +0000)]
* fixed/improved ranges support
Michael Wallner [Tue, 15 Mar 2005 19:54:25 +0000 (19:54 +0000)]
* dep files
Michael Wallner [Tue, 15 Mar 2005 19:53:52 +0000 (19:53 +0000)]
* renaming tests
* adding some tests
Michael Wallner [Thu, 10 Mar 2005 15:46:12 +0000 (15:46 +0000)]
* nicer MINFO
Michael Wallner [Thu, 10 Mar 2005 15:45:46 +0000 (15:45 +0000)]
* ditch warnings
Michael Wallner [Thu, 10 Mar 2005 12:41:45 +0000 (12:41 +0000)]
* attempt to be smarter than windows ;)
# seems that the regarding code in curl/multi.h that should prevent winsock(2) troubles does not take effect as it is intended
Michael Wallner [Wed, 9 Mar 2005 18:42:27 +0000 (18:42 +0000)]
* fix layout
Michael Wallner [Wed, 9 Mar 2005 16:23:12 +0000 (16:23 +0000)]
* pre-include winsock2.h
Michael Wallner [Wed, 9 Mar 2005 14:23:11 +0000 (14:23 +0000)]
* complete - commented - webdav request methods
Michael Wallner [Wed, 9 Mar 2005 13:34:36 +0000 (13:34 +0000)]
* cpp stuff
Michael Wallner [Wed, 9 Mar 2005 13:23:13 +0000 (13:23 +0000)]
* add webdav request methods to standard allowed methods
Michael Wallner [Wed, 9 Mar 2005 13:19:26 +0000 (13:19 +0000)]
* I always forget to update that...
Michael Wallner [Mon, 7 Mar 2005 13:10:09 +0000 (13:10 +0000)]
* docs