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

Move prepareClientToWrite out of loop for lrange command to reduce the redundant call. #860

Merged
merged 8 commits into from
Aug 28, 2024

Commits on Aug 1, 2024

  1. This patch try to reduce the redundant call of prepareClientToWrite in

    loop for lrange command.
    
    ---------
    
    Signed-off-by: Lipeng Zhu <lipeng.zhu@intel.com>
    Co-authored-by: Wangyang Guo <wangyang.guo@intel.com>
    lipzhu and guowangy committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    77be499 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Address review comments.

    ---------
    
    Signed-off-by: Lipeng Zhu <lipeng.zhu@intel.com>
    Co-authored-by: Wangyang Guo <wangyang.guo@intel.com>
    lipzhu and guowangy committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    943f749 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. change working from writeReady to writePrepared

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    093a480 View commit details
    Browse the repository at this point in the history
  2. Update src/server.h

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    de6e041 View commit details
    Browse the repository at this point in the history
  3. Update src/server.h

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    28aef09 View commit details
    Browse the repository at this point in the history
  4. Fix wording inconsistency with refactoring

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5650423 View commit details
    Browse the repository at this point in the history
  5. Update src/networking.c

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bb9280e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. One last update

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b2f2001 View commit details
    Browse the repository at this point in the history