aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/completion_queue_test.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-24
|\
| * Bug fixesGravatar Craig Tiller2016-05-17
| |
| * Add missing function for completion queueGravatar Craig Tiller2016-05-16
| |
* | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Stabilize test by increasing timeoutGravatar Craig Tiller2015-12-15
|
* Fix proxy end2end testsGravatar Craig Tiller2015-12-14
| | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future.
* add test for more plucks than allowedGravatar yang-g2015-12-08
|
* add test for pluck after shutdownGravatar yang-g2015-12-08
|
* Finish cleanupGravatar Craig Tiller2015-09-22
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Rename initGravatar Craig Tiller2015-09-22
|
* Rename runGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* FixesGravatar Craig Tiller2015-09-21
|
* Call list progressGravatar Craig Tiller2015-09-21
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* Fix completion_queue_testGravatar Craig Tiller2015-09-02
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Fixing C/C++ tests.Gravatar Nicolas "Pixel" Noble2015-07-29
|
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
|\
* | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
| * Merge pull request #2289 from ctiller/footprints-on-the-sands-of-timeGravatar Vijay Pai2015-07-10
| |\ | |/ |/| Introduce multiple clocks to GPR
| * Merge pull request #2384 from ctiller/spiderman-cant-competeGravatar Vijay Pai2015-07-10
| |\ | | | | | | Fix timeout (and probably TSAN builds...)
| | * 1 != 10Gravatar Craig Tiller2015-07-10
| | |
| * | clang-format affected filesGravatar Craig Tiller2015-07-09
| | |
| * | Rewrite completion queue internals to use pre-allocation of eventsGravatar Craig Tiller2015-07-08
| |/
* / Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|/
* clang-format affected filesGravatar Craig Tiller2015-06-17
|
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-02
|\
| * Extend the test caseGravatar Craig Tiller2015-06-01
| |
| * Add a completion queue testGravatar Craig Tiller2015-06-01
| | | | | | | | | | | | - create completion queue - call shutdown - call next
* | Remove condition variable from pollsetGravatar Craig Tiller2015-05-28
|/
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* C Core API cleanup.Gravatar Craig Tiller2015-05-04
| | | | | | Simplify grpc_event into something that can be non-heap allocated. Deprecate grpc_event_finish. Remove grpc_op_error - use an int as this is more idiomatic C style.
* Fix cq testGravatar Craig Tiller2015-04-29
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:google/grpc into async-apiGravatar Craig Tiller2015-01-29
|\ | | | | | | | | Conflicts: test/core/echo/echo_test.c
| * Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | | | | | fixing all subsequent errors.
* | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/
* run clang-formatGravatar Yang Gao2015-01-26
|