aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
...
* | Merge pull request #696 from donnadionne/docker_pythonGravatar Nathaniel Manista2015-02-23
|\ \ | | | | | | Fixing docker file and image building for python.
* \ \ Merge pull request #708 from jtattermusch/deb_on_dockerGravatar donnadionne2015-02-21
|\ \ \ | | | | | | | | Building of Debian packages on Docker
| * | | Dockerfile to test that debian packages can be used with ruby instead of ↵Gravatar Jan Tattermusch2015-02-21
| | | | | | | | | | | | | | | | make install
| * | | Dockerfile to build debian packages on dockerGravatar Jan Tattermusch2015-02-21
| | | |
| * | | Fixes to build_deb_packages script to allow running on DockerGravatar Jan Tattermusch2015-02-21
| | | |
* | | | Rename interop_test.c --> interop_test.ccGravatar Craig Tiller2015-02-21
| | | | | | | | | | | | | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
| | * | Fixing docker file and image building for python.Gravatar Donna Dionne2015-02-20
| |/ / |/| |
* | | Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixedGravatar Nathaniel Manista2015-02-20
|\ \ \
| * | | Added compiler plugin test for Python.Gravatar Masood Malekghassemi2015-02-20
| | | |
* | | | Merge pull request #684 from jtattermusch/dockerfile_fixesGravatar Tim Emiola2015-02-20
|\ \ \ \ | | |/ / | |/| | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python
| * | | Forgot to commit some filesGravatar Jan Tattermusch2015-02-20
| | | |
| * | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for PythonGravatar Jan Tattermusch2015-02-20
| |/ /
* | | Merge branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
|\| | | | | | | | | | | | | | Conflicts: Makefile
| * | Merge pull request #668 from nathanielmanistaatgoogle/assemblyGravatar Masood Malekghassemi2015-02-20
| |\ \ | | | | | | | | The framework.assembly package.
| | | * Update yearGravatar Craig Tiller2015-02-20
| | | |
| | * | The framework.assembly package.Gravatar Nathaniel Manista2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable.
| * | | Merge pull request #672 from ctiller/clean_buildGravatar Nicolas Noble2015-02-20
| |\ \ \ | | | | | | | | | | Always run build cleaner
| * \ \ \ Merge pull request #637 from jtattermusch/debian_packageGravatar Nicolas Noble2015-02-20
| |\ \ \ \ | | |_|/ / | |/| | | Debian packages libgrpc and libgrpc-dev
| | | * | Always run build cleanerGravatar Craig Tiller2015-02-20
| | |/ / | |/| |
| * | | Merge pull request #655 from yang-g/copyleftGravatar Craig Tiller2015-02-20
| |\ \ \ | | | | | | | | | | include .m in check_copyright.py
| | * | | include .m in check_copyright.pyGravatar Yang Gao2015-02-20
| |/ / / |/| | |
| | | * Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
| |_|/ |/| |
| * | Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
|/ / | | | | | | I'm honestly a little shocked this wasn't done previously.
| * changed deb files nameGravatar Jan Tattermusch2015-02-19
| |
| * fixes to debian package buildingGravatar Jan Tattermusch2015-02-19
| |
| * moved distpackages to toolsGravatar Jan Tattermusch2015-02-19
|/
* Merge pull request #614 from jtattermusch/nitpickingGravatar Tim Emiola2015-02-19
|\ | | | | Fixed readme
| * fixed readmeGravatar Jan Tattermusch2015-02-19
| |
* | Merge branch 'master' into node_auth_integrationGravatar murgatroid992015-02-18
|\|
* | Added node auth interop test commandGravatar murgatroid992015-02-18
| |
| * Make valgrind a bit more usefulGravatar Craig Tiller2015-02-18
| |
* | Added prod SSL support to Node DockerfileGravatar murgatroid992015-02-18
| |
| * Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
| |\ | | | | | | Copyright checker
| * \ Merge pull request #568 from donnadionne/dockerGravatar Qi Zhao2015-02-18
| |\ \ | | | | | | | | Adding new tests into docker runs
| | | * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| | | |
| | * | Add back a missing testGravatar Donna Dionne2015-02-18
| | | |
| | | * Bug fixGravatar 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
| |\ \ \
| | | | * Rework python, expand tool to make this easierGravatar Craig Tiller2015-02-17
| | | | |
| | | | * 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
| | * | | Merge pull request #569 from nathanielmanistaatgoogle/reorganize-pythonGravatar Tim Emiola2015-02-17
| | |\ \ \ | | | | | | | | | | | | Python source reorganization.
| | * | | | Drop an erroneous trailing backslash.Gravatar Nathaniel Manista2015-02-18
| |/ / / / |/| | | |
| | * | | Python source reorganization.Gravatar Nathaniel Manista2015-02-18
| |/ / / |/| | | | | | | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public.
| | * | Adding new tests into docker runsGravatar Donna Dionne2015-02-17
| |/ / |/| |
| * | Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| |\ \ | |/ / |/| |
* | | Merge pull request #551 from ctiller/shutdownGravatar Yang Gao2015-02-17
|\ \ \ | | | | | | | | Allow grpc_init to be called multiple times
* \ \ \ Merge pull request #530 from nathanielmanistaatgoogle/python-interop-serverGravatar soltanmm2015-02-17
|\ \ \ \ | | | | | | | | | | Python interop server.
| | * | | Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
| |/ / / |/| | |