aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
* Speed up test, reduce flakinessGravatar Craig Tiller2015-03-02
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Merge pull request #784 from ctiller/timeoutGravatar Yang Gao2015-02-26
|\ | | | | Introduce slowdown factor for unit test deadlines
* \ Merge pull request #822 from ctiller/hardGravatar David Klempner2015-02-26
|\ \ | | | | | | Fix max_concurrent_streams test
| * | Fix max_concurrent_streams testGravatar Craig Tiller2015-02-25
| | |
* | | Deflake dualstack socket testGravatar David Klempner2015-02-25
|/ / | | | | | | | | | | | | | | | | The test currently allocates a single port and reuses it through the test. Given the timeouts in this test this leaves substantial race windows where other processes on the same machine could steal the port between subcases. Instead, as a simple hack, allocate a new port before each test.
* | Strip port in peer name checkGravatar Craig Tiller2015-02-25
| | | | | | | | | | | | | | This string comes from an authority field, which is allowed to contain a ':' port (see https://tools.ietf.org/html/rfc3986#section-3.2). We need to strip it before performing host name verification.
| * Drastic speed upGravatar Craig Tiller2015-02-25
| |
| * 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...
* remove prod_roots_certs.c since it is not used anywhereGravatar Yang Gao2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-18
|\
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| |\ | | | | | | | | | | | | Conflicts: src/core/surface/server.c
* | \ Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
| | | * Fix shutdown semantics.Gravatar Craig Tiller2015-02-17
| | |/ | |/| | | | | | | Document what they should be, ensure they're triggered, and fix what was broken.
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| | |\ | | |/ | |/| | | | | | | Conflicts: Makefile
* | | Add copyrights to Python codeGravatar Craig Tiller2015-02-16
| | |
| * | clang-formatGravatar Craig Tiller2015-02-13
| | |
| * | Unix domain socket supportGravatar Craig Tiller2015-02-13
|/ /
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-12
| |\ | |/ |/|
* | Added useful behavior for empty batchGravatar murgatroid992015-02-12
| |
| * Fix up C testsGravatar Craig Tiller2015-02-11
| |
| * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| |\ | |/ |/|
* | Merge pull request #471 from jboeuf/call_host_name_checkGravatar Nicolas Noble2015-02-11
|\ \ | | | | | | Adding call host (:authority header) check in the secure channel.
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| | |\ | |_|/ |/| |
* | | Merge pull request #448 from nicolasnoble/grpc-win32Gravatar Craig Tiller2015-02-11
|\ \ \ | | | | | | | | Windows port of iomgr.
| | | * 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.
* | Fix some testsGravatar Craig Tiller2015-02-10
| |
| * Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
| |\ | |/ |/|
* | Fix duplicated lineGravatar Craig Tiller2015-02-09
| |
* | FixesGravatar Craig Tiller2015-02-05
| |
* | Fix in-flight cancellationsGravatar Craig Tiller2015-02-05
| |
* | Add a failing testGravatar Craig Tiller2015-02-05
| |
* | Remove accidentally added fileGravatar Craig Tiller2015-02-05
| |
* | Converted some cancellation testsGravatar Craig Tiller2015-02-05
| |
* | Merge github.com:google/grpc into async-api-newGravatar Craig Tiller2015-02-05
|\ \
* | | Convert simple_delayed_requestGravatar Craig Tiller2015-02-05
| | |
* | | Convert more tests (and re-enable some disabled ones)Gravatar Craig Tiller2015-02-05
| | |
| * | Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
| |\ \ | | | | | | | | Adding support for loading the SSL roots from an environment variable.
* | | | Convert request_response_with_trailing_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | |
* | | | Convert request_response_with_binary_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | |
* | | | Convert request_response_with_metadata_and_payloadGravatar Craig Tiller2015-02-05
| | | |
* | | | Remove accidentally added fileGravatar Craig Tiller2015-02-05
| | | |
* | | | Fix memory usageGravatar Craig Tiller2015-02-05
| | | |
* | | | Convert request_response_with_payloadGravatar Craig Tiller2015-02-04
| | | |
* | | | Add useful utilitiesGravatar Craig Tiller2015-02-04
| | | |
* | | | Remove invalid checksGravatar Craig Tiller2015-02-04
| | | |