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

Add stub for http streaming recorder #126

Merged
merged 32 commits into from
Jan 27, 2019

Commits on Jan 18, 2019

  1. Restructure source code.

    rnburn committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    9ef8411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb15f2a View commit details
    Browse the repository at this point in the history
  3. Run clang-format.

    rnburn committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    3371921 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Reorging.

    rnburn committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    407831d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    17058d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9165d View commit details
    Browse the repository at this point in the history
  3. Add build for tests.

    rnburn committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    59b467a View commit details
    Browse the repository at this point in the history
  4. Reorging tests.

    rnburn committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    5529658 View commit details
    Browse the repository at this point in the history
  5. Port over recorder tests.

    rnburn committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    fd1ed5b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    87e4326 View commit details
    Browse the repository at this point in the history
  2. Port dynamic loading test.

    rnburn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    b2cff31 View commit details
    Browse the repository at this point in the history
  3. Add EventBase.

    rnburn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    5a17ca7 View commit details
    Browse the repository at this point in the history
  4. Add TimerEvent.

    rnburn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6a833d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71d6e88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ea7f50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce3b01a View commit details
    Browse the repository at this point in the history
  8. Run clang-format.

    rnburn committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    65d08a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Fix cmake build.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    b21803a View commit details
    Browse the repository at this point in the history
  2. Convert benchmark to bazel.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    6b25dfe View commit details
    Browse the repository at this point in the history
  3. Add benchmark build.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    a5fb5ab View commit details
    Browse the repository at this point in the history
  4. Add minimal cmake test.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    893ebac View commit details
    Browse the repository at this point in the history
  5. Remove config.h

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    294ff3f View commit details
    Browse the repository at this point in the history
  6. Port CI targets.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    909b72e View commit details
    Browse the repository at this point in the history
  7. Fix ci build.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    dc5302b View commit details
    Browse the repository at this point in the history
  8. Fix memory leak.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    4fbb6c4 View commit details
    Browse the repository at this point in the history
  9. Fix tsan target.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    89ff795 View commit details
    Browse the repository at this point in the history
  10. Fix typo.

    rnburn committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    2093480 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6e8525 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Fix typo.

    rnburn committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    be6bbd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Add clang-tidy to CI.

    rnburn committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    042403b View commit details
    Browse the repository at this point in the history
  2. Fix clang-tidy build.

    rnburn committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    a712896 View commit details
    Browse the repository at this point in the history
  3. Fix test case.

    rnburn committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    0ba0515 View commit details
    Browse the repository at this point in the history