Yuchen Zeng
88d4e779b9
Fix python build on windows
8 years ago
Yuchen Zeng
299dd8d747
Disable c-ares on windows
8 years ago
Yuchen Zeng
9248d35d12
Add dual stack support
8 years ago
Yuchen Zeng
e61bf3b406
Merge remote-tracking branch 'upstream/master' into cares
8 years ago
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
Yuchen Zeng
7ef54b662f
Fix sed failure on mac
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
Yuchen Zeng
979937315f
Try to fix clang3.6+ build
8 years ago
Yuchen Zeng
f914c1d970
Add walkaround for github.com/c-ares/c-ares/issues/44
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
Yuchen Zeng
b1b2115a26
Fix ruby build
8 years ago
murgatroid99
ff4f004b5e
Clang format code
8 years ago
Yuchen Zeng
42a6c267c5
Fix c and python build on mac os
8 years ago
Yuchen Zeng
f64bf28e87
Build c-ares without running ./configure
8 years ago
Yuchen Zeng
d790dd6a5c
Fix python build
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
Yuchen Zeng
2fbf6fd3d8
Merge remote-tracking branch 'upstream/master' into cares_csharp
8 years ago
Yuchen Zeng
839fff5df0
Try to solve csharp build issue on mac
8 years ago
Yuchen Zeng
d56124cb66
Fix csharp on mac os
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
Yuchen Zeng
db53cc0961
Fix node test
8 years ago
Yuchen Zeng
b48000c7a7
Fix sanity issues, try to fix node build
8 years ago
Yuchen Zeng
d284493a63
Fix asan issue, ignore invalid-source-encoding warning when building c-ares with clang
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
Yuchen Zeng
8917aecf56
Fix api_fuzzer failure, add proper cleanup
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