Jan Tattermusch
4e8643e753
pin google-api-python-client to 1.6.7 to avoid breakage
7 years ago
Jan Tattermusch
9d22c1efa0
Merge pull request #15583 from jtattermusch/csharp_empty_service_codegen
...
Fix C# codegen for empty service
7 years ago
Yash Tibrewal
905f0ca39e
merge master
7 years ago
kpayson64
a421c1539d
Merge pull request #15593 from kpayson64/fix_shutdown_bug
...
Ref tcp server under lock
7 years ago
Muxi Yan
d810bdc00f
Address comments on build systems
7 years ago
kpayson64
0647b03296
Use gevent greenlets for metadata callbacks
7 years ago
David Garcia Quintas
3351fe3a3f
restore grpc_generate_one_off_targets()
7 years ago
David Garcia Quintas
483b4b7bde
Treat nanopb as a regular external dep
7 years ago
Muxi Yan
a8709ae049
More identifier names clean-up
7 years ago
kpayson64
3bd4b935ee
Ref tcp server under lock
7 years ago
Augie Fackler
38689e6587
Python: wordsmith documentation on Server.stop()
...
@nathanielmanistaatgoogle and I just had a good session helping me
figure out how to use this API correctly, and this rewording of the
documentation was the result.
7 years ago
Zhouyihai Ding
2a0d447d27
Merge pull request #15580 from ZhouyihaiDing/qps_composer
...
PHP: fix qps benchmark failure by updating composer protobuf
7 years ago
Jan Tattermusch
57139d1eef
fix C# codegen for empty service
7 years ago
Jan Tattermusch
f1f456baf5
yapf code
7 years ago
Jan Tattermusch
87f395c04d
make docker images buildable
7 years ago
Naresh
2e113ca6b2
Update logging in Python to use module-level logger
...
All logging in Python so far was done with the root logger, resulting
in logs like: `ERROR:Exception calling application:`. With module-level
loggers, the logs will instead include the module in which the
exception is raised: `ERROR:grpc._server:Exception calling application:`
7 years ago
Noah Eisen
614331a506
Merge pull request #15578 from ncteisen/combiner-tracer
...
Make Combiner Tracer Debug Only
7 years ago
ZhouyihaiDing
bef6b8d9ab
PHP: fix qps benchmark failure by updating protobuf version
7 years ago
Muxi Yan
142cbb5948
Address comments on names and comments
7 years ago
Noah Eisen
63476cfa54
Merge pull request #15568 from ncteisen/tracers
...
Default Off for Tracers, Delete an Unused One
7 years ago
ncteisen
5e6b75c186
Update tracer docs
7 years ago
ncteisen
f34e8e9c58
Make combiner tracer debug only
7 years ago
Jan Tattermusch
d851d827dd
point out complexity in create_matrix_images.py
7 years ago
Jan Tattermusch
c093a7f8a1
create_matrix_images.py usability fixes
7 years ago
Jan Tattermusch
b6a2eeb816
add TODO to remove unnecessary logic
7 years ago
Jan Tattermusch
544dfcc5cc
enable C# v1.0.1 in interop_matrix
7 years ago
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
Konstantin Varlamov
a9b235a224
Fix out-of-bounds access loading pem files in Objective-C.
...
dataUsingEncoding: method of NSString does *not* return
a null-terminated string. Passing it to GRPC core results in an
out-of-bounds access when the resulting non-null-terminated buffer is
passed to strlen.
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