ncteisen
d488c0467f
Default off for tracers, delete an unused one
7 years ago
kpayson64
122f9f6a31
Merge pull request #15556 from kpayson64/fix_uv_connect_bug
...
Init connect timer before calling connect
7 years ago
Noah Eisen
e55ea170ad
Merge pull request #15563 from ncteisen/channel-args
...
Add Channel Arg Test for Channel/Server Creation
7 years ago
kpayson64
e4004eba96
Merge pull request #15566 from kpayson64/fix_qps_python
...
Use the correct proto for benchmark_service
7 years ago
kpayson64
deebcfea01
Use the correct proto for benchmark_serivce
7 years ago
ncteisen
41110e8d3c
Add logging
7 years ago
kpayson64
364d2b480e
Merge pull request #15282 from ZhouyihaiDing/fix-qps
...
PHP: fix QPS tests not working
7 years ago
ncteisen
8c13db8e43
Add channel arg test for channel/server creation
7 years ago
Muxi Yan
4dbd18aec5
Make mobile log per-host and rename as context
7 years ago
Mark D. Roth
5d83bedb77
Merge pull request #15538 from markdroth/http_server_filter_cleanup
...
Cleanup http_server_filter.
7 years ago
Yash Tibrewal
a0f47fcbca
Merge pull request #15365 from yashykt/gprlikely3
...
GPR_LIKELY annotations for client_channel
7 years ago
Jan Tattermusch
bf21497775
Merge pull request #15559 from jtattermusch/speedup_macos_finalization
...
Avoid rsyncing entire workspace on mac workers
7 years ago
Jan Tattermusch
c4bc06be8b
avoid rsyncing entire workspace on mac workers
7 years ago
apolcyn
5f45ff384f
Merge pull request #15553 from apolcyn/remove_gce_tests
...
Remove a test
7 years ago
Mehrdad Afshari
a5f7174c62
Merge pull request #15552 from mehrdada/venv-fix
...
Change virtualenv path for interop tests for Python 1.10.1
7 years ago
Mark D. Roth
e7c6840615
Add "hs_" prefix to all function names in http_server filter.
7 years ago
Muxi Yan
4d6644ada8
Merge pull request #15429 from grpc/fix-conc-self
...
Fix self use in GRXConcurrentWriteable
7 years ago
kpayson64
a7edad828c
Init connect timer before calling connect
7 years ago
hcaseyal
35201969e8
Merge pull request #15549 from hcaseyal/update_init_channel_data_comment
...
Fix comment for init_channel_elem
7 years ago
Alexander Polcyn
59d8f7317f
Remove README
7 years ago
Alexander Polcyn
fd1a6604ab
Remove a test
7 years ago
Mehrdad Afshari
d7202c93ed
Change virtualenv path for interop tests for Python 1.10.1
7 years ago
Muxi Yan
869f8779ad
Merge pull request #15531 from muxi/fix-7406
...
Move GRXMappingWriter to RxLibrary root
7 years ago
Juanli Shen
111676a389
Merge pull request #15543 from grpc/revert-15524-revert_arena_fix
...
Revert "Revert arena size fix"
7 years ago
Jan Tattermusch
abb9a6441b
Merge pull request #15296 from jtattermusch/bump_boringssl
...
Upgrade boringssl to current chromium-stable
7 years ago
Jan Tattermusch
33453ffe8a
Merge pull request #15541 from jtattermusch/interop_parallelism
...
Decrease parallelism in interop tests
7 years ago
Hope Casey-Allen
f88354dc82
Fix comment for init_channel_elem to refer to elem->channel_data, not elem->call_data
7 years ago
Thomas Bechtold
78a6e04ec1
Allow building the python module with system cares
...
When building the python module and using the new
GRPC_PYTHON_BUILD_SYSTEM_CARES env variable, the third party cares code
is not compiled. Instead, the cares shared library installed on the
system is used during runtime.
This is useful for distributions who don't want to include code copies
but use shared libraries instead.
7 years ago
Thomas Bechtold
3823d90481
Allow building the python module with system zlib
...
When building the python module and using the new
GRPC_PYTHON_BUILD_SYSTEM_ZLIB env variable, the third party zlib code
is not compiled. Instead, the zlib shared library installed on the
system is used during runtime.
This is useful for distributions who don't want to include code copies
but use shared libraries instead.
7 years ago
Noah Eisen
02bb860db2
Merge pull request #15544 from ncteisen/asan
...
Fix ASAN Closure Bug
7 years ago
ganmacs
64ab89928c
Put Gemfile for sub-directory of pubsub
...
examples/ruby/greeter*.rb and examples/ruby/route_guide/*.rb doesn't
need to depends on googleauth
7 years ago
Noah Eisen
e8157e662c
remove unnecessary blank line
7 years ago
Juanli Shen
b58f004b4b
Revert "Revert arena size fix"
7 years ago
Noah Eisen
39a6bb6c3e
Fix asan closure bug
7 years ago
Jan Tattermusch
424c1034ac
decrease parallelism in interop tests
7 years ago
Muxi Yan
d27cf284e9
Update BoringSSL podspec
7 years ago
Jan Tattermusch
272cdca728
regenerate projects
7 years ago
Jan Tattermusch
687e0a88ca
upgrade boringssl to latest chromium-stable
7 years ago
Mark D. Roth
6f173799ab
Merge pull request #15536 from markdroth/retry_call_stack_refcount_fix
...
Hold ref to call stack while replay batches are pending.
7 years ago
Jan Tattermusch
374a5e8bce
Merge pull request #15492 from jtattermusch/python_protobuf_at_head
...
Update grpcio_tools in build_protobuf_at_head build
7 years ago
Jan Tattermusch
b43741d10d
Merge pull request #14577 from jtattermusch/csharp_remove_connectivity_watcher
...
Get rid of C# connectivity watcher task
7 years ago
Noah Eisen
628073d4c2
Merge pull request #15517 from ara-ayvazyan/fix_bytebuffer_copy_ctor
...
Fix broken ByteBuffer copy ctor
7 years ago
Mark D. Roth
89736891e8
Cleanup http_server_filter.
7 years ago
Jan Tattermusch
f0202de8c0
upgrade bazel on kokoro worker
7 years ago
Mark D. Roth
4f9e003c2d
Hold ref to call stack while replay batches are pending.
7 years ago
Jan Tattermusch
8fd12125e4
update grpcio_tools in build_protobuf_at_head build
7 years ago
Thomas Bechtold
30ce693621
Allow building the python module with system openssl
...
When building the python module and using the new
GRPC_PYTHON_BUILD_SYSTEM_OPENSSL env variable, the third party
boringssl code is not compiled. Instead, the openssl shared library
installed on the system is used during runtime.
This is useful for distributions who don't want to include code copies
but use shared libraries instead.
7 years ago
Muxi Yan
a6e8d0ba24
clang-format and yapf_code
7 years ago
Yash Tibrewal
f9035befc6
Merge pull request #15527 from yashykt/httpsclihelp
...
Log error message for debugging #13650
7 years ago
Jan Tattermusch
bb144f083e
Merge pull request #15530 from jtattermusch/no_bazel_for_sanity
...
sanity docker image doesn't need bazel
7 years ago