Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

grpc-httpjson-transcoding-source-20190920-lp152.1.1 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: grpc-httpjson-transcoding-source Distribution: openSUSE Leap 15.2
Version: 20190920 Vendor: openSUSE
Release: lp152.1.1 Build date: Fri Feb 21 23:56:15 2020
Group: Development/Sources Build host: cloud128
Size: 427484 Source RPM: grpc-httpjson-transcoding-20190920-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/grpc-ecosystem/grpc-httpjson-transcoding
Summary: Source code of grpc-httpjson-transcoding
Source code of grpc-httpjson-transcoding - a library that supports transcoding
so that HTTP/JSON can be converted to gRPC. It allows to provide APIs in both
gRPC and REST style at the same time.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Jan 17 2020 Michał Rostecki <mrostecki@opensuse.org>
  - Remove all subpackages except source - envoy-proxy needs the
    whole source tree instead of a library and there is no other
    consumer of grpc-httpjson-transcoding.
* Tue Nov 05 2019 mrostecki@opensuse.org
  - Update to version 20190920:
    * Changed return of ByteCount() to use plain int64_t.
    * Relax Base64 Decoding Strict decoding breaks Base64 MIME encodings, which place newlines after a certain number of spaces. MIME encoding is commonly used by Java Clients.
    * Update googleapis and protobuf
    * Run clang-format
    * Make path matcher utility compilable with gcc 4.9
    * Replace std::set with std::unordered_set in path matcher utility
    * Make path_matcher.h compile with gcc 4.9
    * Replace std::set with std::unordered_set in path matcher
    * Replace a single character string literal with a character
  - Add patch which fixes the build with newer googleapis:
    * 0001-bazel-Update-googleapis-and-do-not-define-custom-BUI.patch
* Mon Mar 18 2019 Michal Rostecki <mrostecki@opensuse.org>
  - Add source package, which is needed to fix envoy-proxy.
    (boo#1129568)
* Thu Mar 07 2019 Michal Rostecki <mrostecki@opensuse.org>
  - Add soname to all *.so* files.
* Fri Feb 22 2019 Michał Rostecki <mrostecki@opensuse.org>
  - Adjust to downgraded version of googleapis.
* Fri Feb 15 2019 Jan Engelhardt <jengelh@inai.de>
  - Update descriptions.
* Thu Nov 29 2018 Michał Rostecki <mrostecki@suse.de>
  - Update to version 20181128:
    * bazel: Allow to distdir all dependencies
    * travis: Update Bazel version to 0.19.2
* Wed Nov 28 2018 Michał Rostecki <mrostecki@suse.de>
  - Initial release - 20180530

Files

/usr/share/doc/packages/grpc-httpjson-transcoding-source
/usr/share/doc/packages/grpc-httpjson-transcoding-source/README.md
/usr/share/licenses/grpc-httpjson-transcoding-source
/usr/share/licenses/grpc-httpjson-transcoding-source/LICENSE
/usr/src/grpc-httpjson-transcoding
/usr/src/grpc-httpjson-transcoding/BUILD
/usr/src/grpc-httpjson-transcoding/CONTRIBUTING.md
/usr/src/grpc-httpjson-transcoding/LICENSE
/usr/src/grpc-httpjson-transcoding/README.md
/usr/src/grpc-httpjson-transcoding/WORKSPACE
/usr/src/grpc-httpjson-transcoding/repositories.bzl
/usr/src/grpc-httpjson-transcoding/script
/usr/src/grpc-httpjson-transcoding/script/check-style
/usr/src/grpc-httpjson-transcoding/src
/usr/src/grpc-httpjson-transcoding/src/BUILD
/usr/src/grpc-httpjson-transcoding/src/http_template.cc
/usr/src/grpc-httpjson-transcoding/src/include
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/http_template.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/internal
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/internal/protobuf_types.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/json_request_translator.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/message_reader.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/message_stream.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/path_matcher.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/path_matcher_node.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/path_matcher_utility.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/prefix_writer.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/request_message_translator.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/request_stream_translator.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/request_weaver.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/response_to_json_translator.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/transcoder.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/transcoder_input_stream.h
/usr/src/grpc-httpjson-transcoding/src/include/grpc_transcoding/type_helper.h
/usr/src/grpc-httpjson-transcoding/src/json_request_translator.cc
/usr/src/grpc-httpjson-transcoding/src/message_reader.cc
/usr/src/grpc-httpjson-transcoding/src/message_stream.cc
/usr/src/grpc-httpjson-transcoding/src/path_matcher_node.cc
/usr/src/grpc-httpjson-transcoding/src/prefix_writer.cc
/usr/src/grpc-httpjson-transcoding/src/request_message_translator.cc
/usr/src/grpc-httpjson-transcoding/src/request_stream_translator.cc
/usr/src/grpc-httpjson-transcoding/src/request_weaver.cc
/usr/src/grpc-httpjson-transcoding/src/response_to_json_translator.cc
/usr/src/grpc-httpjson-transcoding/src/type_helper.cc
/usr/src/grpc-httpjson-transcoding/test
/usr/src/grpc-httpjson-transcoding/test/BUILD
/usr/src/grpc-httpjson-transcoding/test/bookstore.proto
/usr/src/grpc-httpjson-transcoding/test/http_template_test.cc
/usr/src/grpc-httpjson-transcoding/test/json_request_translator_test.cc
/usr/src/grpc-httpjson-transcoding/test/message_reader_test.cc
/usr/src/grpc-httpjson-transcoding/test/message_stream_test.cc
/usr/src/grpc-httpjson-transcoding/test/path_matcher_test.cc
/usr/src/grpc-httpjson-transcoding/test/path_matcher_utility_test.cc
/usr/src/grpc-httpjson-transcoding/test/prefix_writer_test.cc
/usr/src/grpc-httpjson-transcoding/test/proto_stream_tester.cc
/usr/src/grpc-httpjson-transcoding/test/proto_stream_tester.h
/usr/src/grpc-httpjson-transcoding/test/request_message_translator_test.cc
/usr/src/grpc-httpjson-transcoding/test/request_stream_translator_test.cc
/usr/src/grpc-httpjson-transcoding/test/request_translator_test_base.cc
/usr/src/grpc-httpjson-transcoding/test/request_translator_test_base.h
/usr/src/grpc-httpjson-transcoding/test/request_weaver_test.cc
/usr/src/grpc-httpjson-transcoding/test/response_to_json_translator_test.cc
/usr/src/grpc-httpjson-transcoding/test/test_common.cc
/usr/src/grpc-httpjson-transcoding/test/test_common.h
/usr/src/grpc-httpjson-transcoding/test/testdata
/usr/src/grpc-httpjson-transcoding/test/testdata/bookstore_service.pb.txt
/usr/src/grpc-httpjson-transcoding/test/type_helper_test.cc


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024