prepare 2.1.1
[m6w6/ext-http] / php_http_client_curl.c
2014-09-01  Michael Wallnerfix sovereignty of clients when using events
2014-08-13  Michael Wallnerfix possible bus error on shutdown when using events
2014-08-13  Michael Wallneradd curlcode transfer info
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-08-05  Michael Wallnerfix leak
2014-08-02  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-08-01  Michael Wallnerensure string and custom options are reset properly
2014-08-01  Michael Wallnerrm unused constant
2014-07-31  Michael Wallnerupgrade curl stuff
2014-07-31  Michael WallnerCURLOPT_XFERINFO{FUNCTION,DATA}
2014-07-31  Michael WallnerCURLINFO_TLS_SESSION
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerrfc compliant user agent; fix bug #67528
2014-04-17  Michael WallnerMerge branch 'R_2_0'
2014-04-16  Michael Wallnercatch "uploaded" state
2014-01-17  Michael WallnerMerge branch 'R_2_0'
2014-01-17  Michael WallnerFix a rare crash with unitialized CURLOPT_HTTPHEADER
2014-01-02  Remi ColletFix build with -Werror=format-security
2014-01-02  Michael Wallnerbump year
2014-01-02  Michael Wallnerfix bug #66388 (Crash on POST with Content-Length:0...
2013-12-10  Michael Wallnerfix typo; wtf? RELEASE_2_0_3
2013-12-10  Michael WallnerFixed bug #66250 (shutdown crash as shared extension)
2013-11-26  Michael Wallnerfix ws
2013-11-23  Anatoliy Belskyfixed ZTS
2013-11-23  Anatoliy Belskyfix headers again, avoid header clashing including...
2013-11-22  Anatoliy Belskyadded missing header in order struct event could be...
2013-11-22  Michael Wallner2.0.0 stable
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-11-20  Michael Wallnerremoved awkward custom error handling and http\Object...
2013-11-15  Michael Wallnerfix clang warning
2013-11-15  Michael Wallnerfix crash on unset request urls
2013-11-05  Michael Wallner* standard return values
2013-05-19  Michael Wallner- less custom macro cruft
2013-04-11  Michael Wallnerfix usage with ancient libcurl (debian)
2013-04-05  Michael Wallnerclient test and fixes
2013-03-28  Michael Wallnercodename: client meltdown
2012-03-30  Michael Wallnerbatch renaming: client*curl curl*client
2012-03-30  Michael Wallnerlet the request be able to carry client options
2012-03-29  Michael Wallnerdon't crash if user extends abstract classes
2012-03-27  Michael Wallnerre-enable the factory
2012-03-27  Michael Wallnermake the pool functional again
2012-03-26  Michael Wallneradd current state of refactoring