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

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


    from 34089941d KUDU-3646 fix Base64Decode()
     new 1733cfc5a KUDU-3647 more robust zlib wrapper code
     new 7e9d7adc8 [util] use ZBEST_SPEED for zlib::Compress()

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:
 src/kudu/server/webserver.cc |   2 +-
 src/kudu/util/CMakeLists.txt |   9 +++
 src/kudu/util/zlib-test.cc   | 157 +++++++++++++++++++++++++++++++++++++++++++
 src/kudu/util/zlib.cc        |  99 +++++++++++++++++----------
 src/kudu/util/zlib.h         |  14 ++--
 5 files changed, 241 insertions(+), 40 deletions(-)
 create mode 100644 src/kudu/util/zlib-test.cc

Reply via email to