Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: couchbase/couchbase-cxx-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.4
Choose a base ref
...
head repository: couchbase/couchbase-cxx-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.5
Choose a head ref
  • 8 commits
  • 181 files changed
  • 3 contributors

Commits on Dec 9, 2024

  1. CXXCBC-633: ensure DNS-SRV resolver reports timeouts (#703)

    * catch asio::error::operation_aborted in every handler, and return
      immediately giving chance to deadline_ handler to report timeout error
      code
    
    * make sure that UDP round will always fallback to TCP in case of UDP
      timeout.
    avsej authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    fe4f36f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

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

Commits on Jan 13, 2025

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

Commits on Jan 14, 2025

  1. Configuration menu
    Copy the full SHA
    555a5b4 View commit details
    Browse the repository at this point in the history
  2. Minor improvements (#706)

    Changes
    =======
    * Update origin to_json() to include server_group option
    * Change .ignore to ignore all jetbrains things (.idea)
    thejcfactor authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    ee99ca6 View commit details
    Browse the repository at this point in the history
  3. Update spdlog to 1.15.0 (#709)

    avsej authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    4ece9a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428d64f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Update meta for 1.0.5 (#711)

    avsej authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    24dca97 View commit details
    Browse the repository at this point in the history
Loading