This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 4b355d8  Eliminate unnecessary body copying in http::Response 
constructor.
     new b275a03  Support jsonifying v0 protobuf to v1 protobuf.
     new 8bfbcab  Added a test for AsV1Protobuf.
     new 715035b  Improved performance of v1 operator API GetAgents call.
     new 4f4dab9  Improved performance of v1 operator API GetFrameworks call.
     new 6ab8354  Improved performance of v1 operator API GetExecutors call.
     new d7dd4d0  Improved performance of v1 operator API GetTasks call.
     new 1c60f0e  Improved performance of v1 operator API GetState call.
     new 469f2eb  Improved performance of v1 operator API GetMetrics call.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/Makefile.am                   |    3 +
 src/common/http.cpp               |  290 ++++++++
 src/common/http.hpp               |   13 +
 src/master/http.cpp               | 1309 +++++++++++++++++++++++++++++++++++--
 src/master/master.hpp             |   26 +
 src/tests/CMakeLists.txt          |    1 +
 src/tests/common/http_tests.cpp   |   45 ++
 src/tests/common/http_tests.pb.cc | 1065 ++++++++++++++++++++++++++++++
 src/tests/common/http_tests.pb.h  |  682 +++++++++++++++++++
 src/tests/common/http_tests.proto |   63 ++
 10 files changed, 3457 insertions(+), 40 deletions(-)
 create mode 100644 src/tests/common/http_tests.pb.cc
 create mode 100644 src/tests/common/http_tests.pb.h
 create mode 100644 src/tests/common/http_tests.proto

Reply via email to