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

log: add upstream TLS info #7911

Merged
merged 26 commits into from
Sep 6, 2019
Merged

log: add upstream TLS info #7911

merged 26 commits into from
Sep 6, 2019

Commits on Aug 13, 2019

  1. start the work

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    f4d8b58 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. propagate upstream ssl connection

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    252322d View commit details
    Browse the repository at this point in the history
  2. build fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    ad707dd View commit details
    Browse the repository at this point in the history
  3. populate stream info

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    7d24502 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. refactor connection info

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    28d4c87 View commit details
    Browse the repository at this point in the history
  2. fixing tests

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a0b56b6 View commit details
    Browse the repository at this point in the history
  3. debugging

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    44dc3be View commit details
    Browse the repository at this point in the history
  4. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b50c836 View commit details
    Browse the repository at this point in the history
  5. memory leaking

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    4a2d016 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. fix more tests

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    35ec38e View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    5430084 View commit details
    Browse the repository at this point in the history
  3. unnecessary string constructor

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e2b94a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    d1297dd View commit details
    Browse the repository at this point in the history
  2. update the PR

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    a39462a View commit details
    Browse the repository at this point in the history
  3. add unit tests

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    309e238 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a6e83df View commit details
    Browse the repository at this point in the history
  2. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    40b6126 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a0b858a View commit details
    Browse the repository at this point in the history
  2. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ed2eb0c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. minimize

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    88b0bd3 View commit details
    Browse the repository at this point in the history
  2. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    9d5507a View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    867ee58 View commit details
    Browse the repository at this point in the history
  4. merge fix

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    94dcca7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    4189fb4 View commit details
    Browse the repository at this point in the history
  2. remove absl unused

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    8693a8b View commit details
    Browse the repository at this point in the history
  3. review

    Signed-off-by: Kuat Yessenov <[email protected]>
    kyessenov committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    2d044d6 View commit details
    Browse the repository at this point in the history