Muxi Yan
bca2a30e97
Merge pull request #21166 from muxi/backport-21165
...
Backport #21165 : Fix typo in gRPC C++ podspec
5 years ago
Muxi Yan
8f3fc82fc0
Fix typo in gRPC C++ podspec
5 years ago
Muxi Yan
e71ad5fb31
Merge pull request #21117 from muxi/port-20988
...
Port #20988
5 years ago
Muxi Yan
d93dd0aca5
Fix gRPC-C++ podspec
5 years ago
Muxi Yan
7ac211d372
Merge pull request #20978 from muxi/v1.25.x
...
Port #20977 : gRPC-C++ podspec follows gRPC versioning
5 years ago
Muxi Yan
cd98a97bb4
Make gRPC-C++ podspec follow gRPC versioning
5 years ago
Yash Tibrewal
c1d176528f
Merge pull request #20948 from yashykt/v1.25.0-bump
...
Bump version to v1.25.0
5 years ago
Stanley Cheung
2b3501a905
Merge pull request #20946 from stanley-cheung/php-backport-update-dockerfiles
...
PHP: backport dockerfile fixes
5 years ago
Yash Tibrewal
06a6175846
Regenerate projects
5 years ago
Yash Tibrewal
1d3cc361ea
Bump version to v1.25.0
5 years ago
Stanley Cheung
ffae3335c0
PHP: backport dockerfile fixes
5 years ago
Lidi Zheng
91b1531855
Merge pull request #20888 from lidizheng/backport-i20452
...
Backport #20452 to fix the forking issue on macOS
5 years ago
Muxi Yan
399e1ce69c
Merge pull request #20882 from muxi/port
...
Port #20767 : Add Objective-C Doxygen Documentation
5 years ago
Michal Ostrowski
f16fcaacb4
Issue 19208: Avoid double close of file-descriptors (poll)
...
After closing a file descriptor honor the "closed" flag to avoid
re-closing it in post-fork processing.
File descriptors must be closed during an orphan operation, because
the closing of the file-descriptor is necessary for the correct function
of code that is polling on the descriptor. Thus even if there are active
references, the close() call is necessary. But this means that post-fork
code may close the file-descriptor, since it is only unregistered from
post-fork after the ref-count reaches 0. All of this can be handled by
ensuring that the post-fork code honors the "close" flag.
5 years ago
Muxi Yan
78bca53df6
generate_projects
5 years ago
Muxi Yan
cad4cc1b66
Ignore docs in Cocoapods generated directory
5 years ago
Muxi Yan
c9fde2237c
Add doc generator for Objective-C
5 years ago
Muxi Yan
bd0d9bb63c
Merge pull request #20796 from muxi/bump-up-boringssl
...
Bump up BoringSSL version number
5 years ago
Muxi Yan
433d5936a9
Bump up BoringSSL version as it depends on a new commit
5 years ago
Yash Tibrewal
e6224f8fd9
Merge pull request #20776 from yashykt/v1.25.x_update_to_pre1
...
Bump version to v1.25.0-pre1
5 years ago
Esun Kim
fc6b344ea1
Merge pull request #20785 from veblush/v1.25-ruby
...
Backport #20761 and #20764
5 years ago
Esun Kim
0a46fe48ca
Delete deprecated linux environments from distribtest
5 years ago
Esun Kim
e883789235
Updated ruby build docker image
5 years ago
Yash Tibrewal
c097eca1e3
Regenerate projects
5 years ago
Yash Tibrewal
e94ccbdf3d
Bump version to v1.25.0-pre1
5 years ago
Richard Belleville
018580fb89
Merge pull request #20753 from gnossen/unary_stream
...
Add experimental option to run unary-stream RPCs on a single Python thread.
5 years ago
Yang Gao
19649c6a3c
Merge pull request #20735 from yang-g/error2
...
unref error when fail to load file
5 years ago
Richard Belleville
0c6f8dbed3
Remove ChannelOptions from __init__.py
5 years ago
Richard Belleville
469637efdd
Yapf
5 years ago
nanahpang
2b06d76cc0
Merge pull request #20742 from grpc/revert-20526-xds_policy_config_additions
...
Revert "Add new fields to xds policy config."
5 years ago
Richard Belleville
d5d9bc0a0d
Whitespace-sensitive languages are the worst
5 years ago
Richard Belleville
da9f5f78fe
Add ChannelOptions to experimental module
5 years ago
Richard Belleville
0bb38a88b0
Copyright
5 years ago
Richard Belleville
0dd70ff758
Add TODOs
5 years ago
Richard Belleville
3411202598
Yapf
5 years ago
Richard Belleville
36e8f9ff62
Don't load manual benchmark as test
5 years ago
Guantao Liu
7f307da6ab
Merge pull request #20665 from guantaol/remove_parameter
...
Remove an unused parameter in ThreadPoolWorker constructor
5 years ago
Richard Belleville
e8d8883485
Add copyright comments
5 years ago
Richard Belleville
e557dd8bb7
Kokoro is v4-only
5 years ago
Richard Belleville
4ad50b8d2b
Don't run benchmark in test runner
5 years ago
Lidi Zheng
9d7e7a68f2
Merge pull request #20727 from lidizheng/add-3.6-to-bazel
...
Add 3.6 to Bazel Docker image
5 years ago
nanahpang
9647a1ed99
Merge pull request #20745 from grpc/revert-20679-eds_health_status
...
Revert "Ignore EDS endpoints that are unhealthy."
5 years ago
Jan Tattermusch
61059132fa
Merge pull request #20758 from jtattermusch/increase_rbe_remote_timeout
...
Avoid "Unevaluated target" problems when RBE tests timeout.
5 years ago
Jan Tattermusch
65b184d30a
no need to set --remote_timeout
5 years ago
Jan Tattermusch
79cfdb525c
increase timeout of bazel RBE jobs
...
if the kokoro job times out and the bazel command is not done, it ends up in
weird test results ("Unevaluated targets") that are hard to interpret.
Setting the timeout for kokoro jobs high enough to create extra reserve
should help.
5 years ago
Jan Tattermusch
4ecfab1488
increase remote_timeout to avoid "Unevaluated target" problems
5 years ago
Vijay Pai
10b9e8ee4f
Merge pull request #20697 from vjpai/more_cpp_warning_removals_201910210916_19
...
Remove unused-parameter warnings, round 2 (19 of 19)
5 years ago
Vijay Pai
e04ad7c4c9
Merge pull request #20699 from vjpai/more_cpp_warning_removals_201910210916_18
...
Remove unused-parameter warnings, round 2 (18 of 19)
5 years ago
Vijay Pai
3ffeb0f9a5
Merge pull request #20704 from vjpai/more_cpp_warning_removals_201910210916_15
...
Remove unused-parameter warnings, round 2 (15 of 19)
5 years ago
Vijay Pai
4c678fe9b5
Merge pull request #20710 from vjpai/more_cpp_warning_removals_201910210916_9
...
Remove unused-parameter warnings, round 2 (9 of 19)
5 years ago