Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #13357 from markdroth/reference_counted | 2017-11-30 | |
|\ | |||
| * | Merge remote-tracking branch 'upstream/master' into reference_counted | 2017-11-29 | |
| |\ | |||
| * | | Shorted "reference" to "ref". | 2017-11-29 | |
* | | | clang-format code | 2017-11-29 | |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | 2017-11-29 | |
|\ \ \ | | |/ | |/| | |||
| | * | Split tracing code into its own class. | 2017-11-29 | |
| * | | Merge pull request #13448 from camillol/fixalign | 2017-11-28 | |
| |\ \ | |||
| | | * | Code review changes. | 2017-11-28 | |
| | * | | Fix alignment issue in gpr_murmur_hash3 | 2017-11-28 | |
| | | * | clang-format | 2017-11-28 | |
| | | * | Fix include guard check. | 2017-11-28 | |
| | | * | Implement MakeReferenceCounted<> helper. | 2017-11-28 | |
| | | * | Add ReferenceCountedPtr class. | 2017-11-28 | |
| | | * | Use New() and Delete() instead of C++ new and delete. | 2017-11-28 | |
| | | * | Add ReferenceCounted base class. | 2017-11-27 | |
| | |/ | |||
| * / | Remove lockfree stack, again | 2017-11-22 | |
| |/ | |||
| * | Reviewer feedback | 2017-11-21 | |
| * | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core | 2017-11-21 | |
| |\ | |||
* | \ | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | 2017-11-21 | |
|\ \ \ | |||
| | | * | Merge pull request #13173 from kwasimensah/patch-1 | 2017-11-20 | |
| |_|/| |/| | | | |||
| | | * | Fix pthread cleanup logic | 2017-11-19 | |
| | | * | Fix clang-format issues | 2017-11-16 | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core | 2017-11-14 | |
| | |\ \ | |_|/ / |/| | | | |||
* | | | | Merge pull request #13138 from iancoolidge/devel-getcpu | 2017-11-14 | |
|\ \ \ \ | |||
| | | | * | Update to not depend on c++ runtime | 2017-11-14 | |
| | | * | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core | 2017-11-14 | |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | | * | | clang fmt | 2017-11-13 | |
| | | * | | split POC into real test | 2017-11-13 | |
| | | * | | Address github comments | 2017-11-13 | |
| | | * | | clang-fmt | 2017-11-13 | |
| | | * | | Add GRPC_ABSTRACT_BASE_CLASS | 2017-11-13 | |
| | | * | | Change manual ctor to be polymorphic | 2017-11-13 | |
| | | | * | Merge branch 'patch-1' into kwasi-format | 2017-11-13 | |
| | | | |\ | |||
| | | | | * | Merge pull request #2 from grpc/master | 2017-11-13 | |
| | | | | |\ | | | | |_|/ | | | |/| | | |||
| | | | * | | Formatting. | 2017-11-13 | |
| | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into kwasi-format | 2017-11-13 | |
| | | | |\ \ | | | | |/ / | | | |/| / | | | | |/ | |||
* | | | | | clang-format after nullptr changes | 2017-11-10 | |
* | | | | | Enable clang-tidy as a sanity check, fix up all known failures | 2017-11-10 | |
* | | | | | s/NULL/nullptr | 2017-11-10 | |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #13147 from yashykt/testc++ize | 2017-11-07 | |
|\ \ \ \ | |||
* | | | | | Add back mpscq request matcher | 2017-11-07 | |
| * | | | | Merge master | 2017-11-06 | |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Update clang-format to 5.0 | 2017-11-03 | |
| | | | * | Updated to use gpr_free and gpr_malloc | 2017-11-01 | |
| | | | * | Use pthreads on posix | 2017-10-30 | |
| |_|_|/ |/| | | | |||
| | | * | Fix Windows's memory leak | 2017-10-26 | |
| * | | | rename all test core files to cc and a lot of C++ style conversions | 2017-10-25 | |
|/ / / | |||
| * / | reland: cpu_linux: Don't spam sched_getcpu failures on qemu | 2017-10-24 | |
|/ / | |||
* | | Revert "cpu_linux: Don't spam sched_getcpu failures on qemu" | 2017-10-19 | |
* | | Merge github.com:grpc/grpc into vector | 2017-10-17 | |
|\ \ |