Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | sync php with core version; | Stanley Cheung | 2016-03-01 | |
| | | | ||||
| | * | Simplify PHP installation | Stanley Cheung | 2016-02-29 | |
| | | | ||||
| * | | fix sanity test | Jan Tattermusch | 2016-02-29 | |
| |/ | ||||
| * | add some CFLAGS to compile on mac | Stanley Cheung | 2016-02-25 | |
| | | ||||
| * | Merge pull request #5410 from ctiller/run_gtest | Nicolas Noble | 2016-02-25 | |
| |\ | | | | | | | Expand gtest suites into individual run_tests tests | |||
| | * | Expand gtest suites into individual run_tests tests | Craig Tiller | 2016-02-24 | |
| | | | ||||
| * | | remove current date from package.xml; | Stanley Cheung | 2016-02-24 | |
| | | | ||||
| * | | fix bug with pecl install on mac | Stanley Cheung | 2016-02-24 | |
| |/ | ||||
| * | Use env-var for post git step | Craig Tiller | 2016-02-24 | |
| | | ||||
| * | Merge github.com:grpc/grpc into 44 | Craig Tiller | 2016-02-24 | |
| |\ | ||||
| | * | Merge pull request #5365 from ctiller/naming-crisis | Nicolas Noble | 2016-02-24 | |
| | |\ | | | | | | | | | Add a sanity test to ensure that name aliasing rules are obeyed | |||
| | * | | fix php artifact name and update config.m4 template | Stanley Cheung | 2016-02-23 | |
| | | | | ||||
| | * | | php: simplify installation | Stanley Cheung | 2016-02-23 | |
| | | | | ||||
| | * | | Merge pull request #5369 from jtattermusch/run_tests_improvements | Craig Tiller | 2016-02-23 | |
| | |\ \ | | | | | | | | | | | Run tests improvements | |||
| | | | * | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-23 | |
| | | | |\ | | | |_|/ | | |/| | | ||||
| * | | | | Test for a working -Wshadow | Craig Tiller | 2016-02-23 | |
| | | | | | ||||
| * | | | | Ensure we can compile boringssl before trying: old compiler compatibility | Craig Tiller | 2016-02-23 | |
| | |/ / | |/| | | | | | | | | | | Allow compiling with openssl | |||
| | * | | Merge pull request #5334 from jtattermusch/protoc_artifacts_windows | Nicolas Noble | 2016-02-23 | |
| | |\ \ | | | | | | | | | | | Building protoc artifacts on Windows | |||
| * | | | | add more compilers | Jan Tattermusch | 2016-02-23 | |
| | | | | | ||||
| | * | | | Merge github.com:grpc/grpc into fix-proto-docker | Craig Tiller | 2016-02-22 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| | | | * | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 | |
| | | | |\ | | |_|_|/ | |/| | | | ||||
| | | | * | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 | |
| | | | | | ||||
| * | | | | Fixing MacOS. | Nicolas "Pixel" Noble | 2016-02-23 | |
| | |_|/ | |/| | | ||||
| | | * | enable 64bit windows compilation of protoc plugins | Jan Tattermusch | 2016-02-22 | |
| | | | | ||||
* | | | | moar VS fun | David Garcia Quintas | 2016-02-19 | |
| |_|/ |/| | | ||||
| * | | Building the dlls. | Nicolas "Pixel" Noble | 2016-02-19 | |
|/ / | ||||
| * | Merge github.com:grpc/grpc into fix-proto-docker | Craig Tiller | 2016-02-18 | |
| |\ | |/ |/| | ||||
* | | Extern "C" Python DLL support | Masood Malekghassemi | 2016-02-17 | |
| | | ||||
* | | Merge pull request #5254 from grpc/release-0_13 | Jan Tattermusch | 2016-02-15 | |
|\ \ | | | | | | | Release 0.13 upmerge. | |||
| * | | Adding the .yardopts file into the gems. | Nicolas "Pixel" Noble | 2016-02-14 | |
| | | | ||||
* | | | Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13 | Nicolas "Pixel" Noble | 2016-02-13 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml package.json setup.py src/core/surface/version.c src/csharp/Grpc.Core/VersionInfo.cs src/csharp/build_packages.bat src/python/grpcio/grpc_version.py src/ruby/lib/grpc/version.rb tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal | |||
| * | | Ensure we use local node-pre-gyp in Node install hook | murgatroid99 | 2016-02-12 | |
| | | | ||||
* | | | Merge pull request #5078 from ctiller/compatibility_mode | Craig Tiller | 2016-02-12 | |
|\ \ \ | | | | | | | | | Make binary compatibility not the default | |||
| | | * | Revert "Revert "Proto API for LB request/responses"" | Craig Tiller | 2016-02-11 | |
| |_|/ |/| | | ||||
* | | | Revert "Proto API for LB request/responses" | Craig Tiller | 2016-02-11 | |
| | | | ||||
* | | | Merge pull request #4038 from dgquintas/grpclb_api | Craig Tiller | 2016-02-11 | |
|\ \ \ | | | | | | | | | Proto API for LB request/responses | |||
| | | * | Bundle node-pre-gyp with the node package | murgatroid99 | 2016-02-11 | |
| | | | | ||||
* | | | | Merge pull request #5205 from grpc/release-0_13 | Craig Tiller | 2016-02-11 | |
|\ \ \ \ | | |_|/ | |/| | | Release 0.13 upmerge. | |||
| | | * | Merge github.com:grpc/grpc into compatibility_mode | Craig Tiller | 2016-02-11 | |
| | | |\ | |_|_|/ |/| | | | ||||
| | * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-11 | |
| | |\ \ | |_|/ / |/| | | | ||||
* | | | | Merge pull request #5191 from ctiller/fixdocker | Vijay Pai | 2016-02-11 | |
|\ \ \ \ | | | | | | | | | | | Fix docker inception for now | |||
* \ \ \ \ | Merge pull request #5165 from ctiller/bring_back_gpr | Nicolas Noble | 2016-02-10 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bring back gpr | |||
| | * | | | | Fix docker inception for now | Craig Tiller | 2016-02-10 | |
| | | | | | | ||||
* | | | | | | Merge remote-tracking branch 'google/release-0_13' into merge-and-regen | Nicolas "Pixel" Noble | 2016-02-10 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.yaml src/ruby/lib/grpc/version.rb | |||
| | | * | | | Stop explicitly supporting Node 0.10 and 0.11 | murgatroid99 | 2016-02-10 | |
| | |/ / / | |/| | | | ||||
| * | | | | Fixing Ruby binary build (again). | Nicolas "Pixel" Noble | 2016-02-10 | |
| | | | | | ||||
| | * | | | Further cleanup | Craig Tiller | 2016-02-09 | |
| | | | | | ||||
| | * | | | Further cleanup | Craig Tiller | 2016-02-09 | |
| | | | | | ||||
| | * | | | Get compilation working again | Craig Tiller | 2016-02-09 | |
| | | | | | ||||
| | * | | | Rollback gpr deletion | Craig Tiller | 2016-02-09 | |
| |/ / / |/| | | |