m6w6/ext-http
2005-09-12  Michael Wallner- added missing HttpMessage::setBody()
2005-09-12  Michael Wallner- ws
2005-09-12  Michael Wallner- update
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-09  Michael Wallner- fix some tests on linux
2005-09-09  Michael Wallner- fire release
2005-09-09  Michael Wallner- prepare release
2005-09-09  Michael Wallner- debugging noise
2005-09-08  Michael Wallner- missing free
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- implement ssl crypto locks
2005-09-08  Michael Wallner- use http_locate_eol()
2005-09-08  Michael Wallner- update .cvsignore
2005-09-08  Michael Wallner- add rebuild script
2005-09-08  Michael Wallner- ditch warnings
2005-09-08  Michael Wallner- free created bodies at least in detach_all()
2005-09-08  Michael Wallner- add a POST request to the pool
2005-09-07  Michael Wallner- add exemplar ini file
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- improve logging format
2005-09-07  Michael Wallner- ws
2005-09-07  Michael Wallner- typo
2005-09-07  Michael Wallner- fix PHP4 build in http_error_ex()
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- rephrase and add link to libmagic build files for...
2005-09-06  Michael Wallner- only addref if we remember the stream
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-09-06  Michael Wallner- MHASH_APINO is a number
2005-09-06  Michael Wallner- all those macros may conflict
2005-09-05  Michael Wallner- even simpler MINFO
2005-09-05  Michael Wallner- update
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-02  Michael Wallner- improve config.m4
2005-09-02  Michael Wallner- move around
2005-09-02  Michael Wallner- no HttpResponse for WONKY
2005-09-02  Michael Wallner- no need for additional configure argument; just check...
2005-09-02  Michael Wallner- fix WONKY build
2005-09-01  Michael Wallner- fixing ridiculous default transfer timeout of 3 secon...
2005-09-01  Michael Wallner- fix static property access (sizeof() vs. sizeof()-1)
2005-09-01  Michael Wallner- fix capture mode (again)
2005-09-01  Michael Wallner- leftovers
2005-09-01  Michael Wallner- introduce a force flag for no_cache
2005-09-01  Michael Wallner- bump version
2005-09-01  Michael Wallner- prepare for working static properties in PHP_5_1
2005-08-26  Michael Wallner- release
2005-08-26  Michael Wallner- update docs
2005-08-26  Michael Wallner- made low-lewel request pool object api more intuitive
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
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...
next