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

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


    from c4ec354  Fixed misplaced table element in the agent docs.
     new 4118a48  Added '/state-summary' to the set of batched master endpoints.
     new 63e9096  Added '/tasks' to the set of batched master endpoints.
     new 33c38c9  Added '/slaves' to the set of batched master endpoints.
     new 102dcca  Added '/frameworks' to the set of batched master endpoints.
     new 44e5234  Moved members of `ReadOnlyHandler` into separate file.
     new 4930ec2  Cleaned up some style issues in `ReadOnlyHandler`.

The 6 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/CMakeLists.txt              |    1 +
 src/Makefile.am                 |    1 +
 src/common/http.cpp             |  126 +++--
 src/common/http.hpp             |   11 +-
 src/master/http.cpp             | 1112 +------------------------------------
 src/master/master.hpp           |   28 +
 src/master/readonly_handler.cpp | 1146 +++++++++++++++++++++++++++++++++++++++
 src/slave/http.cpp              |    7 -
 8 files changed, 1292 insertions(+), 1140 deletions(-)
 create mode 100644 src/master/readonly_handler.cpp

Reply via email to