aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
Commit message (Collapse)AuthorAge
* Multiple test timeout 5xGravatar Alexander Polcyn2019-01-08
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
|\ | | | | | | gpr_test_util_to_grpc_test_util
| * Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* | Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|/
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Add GetServer to coreGravatar ncteisen2018-10-24
|
* Channelz get server sockets supportGravatar ncteisen2018-10-02
|
* Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-09-25
|\
| * Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| |
* | regenerate projectsGravatar ncteisen2018-09-19
|/
* Merge branch 'channelz-subchannels' into channelz-serverGravatar ncteisen2018-08-28
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-28
| |\
| | * Python post-fork handler: exit if grpc shutdown failsGravatar Eric Gribkoff2018-08-22
| | |
* | | regenerate projectsGravatar ncteisen2018-08-15
|/ /
| * Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
| |\ | | | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ
| | * Add a test of callback CQGravatar Vijay Pai2018-08-14
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsGravatar ncteisen2018-08-11
|\ \ \
| | | * Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
| | |/ | |/|
| | * Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-09
| | |\ | | |/ | |/|
| * | Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| | |
| | * Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
| |/
| * Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
| |
* | Fix channel trace polymorphismGravatar ncteisen2018-07-27
| |
| * generate_projects.shGravatar Sree Kuchibhotla2018-07-25
|/
* Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
|
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials
| * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
|\|
| * Add header back in build.yamlGravatar Juanli Shen2018-06-25
| |
| * Add load reporting filterGravatar Juanli Shen2018-06-22
| |
* | Support codegen generic on server sideGravatar ncteisen2018-06-20
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
| |\ | |/ |/|
* | Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
| * Remove unused APIGravatar ncteisen2018-06-08
| |
| * re generate projectGravatar Noah Eisen2018-06-07
| |
| * re run generate projectsGravatar ncteisen2018-06-05
| |
| * Add basic support for GetChannelGravatar ncteisen2018-06-05
|/
* Add C++ experimental API extensions for ALTS C stackGravatar Yihua Zhang2018-04-16
|
* Merge pull request #14945 from ara-ayvazyan/improve_log_perfGravatar Jan Tattermusch2018-04-12
|\ | | | | Avoid low severity log message construction
* | Disable SO_REUSEPORT disabled test for uv testsGravatar kpayson642018-04-09
| |
| * regenerate projects using tools/buildgen/generate_projects.shGravatar Jan Tattermusch2018-04-05
|/
* Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\
| * Merge pull request #14751 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-21
| |\ | | | | | | [Fix Forward]: Channel Tracing Implementation; Part 1
* | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\| |
| * | regenerate projectsGravatar Ruslan Nigmatullin2018-03-20
| | |
| | * Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
| |/ | | | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
| * Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| |\
| | * Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | | | | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* | | Secure channels: use the right authorityGravatar David Garcia Quintas2018-03-10
| |/ |/|