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: aws/aws-sdk-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aws/aws-sdk-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sr/curlMulti2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 20 files changed
  • 1 contributor

Commits on Jan 24, 2025

  1. Use curl_multi_handle

    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    90a2ee5 View commit details
    Browse the repository at this point in the history
  2. Avoid locking on submitted tasks to multi curl handle by keeping easy…

    … handle sdk wrappers in a container
    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    080f956 View commit details
    Browse the repository at this point in the history
  3. Basic error handling for curl multi

    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    6be8c1d View commit details
    Browse the repository at this point in the history
  4. AWS Client call operation API

    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    99d6646 View commit details
    Browse the repository at this point in the history
  5. Draft for Async v2 client api

    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    09d9cc3 View commit details
    Browse the repository at this point in the history
  6. Add queueing to curl multi

    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    4798c5f View commit details
    Browse the repository at this point in the history
  7. Example of code gen and a bit of testing for S3

    SergeyRyabinin authored and Sergey Ryabinin committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    bf2c708 View commit details
    Browse the repository at this point in the history
Loading