- Aug 08, 2016
-
-
murgatroid99 authored
-
- Aug 04, 2016
-
-
Nicolas Noble authored
Splitting out interop's server helper.
-
Nicolas "Pixel" Noble authored
-
- Aug 03, 2016
-
-
Nicolas Noble authored
Manual upmerge after version bump.
-
https://github.com/grpc/grpcNicolas "Pixel" Noble authored
Conflicts: CMakeLists.txt Makefile build.yaml package.json src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/health_check/package.json src/node/tools/package.json src/python/grpcio/grpc_version.py src/python/grpcio_health_checking/grpc_version.py src/python/grpcio_tests/grpc_version.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal
-
Nicolas Noble authored
Fixing json parsing issues detected by libfuzz.
-
Jorge Canizales authored
Let override default response size limit
-
kpayson64 authored
deflake grpclb_test
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
Muxi Yan authored
Fix Objective-C test pods for Cronet tests
-
kpayson64 authored
Move timeout_encoding to core/lib/transport
-
Nicolas Noble authored
Stop using image aliases, as this is getting deprecated.
-
Nicolas Noble authored
Backport of "added windows to INSTALL.md"
-
Nicolas Noble authored
added windows to INSTALL.md
-
Nicolas Noble authored
added windows to INSTALL.md
-
David Garcia Quintas authored
-
- Aug 02, 2016
-
-
Nicolas Noble authored
Update .gitignore to include .idea folder
-
Nicolas Noble authored
removed hardcoded disable on logging
-
Nicolas Noble authored
fixed include guard script and faulty .h
-
kpayson64 authored
Add Census resource API and implementation.
-
kpayson64 authored
Downgrade docker setuptools
-
kpayson64 authored
Extend filter API to allow call initialization to return an error.
-
kpayson64 authored
Changed census static metadata keys for tracing and tag propagation
-
Ken Payson authored
-
Mark D. Roth authored
-
Vijay Pai authored
Don't assert if we're not able to set CPU affinity
-
Muxi Yan authored
-
Mark D. Roth authored
-
Mark D. Roth authored
-
kpayson64 authored
Fix stack-use-after-scope in call.c
-
kpayson64 authored
gRPC LB policy
-
Vijay Pai authored
Shrink a stack-allocated array to avoid giant frame
-
Jan Tattermusch authored
Update .NET core dependencies to RTM
-
David Garcia Quintas authored
-
Vitaly Buka authored
AddressSanitizer detects stack-use-after-scope bug. This means that variable was used at a point when compiler assume that it's dead. Here compression_md lifetime is limited by switch scope. However implementation of execute_op blow access it outside the scope.
-
kpayson64 authored
Downgrade docker setuptools