aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gprpp
Commit message (Expand)AuthorAge
* Merge pull request #17291 from soheilhy/worktree-security-cppGravatar Soheil Hassas Yeganeh2018-12-13
|\
| * Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
* | Revert alignment hack in New<> and Delete<>.Gravatar Mark D. Roth2018-12-12
|/
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
* Merge pull request #17323 from markdroth/inlined_vector_copy_and_move_fixGravatar Mark D. Roth2018-11-29
|\
| * Fix InlinedVector to use its elements' move and copy methods.Gravatar Mark D. Roth2018-11-28
* | Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-11-28
|/
* Use grpc_core::RefCount in place of gpr_refcountGravatar Soheil Hassas Yeganeh2018-11-26
* Add grpc_core::RefCount and use it for RefCountedPtrGravatar Soheil Hassas Yeganeh2018-11-15
* Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
* Add compaction to channelz registryGravatar ncteisen2018-10-04
* Fix a parameter name mismatchGravatar Eric Gribkoff2018-08-23
* Support gRPC Python client-side fork with epoll1Gravatar Eric Gribkoff2018-08-22
* Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
* A bit of cleanup and add more tests.Gravatar Mark D. Roth2018-07-27
* clang-formatGravatar Mark D. Roth2018-07-26
* Remove no-longer-necessary MakePolymorphicRefCounted().Gravatar Mark D. Roth2018-07-26
* Fix RefCountedPtr to handle polymorphism.Gravatar Mark D. Roth2018-07-26
* reviewer feedbackGravatar ncteisen2018-07-17
* reviewer feedback:Gravatar ncteisen2018-07-17
* Revert "REVERT THIS: fix alignment to fix tests for now"Gravatar ncteisen2018-07-16
* REVERT THIS: fix alignment to fix tests for nowGravatar ncteisen2018-07-15
* Fix sanity and buildGravatar ncteisen2018-07-13
* Add copy and move ctor to InlinedVectorGravatar ncteisen2018-07-13
* Reviewer feedbackGravatar ncteisen2018-07-12
* Reviewer feedbackGravatar ncteisen2018-07-06
* Check the value in the pointer, not the addressGravatar Vijay Pai2018-06-22
* Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metada...Gravatar Mark D. Roth2018-06-14
* Revert "Second attempt: move recv_trailing_metadata into its own callback, do...Gravatar Mark D. Roth2018-06-13
* Code review changes.Gravatar Mark D. Roth2018-06-11
* C++-ify grpclb client stats.Gravatar Mark D. Roth2018-05-17
* Merge pull request #15339 from ncteisen/new-delete-hackGravatar Noah Eisen2018-05-16
|\
* | Review changesGravatar kpayson642018-05-11
* | Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_checkGravatar kpayson642018-05-11
|\ \
* | | Test failure fixesGravatar kpayson642018-05-11
| | * Add single point of maintanence for New Delete friendsGravatar ncteisen2018-05-11
| |/
* | c++ifyGravatar kpayson642018-04-30
* | Add exec_ctx check to fork handlersGravatar kpayson642018-04-30
| * Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| * Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-04-20
| * Simplify capacity growth calculation.Gravatar Mark D. Roth2018-03-28
| * Change InlinedVector to keep elements stored contiguously.Gravatar Mark D. Roth2018-03-28
|/
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
* Merge pull request #14458 from coryan/patch-1Gravatar Vijay Pai2018-03-05
|\
* | Address reviewer commentsGravatar Vijay Pai2018-03-02
* | Minor changes and fixesGravatar Vijay Pai2018-03-01
* | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
|\ \
* | | Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
| * | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\| |