aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
Commit message (Collapse)AuthorAge
* Update flaky bit for unsecure testsGravatar Craig Tiller2015-04-22
|
* Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-04-21
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters
| * Run capable test suites against grpc_unsecureGravatar Craig Tiller2015-04-20
| |
* | Merge github.com:grpc/grpc into batch-metadataGravatar Craig Tiller2015-04-20
|\|
| * Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
| | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.
* | clang-formatGravatar Craig Tiller2015-04-17
| |
* | Random small fixesGravatar Craig Tiller2015-04-17
| |
* | Mark large requests tests flaky (they are buggy)Gravatar Craig Tiller2015-04-17
| |
* | Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|/
* clang-formatGravatar Craig Tiller2015-04-16
|
* Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
|
* Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak
* | Fix indentationGravatar Craig Tiller2015-04-08
| |
| * clang-formatGravatar Craig Tiller2015-04-07
| |
| * Fix server shutdownGravatar Craig Tiller2015-04-07
| | | | | | | | | | | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout
* | Fix server shutdownGravatar Craig Tiller2015-04-07
|/ | | | | | | | | A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open. This change: - adds a callback to TCP server shutdown to signal that the server is completely shutdown - wait for that callback before destroying listeners in the server (and before destroying the server) - handles fallout
* Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | Also removed the unused shared projects.
* Don't merge OpenSSL into C++ upper layer libraries; only C.Gravatar Nicolas "Pixel" Noble2015-03-06
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
|\
| * FormattingGravatar Craig Tiller2015-03-03
| |
| * Add a test that bad hostnames failGravatar Craig Tiller2015-03-03
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| * Speed up test, reduce flakinessGravatar Craig Tiller2015-03-02
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\|
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\|
| * 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...
* | Server API simplificationGravatar Craig Tiller2015-02-23
|/ | | | Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.
* 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
| |\ | |/ |/|