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

Major rewrite or TCPReporter #71

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

Commits on Sep 7, 2017

  1. Fix a bug that endlessly inflates reports and causes segfaults when t…

    …he number of reportet elements is large.
    ernestum committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    4300473 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Major TCPReporter rewrite based on boost::asio. This is much more eff…

    …icient and less buggy.
    ernestum committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    ba4275d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Configuration menu
    Copy the full SHA
    2853bac View commit details
    Browse the repository at this point in the history
  2. Fixed segfault caused by setting the header marshaller and the body m…

    …arshaller to the same marshaller instance
    
    .
    ernestum committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    7c6f167 View commit details
    Browse the repository at this point in the history