aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* 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
|/
* 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 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.
* | | | | Generate interop-related code in docker buildGravatar murgatroid992015-04-01
| |/ / / |/| | |
* | | | Merge pull request #1152 from murgatroid99/docker_php_composerGravatar Tim Emiola2015-03-30
|\ \ \ \ | |_|/ / |/| | | Update PHP Dockerfiles with composer changes
| * | | Changed PHP version to 5.5 in DockerfilesGravatar murgatroid992015-03-30
| | | |
* | | | Merge pull request #1144 from yang-g/genericstubGravatar Vijay Pai2015-03-27
|\ \ \ \ | | | | | | | | | | generic stub implementation
| | * | | Added composer commands to PHP DockerfilesGravatar murgatroid992015-03-27
| |/ / / |/| | |
| * | | Refactor and add a unit testGravatar Yang Gao2015-03-27
| | | |
* | | | Removed ruby installation changeGravatar murgatroid992015-03-27
| | | |
* | | | Updated php_base Dockerfile to install PHP instead of compiling itGravatar murgatroid992015-03-27
|/ / /
* | | Adding a simple 'buildonly' test.Gravatar Nicolas "Pixel" Noble2015-03-26
| | |
| * | Adding Dockerfile for grpc/scan-build.Gravatar Nicolas "Pixel" Noble2015-03-25
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | This can be simply used that way: docker run -p 8182:8181 grpc/scan-build This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely. As a nice side-effect, this will also produce scan reports for openssl and protobuf. The server can be then stopped this way: docker ps -l # figure out the container-id docker kill container-id
* | Merge pull request #1100 from ejona86/use-mvn-centralGravatar Tim Emiola2015-03-23
|\ \ | | | | | | Use protobuf java and nano from Maven Central
* | | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
| | |
| * | Use protobuf java and nano from Maven CentralGravatar Eric Anderson2015-03-19
|/ / | | | | | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own.
| * Merge branch 'master' of github.com:google/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-03-19
| |\ | |/ |/| | | | | | | Conflicts: Makefile templates/Makefile.template
* | Merge pull request #1092 from nicolasnoble/msvc-c++Gravatar Jan Tattermusch2015-03-19
|\ \ | | | | | | Adding MSVC's grpc++ project file.
* \ \ Merge pull request #1084 from yang-g/addtestcaseGravatar donnadionne2015-03-18
|\ \ \ | | | | | | | | Add jwt_token_creds test case to interop test for c++
* \ \ \ Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-imageGravatar Jan Tattermusch2015-03-18
|\ \ \ \ | | | | | | | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins