aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Kill transport end2end tests: not usefulGravatar Craig Tiller2015-04-16
|
* Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|
* Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
|
* sync and resolve conflictGravatar Yang Gao2015-04-15
|\
* | Remove outdated protosGravatar Yang Gao2015-04-15
| |
| * Merge pull request #1284 from nicolasnoble/bashismsGravatar Craig Tiller2015-04-15
| |\ | | | | | | Removing some bashisms.
| | * Removing some bashisms.Gravatar Nicolas "Pixel" Noble2015-04-15
| | |
| * | Merge pull request #1124 from nicolasnoble/sanityGravatar Craig Tiller2015-04-14
| |\ \ | | |/ | |/| Adding basic sanity test.
| * | Merge pull request #1282 from tbetbetbe/grpc_ruby_add_jwt_auth_interopGravatar Michael Lumish2015-04-14
| |\ \ | | | | | | | | Grpc ruby enable jwt auth and and an interop test for it
| | * | Adds the command to the interop test runner to run the jwt ruby auth test cmdGravatar Tim Emiola2015-04-14
| | | |
| * | | Merge pull request #1280 from donnadionne/python_addGravatar Masood Malekghassemi2015-04-14
| |\ \ \ | | | | | | | | | | Adding python to cloud prod tests.
| * \ \ \ Merge pull request #1267 from vjpai/timersGravatar Craig Tiller2015-04-14
| |\ \ \ \ | | | | | | | | | | | | Infrastructure for timer insertion, logging, and testing
| | | * | | Adding python to cloud prod tests.Gravatar Donna Dionne2015-04-14
| | |/ / / | |/| | |
| * | | | Merge pull request #1278 from soltanmm/interopGravatar donnadionne2015-04-14
| |\ \ \ \ | | | | | | | | | | | | Python cloud prod interop gen command
| | * | | | Add Python cloud prod gen interop commandGravatar Masood Malekghassemi2015-04-14
| | | | | |
| | * | | | Fix documentation typoGravatar Masood Malekghassemi2015-04-14
| | | |/ / | | |/| |
| * / | | Adding links to individual test logs in test result page.Gravatar Donna Dionne2015-04-14
| |/ / /
| | | * Merge branch 'master' of github.com:grpc/grpc into sanityGravatar Nicolas "Pixel" Noble2015-04-14
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| | * | Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
| | |\ \ | | |/ / | |/| |
| | * | Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
| |/ / |/| | | | | | | | statistics
| * | Update build filesGravatar Craig Tiller2015-04-13
| | |
| * | 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
* | | Merge pull request #1047 from nicolasnoble/freebsdGravatar Vijay Pai2015-04-10
|\ \ \ | | | | | | | | FreeBSD preliminary work.
* \ \ \ Merge pull request #1249 from ctiller/tlsGravatar Nicolas Noble2015-04-10
|\ \ \ \ | | | | | | | | | | Thread local storage for grpc
* | | | | Also fixing docker file to ensure service account is copied.Gravatar Donna Dionne2015-04-10
| | | | |
* | | | | python auth test command changeGravatar Donna Dionne2015-04-10
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-04-10
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Adding php client to interop tests.Gravatar Donna Dionne2015-04-10
| | | | |
| * | | | Thread local storage for grpcGravatar Craig Tiller2015-04-10
|/ / / /
| | | * Merge branch 'master' of github.com:grpc/grpc into sanityGravatar Nicolas "Pixel" Noble2015-04-10
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
* | | | Merge pull request #1234 from soltanmm/auth-interopGravatar Tim Emiola2015-04-09
|\ \ \ \ | | | | | | | | | | Add auth interop for Python
| * | | | Add OAuth interop tests to PythonGravatar Masood Malekghassemi2015-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | Also adds the commands to the grpc_docker shell library script to support running in docker.
* | | | | Use the release tag specified by the versionGravatar Tim Emiola2015-04-08
|/ / / /
| | * | Better defaulting of attributesGravatar Craig Tiller2015-04-08
| | | |
| | * | Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
| | | |
| | * | Spam cleanupGravatar Craig Tiller2015-04-08
| | | |
| | * | Initial porting of run_tests to WindowsGravatar Craig Tiller2015-04-08
| | | |
* | | | Update the libgrpc debian package to depend on the experimental version of ↵Gravatar Tim Emiola2015-04-08
| | | | | | | | | | | | | | | | openssl
* | | | Updated the version to 0.6.0Gravatar Tim Emiola2015-04-08
| | | |
* | | | Use the local version of the distpackages when build debian filesGravatar Tim Emiola2015-04-08
| | | |
* | | | Merge pull request #1217 from soltanmm/pypiGravatar Tim Emiola2015-04-07
|\ \ \ \ | | | | | | | | | | Version update to 0.5.0
| * | | | Version update to 0.5.0Gravatar Masood Malekghassemi2015-04-07
| | | | |
* | | | | Merge pull request #1154 from soltanmm/pypiGravatar Tim Emiola2015-04-06
|\| | | | | | | | | | | | | | Enable PyPI package management
| * | | | Enable PyPI package managementGravatar Masood Malekghassemi2015-04-06
| | | | |
* | | | | Simplifies the work needed to create a new debGravatar Tim Emiola2015-04-03
| |_|/ / |/| | | | | | | | | | | | | | | | | | | - automates much of the workflow for building a deb package - adds a version.txt file that is used configure the version on the deb package * updates the Dockerfile to make use of this
* | | | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | | |
* | | | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | | |
* | | | Merge pull request #1173 from nicolasnoble/vs2010Gravatar Jan Tattermusch2015-04-02
|\ \ \ \ | | | | | | | | | | Created Visual Studio 2010 project files.
| * | | | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | | | | | | | | | | | | | | | | | Also removed the unused shared projects.
* | | | | Merge pull request #1129 from nicolasnoble/scan-buildGravatar Tim Emiola2015-04-02
|\ \ \ \ \ | | | | | | | | | | | | Adding Dockerfile for grpc/scan-build.