You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/08/16 03:55:51 UTC

[trafficserver] branch master updated (df09fa3 -> a4b9d2d)

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

jpeach pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  df09fa3   Merge pull request #853 from shinrich/ts-4619
      adds  a1dd890   TS-4548: Add lua_getfield helper.
      adds  ffa5b35   TS-4548: Convert logs_xml.config to Lua.
      adds  36505e7   TS-4548: Remove enable_lua.
      adds  b5aeb8c   TS-4548: Apply clang-format to libbindings.
      adds  ef6ca7a   TS-4548: Add a Lua stack helper class.
       new  a4b9d2d   Merge pull request #851 from jpeach/lua/logging

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


Summary of changes:
 Makefile.am                                        |   1 +
 cmd/traffic_manager/AddConfigFilesHere.cc          |   1 +
 cmd/traffic_manager/traffic_manager.cc             |   3 +
 lib/bindings/bindings.cc                           |   6 +-
 lib/bindings/lua.cc                                |  39 +-
 lib/bindings/lua.h                                 |  34 ++
 lib/bindings/metrics.cc                            |   8 +-
 mgmt/RecordsConfig.cc                              |   2 +
 proxy/Makefile.am                                  |  11 +-
 proxy/config/Makefile.am                           |   1 +
 proxy/config/logging.config.default                | 159 ++++++++
 proxy/logging/LogBindings.cc                       | 420 +++++++++++++++++++++
 lib/bindings/repl.h => proxy/logging/LogBindings.h |  15 +-
 proxy/logging/LogConfig.cc                         |  27 +-
 proxy/logging/LogConfig.h                          |   1 +
 proxy/logging/LogFilter.h                          |   3 +-
 proxy/logging/LogFormat.h                          |   2 +-
 proxy/logging/LogObject.cc                         |   2 +
 proxy/logging/Makefile.am                          |   3 +
 19 files changed, 712 insertions(+), 26 deletions(-)
 create mode 100644 proxy/config/logging.config.default
 create mode 100644 proxy/logging/LogBindings.cc
 copy lib/bindings/repl.h => proxy/logging/LogBindings.h (72%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge pull request #851 from jpeach/lua/logging

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit a4b9d2d6d307a025f6aa1ee76f20ff34b4df5547
Merge: df09fa3 ef6ca7a
Author: James Peach <jp...@apache.org>
AuthorDate: Mon Aug 15 20:55:44 2016 -0700

    Merge pull request #851 from jpeach/lua/logging
    
    TS-4548: Convert custom log config file to Lua

 Makefile.am                               |   1 +
 cmd/traffic_manager/AddConfigFilesHere.cc |   1 +
 cmd/traffic_manager/traffic_manager.cc    |   3 +
 lib/bindings/bindings.cc                  |   6 +-
 lib/bindings/lua.cc                       |  39 ++-
 lib/bindings/lua.h                        |  34 +++
 lib/bindings/metrics.cc                   |   8 +-
 mgmt/RecordsConfig.cc                     |   2 +
 proxy/Makefile.am                         |  11 +-
 proxy/config/Makefile.am                  |   1 +
 proxy/config/logging.config.default       | 159 +++++++++++
 proxy/logging/LogBindings.cc              | 420 ++++++++++++++++++++++++++++++
 proxy/logging/LogBindings.h               |  33 +++
 proxy/logging/LogConfig.cc                |  27 +-
 proxy/logging/LogConfig.h                 |   1 +
 proxy/logging/LogFilter.h                 |   3 +-
 proxy/logging/LogFormat.h                 |   2 +-
 proxy/logging/LogObject.cc                |   2 +
 proxy/logging/Makefile.am                 |   3 +
 19 files changed, 736 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.