aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
Commit message (Collapse)AuthorAge
* Merge branch 'propagate' into reduce-mac-loadGravatar Craig Tiller2015-08-05
|\
| * Merge github.com:grpc/grpc into propagateGravatar 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.
| * Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-01
| |\ | |/ |/| | | | | Conflicts: Makefile
* | Exclude uds from default hostname testsGravatar Craig Tiller2015-07-29
| |
* | Add a subchannel factory decorator libraryGravatar Craig Tiller2015-07-29
| |
| * Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine).
| * Regenerate project files.Gravatar Nicolas "Pixel" Noble2015-07-29
| |
* | Merge branch 'sometimes-its-good-just-to-check-in-with-each-other' into ↵Gravatar Craig Tiller2015-07-26
|\| | | | | | | yeah-we-know-what-youre-talking-about
| * Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-26
| |\ | | | | | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c
* | | Make passing NULL for host not crashGravatar Craig Tiller2015-07-23
|/ /
| * Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23
| |
* | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-20
|\| | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
| |\ | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
* | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-17
|\| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
| |\ \
| | * \ Merge with headGravatar yang-g2015-07-16
| | |\ \
| | * | | split iterator into its own fileGravatar yang-g2015-07-16
| | | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | | | |\ | | | | |/ | | | |/|
* | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-16
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * | | | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ \ \ | | | | | | | | | | | | Make thread_pool.h a public header
* | | | | | Added connectivity tests, fixed bugsGravatar Craig Tiller2015-07-16
|/ / / / /
| * | / / Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | |/ / | |/| | | | | | | | | | appropriate
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| | * | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-13
| | |\ \ | | |/ / | |/| |
| | * | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* | | | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
|\| | |
* | | | Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| | | |
| * | | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| |/ /
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| | |\ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
| |\ \ | |/ / |/| |
* | | Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
|\ \ \
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | | |\ | | |_|/ | |/| |
| | * | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-07
| | |\ \ | | |/ / | |/| |
| | * | Add a unit testGravatar yang-g2015-07-06
| | | |
| | | * 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
* | | | Adding JWT verifier.Gravatar Julien Boeuf2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.
| * | | Merge branch 'forever-is-a-long-time' into tis-but-thy-nameGravatar Craig Tiller2015-06-29
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak
| | * | Add an fd conservation test to verify that fds actually closeGravatar Craig Tiller2015-06-29
| | | |
| | * | Rename test into the right placeGravatar Craig Tiller2015-06-26
| | | |
| | * | BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRNGravatar Masood Malekghassemi2015-06-25
| |/ / |/| |
| * | Implementation work for client_configGravatar Craig Tiller2015-06-24
|/ / | | | | | | | | - uri parsing - dns resolution
| * 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
| |\ | |/ |/|
* | Add const to ByteBuffer methods and add testsGravatar Yang Gao2015-06-22
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-22
|\ \
| | * WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| | |
* | | Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18
| |/ |/|
| * Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\ | |/ |/|