aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-26
|\
| * Remove all uses of __FUNCTION__Gravatar Craig Tiller2015-05-24
| |
* | Merge branch 'master' of github.com:grpc/grpc into server_auth_contextGravatar Julien Boeuf2015-05-21
|\|
* | Addressing comments.Gravatar Julien Boeuf2015-05-20
| |
| * Merge pull request #1681 from ctiller/asan-is-magicalGravatar jboeuf2015-05-20
| |\ | | | | | | Fix memory leak
| | * Fix memory leakGravatar Craig Tiller2015-05-20
| | |
| * | Fix ASAN reported leakGravatar Craig Tiller2015-05-20
| |/
* | API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
| | | | | | | | | | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
| * Fix tests: stage server sends so that we dont inadvertently abbreviate streamsGravatar Craig Tiller2015-05-19
| |
| * Fix testGravatar Craig Tiller2015-05-19
| |
| * Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
|/ | | | half-close first
* Fix test, readd it to buildGravatar Craig Tiller2015-05-15
|
* Fix mistaken test changeGravatar Craig Tiller2015-05-12
|
* 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
| * | Replacing DELETE with DESTROY.Gravatar Nicolas "Pixel" Noble2015-05-09
| | |
| * | One more unistd.h to remove.Gravatar Nicolas "Pixel" Noble2015-05-09
| | |
| * | Merge branch 'master' of github.com:grpc/grpc into generate-test-projectsGravatar Nicolas "Pixel" Noble2015-05-09
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/core/end2end/gen_build_json.py tools/run_tests/tests.json vsprojects/Grpc.mak
| * | | Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
| | | |
| | | * Fix broken compilationGravatar Craig Tiller2015-05-08
| | | |
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | | | |/ | | |/|
* | | | Fix broken compilationGravatar Craig Tiller2015-05-08
| | | |
* | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\ \ \ \ | | |/ / | |/| |
* | | | Fix testGravatar Craig Tiller2015-05-08
| | | |
| | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| * | | \ Merging with master.Gravatar Julien Boeuf2015-05-08
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-binGravatar Abhishek Kumar2015-05-08
| | |\ \ \ | | | |/ / | | |/| | Throw away queued messages on error
* | | | | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-08
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * Fix C test buildGravatar Craig Tiller2015-05-08
| | | | |
| | | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | | | |\ | | |_|_|/ | |/| | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
| | * | | Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| | | | |
| | | * | Throw away queued messages on errorGravatar Craig Tiller2015-05-06
| | |/ /
| | | * 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.
| * / Enable test that got forgottenGravatar Craig Tiller2015-05-05
| |/
* | Fix new tests in C coreGravatar Craig Tiller2015-05-05
| |
* | Merge github.com:grpc/grpc into bye-bye-completion-queue-pieGravatar Craig Tiller2015-05-05
|\|
| * Merge pull request #1464 from yang-g/initGravatar Craig Tiller2015-05-05
| |\ | | | | | | Expose max message size at the server side.
* | | 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.
| | * merge with headGravatar Yang Gao2015-05-04
| | |\
| | * | Add a c test for max message lengthGravatar Yang Gao2015-05-04
| |/ / |/| |
| * | Test that we dont wrap-around sequence numbersGravatar Craig Tiller2015-05-04
| |/
| * Add test for >16777215 sequence numbered streamsGravatar Craig Tiller2015-05-04
|/
* Fix some memory leaksGravatar Craig Tiller2015-05-01
|
* Fix this test tooGravatar Craig Tiller2015-04-30
|
* Fixing some tests I broke during conversionGravatar Craig Tiller2015-04-30
|
* Kill thread stress test - to be replaced with something newGravatar Craig Tiller2015-04-29
|
* Remove test for an old API corner caseGravatar Craig Tiller2015-04-29
|
* Further tidyupGravatar Craig Tiller2015-04-29
|
* clang-formatGravatar Craig Tiller2015-04-29
|