aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
Commit message (Collapse)AuthorAge
* Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
|\ | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
* \ Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ | | | | | | Add global client interceptor factory
* \ \ Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ \ | | | | | | | | Channelz: Socket Tracks Addresses
| | | * use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |_|/ |/| |
| * | fix build and sanityGravatar ncteisen2018-10-31
| | |
| * | Move uri_parser to libGravatar ncteisen2018-10-31
| | |
| * | Move uri_parser to common spotGravatar ncteisen2018-10-30
| | |
| | * Register global interceptors functionalityGravatar Yash Tibrewal2018-10-30
| |/
* / Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|/
* Merge pull request #16842 from yashykt/interceptorsGravatar Yash Tibrewal2018-10-28
|\ | | | | Experimental API for Client and Server Interception
* \ Merge pull request #16962 from var-const/varconst/podspec-roots-pemGravatar Muxi Yan2018-10-26
|\ \ | | | | | | In gRPC-C++ podspec, copy the certificate to bundle resources
| | * Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
| | |
| | * Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
| | |
| | * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
| | |\ | |_|/ |/| |
* | | Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
|\ \ \ | | | | | | | | Health checking client
| * | | Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | | |
| | | * Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
| | | |\ | | |_|/ | |/| |
* / | | security connector refactorGravatar Yihua Zhang2018-10-22
|/ / /
| * | undo bad mergeGravatar Konstantin Varlamov2018-10-22
| | |
| | * Adding intercepted channelGravatar Yash Tibrewal2018-10-22
| | |
| * | Remove colonGravatar Konstantin Varlamov2018-10-21
| | |
| * | InitialGravatar Konstantin Varlamov2018-10-21
|/ /
* | Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
| * Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
|/
* Regenerate projectsGravatar Stanley Cheung2018-10-08
|
* Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
|\
| * Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| |\ | | | | | | Delete hpack lookup table
* | | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | inproc channel
| | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | |
* | | Build changesGravatar Yash Tibrewal2018-09-27
|/ /
* | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| |
* | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ \ | |/ |/| EXPERIMENTAL: Codegen for callback client unary calls
* | Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-09-20
|\ \ | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
| | * Make the core callback interface API so that it can be used in generated codeGravatar Vijay Pai2018-09-19
| |/ |/|
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |
* | Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
|/
* Merge pull request #16467 from AspirinSJL/bump_masterGravatar Juanli Shen2018-08-27
|\ | | | | Bump version to 1.16.0-dev
* | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |
| * Regenerate projectsGravatar Juanli Shen2018-08-27
|/
* Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
|
* Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ | | | | Fathom tcp changes
* \ Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ \ | | | | | | Make symbols of BoringSSL private
| * | Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| | |
* | | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
| | |
| | * Merge masterGravatar Yash Tibrewal2018-08-13
| | |\ | |_|/ |/| |
* | | Added system roots feature to load roots from OS trust storeGravatar tdbhacks2018-08-09
|/ / | | | | | | | | | | Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature.
* | Regenerate projectsGravatar Srini Polavarapu2018-07-19
| |
| * Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
|/ | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description.
* Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
|
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials