Loo Rong Jie
d21bde15c6
Build C-Ares with Bazel on Windows
7 years ago
apolcyn
17f682d827
Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauth
...
Grpc ruby does not need to depend on googleauth
7 years ago
Juanli Shen
7b50c5533b
Merge pull request #15418 from AspirinSJL/smaller_hpack
...
Decrease GRPC_CHTTP2_HPACKC_NUM_VALUES
7 years ago
yang-g
70bbc34eae
Stop using cached time in oauth token expiration time
7 years ago
Muxi Yan
57fbb51348
Merge pull request #15612 from muxi/fix-boringssl-china
...
Change BoringSSL home page to github for China access
7 years ago
kpayson64
a80086735e
Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changes
7 years ago
Mark D. Roth
f4f1a5c8a5
Merge pull request #15617 from markdroth/remove_orphaned_test
...
Remove orphaned test.
7 years ago
kpayson64
ca08fd9f9b
Merge pull request #15614 from kpayson64/bump_112_version
...
Bump 1.12.1
7 years ago
kpayson64
c2055aabfb
Merge pull request #15613 from kpayson64/revert_objc
...
Revert Generator Change
7 years ago
Mark D. Roth
ebb53843b6
Remove orphaned test.
7 years ago
Mark D. Roth
6ee65aa217
Merge pull request #15480 from markdroth/c++_client_channel_internals
...
C++-ify some client_channel internals
7 years ago
Mehrdad Afshari
cf4d23c176
Merge pull request #15608 from mehrdada/python37-master
...
Install Python 3.7 in pyenv Dockerfile
7 years ago
kpayson64
51ea031516
Bump 1.12.1
7 years ago
Juanli Shen
5a412ac113
Revert "Revert "Revert "Provide protocol for initializer of generated messages"""
7 years ago
Muxi Yan
f6246fd01d
Change BoringSSL home page to github for China access
7 years ago
adelez
e8757c493d
Merge pull request #15558 from adelez/foundry_integration
...
Update bazel toolchain to RBE Ubuntu16_04 toolchain container
7 years ago
Mark D. Roth
7e0e2021f3
C++-ify some client_channel internals.
7 years ago
Adele Zhou
300794903a
More flags for 0.14.0
7 years ago
Adele Zhou
64a56a83b6
Merge
7 years ago
Adele Zhou
e713dee6f2
Added new flags to solve no local C compiler bug in bazel
7 years ago
Adele Zhou
304ff8fcbb
Update bazel toolchain to RBE Ubuntu16_04 toolchain container
7 years ago
Nicolas Noble
ba4a499532
Merge pull request #15592 from durin42/patch-1
...
Python: wordsmith documentation on Server.stop()
7 years ago
Mehrdad Afshari
144b279993
Regenerate Projects
7 years ago
Mehrdad Afshari
4bdc690222
Use Python3.5 instead of Python3.4 on Debian 9
7 years ago
Mehrdad Afshari
45cd1f8a51
Install Python 3.7 in pyenv Dockerfile
...
Bump pyenv Dockerfile to Debian stretch to install
OpenSSL 1.0.2 which is required to build Python 3.7
and get Python 3.7 installed in the test docker
image.
7 years ago
Mehrdad Afshari
b7dead7b17
Merge pull request #15548 from toabctl/python-use-system-libs
...
Python allow using system libs
7 years ago
kpayson64
d8fac0bb7f
Undo core version change
7 years ago
kpayson64
b26b2af1db
Merge remote-tracking branch 'upstream/v1.12.x' into upmerge_changes
7 years ago
kpayson64
56500bed62
Merge pull request #15596 from kpayson64/fix_gevent_2
...
Use gevent greenlets for metadata callbacks
7 years ago
Muxi Yan
72f7159546
Polish comment
7 years ago
Muxi Yan
2111cc0a8e
Fix error refcounting issue in cfstream client
7 years ago
Juanli Shen
3c3f3ad75a
Decrease GRPC_CHTTP2_HPACKC_NUM_VALUES
7 years ago
Zhouyihai Ding
0397c7b95e
Merge pull request #15594 from ZhouyihaiDing/flaky
...
PHP: fix flaky tests
7 years ago
ZhouyihaiDing
4677c70684
PHP: fix flaky tests
7 years ago
Jan Tattermusch
2357b2de2c
Merge pull request #15602 from jtattermusch/pin_python_api_client
...
pin google-api-python-client to 1.6.7 to avoid breakage
7 years ago
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
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