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: alanxz/rabbitmq-c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sathishiitd/rabbitmq-c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 21, 2025

  1. Add amqp_cstring_bytes_with_length function - Introduced amqp_cstring…

    …_bytes_with_length to create amqp_bytes_t from a C string with a specified length. - This function complements amqp_cstring_bytes by allowing more control over the length of the byte array.
    sathishiitd authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    c256e95 View commit details
    Browse the repository at this point in the history
  2. Update amqp_mem.c

    Add amqp_cstring_bytes_with_length function - Introduced amqp_cstring_bytes_with_length to create amqp_bytes_t from a C string with a specified length. - This function complements amqp_cstring_bytes by allowing more control over the length of the byte array.
    sathishiitd authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    2b6ec0d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Resolving PR comments

    sathishiitd committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5c567d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. resolving PR comments

    sathishiitd authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    8c94944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fffa6d5 View commit details
    Browse the repository at this point in the history
  3. Update amqp_mem.c

    sathishiitd authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    ba4a135 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. fixing clang formats

    sathishiitd authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    b44bf39 View commit details
    Browse the repository at this point in the history
Loading