aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
|
* Merge pull request #16342 from markdroth/pf_keep_unselected_subchannelsGravatar Mark D. Roth2018-08-27
|\ | | | | Change pick_first to not unref unselected subchannels.
* \ Merge pull request #16440 from jtattermusch/csharp_cancellation_deadlockGravatar Jan Tattermusch2018-08-27
|\ \ | | | | | | C#: Avoid deadlock while cancelling a call
* \ \ Merge pull request #16438 from jtattermusch/csharp_fix_subchannel_sharingGravatar Jan Tattermusch2018-08-27
|\ \ \ | | | | | | | | C#: fix subchannel sharing for secure channels
* \ \ \ Merge pull request #16463 from grpc/revert-15941-fathomtcpchangesGravatar Jan Tattermusch2018-08-27
|\ \ \ \ | | | | | | | | | | Revert "Fathom tcp changes"
| * | | | Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
|/ / / /
* | | | Merge pull request #16444 from jtattermusch/csharp_metadata_key_allow_dotGravatar Jan Tattermusch2018-08-27
|\ \ \ \ | | | | | | | | | | C#: allow dot in metadata keys
* \ \ \ \ Merge pull request #16446 from hcaseyal/add_per_second_profilingGravatar hcaseyal2018-08-26
|\ \ \ \ \ | | | | | | | | | | | | Add an option to collect latency medians every epoch
| * | | | | Clang tidyGravatar Hope Casey-Allen2018-08-25
| | | | | |
| * | | | | Add an option to collect medians every epoch. Useful for gathering per ↵Gravatar Hope Casey-Allen2018-08-25
|/ / / / / | | | | | | | | | | | | | | | second median latencies
* | | | | Merge pull request #16408 from ↵Gravatar Nicolas Noble2018-08-24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nicolasnoble/fix-tsi-ssl-auth-context-reuse-string Fixing the SSL_REUSE auth context string attribute.
* \ \ \ \ \ Merge pull request #16453 from adelez/foundry3Gravatar adelez2018-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upgrade bazel to 0.16.1
| * | | | | | Upgrade bazel to 0.16.1Gravatar Adele Zhou2018-08-24
|/ / / / / /
* | | | | | Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fathom tcp changes
* \ \ \ \ \ \ Merge pull request #16414 from vjpai/core_callback_testGravatar Vijay Pai2018-08-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add an inproc-based non-polling end2end test of core callback API
* \ \ \ \ \ \ \ Merge pull request #16434 from ericgribkoff/fork_support_v2_mac_pollGravatar Eric Gribkoff2018-08-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Support tracking and closing fds post-fork in ev_poll_posix
| | | * | | | | | %s/sendmsg_wrapper/tcp_sendGravatar Yash Tibrewal2018-08-24
| | | | | | | | |
* | | | | | | | | Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make symbols of BoringSSL private
* \ \ \ \ \ \ \ \ \ Merge pull request #16447 from ericgribkoff/fix_parameter_nameGravatar Eric Gribkoff2018-08-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix a parameter name mismatch
| | | | * | | | | | | Improve comments and revert much of 373cb20Gravatar Vijay Pai2018-08-24
| | | | | | | | | | |
| | | | * | | | | | | Add asserts on bad verify resultsGravatar Vijay Pai2018-08-23
| | | | | | | | | | |
| | | | * | | | | | | expect_tags before callbacks could get executed to avoid a data raceGravatar Vijay Pai2018-08-23
| | | | | | | | | | |
| | * | | | | | | | | Update README to document the changeGravatar Muxi Yan2018-08-23
| | | | | | | | | | |
| | | * | | | | | | | sanityGravatar Eric Gribkoff2018-08-23
| | | | | | | | | | |
| * | | | | | | | | | Fix a parameter name mismatchGravatar Eric Gribkoff2018-08-23
| | | | | | | | | | |
| | | * | | | | | | | fix commentsGravatar Eric Gribkoff2018-08-23
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #16383 from vjpai/tidyGravatar Vijay Pai2018-08-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Cast an index to size_t to avoid sign-conversion warning
| | | | | | * | | | | | Reset bytes_counter on setting socket options. Wrap out sendmsg and add ↵Gravatar Yash Tibrewal2018-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments for bytes_counter
| | | | | | | * | | | | Fixing the SSL_REUSE auth context string attribute.Gravatar Nicolas "Pixel" Noble2018-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "true" and "false" are strings, so use similar code that of the cstring variant. Otherwise, the generated properties will have an embedded zero in there.
* | | | | | | | | | | | Merge pull request #16437 from AspirinSJL/fix_lrs_filter_buildGravatar Juanli Shen2018-08-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build issue
| * | | | | | | | | | | | Fix build issueGravatar Juanli Shen2018-08-23
| | | | | | | | | | | | |
| | | | | * | | | | | | | do not track fds for poll-cvGravatar Eric Gribkoff2018-08-23
| | | | | | | | | | | | |
| | | | * | | | | | | | | Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| | | | | | | | | | | | |
| | | | | * | | | | | | | Check poll strategy in core fork handler and log error if unsupportedGravatar Eric Gribkoff2018-08-23
| | | | | | | | | | | | |
| | | | | * | | | | | | | Support tracking and closing fds post-fork in ev_poll_posixGravatar Eric Gribkoff2018-08-23
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends gRPC Python's fork compatibility to Mac OS, which does not support epoll The changes are a no-op if fork support is disabled
| | | | | | | | * | | | C#: allow dot in metadata keysGravatar Jan Tattermusch2018-08-23
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #16435 from mehrdada/move-cred-wrapper-into-credentials.pyxGravatar Mehrdad Afshari2018-08-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxi
| | | | | | * | | | | | Clang formatGravatar Vijay Pai2018-08-23
| | | | | | | | | | | |
| | | | | | * | | | | | Address reviewer feedback with comments/assertionsGravatar Vijay Pai2018-08-23
| | | | | | | | | | | |
| | | | | | | | | | * | avoid deadlock while cancelling a callGravatar Jan Tattermusch2018-08-23
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | | | | * | C#: fix subchannel sharing for secure channelsGravatar Jan Tattermusch2018-08-23
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #16432 from ericgribkoff/allow_pthread_atfork_macGravatar Eric Gribkoff2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Define the allow pthread atfork macro for gRPC Python MacOS builds
| | * | | | | | | | | | Move _server_cert_config_fetcher_wrapper to credentials.pyx.pxiGravatar Mehrdad Afshari2018-08-22
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdownGravatar Eric Gribkoff2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Python fork handler checks if gRPC core successfully shutdown
* | | | | | | | | | | Merge pull request #16425 from lamby/spelling-errorsGravatar Juanli Shen2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix a number of spelling errors.
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #16396 from AspirinSJL/simplify_arenaGravatar Juanli Shen2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Simplify call arena size growth
| | | * | | | | | | | | Python post-fork handler: exit if grpc shutdown failsGravatar Eric Gribkoff2018-08-22
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #16264 from ericgribkoff/fork_support_v2Gravatar Eric Gribkoff2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Support gRPC Python client-side fork with epoll1
| | | | * | | | | | | | Define the allow pthread atfork macro for gRPC Python MacOS buildsGravatar Eric Gribkoff2018-08-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #16398 from markdroth/round_robin_size_t_fixGravatar Mark D. Roth2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix round_robin to avoid negative size_t value.