Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Privatize useful.h and avl.h | Vijay Pai | 2018-02-02 |
| | |||
* | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | |||
* | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| | | | | removed"" | ||
* | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | |||
* | Merge master after no Extern C changes | Yash Tibrewal | 2017-11-30 |
|\ | |||
* \ | Merge branch 'master' into execctx | Yash Tibrewal | 2017-11-30 |
|\ \ | |||
| | * | Merge commit 'aa358d5e43' into no-more-extern-c | ncteisen | 2017-11-29 |
| |/| | |||
| * | | clang fmt | Noah Eisen | 2017-11-28 |
| | | | |||
| * | | Fix tracer TSAN bug | Noah Eisen | 2017-11-28 |
| | | | |||
* | | | Merge master | Yash Tibrewal | 2017-11-21 |
|\| | | |||
| | * | clang fmt | ncteisen | 2017-11-20 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c | ncteisen | 2017-11-20 |
| | |\ | | |/ | |/| | |||
| | * | clang fmt | ncteisen | 2017-11-17 |
| | | | |||
| | * | Remove all extern C | ncteisen | 2017-11-17 |
| | | | |||
| * | | reviewer feedback | ncteisen | 2017-11-17 |
| | | | |||
* | | | Merge master | Yash Tibrewal | 2017-11-16 |
|\ \ \ | | |/ | |/| | |||
| | * | Reviewer feedback: friend func not clasS | ncteisen | 2017-11-16 |
| | | | |||
| | * | Reviewer feedback: singleton TraceFlagList | ncteisen | 2017-11-16 |
| | | | |||
* | | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵ | Yash Tibrewal | 2017-11-14 |
| | | | | | | | | | | | | ExecCtx and some minor changes | ||
| | * | pull global tracer list from TraceFlag class | ncteisen | 2017-11-14 |
| | | | |||
| | * | Add tracer peer to keep set_enabled private() | ncteisen | 2017-11-14 |
| | | | |||
* | | | Address some PR comments | Yash Tibrewal | 2017-11-14 |
| | | | |||
| | * | clang tidy | Noah Eisen | 2017-11-13 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++ | Noah Eisen | 2017-11-13 |
| | |\ | | |/ | |/| | |||
| | * | clang fmt | Noah Eisen | 2017-11-12 |
| | | | |||
| | * | Make debug flags DebugOnly | ncteisen | 2017-11-10 |
| | | | |||
| | * | Fix test compile | ncteisen | 2017-11-10 |
| | | | |||
| | * | Fix TSAN build | ncteisen | 2017-11-10 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into tracing++ | ncteisen | 2017-11-10 |
| | |\ | | | | | | | | | | | | | Lot's of manual work to make this merge work | ||
| * | | | s/NULL/nullptr | Craig Tiller | 2017-11-10 |
| | |/ | |/| | |||
* | | | Merge with master | Yash Tibrewal | 2017-11-09 |
|\| | | |||
| * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | |||
| | * | Fix compile after flowctl merge | ncteisen | 2017-10-18 |
| | | | |||
* | | | Removing instances of exec_ctx being passed around in functions in | Yash Tibrewal | 2017-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. | ||
| * | Add debug-only trace flags | Craig Tiller | 2017-10-18 |
| | | |||
| * | Better name | Craig Tiller | 2017-10-18 |
| | | |||
| * | C++ize tracing | Craig Tiller | 2017-10-16 |
|/ | |||
* | Add counters | Craig Tiller | 2017-10-12 |
| | |||
* | Add call combiner stats | Craig Tiller | 2017-10-12 |
| | |||
* | Merge branch 'master' into cq_stats | Sree Kuchibhotla | 2017-10-09 |
|\ | |||
| * | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-05 |
| |\ | |||
* | | | Add more counters in cq | Sree Kuchibhotla | 2017-10-03 |
| | | | |||
* | | | Counter for number of failed trylocks in cq | Sree Kuchibhotla | 2017-10-03 |
| | | | |||
| | * | Rebasing on master for easier merging and testing | Yash Tibrewal | 2017-10-02 |
| | | | |||
| | * | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | | | | | | | | | | | | Also converting to .cc | ||
| | * | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | | | |||
| | * | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-09-29 |
| |\ | |/ |/| |