Hope Casey-Allen
91cb48ad1a
Add timer tests for long running services
6 years ago
Vijay Pai
570e6e6986
Merge pull request #16387 from vjpai/negative_size
...
size_t shouldn't have the value -1; switch to int
6 years ago
Jan Tattermusch
1096fa81a4
update ssl-performance.md
6 years ago
Jan Tattermusch
7132cd7164
cmake: disable assembly optimizations only when necessary
6 years ago
Vijay Pai
72695b886e
Add an inproc-based non-polling test of core callback API
6 years ago
Mehrdad Afshari
6c45188c96
Merge pull request #16401 from mehrdada/fix-sort-in-packages-xsl
...
Fix sort issue in package build page
6 years ago
Vijay Pai
9e515951ac
size_t shouldn't have the value -1; switch to int
6 years ago
Jan Tattermusch
22d8e60bdb
improve BUILDING.md
6 years ago
Jan Tattermusch
5d302d1a9f
Merge pull request #16399 from jtattermusch/csharp_upgrading_examples
...
Upgrade C# examples to grpc1.14.1 and protobuf3.6.1
6 years ago
Zhouyihai Ding
5fb2281ada
Merge pull request #16404 from ZhouyihaiDing/fix_16392
...
PHP: fix failed test 16392
6 years ago
ZhouyihaiDing
461c910a8c
PHP: fix failed test 16392
6 years ago
Yash Tibrewal
b91d96bd57
Merge branch 'master' into status
6 years ago
Vijay Pai
ccc6ee3db0
Merge pull request #15984 from g-easy/hdrs
...
Move GetSpanFromServerContext() to public header.
6 years ago
Mark D. Roth
4312d1217e
clang-format
6 years ago
Mark D. Roth
ba4f66e705
Allow more timing slack in dns cooldown test.
6 years ago
Mark D. Roth
4eceb65aaa
Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels
6 years ago
Vijay Pai
46008f0d76
Merge pull request #15926 from cartr/platform_solaris_aix
...
Make gRPC buildable with AIX and Solaris (no official support)
6 years ago
Bill Feng
373c5b31db
added qps tests on bazel
6 years ago
Mehrdad Afshari
0a69991080
Fix sort issue in package build page
6 years ago
Jan Tattermusch
a554a5cd70
regenerate protos for C# examples
6 years ago
Jan Tattermusch
5be1311472
upgrade HelloworldLegacyCsproj to grpc1.14.1 and protobuf 3.6.1
6 years ago
Jan Tattermusch
c818320a3d
upgrade dotnet examples to grpc1.14.1 and protobuf 3.6.1
6 years ago
Mark D. Roth
add72762a7
Fix round_robin to avoid negative size_t value.
6 years ago
Zhouyihai Ding
af89e8c00e
Merge pull request #16394 from ZhouyihaiDing/fix_16392
...
PHP: fix failed test 16392
6 years ago
Juanli Shen
49e74c087e
Simplify call arena size growth
6 years ago
ZhouyihaiDing
66a4efc5a8
PHP: fix failed test 16392
6 years ago
Juanli Shen
1a81d985d8
Merge pull request #16307 from AspirinSJL/revert_c_to_tf
...
Revert to TRANSIENT_FAILURE during backoff
6 years ago
Vijay Pai
472b9327c0
Merge pull request #16374 from vjpai/census
...
Move a census file from src/cpp to src/core since core depends on it
6 years ago
Vijay Pai
616b5d798a
Cast an index to size_t to avoid sign-conversion warning
6 years ago
Juanli Shen
25f7d0f6f4
Revert to TRANSIENT_FAILURE during backoff
6 years ago
Mark D. Roth
8ba4563629
Merge pull request #16373 from markdroth/mu_guard_cleanup
...
Move C++ mu_guard class out of C-core public headers and fix style.
6 years ago
Mark D. Roth
aad7884233
Code review changes.
6 years ago
Mark D. Roth
bf941c1b7c
Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels
6 years ago
Juanli Shen
b8972046b4
Merge pull request #16306 from AspirinSJL/pf_check_state_before_watch
...
PF: Check connectivity state before watching
6 years ago
Yash Tibrewal
3bb0cd7769
Merge pull request #16375 from yashykt/nulcheck
...
Add a nullptr check
6 years ago
Mark D. Roth
e9e92d443c
Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels
6 years ago
Mark D. Roth
4d6f002780
Code review changes and fix threading bug in test.
6 years ago
Naresh
a20e2073c1
Configure module level loggers with basicConfig()
...
Module level loggers were introduced to gRPC Python in 06e1683
, but
missed configuring these, leading to 'No handler found for module'
errors. Using the root logger implicitly calls basicConfig() which does
the basic configuration for the logging system by creating a
StreamHandler with a default Formatter and adding it to the logger. But
this is not the case for module level loggers.
Fix this issue by explicitly calling logging.basicConfig().
6 years ago
Mehrdad Afshari
0a1d0d25a2
Merge pull request #16372 from mehrdada/remove-proto-js_embed-hack
...
Remove protobuf js_embed hack
6 years ago
Vijay Pai
e28ed218dd
Merge pull request #16273 from codebender/update_cli_instructions
...
Update instructions to include how to satisfy gFlags prerequisite on a Mac
6 years ago
Yash Tibrewal
b22c3009d4
Fix typo
6 years ago
Juanli Shen
d19fd1c689
PF: Check connectivity state before watching
6 years ago
Yash Tibrewal
d9f4c76356
Add a nullptr check
6 years ago
Vijay Pai
ccc4771630
Fix Bazel BUILD
6 years ago
Vijay Pai
79851428e9
Add a sanity check to avoid reintroducing dependence on cpp by core
6 years ago
Vijay Pai
381bcab8bd
Move a file from src/cpp to src/core since core depends on it
6 years ago
Juanli Shen
61dabce400
Merge pull request #16289 from AspirinSJL/warn_api_use
...
Add warning about AsyncNotifyWhenDone bug
6 years ago
Mark D. Roth
7a7e4f5652
Move C++ mu_guard class out of C-core public headers and fix style.
6 years ago
Mehrdad Afshari
981f19bed2
Remove protobuf js_embed hack
6 years ago
Yash Tibrewal
052beefdec
Add further comments
6 years ago