Jan Tattermusch
d3812c9318
Merge pull request #7154 from stanley-cheung/php-fix-call-destroy-0-15
...
PHP: fix shutdown hang issue
9 years ago
Stanley Cheung
6f7f00b573
php: update package.xml
9 years ago
Jan Tattermusch
56143ae16f
Merge pull request #7148 from nathanielmanistaatgoogle/handlers-optional-0_15
...
Make handlers optional at server construction
9 years ago
Stanley Cheung
863a4cb3be
php: fix shutdown hang, call was never destroyed
9 years ago
Nathaniel Manista
f5f9e04464
Make handlers optional at server construction
9 years ago
Jan Tattermusch
5220b0c89d
Merge pull request #7079 from jtattermusch/csharp_basics_readme_update
...
Small C# docs improvements
9 years ago
Jan Tattermusch
6dd25e52a6
Update gRPC in C# minutes readme.
9 years ago
Jan Tattermusch
dd3b1bd16a
Update README.md
9 years ago
Jan Tattermusch
e97cc0c709
Merge pull request #7054 from jtattermusch/csharp_update_examples_to_0_15
...
Update C# examples to 0.15.0 packages.
9 years ago
Jan Tattermusch
6b599c9f8e
Merge pull request #7049 from kpayson64/clang_format_0_15
...
Fix clang formatting
9 years ago
Jan Tattermusch
03efbd34ce
Merge pull request #7064 from jtattermusch/fix_ruby_package_build
...
fix building ruby package
9 years ago
Jan Tattermusch
5d6d278791
fix building ruby package
9 years ago
Jan Tattermusch
09685d224e
regenerate files
9 years ago
Jan Tattermusch
d3b0dda9b8
update grpc nugets to 0.15
9 years ago
Ken Payson
bd96e8a6a3
Fix clang formatting
9 years ago
Jan Tattermusch
eede0aa182
Merge pull request #7040 from murgatroid99/release_version_0.15.0
...
Update version to 0.15.0
9 years ago
murgatroid99
f519df8147
Update version to 0.15.0
9 years ago
murgatroid99
2dfcf14705
Fix Node Windows build error
9 years ago
Jan Tattermusch
9cb96ba4f0
Merge pull request #6747 from murgatroid99/node_logger_customization
...
Allow Node users to set a custom logger and log verbosity.
9 years ago
Jan Tattermusch
3901ceed6a
Merge pull request #6947 from vjpai/async_stream_doc
...
Doc Fixit: Ordering and thread-safety for C++ streaming (sync/async) APIs
9 years ago
Jan Tattermusch
c356891848
Merge pull request #7036 from jtattermusch/csharp_fix_nuget_build
...
Fix C# nuget build (and all distribtests)
9 years ago
Jan Tattermusch
fef0fe3cd5
Merge pull request #7033 from jtattermusch/fix_node_build_package
...
Fix build node package
9 years ago
Jan Tattermusch
886c512832
fix C# nuget build
9 years ago
Jan Tattermusch
33b767a770
fix build node package
9 years ago
Jan Tattermusch
60755f65b2
Merge pull request #7023 from jtattermusch/prevent_cq_shutdown_race
...
Prevent race with grpc_completion_queue_shutdown.
9 years ago
Jan Tattermusch
894eac559f
Merge pull request #7021 from kpayson64/python_setup_env
...
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
9 years ago
Nicolas Noble
d4a299c455
Merge pull request #7003 from kpayson64/mingw_str_format_support
...
Changed %lld to use mingw supported PRId64
9 years ago
David G. Quintas
0140f7c9e6
Merge pull request #7010 from dgquintas/fix_compression_spec
...
Brought compression spec up to date wrt error statuses
9 years ago
Jan Tattermusch
51d4f01949
prevent race between grpcsharp_server_request_call and grpc_completion_queue_shutdown
9 years ago
Ken Payson
fe754b4e99
Use GRPC_PYTHON_CFLAGS/GRPC_PYTHON_LDFLAGS in setup.py.
...
This is needed for building grpcio with mingw, see
https://github.com/grpc/grpc/pull/7012 .
9 years ago
Ken Payson
a4b34c290d
Changed %lld to use mingw supported PRId64
9 years ago
Jan Tattermusch
d605b63383
Merge pull request #7008 from jtattermusch/csharp_no_new_client
...
Remove generated NewClient factory method for C#.
9 years ago
Jan Tattermusch
b309bc94bf
Merge pull request #6922 from y-zeng/ios-test
...
Enable treating warnings as errors in objc tests
9 years ago
David Garcia Quintas
75f6828636
Fixed typo
9 years ago
Jan Tattermusch
1bc42d9504
Merge pull request #6994 from y-zeng/update-example
...
Update examples with Cocoapods 1.0.0
9 years ago
Jan Tattermusch
d5c615e226
Merge pull request #7005 from slash-lib/master
...
Const correctness for ClientContext and ServerContext getters
9 years ago
Jan Tattermusch
fc74d51e55
Merge pull request #7012 from kpayson64/python_windows_mingw
...
Updated grpcio c extension build for windows to use mingw.
9 years ago
Ken Payson
c9b7ad0c0a
Updated grpcio c extension build for windows to use mingw.
...
The default compiler for Python c extensions is VS2008
or VS2010 depending on the Python version. Since c-core
moved onto the c99 standard, these compilers are not
compatible.
9 years ago
David Garcia Quintas
cc00745e8c
brought spec up to date
9 years ago
Jan Tattermusch
60e98ec3fe
Merge pull request #6971 from y-zeng/Update_objc_example_podspec
...
Update podfiles with cocoapod 1.0 required fields
9 years ago
Jan Tattermusch
ee694fb37c
Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details
...
Add a test of metadata, status code, and details
9 years ago
Jan Tattermusch
1fedcc9826
Merge pull request #7007 from kpayson64/ruby_ignore_unused
...
Ignore unused variables in ruby compilation
9 years ago
Jan Tattermusch
d93d3dd697
Merge pull request #7004 from kpayson64/set_windows_port
...
Initialize port to -1
9 years ago
David G. Quintas
91e8314390
Merge pull request #5641 from dgquintas/publish_compression_spec
...
Added compression spec
9 years ago
Jan Tattermusch
ed6ea4c691
regenerate protos
9 years ago
Jan Tattermusch
bfcd6b627e
generate comments for C# client constructors
9 years ago
Jan Tattermusch
f41ebc3968
remove occurences of NewClient factory method
9 years ago
Ken Payson
17233ceaa9
Ignore unused variables in ruby compilation
9 years ago
Bill Clarke
ca85303218
Merge branch 'master' of https://github.com/slash-lib/grpc
9 years ago
Bill Clarke
c072c927a8
Const correctness for ClientContext and ServerContext getters
9 years ago