aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add thrift moduleGravatar chedeti2016-07-31
|
* Merge pull request #7553 from podsvirov/topic-cmake-templateGravatar Nicolas Noble2016-07-29
|\ | | | | CMake Project Improvements
* \ Merge pull request #7584 from nicolasnoble/manual-upmergeGravatar Nicolas Noble2016-07-29
|\ \ | | | | | | Manual upmerge from v1.0.x
* \ \ Merge pull request #7582 from stanley-cheung/php-fix-zts-errorGravatar Stanley Cheung2016-07-29
|\ \ \ | | | | | | | | PHP: missed a macro
| | * | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
| |/| | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
| * | | php: missed a macro;Gravatar Stanley Cheung2016-07-29
|/ / /
* | | Merge pull request #7576 from apolcyn/fix_sanity_test_diffGravatar kpayson642016-07-29
|\ \ \ | | | | | | | | compare test config as objects instead of strings
| | * \ Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_gaGravatar kpayson642016-07-29
| | |\ \ | | | | | | | | | | update to use new nuget client in tests
| | * \ \ Merge pull request #7569 from dgquintas/backport_cpp_compression_levelGravatar Nicolas Noble2016-07-29
| | |\ \ \ | | | | | | | | | | | | backport #7502 from dgquintas/cpp_compression_level
| * | | | | compare test config as objects instead of stringsGravatar Alex Polcyn2016-07-28
| | | | | |
| | | * | | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| | |/ / / | | | | | | | | | | C++ Compression Level set properly
* | | | | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
|\ \ \ \ \ | | | | | | | | | | | | C++ Compression Level set properly
| | | | * | update to use new nuget client in testsGravatar Alexander Polcyn2016-07-28
| | | |/ /
| | | * | Merge pull request #7551 from murgatroid99/ruby_tools_plugin_argGravatar Nicolas Noble2016-07-28
| | | |\ \ | | | | | | | | | | | | Ruby Tools: automatically include plugin argument in protoc command
| | | | * \ Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_argGravatar murgatroid992016-07-28
| | | | |\ \ | | | | |/ / | | | |/| |
* | | | | | Merge pull request #7561 from stanley-cheung/php-cleanup-gaGravatar Stanley Cheung2016-07-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | PHP: cleanup for GA
| | | | * \ \ Merge pull request #7560 from stanley-cheung/php-cleanup-ga-v1_0Gravatar Stanley Cheung2016-07-28
| | | | |\ \ \ | | | | | | | | | | | | | | | | PHP: cleanup for GA
| | | | | * | | php: cleanup for GAGravatar Stanley Cheung2016-07-28
| | | | |/ / /
| * | | / / / php: cleanup for GAGravatar Stanley Cheung2016-07-28
|/ / / / / /
| | | * | | Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_thirdGravatar Stanley Cheung2016-07-28
| | | |\ \ \ | | | | | | | | | | | | | | PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part)
* | | | \ \ \ Merge pull request #7552 from thinkerou/wrap_php7_thirdGravatar Stanley Cheung2016-07-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | PHP: use php7_wrapper to reduce duplicated codes(final part)
| | | | * | | add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
| | | | | | |
| * | | | | | add macro PHP_GRPC_INIT_HANDLERGravatar thinkerou2016-07-28
| | | | | | |
| | | | * | | delete commented-code for missingGravatar thinkerou2016-07-28
| | | | | | |
| * | | | | | delete commented-code for missingGravatar thinkerou2016-07-28
| | | | | | |
| | | | * | | add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
| | | | | | |
| * | | | | | add PHP_GRPC_FREE_CLASS_OBJECT macroGravatar thinkerou2016-07-28
| | | | | | |
| | | | * | | fix unused varGravatar thinkerou2016-07-28
| | | | | | |
| * | | | | | fix unused varGravatar thinkerou2016-07-28
| | | | | | |
| | | | | | * CMake: Fix configuration file format bugGravatar Konstantin Podsvirov2016-07-28
| | | | | | |
| | | | | | * CMake: project for HelloWorld cpp exampleGravatar Konstantin Podsvirov2016-07-28
| | | | | | |
| | | | | | * CMake: Installation and Export ConfigurationGravatar Konstantin Podsvirov2016-07-28
| | | | | | |
| | | | | | * CMake: Choice third party providerGravatar Konstantin Podsvirov2016-07-28
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Now we can use submodules or external packages
| | | * | | Merge pull request #7534 from murgatroid99/ruby_tools_script_namingGravatar kpayson642016-07-27
| | | |\ \ \ | | | | | | | | | | | | | | Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
| | | | | * | add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
| | | | | | |
| * | | | | | add some macro to reduce duplicate codeGravatar thinkerou2016-07-28
| | | | | | |
* | | | | | | Merge pull request #7535 from muxi/fix-no-as-neededGravatar Nicolas Noble2016-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Removed --no-as-needed options from Makefile of HelloWorld and RouteGuide
* \ \ \ \ \ \ \ Merge pull request #7546 from tberghammer/proto-liteGravatar Nicolas Noble2016-07-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add cmake option to compile using protobuf-lite
| | | | | | | | * Ruby Tools: automatically include plugin argument in protoc commandGravatar murgatroid992016-07-27
| | | | | | |_|/ | | | | | |/| |
| | | | | * | | Merge pull request #7537 from kpayson64/regen_ruby_protosGravatar kpayson642016-07-27
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | Updated ruby protos to use new _pb filename
| | | | | * \ \ \ Merge pull request #7380 from nicolasnoble/no-c++11-threadsGravatar Vijay Pai2016-07-27
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
* | | | | | \ \ \ \ Merge pull request #7459 from nicolasnoble/udp_test_bitrotGravatar Vijay Pai2016-07-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixing udp test bitrotting.
| | * | | | | | | | | Add cmake option to compile using protobuf-liteGravatar Tamas Berghammer2016-07-27
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this change specifying -DGRPC_USE_PROTO_LITE=On at the cmake command line will cause gRPC to use the protobuf-lite runtime what can result in a major size improvement.
| | | | | | | | | * add php_grpc_zend_object macro and rename klassGravatar thinkerou2016-07-27
| | | | | | | | | |
| | | * | | | | | | add php_grpc_zend_object macro and rename klassGravatar thinkerou2016-07-27
| | | | | | | | | |
| | | | | * | | | | Merge pull request #7541 from stanley-cheung/php-cleanup-dockerfile-v1_0Gravatar Stanley Cheung2016-07-26
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PHP: add PHP7 to various Jenkins tests and update dockerfile
| | | | | | * | | | | regenerate from templateGravatar Stanley Cheung2016-07-26
| | | | | | | | | | |
| | | | | | * | | | | fix copyrightGravatar Stanley Cheung2016-07-26
| | | | | | | | | | |
| | | | | | * | | | | php: add php7 to jenkins basic and interop testsGravatar Stanley Cheung2016-07-26
| | | | | | | | | | |
| | | | | | * | | | | php: remove protobuf-php clone hackGravatar Stanley Cheung2016-07-26
| | | | | | | | | | |