m6w6/ext-http
2007-09-18  Michael Wallner- PHP4 does not define PHP_LIBDIR
2007-09-18  Michael Wallner- fix some cc warnings on x64
2007-09-17  Michael Wallner- don't use environment for constructing request urls and
2007-09-17  Michael Wallner- odd shell fixes
2007-09-05  Michael Wallner- release 1.6.0b1
2007-09-05  Michael Wallner- fix some warnings
2007-09-05  Michael Wallner- separate http_boundary()
2007-08-29  Michael Wallner- we still want to kn ow correct link flags
2007-08-29  Michael Wallner- fix bug #11929 http_negotiate_* does not return defau...
2007-08-21  Michael Wallner- no pecl/event for ya
2007-08-21  Michael Wallner- fix tests
2007-08-21  Michael Wallner- fix curl SSL lib detection by pretending a clean...
2007-06-19  Michael Wallner- don't free twice
2007-06-19  Michael Wallner- fix bug #11359 HttpMessage::toMessageTypeObject(...
2007-06-08  Michael Wallner- remove LFS dependant parts which caused some real...
2007-06-06  Michael Wallner- event callbacks should only run if useevents is enabled
2007-06-06  Michael Wallner- fix tests
2007-05-25  Michael Wallner- fix typo in LDFLAGS
2007-05-21  Michael Wallner- first check for the SSL lib string in libcurl and...
2007-05-19  Michael Wallner- atof -> zend_strtod
2007-05-19  Michael Wallner- fix compiler/linker agnostic runpath switch
2007-05-16  Michael Wallner- fix libcurls used SSL library detection
2007-05-16  Michael Wallner- this seems to fix most of the issues with the multi_s...
2007-05-16  Michael Wallner- libevent diagnostics
2007-05-02  Michael Wallner- changelog
2007-05-02  Michael Wallner- better timeout handling
2007-04-29  Michael Wallner- make libevent usable by choice at runtime
2007-04-27  Michael Wallner- still let it be customizable
2007-04-27  Michael Wallner- rename the configure option for libevent support...
2007-04-27  Michael Wallner- final bits incl. timeouts
2007-04-27  Michael Wallner- add libevent support
2007-04-27  Michael Wallner- add "retry" request option
2007-04-25  Michael Wallnersheesh
2007-04-25  Michael Wallner- created branch R_1_5
2007-04-24  Michael Wallner -flush
2007-04-24  Michael Wallner- fix non-ZTS build, thanks Hannes
2007-04-24  Michael Wallner* Fixed crashes with repeated registering/unregisiterin...
2007-04-23  Michael Wallner- fix typo
2007-04-20  Michael Wallner- fix default send buffer size
2007-04-20  Michael Wallner- fix tests
2007-04-05  Michael Wallner- we're not interested in private properties
2007-03-29  Michael WallnerI don't want to document interface methods
2007-03-29  Michael Wallner- check all class members
2007-03-27  Michael Wallner- add doc progress checker
2007-03-27  Michael Wallner- fix proto
2007-02-25  Michael Wallner- release 1.5.2
2007-02-23  Michael Wallner- fix regressin
2007-02-23  Nuno Lopesreduce the amount of work or the gcov machine timesout...
2007-02-23  Michael Wallner- Allow unsetting request options by passing NULL:
2007-02-23  Michael Wallner- allow setting proxy to empty string, which ignores env
2007-02-22  Michael Wallner- removed error prone macros, fixes bug #10151 (build...
2007-02-21  Michael Wallner-release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN...
2007-02-20  Michael WallnerI lied
2007-02-20  Michael Wallner- release 1.5.0
2007-02-15  Michael Wallner- missing ZEND_MN
2007-02-15  Michael Wallner- add missing source file
2007-02-12  Michael Wallner- missing src file
2007-02-11  Michael Wallner- tests
2007-02-11  Michael Wallner- fix requests for the first byte only
2007-02-10  Michael Wallner- release 1.5.0RC2
2007-02-10  Michael Wallner- add missing zval type check
2007-02-09  Michael Wallner- include everything in http.c
2007-02-09  Michael Wallner- inc. version
2007-02-09  Michael Wallner- uctitle
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-08  Michael Wallner- 1.5.0RC1
2007-02-07  Michael Wallner- add pers. handles test
2007-02-07  Michael Wallner- fix hash keys
2007-02-07  Michael Wallner- fix PHP4 build
2007-02-07  Michael Wallner- fix copyright year
2007-02-07  Michael Wallner- fix pers. handles phpinfo
2007-02-06  Michael Wallner- remove arginfo on ctor
2007-02-06  Michael Wallner- fix pers. handles ident string setting
2007-02-06  Michael Wallner- simplifications
2007-02-05  Michael Wallner- add dbg output
2007-02-05  Michael Wallner- update flags and fix PHP4 Win32 build
2007-02-04  Michael Wallner- reimplement persistent handle code
2007-02-04  Michael Wallner- simplify
2007-02-04  Michael Wallner - fix chicken&egg problem with ZTS + persistent handle...
2007-02-02  Michael Wallner- deprecate HttpRequest::*RawPostData() in favour of...
2007-01-31  Michael Wallner- use a HashTable to stat persistent handles
2007-01-31  Michael Wallner- move some definitions around
2007-01-31  Michael Wallner- better dbg code
2007-01-31  Michael Wallner- make ist behave like a stack, not like a queue
2007-01-28  Michael Wallner- persistent handles for curl_share and curl_multi
2007-01-28  Michael Wallner- fix compiler warning
2007-01-27  Michael Wallner- add persistent cURL handle support
2007-01-25  Michael Wallner- typo
2007-01-25  Michael Wallner- fix build failure when strncmp() is a macro
2007-01-24  Michael Wallner- more fixes for empty message info
2007-01-24  Michael Wallner- fix segvs with incompletely initialiezed HttpMessages
2007-01-23  Michael Wallner- changelog
2007-01-23  Michael Wallner- add HttpMessage::fromEnv(int type[, string class_name])
2007-01-23  Michael Wallner- allow response codes up to 599
2007-01-21  Michael Wallner- minimum required curl versions curl-config doesn...
2007-01-19  Michael Wallner- release 1.4.0RC2
2007-01-15  Michael Wallner- add a KUDOS file
2007-01-15  Michael Wallner- use const php_hash_ops*
2007-01-15  Michael Wallner- improve handling of xmlrpc request/response options
2007-01-15  Michael Wallner- use sizeof() for snprintf
next