aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/cancel_after_accept.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into you-complete-me-csharpGravatar Jan Tattermusch2015-06-09
|\
| * Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| |
* | Refine shutdown APIGravatar Craig Tiller2015-05-27
| |
* | Work towards removing grpc_server_shutdownGravatar Craig Tiller2015-05-26
|/
* Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
|
* Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-12
|\
| * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-11
| |\
* | \ Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-11
|\ \ \ | | |/ | |/| | | | | | | Conflicts: vsprojects/Grpc.mak
| * | Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
| | |
| | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| |/ | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* / 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.
* Fixing some tests I broke during conversionGravatar Craig Tiller2015-04-30
|
* Convert some tests to new APIGravatar Craig Tiller2015-04-28
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
| | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix up C testsGravatar Craig Tiller2015-02-11
|
* Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
|\
* | Allow two completion queues on request callGravatar Craig Tiller2015-02-10
| | | | | | | | | | One for the new rpc notification, the other is bound to the new call. This will make async c++ soooo much easier.
| * Adding call host (:authority header) check in the secure channel.Gravatar Julien Boeuf2015-02-10
|/ | | | | | | - Fixes #405. - This change is not tested as it should (only end to end and no negative testing). Will do better when we have testing framework for filters.
* FixesGravatar Craig Tiller2015-02-05
|
* Fix in-flight cancellationsGravatar Craig Tiller2015-02-05
|
* Add a failing testGravatar Craig Tiller2015-02-05
|
* Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
| | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings.
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-16
|\
* | Fix returned statusGravatar Craig Tiller2015-01-16
| | | | | | | | | | The client should return status deadline exceeded when the deadline is exceeded (not cancelled status)
| * Merge branch 'new_invoke_api' of github.com:google/grpc into updateGravatar Craig Tiller2015-01-15
|/| | | | | | | | | | | | | Conflicts: src/core/surface/call.c test/core/end2end/tests/thread_stress.c tools/run_tests/run_tests.py
* | () --> (void)Gravatar Craig Tiller2015-01-15
| |
* | Remove calls to grpc_call_accept from C core tests.Gravatar Craig Tiller2015-01-15
| | | | | | | | This call is deprecated.
| * Merge github.com:google/grpc into apiGravatar Craig Tiller2015-01-13
| |\ | |/ |/|
| * Moving prototype from Google to GitHubGravatar Craig Tiller2015-01-13
| | | | | | | | | | I'd started some prototyping work on this change before the move to GitHub; this change restores things.
* | clang-format codebaseGravatar Craig Tiller2015-01-13
|/
* Trailing metadata support.Gravatar ctiller2014-12-16
| | | | | | | | | Actually exposing it from the C API. Also removing grpc_status, since it's mostly useless. Change on 2014/12/15 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82180546
* Initial import.Gravatar Nicolas Noble2014-11-26