m6w6/ext-http
2005-08-26  Michael Wallner- preventively set Accept-Encoding
2005-08-26  Michael Wallner-fix macro parameter passing in HTTP_LOG_WRITE
2005-08-26  Michael Wallner-typo
2005-08-25  Michael Wallner- ditch warnings
2005-08-25  Michael Wallner- fix win32 DL build
2005-08-25  Michael Wallner- update
2005-08-25  Michael Wallner- fix etag generation without libmhash
2005-08-25  Michael Wallner- fix php4 build
2005-08-25  Michael Wallner- fix initialization of globals
2005-08-25  Michael Wallner- fix includes
2005-08-25  Michael Wallner- don't copy the refcount of the passed in value -...
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-25  Michael Wallner- don't destroy headers in http_message_tostruct_recurs...
2005-08-24  Michael Wallner- simplify request/response handling
2005-08-24  Michael Wallner- fix php4 build
2005-08-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-24  Michael Wallner- typo
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- test for bug #34191
2005-08-19  Michael Wallner- typo
2005-08-19  Michael Wallner- we pass the file name as char* not zval* in http_etag...
2005-08-19  Michael Wallner- content-length header awareness
2005-08-19  Michael Wallner- send a content-length header if we send the full...
2005-08-19  Michael Wallner- improve static property handling
2005-08-19  Michael Wallner- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
2005-08-16  Michael Wallner- bloody workaround for internal class' static properties
2005-08-16  Michael Wallner- catch ranges starting with 0
2005-08-16  Michael Wallner- add note about infunctional HttpResponse class due...
2005-08-16  Michael Wallner- parameter to set*() and add*() methods is optional
2005-08-16  Michael Wallner- API cleanup: remove unset*() methods and make set...
2005-08-09  Michael Wallner- add PHP_FUNCTION(http_parse_message) -- http_get...
2005-08-08  Michael Wallner- proper fallthrough in zend_update_static_property()
2005-08-08  Michael Wallner- incorporate static property routines into missing.c
2005-08-08  Michael Wallner- be smart about internal/user zvals, though it's not...
2005-08-08  Michael Wallner- unused var
2005-08-08  Michael Wallner- missing include
2005-08-08  Michael Wallner- http_redirect(): proper check for ext/session; fix...
2005-08-08  Michael Wallner- fix php4 build
2005-08-03  Michael Wallner- support for proprietary Unless-Modified-Since header...
2005-08-03  Michael Wallner- add HttpMessage class constants
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-08-02  Michael Wallner- missing include
2005-08-02  Michael Wallner- fix PHP4 build
2005-08-02  Michael Wallner- fix PHP4 build (has no only_exceptions INI setting
2005-08-01  Michael Wallner- simplify http_send_header API
2005-08-01  Michael Wallner- no run-tests.diff any more
2005-08-01  Michael Wallner- release 0.11.0
2005-07-29  Michael Wallner- avoid notices of new ext/date
2005-07-29  Michael Wallner- avoid leak in RETURN_OBJECT
2005-07-29  Michael Wallner- remove the declaration of http_request_global_init...
2005-07-29  Michael Wallner - curl cannot use zend mm
2005-07-29  Michael Wallner- HTTP_REGISTER_CLASS_EX already calls http_request_obj...
2005-07-29  Michael Wallner- we're not using new ext/date but php_gmtime_r()
2005-07-29  Marcus Boerger- Fix property handling
2005-07-29  Marcus Boerger- No longer needed
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-07-27  Michael Wallner- ssl options were only setable rather than modifiable...
2005-07-27  Marcus Boerger- Add missing .cvsignore file
2005-07-27  Michael Wallner- fix option setting
2005-07-27  Michael Wallner- avoid callbacks during shutdown
2005-07-27  Michael Wallner- increment refcount for HttpRequest object put into...
2005-07-26  Michael Wallner- fix possible mem-leak in http_absolute_uri()
2005-07-26  Michael Wallner- bump version
2005-07-26  Michael Wallner- fix refelction info for some methods of HttpRequest
2005-07-25  Michael Wallner- release 0.10.1
2005-07-25  Michael Wallner-fix installation through pear
2005-07-25  Michael Wallner- release 0.10.0
2005-07-25  Michael Wallner- actally returns STATUS
2005-07-25  Michael Wallner- I thought I already fixed them
2005-07-24  Michael Wallner- another test
2005-07-24  Michael Wallner- wrong file
2005-07-24  Michael Wallner- add tests
2005-07-24  Michael Wallner- no need to mark HttpUtil as final
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-24  Michael Wallner- API juggling
2005-07-23  Marcus Boerger- This must not be changed here
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-22  Michael Wallner- add response tests
2005-07-22  Michael Wallner- fix tests
2005-07-22  Michael Wallner- update
2005-07-22  Michael Wallner- docs
2005-07-22  Michael Wallnerhoppla
2005-07-22  Michael Wallner- added capture mode to HttpResponse
2005-07-22  Michael Wallner- fix leaking curl callbacks
2005-07-22  Michael Wallner- clean previous response
2005-07-22  Michael Wallner- example
2005-07-22  Michael Wallner- proper handling of static members
2005-07-22  Michael Wallner- return error if headers have been already sent
2005-07-22  Michael Wallner- fix stream handling
2005-07-22  Michael Wallner- (declare|update)_property_bool is also missing
2005-07-21  Michael Wallner- byebye leaks
2005-07-21  Michael Wallnerwhat the?
2005-07-21  Michael Wallner- ws
2005-07-21  Michael Wallner- set etag if not defined by user
2005-07-21  Michael Wallner- add http_etag() for files
2005-07-21  Michael Wallner- fix output buffering, default mime type
2005-07-21  Michael Wallner- better some leaks than mem read errors
next