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

Cleanup old code (HTTP, Cluster) #7196

Merged
merged 10 commits into from
May 29, 2019
Merged

Cleanup old code (HTTP, Cluster) #7196

merged 10 commits into from
May 29, 2019

Commits on May 24, 2019

  1. Quality: Purge old HTTP code in lib/remote

    Michael Friedrich committed May 24, 2019
    Configuration menu
    Copy the full SHA
    f933aaf View commit details
    Browse the repository at this point in the history
  2. Quality: Clean JsonRPC class and add function docs

    Michael Friedrich committed May 24, 2019
    Configuration menu
    Copy the full SHA
    e606d14 View commit details
    Browse the repository at this point in the history
  3. Quality: Purge old TlsStream functionality

    Michael Friedrich committed May 24, 2019
    Configuration menu
    Copy the full SHA
    c7a2fc5 View commit details
    Browse the repository at this point in the history
  4. Quality: Remove old SocketEvent functionality

    Michael Friedrich committed May 24, 2019
    Configuration menu
    Copy the full SHA
    5dbb6ad View commit details
    Browse the repository at this point in the history
  5. Quality: Drop unused boost/tuple header include

    Michael Friedrich committed May 24, 2019
    Configuration menu
    Copy the full SHA
    c77d6eb View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Quality: Rewrite OpenTSDB to use Boost ASIO and I/O engine

    The connection handling and code isn't really good, but not
    really actively maintained either.
    
    Besides that, the "telnet" method doesn't allow for TLS,
    this needs a general rewrite against their HTTP API.
    
    I've also added function documentation where applicable.
    Michael Friedrich committed May 27, 2019
    Configuration menu
    Copy the full SHA
    0466316 View commit details
    Browse the repository at this point in the history
  2. Quality: Use Boost ASIO/IO engine in Graphite feature

    This commit changes the reconnect priority to high.
    
    Also add function docs.
    Michael Friedrich committed May 27, 2019
    Configuration menu
    Copy the full SHA
    efd4e8a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Quality: Remove old MakeSSLContext() interface

    Michael Friedrich committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ba44c39 View commit details
    Browse the repository at this point in the history
  2. Quality: Removed unused HttpChunkedEncoding class

    Michael Friedrich committed May 28, 2019
    Configuration menu
    Copy the full SHA
    120aba3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Quality: Mark NetworkStream, TcpSocket & UnixSocket classes as deprec…

    …ated
    
    They're used inside the Livestatus feature which needs rework.
    Michael Friedrich committed May 29, 2019
    Configuration menu
    Copy the full SHA
    f5bc9b4 View commit details
    Browse the repository at this point in the history