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

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


    from 6b7b61b  fix freebsd build error
     new 7236e78  Simple and miscellaneous fixes/additions for lua plugin
     new 9d21c10  fix doc build error

The 2 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:
 doc/admin-guide/plugins/lua.en.rst                 | 77 +++++++++++++++++++++-
 plugins/lua/Makefile.inc                           |  1 +
 plugins/lua/ts_lua.c                               | 16 ++++-
 plugins/lua/ts_lua_client_request.c                |  2 +-
 plugins/lua/ts_lua_client_response.c               |  2 +-
 plugins/lua/ts_lua_fetch.c                         |  4 +-
 plugins/lua/ts_lua_http.c                          | 41 ++++++++++--
 plugins/lua/ts_lua_http_config.c                   |  2 +-
 plugins/lua/ts_lua_http_intercept.c                | 15 +++--
 plugins/lua/ts_lua_http_txn_info.c                 | 76 +++++++++++++++++++++
 .../lua/{ts_lua_hook.h => ts_lua_http_txn_info.h}  |  2 +-
 plugins/lua/ts_lua_log.c                           |  4 +-
 plugins/lua/ts_lua_misc.c                          | 40 +++++++++--
 plugins/lua/ts_lua_package.c                       |  4 +-
 plugins/lua/ts_lua_server_request.c                |  2 +-
 plugins/lua/ts_lua_server_response.c               |  2 +-
 plugins/lua/ts_lua_transform.c                     |  9 +--
 plugins/lua/ts_lua_util.c                          | 11 +++-
 18 files changed, 270 insertions(+), 40 deletions(-)
 create mode 100644 plugins/lua/ts_lua_http_txn_info.c
 copy plugins/lua/{ts_lua_hook.h => ts_lua_http_txn_info.h} (94%)

Reply via email to