aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* WIP. Setting md_index to 0 on grpc_linked_mdelem creationGravatar Hope Casey-Allen2018-09-08
|
* Zero out linked_mdelem when created in testGravatar Hope Casey-Allen2018-09-06
|
* Zero out md_index when linked_mdelem is created to fix bugGravatar Hope Casey-Allen2018-09-06
|
* Fix assertion in debugging codeGravatar Hope Casey-Allen2018-09-06
|
* Fix internal_data to be the same size as the new grpc_linked_mdelemGravatar Hope Casey-Allen2018-09-06
|
* WIP. Handling error conditions such as duplicate metadata, metadata size ↵Gravatar Hope Casey-Allen2018-09-06
| | | | limit, and default count. Clang tidy.
* WIP. Created static data for size of metadata and callouts indexGravatar Hope Casey-Allen2018-09-04
|
* Add ability to use static hpack table on the encode pathGravatar Hope Casey-Allen2018-08-28
|
* Merge pull request #16478 from jtattermusch/foundry_more_logsGravatar Jan Tattermusch2018-08-28
|\ | | | | Run remote bazel tests with GRPC_VERBOSITY=debug
* \ Merge pull request #16351 from markdroth/health_checking_serviceGravatar Mark D. Roth2018-08-28
|\ \ | | | | | | Implement Watch method in health check service.
* \ \ Merge pull request #15618 from markdroth/naming_doc_updateGravatar Mark D. Roth2018-08-28
|\ \ \ | | | | | | | | Update naming documentation.
* \ \ \ Merge pull request #16481 from billfeng327/bugfix/fix-end2end-scriptGravatar Bill Feng2018-08-28
|\ \ \ \ | | | | | | | | | | flipped shell script logic to enable pollers
| * | | | flipped logic to enable pollersGravatar Bill Feng2018-08-28
|/ / / /
* | | | Merge pull request #16456 from yashykt/errqueueredefineGravatar Yash Tibrewal2018-08-28
|\ \ \ \ | | | | | | | | | | Redefine constants from errqueue.h. Some header files lag behind the …
| | * | | Update naming documentation.Gravatar Mark D. Roth2018-08-28
| | | | |
| | | * | Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
| | |/ /
| | | * run remote bazel tests with GRPC_VERBOSITY=debugGravatar Jan Tattermusch2018-08-28
| |_|/ |/| |
* | | Merge pull request #16467 from AspirinSJL/bump_masterGravatar Juanli Shen2018-08-27
|\ \ \ | | | | | | | | Bump version to 1.16.0-dev
| | * \ Merge branch 'master' into errqueueredefineGravatar Yash Tibrewal2018-08-27
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #16469 from grpc/revert-16463-revert-15941-fathomtcpchangesGravatar Yash Tibrewal2018-08-27
|\ \ \ \ | | | | | | | | | | Revert "Revert "Fathom tcp changes""
* \ \ \ \ Merge pull request #16466 from adelez/foundry3Gravatar adelez2018-08-27
|\ \ \ \ \ | | | | | | | | | | | | Switch to use the default instance.
| | * | | | Remove linux/version.h include from port.hGravatar Yash Tibrewal2018-08-27
| | | | | |
| | * | | | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |/ / / / |/| | | |
| * | | | Switch to use the default instance.Gravatar Adele Zhou2018-08-27
| | | | |
| | * | | Regenerate projectsGravatar Juanli Shen2018-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.
| | * | | Bump version to 1.16.0-devGravatar Juanli Shen2018-08-27
| |/ / / |/| | |
* | | | 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.
| | | | | | * | %s/SCM_TSTAMP_ACK/grpc_core::SCM_TSTAMP_ACKGravatar Yash Tibrewal2018-08-24
| | | | | | | |
| | | | | | * | Redefine constants from errqueue.h. Some header files lag behind the kernel ↵Gravatar Yash Tibrewal2018-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version
* | | | | | | | 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
| | | | | | | | | | | |