aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support
Commit message (Collapse)AuthorAge
* Merge pull request #13575 from vjpai/dehistGravatar Vijay Pai2017-11-30
|\ | | | | Move histogram to test/core/util
| * Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| |
* | Merge pull request #13432 from ncteisen/no-more-extern-cGravatar Noah Eisen2017-11-30
|\ \ | |/ |/| No More Extern "C"
* | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
|\ \ | | | | | | Add ReferenceCounted base class.
| | * 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 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 #13448 from camillol/fixalignGravatar David G. Quintas2017-11-28
| |\ \ \ | | | | | | | | | | Fix alignment issue in gpr_murmur_hash3
| | | * | 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
| | | | |\ | | |_|_|/ | |/| | |
| | * | | Fix alignment issue in gpr_murmur_hash3Gravatar Camillo Lugaresi2017-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function cast a void* to a uint32_t*. This is invalid, since a uint32_t* must be 32-bit-aligned, while the input key clearly isn't. Even though the function later uses memcpy to access the memory, by that point the compiler is allowed to assume that the pointer is aligned, and so it can output code that does an unaligned memory access. In practice, this resulted in a crash on some devices when this code is compiled with optimizations for 32-bit ARM with the Android NDK r14.
| | | * | 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
| | | | |
| | | * | Add ReferenceCounted base class.Gravatar Mark D. Roth2017-11-27
| | |/ /
| * / / Remove lockfree stack, againGravatar Vijay Pai2017-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 branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
|\ \ \ \
| | | * | Merge pull request #13173 from kwasimensah/patch-1Gravatar Nicolas Noble2017-11-20
| |_|/| | |/| | | | | | | | | Add logic to work around buggy Android NDKs
| | | * | Fix pthread cleanup logicGravatar kwasimensah2017-11-19
| | | | | | | | | | | | | | | Don't delete the key in the pthread_key_create destructor. The key isn't specific to instances of values.
| | | | * clang fmtGravatar ncteisen2017-11-17
| | | | |
| | | | * Remove all extern CGravatar ncteisen2017-11-17
| |_|_|/ |/| | |
| | | * Fix clang-format issuesGravatar kwasimensah2017-11-16
| | | |
| | * | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar ncteisen2017-11-14
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #13138 from iancoolidge/devel-getcpuGravatar Vijay Pai2017-11-14
|\ \ \ \ | | | | | | | | | | reland: cpu_linux: Don't spam sched_getcpu failures on qemu
| | | | * Update to not depend on c++ runtimeGravatar kwasimensah2017-11-14
| | | | |
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar ncteisen2017-11-14
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | clang fmtGravatar ncteisen2017-11-13
| | | | |
| | | * | split POC into real testGravatar ncteisen2017-11-13
| | | | |
| | | * | Address github commentsGravatar ncteisen2017-11-13
| | | | |
| | | * | clang-fmtGravatar ncteisen2017-11-13
| | | | |
| | | * | Add GRPC_ABSTRACT_BASE_CLASSGravatar ncteisen2017-11-13
| | | | |
| | | * | Change manual ctor to be polymorphicGravatar ncteisen2017-11-13
| | | | |
| | | | * Merge branch 'patch-1' into kwasi-formatGravatar kwasimensah2017-11-13
| | | | |\
| | | | | * Merge pull request #2 from grpc/masterGravatar kwasimensah2017-11-13
| | | | | |\ | | | | |_|/ | | | |/| | Updating to current master
| | | | * | Formatting.Gravatar Nicolas "Pixel" Noble2017-11-13
| | | | | |
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into kwasi-formatGravatar Nicolas "Pixel" Noble2017-11-13
| | | | |\ \ | | | | |/ / | | | |/| / | | | | |/
* | | | | 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
| | | | |
* | | | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| |_|/ / |/| | |
* | | | Merge pull request #13147 from yashykt/testc++izeGravatar Yash Tibrewal2017-11-07
|\ \ \ \ | | | | | | | | | | Convert test/core to C++
* | | | | Add back mpscq request matcherGravatar Ken Payson2017-11-07
| | | | |