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
ncteisen
22dbd73b43
Add static assert to enforce subtype invariant
8 years ago
Noah Eisen
0cab13f558
Merge pull request #11033 from ncteisen/more-trickle
...
Add Unbalanced Unary Benchmark
8 years ago
ncteisen
1842c4379c
Clang
8 years ago
Craig Tiller
a4660cba9a
Merge branch 'uberpoll' of github.com:ctiller/grpc into uberpoll
8 years ago
Craig Tiller
15285fbbf9
Add missing include
8 years ago
Craig Tiller
4d16f4dd1d
Add some casts for C++ compatibility
8 years ago
Craig Tiller
20fdddd9a8
Merge pull request #11060 from ctiller/writes_per_rpc
...
Increase error threshold for too many writes
8 years ago
Craig Tiller
a189bacc95
Add protobuf failures to ubsan suppression file
8 years ago
Craig Tiller
7b622ab558
ubsan fix: dont deref past end of array
8 years ago
Craig Tiller
1b84e03884
Dont run ubsan tests on boringssl
8 years ago
Craig Tiller
74bf087e9c
Increase error threshold for too many writes
8 years ago
Craig Tiller
cdc97a1226
Fix tests on Mac
8 years ago
Craig Tiller
d586587d85
Fix BUILD
8 years ago
Craig Tiller
6e86c463aa
Merge github.com:grpc/grpc into uberpoll
8 years ago
Jan Tattermusch
07a2f98e6b
Merge pull request #11040 from jtattermusch/fix_csharp_macos_x86_artifact
...
Fix C# macos x86 artifact build
8 years ago
Muxi Yan
034deab6d1
clang-format
8 years ago
Muxi Yan
36398e7978
Fix argument string
8 years ago
Muxi Yan
bf5a5f92be
Add a separate test case for workaround_cronet_compression
8 years ago
Muxi Yan
fac9d9e5b1
Address comment - simplify code
8 years ago
Nicolas "Pixel" Noble
71ca4200f6
QPS doesn't actually need gtest anymore.
8 years ago
ncteisen
c7de5a7601
Add warmup
8 years ago
Matt Kwong
c7676a3d00
Merge pull request #10967 from matt-kwong/upload_results2
...
Add option to upload Jenkins test result to BQ
8 years ago
Craig Tiller
8ce9a46804
Fix small message streaming ping-pong write count regression
8 years ago
murgatroid99
f2f125a38a
Switch 'apply' for 'call' in pass-through functions
8 years ago
Muxi Yan
e74b9aeaa2
Add comment
8 years ago
Muxi Yan
937dba3ea1
Put workaround list somewhere accessable by wrapping languages
8 years ago