You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by xcn520 <gi...@git.apache.org> on 2017/11/10 02:21:15 UTC

[GitHub] httpcomponents-core pull request #53: 4.4.x

GitHub user xcn520 opened a pull request:

    https://github.com/apache/httpcomponents-core/pull/53

    4.4.x

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/httpcomponents-core 4.4.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/httpcomponents-core/pull/53.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #53
    
----
commit fbf8f75aae8a6964f0eaa6537c47b6ad68abeea2
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-10-21T11:18:36Z

    Created 4.4.x development branch; trunk to become 5.0.x
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1633343 13f79535-47bb-0310-9956-ffa450edef68

commit d19aa00b7d9eeaffe0a7ecc012b1b38fd1e8007a
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-11-11T20:53:56Z

    adding a callback to be executed when reusing an established connection from the pool
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1638391 13f79535-47bb-0310-9956-ffa450edef68

commit f36f15ce0e5b61ae60780e272649fcd8fc5133b2
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-11-12T19:16:11Z

    IOSessionImpl: use volatiles for time access functions instead of synchronized access
    Contributed by Dmitry Potapov <dpotapov at yandex-team.ru>
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1638960 13f79535-47bb-0310-9956-ffa450edef68

commit bb51531d35e7485b367f809e7180bb918ffdad85
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-11-12T19:16:24Z

    IOSessionImpl: use double checks whenever it is possible to reduce synchronized scope
    Contributed by Dmitry Potapov <dpotapov at yandex-team.ru>
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1638961 13f79535-47bb-0310-9956-ffa450edef68

commit 17dd083132b8896990199c8d6851a45f39633987
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-11-14T17:09:51Z

    Set EmptyInputStream in entity instead of ContentLengthInputStream(inbuffer, 0)
    Contributed by Dmitry Potapov <dpotapov at yandex-team.ru>
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1639702 13f79535-47bb-0310-9956-ffa450edef68

commit b7a710c5c19cd3cc0578136d262c28eae91cfe1c
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-07T19:20:09Z

    Added methods to create ContentType with arbitrary parameters
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1643711 13f79535-47bb-0310-9956-ffa450edef68

commit 86f8b909e4093dde95c053a72291cfb3690572a7
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-09T09:34:38Z

    HTTPCLIENT-1585: SSLContextBuilder to preserve natural order of trust / key managers when loading trust / ket material from multiple sources
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1644008 13f79535-47bb-0310-9956-ffa450edef68

commit 0ab8a708aa388996d84a5d56ae1738e2b17b4908
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-09T09:41:27Z

    Added @Obsolete and @Experimental annotations
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1644011 13f79535-47bb-0310-9956-ffa450edef68

commit 0a04b247c6c35a442b27013de108a71397b778ae
Author: Sebastian Bazley <se...@apache.org>
Date:   2014-12-09T14:36:37Z

    HTTPCLIENT-1587 Document default Oracle JSSE restriction: SSLContext#init only uses first instance of managers
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1644062 13f79535-47bb-0310-9956-ffa450edef68

commit 50c23af46c5045faaecb5bfedda6002aa0f1373a
Author: Sebastian Bazley <se...@apache.org>
Date:   2014-12-09T14:40:02Z

    Immutable private field might as well be final
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1644068 13f79535-47bb-0310-9956-ffa450edef68

commit 6ff8fe5c04c8548540d00bd61f07656fc16c7d8c
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-14T11:18:02Z

    HTTPCLIENT-1587: added protected method that can be overwritten by a subclass in order perform additional trust / key material validation
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1645438 13f79535-47bb-0310-9956-ffa450edef68

commit e167e889d3bc1fe5e09578b4c4e9f022ab68dd42
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-14T12:11:12Z

    Updated release notes for HttpCore 4.4 release
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1645447 13f79535-47bb-0310-9956-ffa450edef68

commit 7b30210e77f768e3ba4d8d81a7ed118091995035
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-15T15:07:52Z

    Expanded expected exception type of the SSL client auth failure test case to make pass on Windows
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1645674 13f79535-47bb-0310-9956-ffa450edef68

commit 0692d72d65cc49d54d1e1613527d90ee2efcee5b
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-17T08:32:46Z

    Upgraded HttpCore version to 4.4.1-SNAPSHOT
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1646173 13f79535-47bb-0310-9956-ffa450edef68

commit 72079c118434fb6612d2b5007b629e192d337214
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-17T13:06:01Z

    Upgraded API baseline to 4.4
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1646229 13f79535-47bb-0310-9956-ffa450edef68

