aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
* Merge pull request #14517 from makdharma/extensible_apiGravatar Nicolas Noble2018-03-13
|\ | | | | Remove "final" keyword and make methods protected.
| * replaced loop with range expressionGravatar makdharma2018-03-12
| |
| * removed unnecessary "virtual"Gravatar makdharma2018-03-12
| | | | | | | | | | Removed unnecessary "virtual" keyword from CompletionQueue::Next. Reverted two files that no longer need to be changed.
* | Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
| |
| * variable init sequence fixGravatar makdharma2018-03-09
| |
* | Fix a thread nameGravatar Vijay Pai2018-03-06
| |
* | Name needs to only be alphanumeric+underscore+dashGravatar Vijay Pai2018-03-05
| |
* | Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
| |
* | Remove std::thread, keep everything else unchanged (#13)Gravatar Vijay Pai2018-03-02
| |
| * moved Next implementation to CC file.Gravatar makdharma2018-02-26
| |
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\ \
| | * Remove "final" keyword and make methods protected.Gravatar makdharma2018-02-23
| |/ | | | | | | | | This adds extensibility to the API and makes custom implementation of the server possible.
| * Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| |
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\|
| * Fix grpc++->grpcpp leftover filesGravatar Muxi Yan2018-02-20
| |
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|/
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Merge pull request #14394 from srini100/masterGravatar Srini Polavarapu2018-02-10
|\ | | | | Remove redundant build instructions
| * Merge branch 'master' of https://github.com/grpc/grpc into docfixGravatar Srini Polavarapu2018-02-09
| |\
* | | Run clang fmtGravatar Noah Eisen2018-02-09
| | |
* | | Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
| |/ |/|
| * Consolidate build instructions in INSTALL.md and src/cpp/README.mdGravatar Srini Polavarapu2018-02-08
| |
* | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\|
| * Merge pull request #14286 from dgquintas/fix_compresion_alg_accessorsGravatar Vijay Pai2018-02-04
| |\ | | | | | | Fix compression algorithm accessors
* | | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
|/ /
| * Fix compression algorithm accessorsGravatar David Garcia Quintas2018-02-01
| |
* | clang-formatGravatar Vijay Pai2018-01-21
| |
* | Restructure to simplify, harden, and avoid forward declarationGravatar Vijay Pai2018-01-21
| |
* | Remove alarm from core, implement in C++ layer onlyGravatar Vijay Pai2018-01-21
|/
* Regenerate projectsGravatar Mehrdad Afshari2018-01-19
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
|
* Resolve leak by freeing request payload if resources exhaustedGravatar Vijay Pai2018-01-10
|
* Add needed headerGravatar Vijay Pai2018-01-10
|
* Switch C++ sync server to use gpr_thd rather than std::thread and provide ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* 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 after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
* \ Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
|\ \
* | | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-28
| | |\ | | |/ | |/|
| * | Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| | |
| | * Fix statsGravatar 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 ↵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
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |