Craig Tiller
822aae53d3
Always receive initial metadata in this test
8 years ago
Matt Kwong
a5b29a3961
Update VM creation script to include BQ access
8 years ago
Matt Kwong
d1f40bd3b3
Make --measure_cpu_costs flag Mac-friendly
8 years ago
murgatroid99
72c8057265
Merge branch 'master' into node_expose_constants
8 years ago
Vijay Pai
6d06776a12
Merge pull request #10963 from vjpai/remake
...
Stop checking for pre-c++11 compilers since these are no longer supported
8 years ago
murgatroid99
1ac096bada
Update list of js files in build.yaml
8 years ago
Yang Gao
8bab30dc7c
Merge pull request #11028 from yang-g/default_hc
...
Lower the level of a log message to INFO
8 years ago
Sree Kuchibhotla
234a677e8d
Merge branch 'master' into cq_mpsc_based
8 years ago
Yang Gao
6d15d29f4c
Merge pull request #11069 from yang-g/bazel_test_filtering
...
Properly filter the end2end tests
8 years ago
Nicolas "Pixel" Noble
0444d98f17
C99->C89.
...
F-it. My sanity isn't worth it.
8 years ago
Muxi Yan
b574c6066b
clang-format
8 years ago
Muxi Yan
96e198ab9f
Fix portability
8 years ago
Jan Tattermusch
e2a56e95e2
Merge pull request #11083 from jtattermusch/fix_port_server
...
Fix port server in internal CI
8 years ago
Jan Tattermusch
e44afe7170
source the linux rc file
8 years ago
Matt Kwong
598fb57336
Enable IPv6 in Docker for internal CI
8 years ago
Jan Tattermusch
89e42216fd
Merge pull request #11067 from jtattermusch/core_fixing_nits
...
Fixing nits in core.
8 years ago
Per Grön
b50cf568d7
Emit additional headers in generated .h file instead of .cc
...
For Flatbuffers compatibility.
From what I can tell, File::additional_headers is not used by gRPC
itself or its default protobuf implementation; it was added for
Flatbuffers support (it just returns "" for protobuf).
In the Flatbuffer case, the generated header contains references to
Flatbuffer gRPC glue code which is in a header in additional_headers.
Prior to this patch, this meant that the generated .h file could not
be included unless this glue file was included first.
Because the protobuf implementation of additional_headers returns
an empty string, I think this change should be safe to do and not
have unintentional consequences.
8 years ago
Per Grön
c72b1a312c
Don't hard code protobuf specific file extensions in cpp_generator.cc
...
This file is shared with the Flatbuffers project as well, which does not
use "pb" file extensions.
8 years ago
Nicolas "Pixel" Noble
f4f16798fe
Fixing test_util...
8 years ago
Nicolas "Pixel" Noble
0c8cb1e4ce
Disabling c-ares.
8 years ago
Vijay Pai
6974763268
Stop checking for pre-c++11 compilers since these are no longer
...
supported
8 years ago
Vijay Pai
8aa652ff83
Merge pull request #11066 from vjpai/all_you_old_compilers_you_must_go
...
Remove gcc-4.4 and 4.6 from portability tests
8 years ago
Craig Tiller
78574f88bb
Merge pull request #11079 from grpc/revert-10982-master
...
Revert "Documentation on how to write unit tests using auto-generated mocked stubs."
8 years ago
Craig Tiller
012e929a18
Revert "Documentation on how to write unit tests using auto-generated mocked stubs."
8 years ago
Sree Kuchibhotla
6e510f700d
Merge branch 'master' into cq_mpsc_based
8 years ago
David Garcia Quintas
b920d103de
Copy error string in GRPC_OS_ERROR
8 years ago
MakMukhi
dd2f97045c
Merge pull request #10982 from MakMukhi/master
...
Documentation on how to write unit tests using auto-generated mocked stubs.
8 years ago
MakMukhi
2f8cfbde3e
Post-review updates
8 years ago
David Garcia Quintas
5e90c03acd
Don't crate GRPC_OS_ERROR with a non-static string
8 years ago
murgatroid99
7229f88745
Move gRPC constants to js file to include them in generated documentation
8 years ago
Noah Eisen
c4a7f8dfe9
Merge pull request #10743 from ncteisen/serialization-refactor
...
Add to Codegen Interface, Refactor Proto Serialization
8 years ago
Craig Tiller
a1d00facbc
Finish pumped streams: should alleviate infinite hang
8 years ago
Nicolas "Pixel" Noble
78f8ce33ca
The json parser comes from protobuf.
8 years ago
Nicolas "Pixel" Noble
e40877931a
Missed one gtest reference.
8 years ago
Muxi Yan
16fd216b0e
Fix portability test
8 years ago
Michael Lumish
f8ca8e6533
Merge pull request #11031 from murgatroid99/node_client_refactor
...
Refactor client logic into superclass with generic methods, improve documentation
8 years ago
yang-g
518bdfd18c
Properly filter the end2end tests
8 years ago
Craig Tiller
a7785ba22e
Merge github.com:grpc/grpc into uberpoll
8 years ago
Craig Tiller
9341519b83
Merge pull request #11062 from ctiller/c++compat3
...
Add some casts for C++ compatibility
8 years ago
Craig Tiller
5d5bbc9f8c
Merge pull request #11061 from ctiller/ubsanc++
...
Fixes for ubsan C++ build
8 years ago
Craig Tiller
025384c537
Merge pull request #11059 from ctiller/stalls-be-gone
...
Fix small message streaming ping-pong write count regression
8 years ago
lyuxuan
2ee65ca9fb
added back objective-c test xcpretty
8 years ago
Craig Tiller
6e18ef3880
Fix portability
8 years ago
Jan Tattermusch
a1f3c20878
fix encoding of chars
8 years ago
Jan Tattermusch
8683911544
print insecure channel target in trace
8 years ago
kpayson64
449bf017e1
Merge pull request #11048 from kpayson64/fix_py_artifact
...
Fix python artifact build
8 years ago
Vijay Pai
add2e4da2d
Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.
8 years ago
Muxi Yan
25d71cd6d8
remove enable_workaround
8 years ago
Nicolas "Pixel" Noble
3726e3d37b
Moving gtest include down.
...
In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
8 years ago
Muxi Yan
21be59b8dd
sanity fix
8 years ago