aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
|\
| * Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| |
* | PR commentsGravatar David Garcia Quintas2018-03-12
| |
* | Secure channels: use the right authorityGravatar David Garcia Quintas2018-03-10
|/
* Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* place security_connector in its own subdirectoryGravatar Yihua Zhang2018-02-20
|
* Use grpc_channel_arg_get_string when appropriateGravatar ncteisen2018-02-14
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\
| * Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| |
| * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| |\
* | \ Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\ \ \ | | |/ | |/|
* | | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
| | * clang-formatGravatar Mark D. Roth2017-11-27
| | |
| * | clang fmtGravatar ncteisen2017-11-17
| | |
| * | Remove all extern CGravatar ncteisen2017-11-17
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-16
|\| |
| | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-15
| | |\ | | |/ | |/|
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | | | | | ExecCtx and some minor changes
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | |
| * | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | |
| * | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\| |
| | * Add notify_on_receive_settings closure to chttp2 transport.Gravatar Mark D. Roth2017-11-09
| | |
| | * Bool-ify is_client param.Gravatar Mark D. Roth2017-11-09
| |/
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| | | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
| * Remove endpoint from connector's interested_parties after handshake is doneGravatar Yuchen Zeng2017-10-05
| |
| * Fix uds handshakeGravatar Yuchen Zeng2017-10-05
|/
* Some more extern CGravatar Yash Tibrewal2017-10-02
|
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | Also converting to .cc
* More pointer conversions, deprecated string to char *, goto crossing ↵Gravatar Yash Tibrewal2017-10-02
| | | | initializations
* More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
|
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
|
* Adding more pointer conversions and type renamingGravatar Yash Tibrewal2017-09-13
|
* More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
|
* Merge pull request #11391 from markdroth/channel_args_helpersGravatar Mark D. Roth2017-06-12
|\ | | | | Add helpers for creating channel args.
| * Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
| |
* | Add rich closure debug modeGravatar ncteisen2017-06-08
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* print insecure channel target in traceGravatar Jan Tattermusch2017-05-10
|
* Reorganize ext treeGravatar Craig Tiller2017-03-31
| | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ | | | | | | error-slice-optimization
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-03-17
| |\ | | | | | | | | | remove_initial_connect_string
* | | Change error_create API to sliceGravatar ncteisen2017-03-13
| |/ |/|