Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | Add OAuth interop tests to Python | Masood Malekghassemi | 2015-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 version | Tim Emiola | 2015-04-08 | |
|/ / / / | ||||
| | * | | Better defaulting of attributes | Craig Tiller | 2015-04-08 | |
| | | | | ||||
| | * | | Allow restricting platforms for certain tests | Craig Tiller | 2015-04-08 | |
| | | | | ||||
| | * | | Spam cleanup | Craig Tiller | 2015-04-08 | |
| | | | | ||||
| | * | | Initial porting of run_tests to Windows | Craig Tiller | 2015-04-08 | |
| | | | | ||||
* | | | | Update the libgrpc debian package to depend on the experimental version of ↵ | Tim Emiola | 2015-04-08 | |
| | | | | | | | | | | | | | | | | openssl | |||
* | | | | Updated the version to 0.6.0 | Tim Emiola | 2015-04-08 | |
| | | | | ||||
* | | | | Use the local version of the distpackages when build debian files | Tim Emiola | 2015-04-08 | |
| | | | | ||||
* | | | | Merge pull request #1217 from soltanmm/pypi | Tim Emiola | 2015-04-07 | |
|\ \ \ \ | | | | | | | | | | | Version update to 0.5.0 | |||
| * | | | | Version update to 0.5.0 | Masood Malekghassemi | 2015-04-07 | |
| | | | | | ||||
* | | | | | Merge pull request #1154 from soltanmm/pypi | Tim Emiola | 2015-04-06 | |
|\| | | | | | | | | | | | | | | Enable PyPI package management | |||
| * | | | | Enable PyPI package management | Masood Malekghassemi | 2015-04-06 | |
| | | | | | ||||
* | | | | | Simplifies the work needed to create a new deb | Tim Emiola | 2015-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 file | Tim Emiola | 2015-04-03 | |
| | | | | ||||
* | | | | Add the version of the built deb to be configured by a file | Tim Emiola | 2015-04-03 | |
| | | | | ||||
* | | | | Merge pull request #1173 from nicolasnoble/vs2010 | Jan Tattermusch | 2015-04-02 | |
|\ \ \ \ | | | | | | | | | | | Created Visual Studio 2010 project files. | |||
| * | | | | Created Visual Studio 2010 project files. | Nicolas "Pixel" Noble | 2015-04-02 | |
| | | | | | | | | | | | | | | | | | | | | Also removed the unused shared projects. | |||
* | | | | | Merge pull request #1129 from nicolasnoble/scan-build | Tim Emiola | 2015-04-02 | |
|\ \ \ \ \ | | | | | | | | | | | | | Adding Dockerfile for grpc/scan-build. | |||
* | | | | | | Generate interop-related code in docker build | murgatroid99 | 2015-04-01 | |
| |/ / / / |/| | | | | ||||
* | | | | | Merge pull request #1152 from murgatroid99/docker_php_composer | Tim Emiola | 2015-03-30 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Update PHP Dockerfiles with composer changes | |||
| * | | | | Changed PHP version to 5.5 in Dockerfiles | murgatroid99 | 2015-03-30 | |
| | | | | | ||||
* | | | | | Merge pull request #1144 from yang-g/genericstub | Vijay Pai | 2015-03-27 | |
|\ \ \ \ \ | | | | | | | | | | | | | generic stub implementation | |||
| | * | | | | Added composer commands to PHP Dockerfiles | murgatroid99 | 2015-03-27 | |
| |/ / / / |/| | | | | ||||
| * | | | | Refactor and add a unit test | Yang Gao | 2015-03-27 | |
| | | | | | ||||
* | | | | | Removed ruby installation change | murgatroid99 | 2015-03-27 | |
| | | | | | ||||
* | | | | | Updated php_base Dockerfile to install PHP instead of compiling it | murgatroid99 | 2015-03-27 | |
|/ / / / | ||||
* | | | | Adding a simple 'buildonly' test. | Nicolas "Pixel" Noble | 2015-03-26 | |
| | | | | ||||
| * | | | Adding Dockerfile for grpc/scan-build. | Nicolas "Pixel" Noble | 2015-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 | |||
| | * | Adding basic sanity test. | Nicolas "Pixel" Noble | 2015-03-24 | |
| |/ |/| | ||||
* | | Merge pull request #1100 from ejona86/use-mvn-central | Tim Emiola | 2015-03-23 | |
|\ \ | | | | | | | Use protobuf java and nano from Maven Central | |||
* | | | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 | |
| | | | ||||
| * | | Use protobuf java and nano from Maven Central | Eric Anderson | 2015-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 freebsd | Nicolas "Pixel" Noble | 2015-03-19 | |
| |\ | |/ |/| | | | | | | | Conflicts: Makefile templates/Makefile.template | |||
* | | Merge pull request #1092 from nicolasnoble/msvc-c++ | Jan Tattermusch | 2015-03-19 | |
|\ \ | | | | | | | Adding MSVC's grpc++ project file. | |||
* \ \ | Merge pull request #1084 from yang-g/addtestcase | donnadionne | 2015-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-image | Jan Tattermusch | 2015-03-18 | |
|\ \ \ \ | | | | | | | | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins | |||
| * | | | | Updates the structure and name of the tar.gz archive | Tim Emiola | 2015-03-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - the name includes a version - the top-level directory of the tar has the same name as the archive | |||
| * | | | | Corrects some spelling mistakes | Tim Emiola | 2015-03-18 | |
| | | | | | ||||
| * | | | | Adds a file containing the version | Tim Emiola | 2015-03-18 | |
| | | | | | ||||
* | | | | | Add csharp server to interop tests | Donna Dionne | 2015-03-18 | |
| | | | | | ||||
| | * | | | Add jwt_token_creds test case to interop test for c++ | Yang Gao | 2015-03-18 | |
| | | | | | ||||
* | | | | | Merge pull request #1078 from dklempner/run_tests_timeout | Vijay Pai | 2015-03-17 | |
|\ \ \ \ \ | | | | | | | | | | | | | Unconditionally add a newline if a test times out or fails. | |||
| * | | | | | Unconditionally add a newline if a test times out or fails. | David Klempner | 2015-03-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure should generally result in output unless something goes wrong, but timeout currently doesn't, but should be printed 100% of the time. | |||
* | | | | | | Merge the base and base.packets packages | Nathaniel Manista | 2015-03-18 | |
|/ / / / / | | | | | | | | | | | | | | | | They were two halves of the same whole. | |||
* | / / / | Fix Python test ignorance of build config | Masood Malekghassemi | 2015-03-17 | |
| |/ / / |/| | | | ||||
| * | | | Adds a dockerfile and script for building a tar archive containing protoc ↵ | Tim Emiola | 2015-03-16 | |
| | | | | | | | | | | | | | | | | and the grpc plugins | |||
* | | | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-16 | |
|\ \ \ \ | ||||
| * | | | | Defaulting run_tests to just opt. | Nicolas "Pixel" Noble | 2015-03-16 | |
| | | | | | ||||
| | | | * | FreeBSD preliminary work. | Nicolas Noble | 2015-03-16 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL. |