commit 413b45b352e38c6ce08fcab34ed4697e36bf66d0
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2014-12-22T08:30:52Z

    Fixed @Experimental and @Obsolete target definitions
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1647260 13f79535-47bb-0310-9956-ffa450edef68

commit e8958470322a313d7ced7923b38edcc35075c64f
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-02-09T12:51:18Z

    Non-blocking connection should not trigger end-of-stream callback as long as there is still data in the session input buffer
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1658389 13f79535-47bb-0310-9956-ffa450edef68

commit 37dc59a45eaeb14e2feaa33f16aba59085a746e3
Author: Michael Osipov <mi...@apache.org>
Date:   2015-02-11T09:53:55Z

    HTTPCORE-395: VersionInfo#getUserAgent reports incorrect Java version
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1658910 13f79535-47bb-0310-9956-ffa450edef68

commit 560c9ac059a298a961e8ca95bf1b5ad8f55d8f60
Author: Michael Osipov <mi...@apache.org>
Date:   2015-02-11T12:56:50Z

    HTTPCORE-395: VersionInfo#getUserAgent reports incorrect Java version
    
    Restored logic with UNAVAILABLE relase identifier
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1658945 13f79535-47bb-0310-9956-ffa450edef68

commit c9fe3df008d9d31072145796dace5579322f6dd8
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-02-14T12:54:40Z

    HTTPCORE-394: clarification of the HttpEntity#getContent method contract
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1659787 13f79535-47bb-0310-9956-ffa450edef68

commit 278de737bf105c50fcce1968561022e644714d97
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-02-16T15:23:40Z

    Supress IOException thrown by Socket#setSoLinger in BHttpConnectionBase#shutdown method
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1660137 13f79535-47bb-0310-9956-ffa450edef68

commit ad04b12586489fba272c6a2e832c402d2d8c1d49
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-02-18T13:24:36Z

    HTTPCORE-396: PrivateKeyStrategy does not work with NIO SSL
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1660628 13f79535-47bb-0310-9956-ffa450edef68

commit 074f3d30f7ef30fb397a78528df8257150cdaed3
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-02-23T12:31:00Z

    HttpService to handle response messages that are not intended to enclose a content entity
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1661656 13f79535-47bb-0310-9956-ffa450edef68

commit 5f6d83907987e2b80647bad98857da76dfe43dd3
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-02-27T10:59:19Z

    HTTPCORE-369: tutorial section on interaction with idle / leased connections in connection pools
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1662658 13f79535-47bb-0310-9956-ffa450edef68

commit a0e43502a83f64ce2fe5f2ab7e9f965d19e9664c
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-03-14T16:06:21Z

    Corrected minimal JRE level in README and JRE javadoc links
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1666700 13f79535-47bb-0310-9956-ffa450edef68

commit 2bbdff9a6092c700c682a79216c1f3d1832a5893
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-03-14T16:07:21Z

    Updated release notes for HttpCore 4.4.1 release
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1666701 13f79535-47bb-0310-9956-ffa450edef68

commit 88894d307506ba073c73ace02d4c977ff81004b1
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-03-14T16:15:18Z

    2014 -> 2015
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1666707 13f79535-47bb-0310-9956-ffa450edef68

commit e6b1fc8cd0ed4c4392e438c7a1f22147bc4ed808
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-03-17T08:42:01Z

    Expanded expected exception type for SSL protocol mismatch failure
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1667193 13f79535-47bb-0310-9956-ffa450edef68

commit 8072018b0cc3049bde28f60f0f4dcad2ee3518c9
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-03-19T11:47:39Z

    Upgraded HttpCore version to 4.4.2-SNAPSHOT
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1667713 13f79535-47bb-0310-9956-ffa450edef68

commit 040af07704592c8acb98a5a47cbf6b90c17fe0e0
Author: Oleg Kalnichevski <ol...@apache.org>
Date:   2015-04-13T18:25:42Z

    Reduced intermediate garbage in HeaderGroup and DefaultConnectionReuseStrategy
    
    git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.4.x@1673254 13f79535-47bb-0310-9956-ffa450edef68

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[GitHub] httpcomponents-core issue #53: 4.4.x

Posted by ok2c <gi...@git.apache.org>.
Github user ok2c commented on the issue:

    https://github.com/apache/httpcomponents-core/pull/53
  
    @xcn520  Could you please close this pull request? I assume it was raised by mistake.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org