Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
| * | clang-format after nullptr changes | Craig Tiller | 2017-11-10 |
| | | |||
| * | Enable clang-tidy as a sanity check, fix up all known failures | Craig Tiller | 2017-11-10 |
| | | |||
* | | Removing more exec_ctx instances | Yash Tibrewal | 2017-11-09 |
| | | |||
* | | Merge with master | Yash Tibrewal | 2017-11-09 |
|\| | |||
| * | Merge master | Yash Tibrewal | 2017-11-06 |
| |\ | |||
| | * | Merge github.com:grpc/grpc into 50 | Craig Tiller | 2017-11-03 |
| | |\ | |||
| | * | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | | |||
| | | * | Adding public_headers_must_be_c89 as a clang exception | Yash Tibrewal | 2017-11-02 |
| | | | | |||
| | | * | Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵ | Yash Tibrewal | 2017-11-02 |
| | |/ | | | | | | | | | | addresses of public api functions to check if they can be linked to | ||
| * | | BUILD changes. test languauge to C++ | Yash Tibrewal | 2017-10-31 |
| | | | |||
| * | | BUILD files changes for bazel | Yash Tibrewal | 2017-10-30 |
| | | | |||
| * | | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-10-25 |
| |\| | |||
| * | | rename all test core files to cc and a lot of C++ style conversions | Yash Tibrewal | 2017-10-25 |
| | | | |||
| | * | Adds gRPC Experimental CQ DoThenAsyncNext lambda API | Ken Payson | 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. | ||
* | Fixing init-test timeout. | Nicolas Noble | 2017-10-10 |
| | |||
* | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-05 |
|\ | |||
| * | Some final linker and build issues. Also, resolving invalid_channel_args_test | Yash Tibrewal | 2017-10-03 |
| | | |||
* | | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-09-22 |
|\| | |||
| * | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵ | Vijay Pai | 2017-09-21 |
| | | | | | | | | than only grpc_byte_buffer"" | ||
* | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-09-19 |
|\| | |||
* | | Merge | Craig Tiller | 2017-09-08 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into pollset_kick_stats | Craig Tiller | 2017-09-08 |
| | |\ | | |/ | |/| | |||
| * | | Decouple alarm construction from setting to avoid races in MT code | Vijay Pai | 2017-09-07 |
| | | | |||
* | | | Merge github.com:grpc/grpc into wc | Craig Tiller | 2017-09-01 |
|\| | | |||
| | * | Add pollset_kick stats | Craig Tiller | 2017-09-01 |
| |/ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into visibility | Nicolas "Pixel" Noble | 2017-08-30 |
| |\ | |||
| * | | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 |
| | | | |||
* | | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-08-29 |
|\ \ \ | | |/ | |/| | |||
| * | | Add sync_custom.h | yang-g | 2017-08-24 |
| |/ | |||
| * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-08-01 |
| |\ | |||
| | * | Change return type to bool | yang-g | 2017-07-28 |
| | | | |||
| | * | Allow adding events to cq after shutdown is called. | yang-g | 2017-07-28 |
| | | | |||
| * | | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-07-25 |
| |\| | |||
* | | | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-07-21 |
|\ \ \ | | |/ | |/| | |||
* | | | Compiling again | Craig Tiller | 2017-07-17 |
| | | | |||
| * | | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-13 |
| |\ \ | |/ / |/| | | |||
* | | | Merge pull request #11803 from ctiller/spin-init | Craig Tiller | 2017-07-13 |
|\ \ \ | | | | | | | | | Add a test of repeatedly calling grpc_init then grpc_shutdown | ||
* \ \ \ | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
|\ \ \ \ | | | | | | | | | | | Import mutations. | ||
| | * | | | clang-format | Craig Tiller | 2017-07-13 |
| | | | | | |||
| | * | | | Add a test of repeatedly calling grpc_init then grpc_shutdown | Craig Tiller | 2017-07-13 |
| |/ / / |/| | | | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
| |\ \ \ | |||
| | | | * | Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called ↵ | Sree Kuchibhotla | 2017-06-22 |
| | | |/ | | |/| | | | | | | | | | before the alarm event is dequeued from the completion queue | ||
| | | * | Merge branch 'cq-drop' into enable-epoll1 | Craig Tiller | 2017-06-19 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge github.com:grpc/grpc into cq-drop | Craig Tiller | 2017-06-19 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | Merge github.com:grpc/grpc into cq-drop | Craig Tiller | 2017-06-09 |
|\ \ \ \ | |||
| | | | * | Merge github.com:grpc/grpc into enable-epoll1 | Craig Tiller | 2017-06-08 |
| | | | |\ | | |_|_|/ | |/| | | |