Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix BUILD files. Manually edit bzl files | yang-g | 2018-12-06 |
| | |||
* | change tests to use the new class instead of grpc_test_init | yang-g | 2018-11-30 |
| | |||
* | Remove unnecessary includes of exec_ctx.h | Yash Tibrewal | 2018-03-14 |
| | |||
* | Introduce a 'weak' and mutable version of slice hash table | David Garcia Quintas | 2018-02-28 |
| | |||
* | Convert slice hash table and service config code to C++. | Mark D. Roth | 2018-02-26 |
| | |||
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Privatize useful.h and avl.h | Vijay Pai | 2018-02-02 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\ | | | | | | | fix-stream-compression-config-interface | ||
| * | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-08 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Merge commit 'b0bad8f' into fix-stream-compression-config-interface | Muxi Yan | 2017-12-06 |
|\ \ | |||
* \ \ | Merge commit 'b0bad8f^' into fix-stream-compression-config-interface | Muxi Yan | 2017-12-06 |
|\ \ \ | |||
* | | | | clang-format | Muxi Yan | 2017-12-06 |
| | | | | |||
| | | * | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| | | | | | | | | | | | | | | | | removed"" | ||
| | | * | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | | | | |||
| | | * | Remove _ prefixed variable names | Yash Tibrewal | 2017-11-29 |
| | | | | |||
| | | * | Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in ↵ | Yash Tibrewal | 2017-11-28 |
| | | | | | | | | | | | | | | | | grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests | ||
| | | * | Fix tests to call grpc_init and grpc_shutdown before using exec_ctx | Yash Tibrewal | 2017-11-28 |
| | | | | |||
| | | * | Merge master | Yash Tibrewal | 2017-11-16 |
| | | |\ | | | |/ | | |/| | |||
| | | * | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵ | Yash Tibrewal | 2017-11-14 |
| | | | | | | | | | | | | | | | | ExecCtx and some minor changes | ||
| | | * | Address some PR comments | Yash Tibrewal | 2017-11-14 |
| | | | | |||
| | * | | Enable clang-tidy as a sanity check, fix up all known failures | Craig Tiller | 2017-11-10 |
| |/ / | |||
| | * | Merge with master | Yash Tibrewal | 2017-11-09 |
| | |\ | | |/ | |/| | |||
| * | | Merge master | Yash Tibrewal | 2017-11-06 |
| |\ \ | |||
| | * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | | |||
| * | | | LLVMfuzzer extern C | Yash Tibrewal | 2017-10-31 |
| | | | | |||
| * | | | BUILD changes. test languauge to C++ | Yash Tibrewal | 2017-10-31 |
| | | | | |||
| * | | | BUILD files changes for bazel | Yash Tibrewal | 2017-10-30 |
| | | | | |||
| * | | | Removing a few build.yaml errors | Yash Tibrewal | 2017-10-26 |
| | | | | |||
| * | | | rename all test core files to cc and a lot of C++ style conversions | Yash Tibrewal | 2017-10-25 |
| |/ / | |||
| | * | Removing instances of exec_ctx being passed around in functions in | Yash Tibrewal | 2017-10-18 |
| |/ | | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break. | ||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-10-06 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
| * | Fixes | Craig Tiller | 2017-10-03 |
| | | |||
* | | Allow spaces in content-encoding | Muxi Yan | 2017-09-25 |
|/ | |||
* | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
|\ | |||
| * | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | | |||
* | | Adding dummy layering check option. | Nicolas "Pixel" Noble | 2017-05-19 |
|/ | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
|\ | |||
| * | Fix bogus asserts | Craig Tiller | 2017-04-27 |
| | | |||
| * | Fix windows build. | Mark D. Roth | 2017-04-20 |
| | | |||
| * | Fix asan bug. | Mark D. Roth | 2017-04-20 |
| | | |||
| * | clang-format | Mark D. Roth | 2017-04-20 |
| | | |||
| * | Change hash table to use linear probing and add unit test. | Mark D. Roth | 2017-04-19 |
| | | | | | | | | Also add some missing rules in test/core/slice/BUILD. | ||
* | | Rewriting core tests BUILD files to use the build system. | Nicolas "Pixel" Noble | 2017-04-18 |
| | | |||
* | | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
|/ | |||
* | Fix build files | Craig Tiller | 2017-03-30 |
| |