aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/completion_queue.c
Commit message (Expand)AuthorAge
* change gpr_atm to intGravatar Yuxuan Li2017-05-08
* use lock instand of atomics, fix include positionGravatar Yuxuan Li2017-05-05
* clean up, fix minor issueGravatar Yuxuan Li2017-05-03
* initial implementation.Gravatar Yuxuan Li2017-05-03
* Get rid of second api for marking non-listening cqsGravatar Craig Tiller2017-04-12
* Finish hybrid server stuff, ensure it gets testedGravatar Craig Tiller2017-04-11
* Support making hybrid cqs in coreGravatar Craig Tiller2017-04-11
* Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
|\
| * Change pollset rulesGravatar Craig Tiller2017-04-05
* | clang formatGravatar Sree Kuchibhotla2017-03-24
* | Changes to use the new APIGravatar Sree Kuchibhotla2017-03-21
* | clang format codeGravatar Sree Kuchibhotla2017-03-03
* | Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
* | Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
* | Completion queue creation API change (JUST API change. No functionality change)Gravatar Sree Kuchibhotla2017-03-02
|/
* Use zalloc in completion queueGravatar Craig Tiller2017-02-24
* Eliminate CQ freelistGravatar Craig Tiller2017-02-09
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
* clang-formatGravatar Craig Tiller2017-01-06
* Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
* clang-format codeGravatar Craig Tiller2017-01-03
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
* Fix TSAN failure when running DEBUG mode.Gravatar Robbie Shade2016-11-29
* fixesGravatar Craig Tiller2016-09-05
* Remove extraneous locks on cq checksGravatar Craig Tiller2016-08-24
* Fix bugs, make it easier to find themGravatar Craig Tiller2016-08-19
* Add tracer for pending tagsGravatar Craig Tiller2016-08-19
* Timing nuancesGravatar Craig Tiller2016-08-09
* Fixup compilationGravatar Craig Tiller2016-08-04
* Implement is_finished for cqsGravatar Craig Tiller2016-08-04
* Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
|\
| * Resolved merge conflicts with masterGravatar murgatroid992016-06-27
| |\
* | \ Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
|\ \ \ | | |/ | |/|
| * | Fix clang formattingGravatar Ken Payson2016-06-24
* | | Make transport-level errors be reflected in status messages on callsGravatar Craig Tiller2016-06-23
| * | Changed %lld to use mingw supported PRId64Gravatar Ken Payson2016-06-23
|/ /
| * Resolved merge conflicts with masterGravatar murgatroid992016-06-20
| |\ | |/ |/|
* | clang-format codeGravatar Craig Tiller2016-06-17
| * More formatting fixesGravatar murgatroid992016-06-16
| * Clang formatGravatar murgatroid992016-06-16
| * Allow disabling traces, add trace variables for pluck and timeout eventsGravatar murgatroid992016-06-15
* | small fixesGravatar Craig Tiller2016-06-13
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
|\|
| * Add missing function for completion queueGravatar Craig Tiller2016-05-16
* | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-11
|\ \
* | | Fix connectivity bitsGravatar Craig Tiller2016-05-10
* | | Progress converting to new error system (HTTP fixes)Gravatar Craig Tiller2016-05-10
* | | Error reporting progressGravatar Craig Tiller2016-05-06