aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* 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.
| | * 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
| | |/ / | |/| |
| | | * Cleaned upGravatar Craig Tiller2015-02-17
| | | |
| | | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: Makefile
* | | | Add C# checksGravatar Craig Tiller2015-02-16
| | | |
* | | | Add javascript checksGravatar Craig Tiller2015-02-16
| | | |
* | | | Add proto copyrightsGravatar Craig Tiller2015-02-16
| | | |
* | | | Add shell script copyrightsGravatar Craig Tiller2015-02-16
| | | |
* | | | Add PHP CopyrightGravatar Craig Tiller2015-02-16
| | | |
* | | | Add rubyGravatar Craig Tiller2015-02-16
| | | |
* | | | Add copyrights to Python codeGravatar Craig Tiller2015-02-16
| | | |
* | | | Copyright checkerGravatar Craig Tiller2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.
| | | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-16
| | | |\ | |_|_|/ |/| | |
| * | | Merge github.com:grpc/grpc into udsGravatar Craig Tiller2015-02-16
| |\ \ \ | |/ / / |/| | |
| | * | Add Python to the list of interop servers to run.Gravatar Nathaniel Manista2015-02-15
| | | |
| | * | Add Docker files for Python.Gravatar Nathaniel Manista2015-02-15
| | | |
| | * | Upgrade Python proto dependency to 3.0.0-alpha-1.Gravatar Nathaniel Manista2015-02-15
| | | |
| | * | Clean up setup.py and move it into src/.Gravatar Nathaniel Manista2015-02-15
| |/ / |/| |
| * | Unix domain socket supportGravatar Craig Tiller2015-02-13
| | |
* | | Merge pull request #519 from nicolasnoble/docker-clangGravatar Craig Tiller2015-02-13
|\ \ \ | | | | | | | | Renaming the docker image to grpc_clang, and optimizing the build a bit.
| | | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-13
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: Makefile
* | | | Setting default ssh directory in the case of test runs running as root.Gravatar Donna Dionne2015-02-13
| |/ / |/| |
| * | Renaming the docker image to grpc_clang, and optimizing the build a bit.Gravatar Nicolas "Pixel" Noble2015-02-13
|/ /
* | Merge pull request #514 from donnadionne/dockerGravatar Tim Emiola2015-02-13
|\ \ | | | | | | Docker
| * | useless commit to test email address.Gravatar Donna Dionne2015-02-13
| | |
* | | Merge pull request #509 from chen-wang/masterGravatar Yang Gao2015-02-13
|\ \ \ | | | | | | | | Rename examples/tips to examples/pubsub
* \ \ \ Merge pull request #512 from ctiller/ubsanGravatar Nicolas Noble2015-02-13
|\ \ \ \ | | | | | | | | | | Add ubsan support
| | | * \ Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-13
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | Add ubsan supportGravatar Craig Tiller2015-02-13
| | | | |
* | | | | Adding a Dockerfile script that can build a docker image with an ↵Gravatar Nicolas "Pixel" Noble2015-02-13
|/ / / / | | | | | | | | | | | | msan-compatible C++ compiler.
| | * | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
| | |\ \ | |_|/ / |/| | |
| | * | Fixing go docker file to use the correct golang pathGravatar Donna Dionne2015-02-12
| | | | | | | | | | | | | | | | Fixing java_base to edit permission on a key file
| | | * Add end2end async unary single threaded test (compiles)Gravatar Craig Tiller2015-02-12
| | | |
| * | | Rename examples/tips to examples/pubsubGravatar Chen wang2015-02-12
|/ / /
| | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-12
| | |\ | |_|/ |/| |
* | | Added useful behavior for empty batchGravatar murgatroid992015-02-12
| | |
| * | Merge branch 'master' of github.com:google/grpc into dockerGravatar Donna Dionne2015-02-12
| |\ \ | |/ / |/| |
| | * Merge github.com:google/grpc into c++apiGravatar Craig Tiller2015-02-11
| | |\ | |_|/ |/| |
* | | Merge pull request #497 from nicolasnoble/buildcheckGravatar Craig Tiller2015-02-11
|\ \ \ | | | | | | | | Ran build-cleaner, and re-generated project files.
| | | * Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-11
| | | |\ | |_|_|/ |/| | |
| * | | Generate more pleasing build.json outputGravatar Craig Tiller2015-02-11
| | | | | | | | | | | | | | | | run: was getting a little lost