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

Implement rfc6587 auto detection #154

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

Commits on Aug 10, 2024

  1. 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 Aug 10, 2024
    Configuration menu
    Copy the full SHA
    3522bc8 View commit details
    Browse the repository at this point in the history
  2. logproto: remove handshake_in_progress from LogProtoClient

    Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
    bazsi committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e3b5cea View commit details
    Browse the repository at this point in the history
  3. 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 Aug 10, 2024
    Configuration menu
    Copy the full SHA
    eaaad6b View commit details
    Browse the repository at this point in the history
  4. logtransport: add read_ahead() method

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

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

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

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

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

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