kpayson64
6b38251f07
Merge pull request #7633 from thunderboltsid/add-pypy-to-testing-toolchain
...
add PyPy to testing toolchain
8 years ago
kpayson64
9c9d577260
Merge pull request #7640 from markdroth/handshaker_api
...
Change handshaker API to support passing leftover bytes read between handshakers.
8 years ago
Nicolas Noble
8d46873e8f
Merge pull request #7730 from bsilver8192/master
...
Remove <linux/unistd.h> include for compatibility with non-glibc
8 years ago
kpayson64
b473c79df3
Merge pull request #7538 from thunderboltsid/pypy-experiments
...
Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown
8 years ago
kpayson64
0c6cce12b4
Merge pull request #7648 from vjpai/qps_better_ptr
...
Use unique_ptr properly in QPS async tests
8 years ago
kpayson64
5a22a598b3
Merge pull request #7706 from kpayson64/census_resource_test
...
Add optional resource parameters to census resource test
8 years ago
kpayson64
69a2fc87b9
Merge pull request #7293 from apolcyn/send_metadata_from_server_handler
...
Moved sending of initial metadata from server into server handler
8 years ago
kpayson64
1748ba6d6d
Merge pull request #7652 from vjpai/qps_better_client_ending
...
Better client-side ending for QPS tests
8 years ago
kpayson64
8aff34f500
Merge pull request #7668 from thunderboltsid/skip-test-for-pypy
...
skip test run if pypy
8 years ago
Brian
4b86603a2e
Remove <linux/unistd.h> include for compatibility with non-glibc
...
On my glibc (Debian Jessie amd64 if anybody cares) system,
<linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is
already including. musl libc doesn't provide this file, and with this
change all the C++ tests pass with musl libc.
This came up in bazelbuild/bazel#1492 .
8 years ago
Nicolas Noble
b6528c59a9
Merge pull request #7215 from murgatroid99/node_generator_nested_messages
...
Make Node code generator work properly with nested types
8 years ago
murgatroid99
ff4f004b5e
Clang format code
8 years ago
David G. Quintas
93b599c8b0
Merge pull request #7688 from dgquintas/cpp_readme
...
fix c++ readme and tutorial
8 years ago
Alexander Polcyn
17d5c07115
use sent flag only under mutex and dont fail in send_initial_metadata
8 years ago
Nathaniel Manista
857b95767b
Merge pull request #7711 from nicolasnoble/manual-upmerge
...
Manual v1.0.x -> master upmerge.
8 years ago
Alexander Polcyn
a9bc030a3a
add mutex wrapper around sending and modifying of initial metadata
8 years ago
Nicolas "Pixel" Noble
7f074e0e20
Merge branch 'v1.0.x' into manual-upmerge
8 years ago
Ken Payson
530284269a
Clang format
8 years ago
Ken Payson
a6402a9d43
Made strings constant
8 years ago
Mark D. Roth
fddb3d3451
Merge remote-tracking branch 'upstream/master' into handshaker_api
8 years ago
Ken Payson
3ed00635f9
Add optional resource parameters to census resource test
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
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
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
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
Nicolas Noble
328f7bfe18
Merge pull request #7677 from HuKeping/case
...
Use DBC case instead of SBC case
8 years ago
Vijay Pai
2e9582f8dd
Merge pull request #7678 from fr05t1k/master
...
Doc fix
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
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
siddharthshukla
f0f58e6873
skip test run if running with pypy
...
don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown
if the interpreter is PyPy
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
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