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

Logproto remove handshake in progress #4940

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on May 4, 2024

  1. libtest: fixed LogTransportMock to not return bytes if the buffer siz…

    …e is 0
    
    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d3045c4 View commit details
    Browse the repository at this point in the history
  2. logtransport: add read_ahead() method

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f6e2d8d View commit details
    Browse the repository at this point in the history
  3. logproto: add LogProtoAutoServer implementation

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0267fa2 View commit details
    Browse the repository at this point in the history
  4. syslog: use rfc6587 style auto-detection when "framed" protocol is se…

    …lected
    
    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8842f18 View commit details
    Browse the repository at this point in the history
  5. tests/copyright: updated policy about new files

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0d4c429 View commit details
    Browse the repository at this point in the history
  6. news: updated news entry

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    98435b3 View commit details
    Browse the repository at this point in the history
  7. logproto: remove handshake_in_progress method from LogProtoServer

    Instead of having to call an extra virtual method for each I/O event,
    bundle this information into the handshake call itself and track whether
    handshake is in progress in the caller.
    
    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    dc8b35a View commit details
    Browse the repository at this point in the history
  8. logproto: remove handshake_in_progress from LogProtoClient

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8da2591 View commit details
    Browse the repository at this point in the history
  9. logproto: add testcases for LogProtoAutoServer

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0e695a0 View commit details
    Browse the repository at this point in the history