aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
Commit message (Collapse)AuthorAge
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * 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
| |
* | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-03
| | |\
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | | |
| | | * Adding public_headers_must_be_c89 as a clang exceptionGravatar Yash Tibrewal2017-11-02
| | | |
| | | * Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the ↵Gravatar Yash Tibrewal2017-11-02
| | |/ | | | | | | | | | addresses of public api functions to check if they can be linked to
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-25
| |\|
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| | |
| | * Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
| |/
* / Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-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.Gravatar Nicolas Noble2017-10-10
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * Some final linker and build issues. Also, resolving invalid_channel_args_testGravatar Yash Tibrewal2017-10-03
| |
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-22
|\|
| * Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | | | | | | | than only grpc_byte_buffer""
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\|
* | MergeGravatar Craig Tiller2017-09-08
|\ \
| | * Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-08
| | |\ | | |/ | |/|
| * | Decouple alarm construction from setting to avoid races in MT codeGravatar Vijay Pai2017-09-07
| | |
* | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\| |
| | * Add pollset_kick statsGravatar Craig Tiller2017-09-01
| |/
| * Merge branch 'master' of https://github.com/grpc/grpc into visibilityGravatar Nicolas "Pixel" Noble2017-08-30
| |\
| * | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\ \ \ | | |/ | |/|
| * | Add sync_custom.hGravatar yang-g2017-08-24
| |/
| * Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-08-01
| |\
| | * Change return type to boolGravatar yang-g2017-07-28
| | |
| | * Allow adding events to cq after shutdown is called.Gravatar yang-g2017-07-28
| | |
| * | Merge branch 'master' into fix_alarmGravatar Sree Kuchibhotla2017-07-25
| |\|
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-21
|\ \ \ | | |/ | |/|
* | | Compiling againGravatar Craig Tiller2017-07-17
| | |
| * | Merge branch 'master' into sreek-epoll1Gravatar Sree Kuchibhotla2017-07-13
| |\ \ | |/ / |/| |
* | | Merge pull request #11803 from ctiller/spin-initGravatar Craig Tiller2017-07-13
|\ \ \ | | | | | | | | Add a test of repeatedly calling grpc_init then grpc_shutdown
* \ \ \ Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\ \ \ \ | | | | | | | | | | Import mutations.
| | * | | clang-formatGravatar Craig Tiller2017-07-13
| | | | |
| | * | | Add a test of repeatedly calling grpc_init then grpc_shutdownGravatar Craig Tiller2017-07-13
| |/ / / |/| | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| |\ \ \
| | | | * Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called ↵Gravatar Sree Kuchibhotla2017-06-22
| | | |/ | | |/| | | | | | | | | before the alarm event is dequeued from the completion queue
| | | * Merge branch 'cq-drop' into enable-epoll1Gravatar Craig Tiller2017-06-19
| | | |\ | |_|_|/ |/| | |
* | | | Merge github.com:grpc/grpc into cq-dropGravatar Craig Tiller2017-06-19
|\ \ \ \ | | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into cq-dropGravatar Craig Tiller2017-06-09
|\ \ \ \
| | | | * Merge github.com:grpc/grpc into enable-epoll1Gravatar Craig Tiller2017-06-08
| | | | |\ | | |_|_|/ | |/| | |