Alex Polcyn
|
c6446bf3d8
|
add csharp hello world that uses dotnet cli
|
8 years ago |
kpayson64
|
8ebb2a9594
|
Merge pull request #7613 from kpayson64/py_protobuf_upgrade
Bump python protobuf dependency to 3.0.0
|
8 years ago |
Ken Payson
|
e5fd01a389
|
Bump python protobuf dependency to 3.0.0
|
8 years ago |
Jorge Canizales
|
86ea627270
|
Merge pull request #7572 from jcanizales/p0-4MB-should-be-more-than-enough-for-everybody
Let override default response size limit
|
8 years ago |
Nicolas Noble
|
cc752a3c3b
|
Merge pull request #7618 from dgquintas/v1.0.x
Backport of "added windows to INSTALL.md"
|
8 years ago |
Nicolas Noble
|
b21227101c
|
Merge pull request #7587 from dgquintas/install_docs
added windows to INSTALL.md
|
8 years ago |
kpayson64
|
9fa684fa0d
|
Merge pull request #7610 from kpayson64/downgrade_setuptools
Downgrade docker setuptools
|
8 years ago |
Ken Payson
|
f32e71eaca
|
Downgrade docker setuptools
|
8 years ago |
Jan Tattermusch
|
baa8c31984
|
Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm
Update .NET core dependencies to RTM
|
8 years ago |
Jorge Canizales
|
9e83d7ef0f
|
Fix local server tests & exceptions tests
|
8 years ago |
Nicolas Noble
|
b5077808fe
|
Merge pull request #7585 from nicolasnoble/bump-to-v1.0.0-pre2
Bumping to 1.0.0-pre2.
|
8 years ago |
Jan Tattermusch
|
0a5a0cab7b
|
build everything
|
8 years ago |
Jan Tattermusch
|
1c0f30c4a8
|
fix conditional compilation for netcoreapp1.0 projects
|
8 years ago |
Jorge Canizales
|
32fde7af29
|
Better names for the methods to clear all host settings
|
8 years ago |
Stanley Cheung
|
5e623b8d8d
|
Merge pull request #7581 from stanley-cheung/php-fix-zts-error-v1_0
PHP: missed a macro
|
8 years ago |
Jorge Canizales
|
4bb2eb2241
|
Reset all host configs *before* setting what we need
Not after :) This fixes the local server tests failing to SSL handshake.
|
8 years ago |
Nicolas "Pixel" Noble
|
3260a1731a
|
Bumping to 1.0.0-pre2.
|
8 years ago |
Stanley Cheung
|
d083c148a2
|
php: missed a macro
|
8 years ago |
Nicolas Noble
|
18e54a54a1
|
Merge pull request #7567 from murgatroid99/node_artifact_build_health_check
Build the Node health-check package in the build_packages script
|
8 years ago |
Jan Tattermusch
|
3fc8c8a9ff
|
regenerate
|
8 years ago |
Jan Tattermusch
|
36d15404f5
|
use netcoreapp1.0 for executable projects
|
8 years ago |
Jan Tattermusch
|
660333a87b
|
update project.json templates to RTM .NET core nugets
|
8 years ago |
kpayson64
|
531c909073
|
Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga
update to use new nuget client in tests
|
8 years ago |
Nicolas Noble
|
623e4fc0cc
|
Merge pull request #7569 from dgquintas/backport_cpp_compression_level
backport #7502 from dgquintas/cpp_compression_level
|
8 years ago |
Jorge Canizales
|
4da5fd0728
|
Document
|
8 years ago |
Jorge Canizales
|
ec0743e612
|
Leave improving the error message as a TODO
|
8 years ago |
Jorge Canizales
|
6af4addd55
|
Let override default response size limit
Still missing: Catch the C-library error to improve the error message.
|
8 years ago |
Nicolas Noble
|
5a36325896
|
Merge pull request #7502 from dgquintas/cpp_compression_level
C++ Compression Level set properly
|
8 years ago |
Alexander Polcyn
|
161767771b
|
update to use new nuget client in tests
|
8 years ago |
murgatroid99
|
5d65eb6bbe
|
Build the Node health-check package in the build_packages script
|
8 years ago |
Nicolas Noble
|
a062a7f2c5
|
Merge pull request #7551 from murgatroid99/ruby_tools_plugin_arg
Ruby Tools: automatically include plugin argument in protoc command
|
8 years ago |
murgatroid99
|
d8bc223252
|
Merge remote-tracking branch 'upstream/v1.0.x' into ruby_tools_plugin_arg
|
8 years ago |
Stanley Cheung
|
92ebb5dc26
|
Merge pull request #7560 from stanley-cheung/php-cleanup-ga-v1_0
PHP: cleanup for GA
|
8 years ago |
Stanley Cheung
|
526a9f9086
|
php: cleanup for GA
|
8 years ago |
Stanley Cheung
|
2eabf76af1
|
Merge pull request #7543 from thinkerou/wrap_php7_on_v1_branch_third
PHP: use php7_wrapper to reduce duplicated codes on v1.0.x branch(final part)
|
8 years ago |
thinkerou
|
6972af492d
|
add macro PHP_GRPC_INIT_HANDLER
|
8 years ago |
thinkerou
|
3e03e1651e
|
delete commented-code for missing
|
8 years ago |
thinkerou
|
a24a0dd784
|
add PHP_GRPC_FREE_CLASS_OBJECT macro
|
8 years ago |
thinkerou
|
dacb2e3a5c
|
fix unused var
|
8 years ago |
kpayson64
|
a4d9e4bbfa
|
Merge pull request #7534 from murgatroid99/ruby_tools_script_naming
Remove .rb suffix from grpc-tools scripts, to be consistent with other gems
|
8 years ago |
thinkerou
|
eb9c545746
|
add some macro to reduce duplicate code
|
8 years ago |
murgatroid99
|
0b316b041f
|
Ruby Tools: automatically include plugin argument in protoc command
|
8 years ago |
kpayson64
|
b51eeb58bd
|
Merge pull request #7537 from kpayson64/regen_ruby_protos
Updated ruby protos to use new _pb filename
|
8 years ago |
Vijay Pai
|
efef0d29c5
|
Merge pull request #7380 from nicolasnoble/no-c++11-threads
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
|
8 years ago |
thinkerou
|
4f8df873b0
|
add php_grpc_zend_object macro and rename klass
|
8 years ago |
Stanley Cheung
|
93e84a51cc
|
Merge pull request #7541 from stanley-cheung/php-cleanup-dockerfile-v1_0
PHP: add PHP7 to various Jenkins tests and update dockerfile
|
8 years ago |
Stanley Cheung
|
7d8c543d64
|
regenerate from template
|
8 years ago |
Stanley Cheung
|
78f0fd4715
|
fix copyright
|
8 years ago |
Stanley Cheung
|
fa1e4fa7f1
|
php: add php7 to jenkins basic and interop tests
|
8 years ago |
Stanley Cheung
|
99955ab0af
|
php: remove protobuf-php clone hack
|
8 years ago |