Commit graph

8 commits

Author SHA1 Message Date
leot
79b4685824 grpc: Add NetBSD support 2018-12-31 23:00:08 +00:00
minskim
c90e1da8d7 net/grpc: Update to 1.13.1
Notable changes since 1.11.0:
- Make GrpcBuffer{Reader|Writer} Public
- Compile Out Tracers Option
- Add RpcException.StatusCode property
- gRPC stats will only be collected for debug builds or if
  GRPC_COLLECT_STATS is defined.
- cmake install now also installs should also installs the roots.pem
  file
2018-08-04 21:25:58 +00:00
jperkin
7aac37d660 grpc: Add SunOS support. 2018-05-15 15:20:17 +00:00
minskim
0948fe78b4 net/grpc: Update to 1.11.0
Notable changes since 1.7.2:
- Requires protobuf>=3.5.0
- Exec_ctx has been made a thread_local, and is no longer to be passed
  as a function parameter.
- LB policies request re-resolution without shutting down
- On server, include receiving HTTP/2 settings in handshake timeout
- C++ headers are moved from include/grpc++ to include/grpcpp. Headers
  in include/grpc++ are deprecated
- Experimental gRPC-C++ Cocoapods podspec
- Several features of core have been removed from the surface or GPR
  API: grpc_alarm, gpr_join_host_port, gpr_cmdline, gpr_subprocess,
  gpr_tls, gpr_avl, and gpr_thd
- Add core underpinnings for TLS session ticket support
- Experimental support for configurable	retries
2018-04-27 17:47:27 +00:00
jperkin
e366662af4 Belated PKGREVISION bump for devel/protobuf update.
Fixes at least joyent/pkgsrc#60.
2018-01-17 12:10:37 +00:00
minskim
e99c37b744 net/grpc: Update to 1.7.2
Changes in C# and Ruby libraries only. No change in C/C++.
2017-12-04 18:20:30 +00:00
minskim
5c94c2bfd7 net/grpc: Update to 1.7.0
Notable changes:
- Channel are now by default persistent
- Some bug fixes from 1.4 branch
- Fixed hang bug when fork() was used
2017-10-27 16:45:34 +00:00
minskim
bc85eef6cb net/grpc: Import version 1.6.7
gRPC is a modern, open source remote procedure call (RPC) framework
that can run anywhere. It enables client and server applications to
communicate transparently, and makes it easier to build connected
systems.
2017-10-23 15:48:04 +00:00