aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
* Restructure heirarchyGravatar ncteisen2018-07-24
|
* refactorGravatar ncteisen2018-07-20
|
* Full subchannel supportGravatar ncteisen2018-07-20
|
* Restructure everythingGravatar ncteisen2018-07-20
|
* Add channelz subchannel supportGravatar ncteisen2018-07-19
|
* Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
|
* Use intptr_ts for channel registry testGravatar ncteisen2018-07-18
|
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2018-07-18
|\ | | | | | | channelz-get-top-channels
| * Merge pull request #15980 from ncteisen/channelz-subchannel-refsGravatar Noah Eisen2018-07-18
| |\ | | | | | | Channelz Part 3: Subchannel Refs Support for PickFirst
* | | reviewer feedbackGravatar ncteisen2018-07-17
| | |
| | * reviewer feedbackGravatar ncteisen2018-07-17
| | |
| | * reviewer feedback:Gravatar ncteisen2018-07-17
| | |
| | * Un-pare simple_requestGravatar ncteisen2018-07-17
| | |
* | | Support for GetTopChannelsGravatar ncteisen2018-07-16
| | |
* | | Rewrite registry to know typeGravatar ncteisen2018-07-15
|/ /
| * Fix sanity and buildGravatar ncteisen2018-07-13
| |
* | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
| |
| * Add copy and move ctor to InlinedVectorGravatar ncteisen2018-07-13
| |
| * Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
| |
* | Rewrite channelz registry in terms of inlined vectorGravatar ncteisen2018-07-11
|/
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials
* \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ | | | | | | Support Per-Method Codegen Generic on Server Side
* \ \ Merge pull request #15902 from Torgen/gcp_environment_port_platformGravatar Vijay Pai2018-07-03
|\ \ \ | | | | | | | | Include port_platform in gcp_environment tests.
| | | * finished 2nd revisionGravatar Yihua Zhang2018-07-03
| | | |
| | | * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |_|/ |/| |
| | * Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| | |\
* | | | Allow extra copy in zero-copy protector integrity-only modeGravatar jiangtaoli20162018-06-27
| |_|/ |/| |
| * | Include port_platform in gcp_environment tests.Gravatar Dan Rosart2018-06-27
|/ / | | | | | | | | | | | | Both the Windows and Linux tests use platform-specific macros to determine whether they should execute, but they weren't including the file where those macros were defined, so they were always running the else case of that check, which meant they weren't testing anything.
* | Add header back in build.yamlGravatar Juanli Shen2018-06-25
| |
* | Merge pull request #15776 from sreecha/epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-25
|\ \ | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fd
* | | Add load reporting filterGravatar Juanli Shen2018-06-22
| | |
| * | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-21
| |\ \ | |/ / |/| |
* | | reviewer feedbackGravatar ncteisen2018-06-20
| | |
| | * Support codegen generic on server sideGravatar ncteisen2018-06-20
| | |
* | | Reviewer feedbackGravatar ncteisen2018-06-19
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\ \ \ | | |/ | |/|
| | * Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-19
| | |\ | | |/ | |/|
| * | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
| |\ \ | | | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| * \ \ Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
| |\ \ \ | | | | | | | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| * \ \ \ Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
| |\ \ \ \ | | | | | | | | | | | | Adding opencensus grpc plugin with bazel support.
| | | | | * Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-18
| | | | | |\
| | | | | * | Added a test to catch such things in futureGravatar Sree Kuchibhotla2018-06-16
| | | | | | |
| * | | | | | Move suppressions files under test/core/util to avoid creating a BUILD file ↵Gravatar Adele Zhou2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | under tools, which breaks import.
| * | | | | | Revert "Revert "Add suppressions to sanitizers for bazel builds""Gravatar adelez2018-06-15
| | |_|_|_|/ | |/| | | |
* | | | | | Fix ASAN and sanityGravatar ncteisen2018-06-15
| | | | | |
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-15
|\| | | | |
* | | | | | Make channelz an opt in featureGravatar ncteisen2018-06-15
| | | | | |
| * | | | | Enable the performance-* clang-tidy checksGravatar Noah Eisen2018-06-14
| | | | | |
| * | | | | Merge pull request #15758 from grpc/revert-15678-channel-arg-sanityGravatar Nicolas Noble2018-06-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Revert "Add Type Checking On Channel Args"
| * | | | | | Revert "Add suppressions to sanitizers for bazel builds"Gravatar Nicolas Noble2018-06-14
| | |_|_|_|/ | |/| | | |