Makarand Dharmapurikar
198f8b0194
more fixes
8 years ago
murgatroid99
a3c5535c64
Remove use of verify-install target in Makefile
8 years ago
Eric Anderson
cf88bb4aa5
Rename Fail Fast doc to Wait for Ready
...
The intention is to deminish the term "fail fast" and instead encourage
"wait for ready." However, the semantics of "the opposite of fail fast"
weren't really documented since that was the previous default, so it
became a bit of a rewrite to define both terms.
The file name uses dashes instead of underscore, since dashes are more
common in the docs.
8 years ago
kpayson64
dae95b4e36
Merge pull request #7691 from nathanielmanistaatgoogle/one-forgotten-beta-site
...
Upgrade one forgotten example code site to GA API
8 years ago
murgatroid99
4ce458339a
Remove warning about protobuf 3.0.0+ from the Makefile
8 years ago
David G. Quintas
2c779d64db
Merge pull request #7675 from y-zeng/AF_unix_so_reuseport
...
Disable SO_REUSEPORT for AF_UNIX
8 years ago
David G. Quintas
e49a001727
Merge pull request #7692 from dgquintas/remove_fault_grpclb_dupe
...
Removed duplicated dependency for grpclb
8 years ago
Alexander Polcyn
5312815ff2
add netcore portability package dependency
8 years ago
Stanley Cheung
f789facafd
minor text change
8 years ago
Stanley Cheung
7e8efc3ba8
php: update package.xml
8 years ago
Stanley Cheung
83b34c2285
php: use emalloc to replicate MAKE_STD_ZVAL
8 years ago
Stanley Cheung
0068bdb65a
php7: fix ubuntu compile error
8 years ago
Takuto Ikuta
39d3100f44
Fix a typo
8 years ago
David Garcia Quintas
5d8d661b95
Removed duplicated dependency for grpclb
8 years ago
Nathaniel Manista
2fd19a6f4d
Upgrade one forgotten example code site to GA API
...
This should have been included in 46585e23f1
.
8 years ago
David G. Quintas
5e193cbaca
Merge pull request #7686 from dgquintas/better_docs
...
Improved some docstrings for grpc_call creation
8 years ago
David Garcia Quintas
260a0025d2
fix c++ readme and tutorial
8 years ago
Craig Tiller
8a3df2ecbe
Merge github.com:grpc/grpc into moovee
8 years ago
makdharma
2f24f497c4
Merge pull request #7680 from muxi/fix-objc-jenkins-test
...
Extend the deadline of objc-examples-build to 30 minutes
8 years ago
David Garcia Quintas
15eba13927
Improved some docstrings for grpc_call creation
8 years ago
Makarand Dharmapurikar
f07506438c
Work in progress. Do not check in yet.
8 years ago
Nicolas Noble
328f7bfe18
Merge pull request #7677 from HuKeping/case
...
Use DBC case instead of SBC case
8 years ago
Alexander Polcyn
6bfe7dadf7
add all runtime nodes back into testing packages
8 years ago
Vijay Pai
2e9582f8dd
Merge pull request #7678 from fr05t1k/master
...
Doc fix
8 years ago
murgatroid99
80db7f8c6e
Make Node grpc-tools protoc automatically call the plugin
8 years ago
Nicolas Noble
10776b99cf
Merge pull request #7623 from apolcyn/sys_inter_with_nuget
...
Updating Ix-Async to System Interactive and nuget
8 years ago
Nicolas Noble
aa0ac69794
Merge pull request #7605 from sreecha/perf-fix-ga
...
Add clientSuccess and serverSuccess to BQ schema
8 years ago
Muxi Yan
58c0615c1d
Extend the deadline of objc-examples-build to 30 minutes
8 years ago
Nicolas Noble
bdec157862
Merge pull request #7128 from daniel-j-born/server_clone_fix
...
Set siblings for server clones properly.
8 years ago
Stanley Cheung
a6bdb30311
fix jenkins linux image in create script
8 years ago
Vijay Pai
3e104bbe5c
Merge pull request #7676 from vjpai/chttp2_allocation_reduction
...
Remove an unnecessary error allocation from chttp2
8 years ago
Stanislav
13fa379693
Update README.md
8 years ago
HuKeping
e84d242ed4
Use DBC case instead of SBC case
...
Signed-off-by: Hu Keping <hukeping@huawei.com>
8 years ago
Vijay Pai
40160d17a8
clang-format
8 years ago
Vijay Pai
2d33d78ac5
Proxy for @ghemawat : Removed an unnecessary error allocation from chttp2 code.
8 years ago
Yuchen Zeng
2414bbb9e7
Disable SO_REUSEPORT at prepare_socket() for unix sockets
8 years ago
Yuchen Zeng
d745a6f682
Disable SO_REUSEPORT for UNIX socket
8 years ago
Jorge Canizales
8ac55f8a8c
Solve merge conflict at gRPC-ProtoRPC.podspec
8 years ago
siddharthshukla
f0f58e6873
skip test run if running with pypy
...
don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown
if the interpreter is PyPy
8 years ago
Alexander Polcyn
dc3d561f4a
remove dedicated thread for read loop in ruby bidi calls
8 years ago
makdharma
97f6994b98
Merge pull request #7475 from jcanizales/p0-advance-protobuf-version
...
Update protobuf to 3.0.0 (GA) and the gRPC plugin to -pre1.2
8 years ago
Vijay Pai
f50020ce03
Appease the const gods, improve readability, stop using 0 and 1 as
...
proxies for false and true.
8 years ago
Jorge Canizales
a9b1c5cbe1
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix
8 years ago
Nicolas "Pixel" Noble
0275d8c65b
Reducing diff.
8 years ago
Nicolas "Pixel" Noble
6fd8a7fa03
That won't work properly. Falling back on fixing the list of dependencies.
8 years ago
Nicolas "Pixel" Noble
e667fe19bf
Using the interop dependencies instead.
8 years ago
Nicolas "Pixel" Noble
737bd555cf
Hopefully fixing #7639 .
8 years ago
Jorge Canizales
0db98cda0d
Undo Go Docker fix - fixed in another PR
8 years ago
Jorge Canizales
d4230bbf02
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-advance-protobuf-version
8 years ago
kpayson64
4e57e8be39
Merge pull request #7514 from apolcyn/move_tools_dep_to_project
...
moved Grpc.Tools dependency from solution level to project level
8 years ago