Craig Tiller
acad79f0c8
Merge github.com:grpc/grpc into grand-unified-closures
8 years ago
Stanley Cheung
a6bdb30311
fix jenkins linux image in create script
8 years ago
Craig Tiller
ca04562286
Timing nuances
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
kpayson64
2106cd3e03
Merge pull request #7614 from murgatroid99/node_credentials_error_code_fix
...
Fix error handling authentication errors with non-numeric error codes
8 years ago
kpayson64
50be893eba
Merge pull request #6915 from markdroth/filter_api
...
Implement C++ API for defining channel filters.
8 years ago
kpayson64
220d14e020
Merge pull request #7625 from thunderboltsid/python-test-fix
...
Fix the ThreadPoolExecutor: max_workers can't be 0 in _channel_connectivity_test and _channel_ready_future_test
8 years ago
Nicolas Noble
4b230eaaaa
Merge pull request #7653 from nicolasnoble/fix-interop-go
...
Hopefully fixing #7639 .
8 years ago
Nicolas "Pixel" Noble
30f809556f
Reducing diff.
8 years ago
Nicolas "Pixel" Noble
45fa6323db
That won't work properly. Falling back on fixing the list of dependencies.
8 years ago
chedeti
7e024be839
fix multilevel inheritence codegen
8 years ago
siddharthshukla
9eedb4ffd7
Switch init/shutdown: lib-wide -> per-object
...
Incremental changes towards PyPy support.
8 years ago
Nicolas "Pixel" Noble
ba02ee1adc
Using the interop dependencies instead.
8 years ago
Nicolas "Pixel" Noble
fb1a318b6f
Hopefully fixing #7639 .
8 years ago
Vijay Pai
d02988d6b5
clang-format
8 years ago
Vijay Pai
25128f1adf
Better ending for open-loop tests: never wait more than 1 second
...
if we are in termination mode
8 years ago
Alexander Polcyn
b561102794
change location of nuget back to normal
8 years ago
Vijay Pai
773ecd62dd
Dramatically reduce time required to complete sync test when running
...
with lots of threads (by parallelizing shutdown of course)
8 years ago
Vijay Pai
4f17395b81
Properly use unique_ptr rather than explicitly
...
deleting server context wrappers in QPS test
8 years ago
Yuchen Zeng
a0399f2a60
Fix the error ref issue
8 years ago
chedeti
d07c17e343
fix Dockerfile
8 years ago
Craig Tiller
5f70fc60f5
Fixup compilation
8 years ago
Craig Tiller
2f42fdef8e
Implement is_finished for cqs
8 years ago
Jorge Canizales
31871df58f
@pgrosu’s fix of Go’s docker build
8 years ago
Jorge Canizales
6801b225a8
Repeat of commit f808eee
for interop tests
...
Trying to fix:
+ cd grpc
+ tools/jenkins/run_interop.sh
++ dirname tools/jenkins/run_interop.sh
+ cd tools/jenkins/../..
+ tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod \
—cloud_to_prod_auth --use_docker --http2_interop -t -j 12
START: Building interop docker images.
START: build_docker_php7
Traceback (most recent call last):
File "tools/run_tests/run_interop_tests.py", line 738, in <module>
build_jobs, newline_on_success=True, maxjobs=args.jobs)
File "tools/run_tests/jobset.py", line 456, in run
if not js.start(cmdline):
File "tools/run_tests/jobset.py", line 369, in start
self._add_env)
File "tools/run_tests/jobset.py", line 218, in __init__
self.start()
File "tools/run_tests/jobset.py", line 228, in start
env = sanitized_environment(env)
File "tools/run_tests/jobset.py", line 53, in sanitized_environment
sanitized[str(key).encode()] = str(value).encode()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 20:
ordinal not in range(128)
8 years ago
chedeti
a7ee93864a
remove const in Deserialize
8 years ago
Craig Tiller
1e1cd5084b
Merge branch 'grand-unified-closures' into offload
8 years ago
Vijay Pai
326d939873
Another golden file to fix
8 years ago
Craig Tiller
4103a1b0f2
Merge github.com:grpc/grpc into grand-unified-closures
8 years ago
Craig Tiller
1d469a49f0
Revert bad changes to grpc.podspec
8 years ago
Vijay Pai
435429575c
generate projects
8 years ago