aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/inproc
Commit message (Expand)AuthorAge
* Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
* | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* | 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
|\ \ \ | | |/ | |/|
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
| | * clang fmtGravatar Noah Eisen2017-11-14
| | * clang tidyGravatar Noah Eisen2017-11-14
* | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | * clang fmtGravatar Noah Eisen2017-11-12
| * | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| | |\
| * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |/ | |/|
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\| |
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-10-23
| | |\ | | |/ | |/|
| * | Fix some other NULL checks and usesGravatar Vijay Pai2017-10-19
* | | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ /
| * Better nameGravatar Craig Tiller2017-10-18
| * clang-formatGravatar Craig Tiller2017-10-16
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Add flow control to inproc transport so send needs a matching recv; fixGravatar Vijay Pai2017-10-11
* 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
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\|
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-18
|\ \
| | * Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |/
| * Adding more pointer conversions and type renamingGravatar Yash Tibrewal2017-09-13
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\|
| * More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
| * Revert "Revert "Implement call combiner""Gravatar Mark D. Roth2017-09-01
| * Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Implement call combiner.Gravatar Mark D. Roth2017-08-25
| * Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-21
|\|
| * Improve a comment in inproc transportGravatar Vijay Pai2017-07-20
* | Propagate grpc_millis furtherGravatar Craig Tiller2017-07-19
|/
* Proper metadata arena managementGravatar Vijay Pai2017-07-15
* Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14