Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into c++-is-people-too | Craig Tiller | 2016-06-06 |
|\ | |||
| * | Merge pull request #6750 from makdharma/cronet | Jan Tattermusch | 2016-06-06 |
| |\ | | | | | | | cronet build related changes to build.yaml, and added ifdef guard around objective_c cronet code. | ||
* | | | Merge github.com:grpc/grpc into c++-is-people-too | Craig Tiller | 2016-06-06 |
|\| | | |||
| * | | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ \ | | | | | | | | | Change win32 file suffix | ||
* | | | | Automatically capture transitive dependencies for Visual Studio solution files | Craig Tiller | 2016-06-02 |
|/ / / | |||
| | * | fixed template to remove grpc_cronet.h as a dependency | Makarand Dharmapurikar | 2016-06-02 |
| | | | |||
* | | | Merge pull request #6707 from murgatroid99/makefile_warning_wording | Jan Tattermusch | 2016-06-01 |
|\ \ \ | |_|/ |/| | | Improve wording of protobuf warning in Makefile | ||
| | * | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | |\ | |_|/ |/| | | |||
| * | | Improve wording of protobuf warning in Makefile | murgatroid99 | 2016-05-24 |
| | | | |||
* | | | Make grpc_zookeeper.pc file generation consistent with other .pc files | murgatroid99 | 2016-05-24 |
|/ / | |||
* | | hotfix for sanity tests | Jan Tattermusch | 2016-05-22 |
| | | |||
* | | Merge pull request #6642 from jtattermusch/integrate_changes_from_0_14 | Jan Tattermusch | 2016-05-19 |
|\ \ | | | | | | | Manual merge of 0.14 branch into master. | ||
| * \ | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-05-18 |
| |\ \ | |||
* | | | | php: update package.xml after fixes | Stanley Cheung | 2016-05-18 |
|/ / / | |||
* | | | Add compression support to Cython layers | Masood Malekghassemi | 2016-05-17 |
| | | | |||
| * | | upgrade C# protobuf dependencies to 3.0.0-beta3 | Jan Tattermusch | 2016-05-16 |
| | | | |||
* | | | add copyright to the template as well | Jan Tattermusch | 2016-05-13 |
| | | | |||
* | | | Merge pull request #6536 from grpc/release-0_14 | Nicolas Noble | 2016-05-11 |
|\| | | | | | | | | Release 0.14 upmerge | ||
| * | | Add some missing directories to package.json | murgatroid99 | 2016-05-11 |
| | | | |||
* | | | Enable -Wextra-semi on compilers that support it | Craig Tiller | 2016-05-10 |
| | | | | | | | | | | | | Use some template magic to make warning detection much easier in the future. | ||
* | | | Merge pull request #6480 from jcanizales/update-version-master | Nicolas Noble | 2016-05-09 |
|\ \ \ | | | | | | | | | Update podspec versions in master branch | ||
* \ \ \ | Merge pull request #6433 from murgatroid99/tools_package_bin_namespacing | Nicolas Noble | 2016-05-09 |
|\ \ \ \ | | | | | | | | | | | Make namespacing of executables exposed by grpc-tools packages consistent between Node and Ruby | ||
| | | * | | Updated template file | murgatroid99 | 2016-05-09 |
| | | | | | |||
| | * | | | Move podspec to version 0.14 | Jorge Canizales | 2016-05-06 |
| | | | | | |||
| | * | | | Depend on latest BoringSSL | Jorge Canizales | 2016-05-06 |
| | | | | | |||
| | * | | | Have Cocoapods read from submodules too, for nanopb | Jorge Canizales | 2016-05-06 |
| | | | | | |||
| | * | | | Move podspec to version 0.13 | Jorge Canizales | 2016-05-06 |
| | | | | | |||
* | | | | | Merge pull request #6419 from sreecha/python_stress_test_docker | Jan Tattermusch | 2016-05-06 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Python stress test docker config files and related changes | ||
| | * | | | Updated template file | murgatroid99 | 2016-05-04 |
| | |/ / | |||
* | | | | Keep grpcio_tools version in sync with rest of project | Masood Malekghassemi | 2016-05-04 |
| | | | | |||
* | | | | Add sanity test for grpcio protoc package | Masood Malekghassemi | 2016-05-04 |
| |/ / |/| | | |||
| * | | Python dockerfiles and config files for stress testing | Sree Kuchibhotla | 2016-05-03 |
|/ / | |||
* | | Merge pull request #6376 from murgatroid99/node_test_multiple_versions | Jan Tattermusch | 2016-05-03 |
|\ \ | | | | | | | Made Node tests support multiple versions and set the Node default version to 4 everywhere possible | ||
* | | | Ruby docker files and config | Sree Kuchibhotla | 2016-05-02 |
| | | | |||
* | | | Merge pull request #6382 from sreecha/csharp_stress_test_docker | Jan Tattermusch | 2016-05-02 |
|\ \ \ | | | | | | | | | Add C# stress client to the test framework | ||
* \ \ \ | Merge pull request #6371 from murgatroid99/ruby_tools_gem | Nicolas Noble | 2016-05-02 |
|\ \ \ \ | | | | | | | | | | | Created grpc-tools ruby gem for distributing protoc and the plugin | ||
| | * | | | C# Dockerfile and Config scripts | Sree Kuchibhotla | 2016-04-29 |
| |/ / / |/| | | | |||
| | * | | Made Node tests support multiple versions and set the Node default version ↵ | murgatroid99 | 2016-04-29 |
| |/ / |/| | | | | | | | | to 4 everywhere possible | ||
| * | | Created grpc-tools ruby gem for distributing protoc and the plugin | murgatroid99 | 2016-04-29 |
| | | | |||
* | | | Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging | Jan Tattermusch | 2016-04-29 |
|\ \ \ | |/ / |/| | | Added node plugin to grpc-tools npm package, updated build_package_node | ||
* | | | generate interop test Dockerfiles using templates | Jan Tattermusch | 2016-04-27 |
| | | | |||
| | * | Modified the template of public_headers_must_be_c89.c | Yuchen Zeng | 2016-04-27 |
| | | | |||
| | * | Change win32 file suffix | Yuchen Zeng | 2016-04-26 |
| |/ |/| | |||
| * | Added node plugin to grpc-tools npm package, updated build_package_node | murgatroid99 | 2016-04-26 |
| | | |||
* | | Merge pull request #6220 from stanley-cheung/php-for-release-14 | Jan Tattermusch | 2016-04-26 |
|\ \ | | | | | | | PHP: prepare for release 0.14 | ||
* \ \ | Merge pull request #6281 from jtattermusch/csharp_assembly_versions | Jan Tattermusch | 2016-04-26 |
|\ \ \ | |_|/ |/| | | Fix assembly version attributes for C# | ||
* | | | Merge pull request #6266 from murgatroid99/ruby_stress_client | Jan Tattermusch | 2016-04-26 |
|\ \ \ | | | | | | | | | Ruby stress client | ||
* \ \ \ | Merge pull request #5445 from murgatroid99/node_protoc_plugin | Jan Tattermusch | 2016-04-26 |
|\ \ \ \ | | | | | | | | | | | Create a protoc plugin for Node.js gRPC | ||
| | | * | | fix assembly version attributes for C# | Jan Tattermusch | 2016-04-25 |
| | | | | | |||
| | | | * | php: prepare for release 0.14 | Stanley Cheung | 2016-04-25 |
| | | |/ |