aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Merge pull request #13573 from apolcyn/optional_pthread_atforkGravatar Noah Eisen2017-11-30
|\
* \ Merge pull request #13432 from ncteisen/no-more-extern-cGravatar Noah Eisen2017-11-30
|\ \
| | * Allow compiling grpc without use of pthread_atforkGravatar Alexander Polcyn2017-11-30
* | | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
|\ \ \ | |_|/ |/| |
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-29
| | |\ | |_|/ |/| |
| | * Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
| | |\
* | | \ Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7Gravatar Nicolas Noble2017-11-29
|\ \ \ \ | |_|/ / |/| | |
* | | | Add missing semicolonsGravatar ncteisen2017-11-29
| | * | Merge remote-tracking branch 'upstream/master' into reference_countedGravatar Mark D. Roth2017-11-29
| | |\ \ | |_|/ / |/| | |
| | * | Shorted "reference" to "ref".Gravatar Mark D. Roth2017-11-29
| * | | clang-format codeGravatar Mehrdad Afshari2017-11-29
| * | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
| |\ \ \ | |/ / / |/| | |
| | * | Split tracing code into its own class.Gravatar Mark D. Roth2017-11-29
* | | | Merge pull request #13535 from ncteisen/fix-trace-tsanGravatar Noah Eisen2017-11-28
|\ \ \ \
| * | | | clang fmtGravatar Noah Eisen2017-11-28
| * | | | Fix tracer TSAN bugGravatar Noah Eisen2017-11-28
* | | | | Merge pull request #13448 from camillol/fixalignGravatar David G. Quintas2017-11-28
|\ \ \ \ \ | |/ / / / |/| | | |
| | | * | Code review changes.Gravatar Mark D. Roth2017-11-28
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-28
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #13515 from mehrdada/bump-master-versionGravatar Mehrdad Afshari2017-11-28
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #13491 from vjpai/destackGravatar Vijay Pai2017-11-28
|\ \ \ \ \ \
| | | * | | | Fix alignment issue in gpr_murmur_hash3Gravatar Camillo Lugaresi2017-11-28
| |_|/ / / / |/| | | | |
| | | | * | clang-formatGravatar Mark D. Roth2017-11-28
| | | | * | Fix include guard check.Gravatar Mark D. Roth2017-11-28
| | | | * | Implement MakeReferenceCounted<> helper.Gravatar Mark D. Roth2017-11-28
| | | | * | Add ReferenceCountedPtr class.Gravatar Mark D. Roth2017-11-28
| | | | * | Use New() and Delete() instead of C++ new and delete.Gravatar Mark D. Roth2017-11-28
| | * | | | Bump 1.8.0-dev to 1.9.0-devGravatar Mehrdad Afshari2017-11-27
| |/ / / / |/| | | |
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-27
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Add ReferenceCounted base class.Gravatar Mark D. Roth2017-11-27
| |_|/ / |/| | |
| * | | Remove lockfree stack, againGravatar Vijay Pai2017-11-22
* | | | silence uninitialized use warningGravatar Jan Tattermusch2017-11-22
|/ / /
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| | |\ | |_|/ |/| |
* | | Reviewer feedbackGravatar ncteisen2017-11-21
* | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar Noah Eisen2017-11-21
|\ \ \
| * \ \ Merge pull request #13364 from ncteisen/surfacing-error-detailsGravatar Noah Eisen2017-11-21
| |\ \ \
| | * | | Fix real TSAN/ASAN bugGravatar Noah Eisen2017-11-20
| * | | | Merge pull request #13454 from yang-g/lockfree_eventGravatar Yang Gao2017-11-20
| |\ \ \ \
| | | | * \ Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
| | | | |\ \
| | * | | | | Resolve commentsGravatar yang-g2017-11-20
| | | * | | | use aquire releaseGravatar ncteisen2017-11-20
| * | | | | | Merge pull request #13173 from kwasimensah/patch-1Gravatar Nicolas Noble2017-11-20
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | * clang fmtGravatar ncteisen2017-11-20
| * | | | | | Merge pull request #13391 from ncteisen/more-eager-freeGravatar Noah Eisen2017-11-20
| |\ \ \ \ \ \
| | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | * | | | | Fix pthread cleanup logicGravatar kwasimensah2017-11-19
| | | | * | | | Avoid calling dtor on grpc_fd before putting it in freelistGravatar yang-g2017-11-17
| | | | | * | | Fix TSAN attemptGravatar ncteisen2017-11-17
| | | | | | | * Fix windows buildGravatar ncteisen2017-11-17
| * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-17
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |