aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http
Commit message (Collapse)AuthorAge
* extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
|
* 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.
* Merge pull request #16963 from yihuazhang/security_connector_refactor_newGravatar yihuaz2018-10-24
|\ | | | | security connector refactor
| * move SSL and fake URL strings to ssl_utilsGravatar Yihua Zhang2018-10-22
| |
| * security connector refactorGravatar Yihua Zhang2018-10-22
| |
* | Do not pass interested_parties during handshakeGravatar Yihua Zhang2018-10-12
|/
* Add changes in #16782Gravatar Yihua Zhang2018-10-05
|
* Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""Gravatar yihuaz2018-10-05
|
* Revert "Create and pass pollset_set to ALTS TSI handshaker"Gravatar Jan Tattermusch2018-10-05
|
* pass a pollset_set to ALTS TSI handshakerGravatar Yihua Zhang2018-10-02
|
* Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
|
* Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
|
* 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.
* Migrate SSL_transport_security TSI to new TSI handshaker APIGravatar jiangtaoli20162018-05-09
|
* cache default SSL root cert storeGravatar jiangtaoli20162018-03-23
|
* [grpc] Add SSL session client cache supportGravatar Ruslan Nigmatullin2018-03-20
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* 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 master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\|
* | Merge masterGravatar Yash Tibrewal2017-11-21
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | |\ | | |/ | |/|
| | * clang fmtGravatar ncteisen2017-11-17
| | |
| | * Remove all extern CGravatar ncteisen2017-11-17
| | |
* | | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \ \ | | |/ | |/|
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
| | |\ | | |/ | |/|
| * | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| | |\ | | | | | | | | | | | | Lot's of manual work to make this merge work
| * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |/ | |/|
* | | Merge with masterGravatar Yash Tibrewal2017-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.
| * Better nameGravatar Craig Tiller2017-10-18
| |
| * Merge github.com:grpc/grpc into tracerGravatar Craig Tiller2017-10-18
| |\ | |/ |/|
| * C++ize tracingGravatar Craig Tiller2017-10-16
| |
* | Add comparison function for security connectors.Gravatar Mark D. Roth2017-10-16
|/
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | | | | | Also converting to .cc
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |
| * More pointer conversions, deprecated string to char *, goto crossing ↵Gravatar Yash Tibrewal2017-10-02
| | | | | | | | initializations
| * more pointer conversions and goto jump warningsGravatar Yash Tibrewal2017-10-02
| |
| * More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-20
|\|