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

Use new I/O engine in CLI commands and features #7010

Closed
wants to merge 8 commits into from

Commits on Apr 5, 2019

  1. Connect(): add non-async overload

    Al2Klimov authored and Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8692200 View commit details
    Browse the repository at this point in the history
  2. Introduce UnbufferedAsioTlsStream#GetPeerCertificate()

    Al2Klimov authored and Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    083cdf2 View commit details
    Browse the repository at this point in the history
  3. Add non-async overloads for NetString::ReadStringFromStream() and Net…

    …String::WriteStringToStream()
    Al2Klimov authored and Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    aa5b21b View commit details
    Browse the repository at this point in the history
  4. Add non-async overloads for JsonRpc::ReadMessage() and JsonRpc::SendM…

    …essage()
    Al2Klimov authored and Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    5367a48 View commit details
    Browse the repository at this point in the history
  5. Use new I/O engine in PkiUtility::FetchCert() and PkiUtility::Request…

    …Certificate()
    Al2Klimov authored and Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    30016ca View commit details
    Browse the repository at this point in the history
  6. Use new I/O engine in InfluxdbWriter

    Al2Klimov authored and Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    c21e705 View commit details
    Browse the repository at this point in the history
  7. Debug Console: Use our new I/O engine for HTTP requests: 1) execute-s…

    …cript
    Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0da37d0 View commit details
    Browse the repository at this point in the history
  8. Debug Console: Refactor code into generic HTTP Requests

    Michael Friedrich committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    62b5779 View commit details
    Browse the repository at this point in the history