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

Fixes TLS reconnection. #176

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Dec 16, 2023

  1. Accepts as valid responses to staged requests.

    Before these changes the request had to be marked as written in order to
    interpret incoming responses as belonging to that request. On fast
    networks however, like on localhost and underload the responses might
    arrive before the write operation completed.
    mzimbres committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    22405e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from boostorg/170-redis-client-fails-to-proce…

    …ss-all-the-requests
    
    Accepts as valid responses to staged requests.
    mzimbres authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    206bbeb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    2685d44 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    be1a1fb View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Merge pull request #172 from boostorg/cmake-build-in-tree

    In-tree cmake builds instead of FindBoost.
    mzimbres authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    7c788af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e041661 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #173 from boostorg/168-no-way-to-specify-caclient-…

    …certificate-for-ssl-connections
    
    Adds missing ssl-context getters.
    mzimbres authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    4f86b4b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    587c5fe View commit details
    Browse the repository at this point in the history
  2. Fixes the CMake file.

    mzimbres committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1160347 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request #174 from boostorg/168-no-way-to-specify-caclient-…

    …certificate-for-ssl-connections
    
    Provides a way of passing a custom ssl context to the connection.
    mzimbres authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    112bba7 View commit details
    Browse the repository at this point in the history
  2. Fixes TLS reconnection.

    mzimbres committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7ff82f3 View commit details
    Browse the repository at this point in the history