Jan Tattermusch
9b215e9f90
Merge pull request #23412 from jtattermusch/makefile_remove_installation
...
Simplify makefile: Get rid of "install" rules with pure make, recommend cmake and bazel instead.
4 years ago
Jan Tattermusch
a89b0de291
update PHP readme
4 years ago
Jan Tattermusch
91f36feac8
fix PHP interop tests build
4 years ago
Jan Tattermusch
d8c76321c3
fix C++ interop test build
4 years ago
Jan Tattermusch
4f96118724
move routeguide c++ distribtest under cmake_pkgconfig
4 years ago
Jan Tattermusch
b843ddb2f4
regenerate projects
4 years ago
Jan Tattermusch
4a65f0c9dd
remove rpath trick
4 years ago
Jan Tattermusch
7247f7efe6
Makefile: stop supporting make install
4 years ago
donnadionne
738822ee7b
Merge pull request #23464 from donnadionne/new
...
Updating C++ interop client and server
4 years ago
Donna Dionne
fc8923c0a3
Updating C++ interop client and server to do path matching and header
...
matching tests.
4 years ago
Jan Tattermusch
3456636150
Merge pull request #23455 from jtattermusch/port_server_python3
...
Make port server python3 compatible
4 years ago
Jan Tattermusch
68f7b4682a
Merge pull request #23458 from jtattermusch/bigquery_partition_expirations
...
Update bigquery partition expiration (to 365 days)
4 years ago
Jan Tattermusch
e329d1ddd0
bytes(string, encoding) is not supported in python2
...
results in error "TypeError: str() takes at most 1 argument (2 given)"
4 years ago
Jan Tattermusch
0cbf7a8fa6
Merge pull request #23457 from jtattermusch/livelock_concurrent_connectivity_test
...
fix potential livelock in global_subchannel_pool.cc
4 years ago
Jan Tattermusch
ff6489ce46
Merge pull request #23462 from grpc/jtattermusch-patch-3
...
Update grpc_release_schedule.md
4 years ago
Jan Tattermusch
c033445fe1
adjust comment
4 years ago
Mark D. Roth
8febefc057
Merge pull request #23460 from markdroth/xds_config_selector
...
Add XdsConfigSelector and populate call attribute containing the deadline.
4 years ago
Lidi Zheng
76d625da12
Merge pull request #23467 from lidizheng/dealloc-message
...
Further reduce the spam log by doing nothing if GC has error
4 years ago
Mark D. Roth
abab9967cf
Add XdsConfigSelector and populate call attribute containing the deadline.
4 years ago
Eric Anderson
ae69b9e57b
Merge pull request #23447 from chalin/chalin-ex-readme-200710
...
examples/README rework
4 years ago
Mark D. Roth
d73bf4a43d
Merge pull request #23463 from markdroth/xds_experimental
...
Remove xds-experimental URI scheme.
4 years ago
Lidi Zheng
ddbf4b6f9f
Further reduce the spam log by doing nothing if GC has error
4 years ago
Lidi Zheng
6ff6066dd5
Merge pull request #23437 from lidizheng/update-support-message
...
Update the hint for install Python header to depend on version
4 years ago
Yash Tibrewal
50ec8b864d
Merge pull request #22201 from chrisse74/memoryLeakBuildAndStart
...
fix memory leak of grpc_resource_user_quota
4 years ago
Esun Kim
5279f24ec0
Merge pull request #23444 from veblush/to-karthikrs
...
Changed a repo manager to karthikrs
4 years ago
Mark D. Roth
c071cfa9e8
Remove xds-experimental URI scheme.
4 years ago
Jan Tattermusch
e27d8935a7
Update grpc_release_schedule.md
4 years ago
Jan Tattermusch
375b8551f7
update bigquery partition expiration
4 years ago
Jan Tattermusch
98e9487919
fix livelock in concurrent_connectivity_test on windows
4 years ago
Jan Tattermusch
4847f85367
make port server python3 compatible
4 years ago
Stanley Cheung
046ee0196d
Merge pull request #23445 from HannahShiSFB/add-comments4constants
...
PHP: add comments for constants
4 years ago
Yang Gao
7fefffed1d
Merge pull request #23446 from yang-g/init_order
...
Fix initialization order
4 years ago
Patrice Chalin
d33bd76855
examples/README rework
...
- Fix link to "Intro to gRPC" (formerly "Overview")
- Don't list wrapped languages twice (once in intro paragraph, then in subdirectory list); move subdirectory links to the start of the page.
- Sort subdirectory list
- Link to grpc.io "Supported Languages" page for the remaining languages
4 years ago
yang-g
03056001db
Fix initialization order
4 years ago
Hannah Shi
f258c5cb94
add comments for constants
4 years ago
Esun Kim
1e5841855d
Changed a repo manager to karthikrs
4 years ago
Esun Kim
93bd8b39cd
Added change_repo_manager.sh
4 years ago
Jan Tattermusch
c38bbd4b38
Merge pull request #23375 from jtattermusch/csharp_proto_collision_test
...
Add Grpc.Tools test for generating for .proto with the same name
4 years ago
Yash Tibrewal
28a9c5d083
Merge pull request #23440 from grpc/vjpai-patch-1
...
Remove unused variable (fixes builder error)
4 years ago
Vijay Pai
2d73a17587
Merge pull request #23435 from vjpai/fix_iomgr_non_polling
...
Fix-forward: Stop using mutex for non-polling engine marker
4 years ago
Vijay Pai
d03daab509
Remove unused variable (fixes builder error)
4 years ago
Vijay Pai
08d737abf8
Merge pull request #23430 from vjpai/remove_do_not_test
...
Remove references to skipping callback API tests
4 years ago
Yash Tibrewal
6dc44b33c7
Merge pull request #23418 from yashykt/dataraceexternalcancel
...
Store ref to the ExternalConnectivityWatcher in external_watchers_ map.
4 years ago
Lidi Zheng
8f3bd10c03
Make sure >3 Python version triggers a failure
4 years ago
Vijay Pai
5596a9d55b
Stop using mutex for non-polling engine marker
4 years ago
Lidi Zheng
27033c4f8d
Update the hint for install Python header to depend on version
4 years ago
apolcyn
8d4db0d160
Merge pull request #23419 from miyucy/patch-1
...
Fix ruby 2.7 keyword arguments deprecation
4 years ago
Muxi Yan
3b2e473548
Merge pull request #22345 from muxi/grpclb-name-config
...
Update grpclb configuration with field "service_name"
4 years ago
Yash Tibrewal
01f992f9d6
Reviewer comments
4 years ago
Vijay Pai
e1a45fb237
Remove references to skipping callback API tests
4 years ago