Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PROTON-1224: Upgrade BouncyCastle #75

Closed
wants to merge 15 commits into from
Closed

PROTON-1224: Upgrade BouncyCastle #75

wants to merge 15 commits into from

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    d97854b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9efcf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daa2959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aff636 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Configuration menu
    Copy the full SHA
    b5e4a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7e3fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70b8d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fccb90a View commit details
    Browse the repository at this point in the history
  5. PROTON-1233: Add python SSL test for null hostname failure

    Cliff Jansen authored and JemDay committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    c041625 View commit details
    Browse the repository at this point in the history
  6. PROTON-1231: Fixed failing proton_tests..test_allowed_mechs_external

    The test was comparing exact error message text, changed by previous fix to
    include the transport error. Modified to check for a reliable substring.
    alanconway authored and JemDay committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    acac4ca View commit details
    Browse the repository at this point in the history
  7. PROTON-1221: c++ container::schedule() support.

    container::schedule() with simple example of sending messages at a fixed interval.
    Examples for C++03 and C++11.
    Modified inject() to use the same proton::void_function0 as schedule for C++03.
    
    Note: the example chains schedule() calls at a fixed interval. A precise
    fixed-frequency sender should take account of the actual time to correct for
    variations.
    alanconway authored and JemDay committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    fec6205 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ffc670 View commit details
    Browse the repository at this point in the history
  9. PROTON-1232: [C++ binding] change container interface:

    - Make all member functions in container class pure virtual (except destructor)
    - Add a new standard_container class that has the standard behaviour
      of the variant overloads
    - Make all container implementations use standard_container class
    - Remove unnecessary includes of container_impl
    astitcher authored and JemDay committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    376ba74 View commit details
    Browse the repository at this point in the history
  10. PROTON-1236: add a link to the transport's reactor as soon as the it …

    …is bound
    
    Previously the reactor would be put on the transport's attachment list
    when a socket selector was created for the transport.  If the socket
    setup fails then no selector is created and the reactor is never added
    to the transport.  This would result in a crash as the code depends on
    the reactor being present in the transport when transport events are
    generated.
    kgiusti authored and JemDay committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    0321b79 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f31ef10 View commit details
    Browse the repository at this point in the history