aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_json.py
Commit message (Collapse)AuthorAge
* Reduce mac CI loadGravatar Craig Tiller2015-08-07
|
* Merge branch 'propagate' into reduce-mac-loadGravatar Craig Tiller2015-08-05
|\
| * Cleanup unnecessary testGravatar Craig Tiller2015-08-05
| |
* | Add linux, mac as test platforms, only run _with_poll tests on linuxGravatar Craig Tiller2015-08-05
|/
* Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
| | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
* Exclude uds from default hostname testsGravatar Craig Tiller2015-07-29
|
* Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
|
* Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
|\ | | | | | | sometimes-its-good-just-to-check-in-with-each-other
* | Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
| |
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
| |\ | |/ |/| | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak
* | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | Clean up anything that failed
| * Added compression text fixture.Gravatar David Garcia Quintas2015-06-23
| |
| * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-23
| |\ | |/ |/|
| * WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| |
* | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\|
| * Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| |\
| | * make buildtests on windows passGravatar Jan Tattermusch2015-06-15
| | |
| * | Added flags support to grpc_op.Gravatar David Garcia Quintas2015-06-14
| |/ | | | | | | | | Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in). Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-29
|\|
| * Make it possible to run with poll() instead of epoll()Gravatar Craig Tiller2015-05-29
| | | | | | | | | | Mostly to facilitate testing, but maybe in the future we want to work on Linux systems with broken epoll support?
* | Mark tests not flakyGravatar Craig Tiller2015-05-26
|/
* Send RST_STREAM when closing from the server without getting a client ↵Gravatar Craig Tiller2015-05-19
| | | | half-close first
* Add testing for GRPC_TRACEGravatar Craig Tiller2015-05-18
|
* Fix test, readd it to buildGravatar Craig Tiller2015-05-15
|
* 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
| |
| * Addressing comments.Gravatar Julien Boeuf2015-05-08
| |
| * Merging with master.Gravatar Julien Boeuf2015-05-08
| |\ | |/ |/|
| * Adding support for per call credentials in core.Gravatar Julien Boeuf2015-05-07
| |
* | Enable test that got forgottenGravatar Craig Tiller2015-05-05
|/
* merge with headGravatar Yang Gao2015-05-04
|\
* | Add a c test for max message lengthGravatar Yang Gao2015-05-04
| |
| * Add test for >16777215 sequence numbered streamsGravatar Craig Tiller2015-05-04
|/
* 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
|
* Remove legacy testsGravatar Craig Tiller2015-04-28
|
* Merge branch 'master' of github.com:grpc/grpc into flakesGravatar Nicolas "Pixel" Noble2015-04-24
|\
* | Flagging some tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
| |
| * More work in not having to compile OpenSSL.Gravatar Nicolas "Pixel" Noble2015-04-23
|/
* Making sure we don't require OpenSSL for tests that, in fact, don't need it.Gravatar Nicolas "Pixel" Noble2015-04-23
|
* 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
| |
* | Mark large requests tests flaky (they are buggy)Gravatar Craig Tiller2015-04-17
|/
* Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
|
* 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
|
* Add a test that bad hostnames failGravatar Craig Tiller2015-03-03
|
* remove prod_roots_certs.c since it is not used anywhereGravatar Yang Gao2015-02-18
|
* 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