- 69afb9c [core] Remove ApplicationCallbackExecCtx (#38444) by AJ Heller · 6 months ago
- adeb465 Automated rollback of commit 9651af5b436d1cf37753f29e2480af63849391c0. by Craig Tiller · 9 months ago
- 9651af5 [Alarm] Fix Alarm reuse on cancellation (#38114) by Yijie Ma · 9 months ago
- dbb5164 [clang-format] Remove custom clang-format rules for include ordering (#37820) by Craig Tiller · 11 months ago
- f6c57b6 [reorg] move a bunch of stuff to src/core/util (#36792) by Mark D. Roth · 11 months ago
- 17f2961 [Gpr_To_Absl_Logging] Remove logging header from misc folders (#37493) by Tanvi Jagtap · 1 year ago
- b72d318 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36453) by Tanvi Jagtap · 1 year, 4 months ago
- 0581eb1 [clang-format] Remove requirement that port_platform.h is at the top (#36282) by Craig Tiller · 1 year, 4 months ago
- 0d5dc5c [EventEngine] C++ Alarm migration and PosixEventEngine performance enhancements (#34056) by AJ Heller · 2 years ago
- 49b9dfa Revert "[EventEngine] Revert "Revert "EventEngine::RunAt: C++ Alarm (#30024)" (#30147)"" (#32783) by AJ Heller · 2 years, 5 months ago
- 070ce36 [EventEngine] Revert "Revert "EventEngine::RunAt: C++ Alarm (#30024)" (#30147)" (#32461) by AJ Heller · 2 years, 6 months ago
- f99b8b5 Convert c-style comments to C++-style comments (#31923) by Yijie Ma · 2 years, 8 months ago
- 49a3035 [iwyu] Fix CI job (#31921) by Craig Tiller · 2 years, 8 months ago
- 1b05576 [cleanups] Clean up `GrpcLibraryInitializer` (#31894) by Cheng-Yu Chung · 2 years, 8 months ago
- 9a7e773 [cleanups] Remove `include/grpc/impl/codegen/grpc_types.h` (#31835) by Cheng-Yu Chung · 2 years, 8 months ago
- 0356ff3 Remove `include/grpc/impl/codegen/gpr_types.h` (#31818) by Cheng-Yu Chung · 2 years, 8 months ago
- c91c2fb Remove `include/grpcpp/impl/codegen/completion_queue_tag.h` (#31320) by Cheng-Yu Chung · 2 years, 9 months ago
- ba8af01 Removing GRPC_ERROR_[REF|UNREF|IS_NONE] (#31089) by Esun Kim · 2 years, 11 months ago
- 0fc0384 Revert "EventEngine::RunAt: C++ Alarm (#30024)" (#30147) by Craig Tiller · 3 years, 2 months ago
- da0eb19 EventEngine::RunAt: C++ Alarm (#30024) by AJ Heller · 3 years, 2 months ago
- c6ebbb5 Added GRPC_ERROR_IS_NONE (#29937) by Esun Kim · 3 years, 2 months ago
- 0f9d024 [iwyu] c++ (#29721) by Craig Tiller · 3 years, 3 months ago
- 0642bc2 Revert "[iwyu] grpc++ (#29610)" (#29720) by Craig Tiller · 3 years, 3 months ago
- c8159ea [iwyu] grpc++ (#29610) by Craig Tiller · 3 years, 3 months ago
- 5fc3ff8 grpc_millis -> Timestamp/Duration (#28119) by Craig Tiller · 3 years, 6 months ago
- 85189b2 Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) by AJ Heller · 3 years, 6 months ago
- e72a5fe Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916) by AJ Heller · 3 years, 6 months ago
- fc7314c Avoid fully qualifying namespaces (and add check) (#28901) by AJ Heller · 3 years, 6 months ago
- ea389c0 Adjust include order per style guide (#27175) by Craig Tiller · 4 years ago
- ca945a5 Introduced grpc_error_handle (#25902) by Esun Kim · 4 years, 4 months ago
- a62a702 Merge pull request #24448 from veblush/clang-format-8 by Esun Kim · 4 years, 10 months ago
- e7434d3 Fix by tidy-modernize-use-override by Esun Kim · 4 years, 10 months ago
- 34789b2 Fix by clang-format-8. by Esun Kim · 4 years, 10 months ago
- e549843 Move remaining classes to grpc from grpc_impl by Karthik Ravi Shankar · 4 years, 11 months ago
- 3b7286f Alarm callback should run on executor by Vijay Pai · 6 years ago
- ab72f44 Remove unused-parameter warnings, round 2 (14 of 19) by Vijay Pai · 6 years ago
- 45c684f Allow an alarm to be set again after firing by Vijay Pai · 7 years ago
- fab05d3 Dynamic callback requesting, graceful server shutdown, and separate ExecCtx for callbacks by Vijay Pai · 7 years ago
- d550af3 Moving ::grpc::Alarm to ::grpc_impl::Alarm. by Nicolas "Pixel" Noble · 7 years ago
- db01bf7 Add callback-based alarms by Vijay Pai · 7 years ago
- 9614395 Fix grpc++->grpcpp leftover files by Muxi Yan · 7 years ago
- fe75ef5 clang-format by Vijay Pai · 8 years ago
- e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 8 years ago
- 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 8 years ago
- 45add8a Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 9 years ago
- 0160873 PR comments addressed by David Garcia Quintas · 9 years ago
- 5e07d76 Made Alarm's constructor a template for deadline by David Garcia Quintas · 10 years ago
- 810a13e Remove a small allocation, at the cost of a little uglier header file. by Vijay Pai · 10 years ago
- c41abec Sanity: clang-format and regen projects by Vijay Pai · 10 years ago
- 8fdafed tag fed in by user should be any arbitrary tag, not a CompletionQueueTag type by vjpai · 10 years ago
- d79ef3a Fixed wrong usage of global var by David Garcia Quintas · 10 years ago
- 5a94623 copyrights by David Garcia Quintas · 10 years ago
- e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 10 years ago
- 5925603 stream_op cleanup: miscellany by Craig Tiller · 10 years ago
- 7fd0fd5 C++ Alarm implementation (with tests). by David Garcia Quintas · 10 years ago