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.
2016-06-23 02:38:20 -07:00
Jan Tattermusch
60e98ec3fe
Merge pull request #6971 from y-zeng/Update_objc_example_podspec
...
Update podfiles with cocoapod 1.0 required fields
2016-06-22 18:41:54 -07:00
Jan Tattermusch
ee694fb37c
Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details
...
Add a test of metadata, status code, and details
2016-06-22 18:40:38 -07:00
Jan Tattermusch
1fedcc9826
Merge pull request #7007 from kpayson64/ruby_ignore_unused
...
Ignore unused variables in ruby compilation
2016-06-22 18:39:08 -07:00
Jan Tattermusch
d93d3dd697
Merge pull request #7004 from kpayson64/set_windows_port
...
Initialize port to -1
2016-06-22 18:37:53 -07:00
David G. Quintas
91e8314390
Merge pull request #5641 from dgquintas/publish_compression_spec
...
Added compression spec
2016-06-22 18:32:26 -07:00
Ken Payson
17233ceaa9
Ignore unused variables in ruby compilation
2016-06-22 17:16:15 -07:00
Ken Payson
8891ef50ee
Initialize port to -1
2016-06-22 16:47:52 -07:00
Jan Tattermusch
c9396aa646
Merge pull request #6991 from jtattermusch/csharp_fix_compressed_read
...
Fix compressed reads in C# and implement some compression interop tests.
2016-06-22 12:54:55 -07:00
Nathaniel Manista
b16e4518b7
Add a test of metadata, status code, and details
2016-06-22 19:30:18 +00:00
Jan Tattermusch
606e35a4fb
add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY
2016-06-22 12:26:36 -07:00
Jan Tattermusch
9fc079fddd
enable client compression interop tests for C#
2016-06-22 12:01:49 -07:00
Jan Tattermusch
a7daf1edc2
implement C# client compression interop tests
2016-06-22 12:01:49 -07:00
Jan Tattermusch
f8135f6b05
remove occurences of compressable payload type
2016-06-22 12:01:46 -07:00
Jan Tattermusch
67ceba5319
regenerate messages.proto
2016-06-22 11:59:01 -07:00
Jan Tattermusch
4047d5d4b6
add test that C# can read compressed messages
2016-06-22 11:59:01 -07:00
Jan Tattermusch
0d896ef906
fix reading of compressed byte_buffer in C#
2016-06-22 11:59:01 -07:00
Jan Tattermusch
acbf8c290a
Merge pull request #6437 from kpayson64/build_change
...
Add egg-info to python distribution
2016-06-22 09:16:28 -07:00
Jan Tattermusch
4bfb7945db
Merge pull request #6993 from grpc/update_csharp_readme
...
Update C# readme.
2016-06-22 08:50:37 -07:00
Jan Tattermusch
cfce066be8
Merge pull request #6104 from jtattermusch/coreclr_support
...
Add experimental CoreCLR support
2016-06-22 08:49:37 -07:00
Jan Tattermusch
b2a18c8758
Merge pull request #6984 from jtattermusch/fix_6930
...
Add missing ConfigureAwait(false)
2016-06-22 08:45:59 -07:00
Jan Tattermusch
892f8f952a
Update c# readme.
2016-06-21 23:46:32 -07:00
Jan Tattermusch
00ab5304b7
Merge pull request #6839 from dgquintas/simplify_compression_interop
...
Revamped interop spec, especially wrt compression
2016-06-21 20:28:15 -07:00
David Garcia Quintas
396f9435d5
added freaking missing comma
2016-06-21 17:33:03 -07:00
David Garcia Quintas
446f70e384
fixed faulty server streaming c++ test case
2016-06-21 17:13:28 -07:00
Ken Payson
47031a8b14
Add egg-info to python distribution.
...
Currently, grpcio cannot be used as a dependency for egg packages
(https://github.com/grpc/grpc/issues/6939 )
There is likely a better solution, but this is intended as a patch
for the 0.15.0 release.
2016-06-21 17:12:43 -07:00
David Garcia Quintas
ff32a86482
updated the interop tests driver
2016-06-21 17:07:20 -07:00
Jan Tattermusch
19cce5917d
Merge pull request #6985 from dgquintas/fix_performance_jenkins
...
slightly fancier output for jenkins profiling
2016-06-21 17:01:10 -07:00
David Garcia Quintas
e89aad02bf
updated node interop server
2016-06-21 16:43:31 -07:00
David Garcia Quintas
dacce7a1e1
fixed bad merge. c++ tests should work again
2016-06-21 16:40:20 -07:00
Jan Tattermusch
311c74ec80
Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown
...
Correct lingering FATAL_FAILURE sites
2016-06-21 16:27:11 -07:00
Jan Tattermusch
34d052a607
Merge pull request #6981 from murgatroid99/node_tools_package_regenerate
...
Make src/node/tools/package.json consistent with its template
2016-06-21 16:26:24 -07:00
David Garcia Quintas
9d393a5d3c
slightly fancier output
2016-06-21 15:20:19 -07:00
Jan Tattermusch
be37455297
add missing ConfigureAwait(false)
2016-06-21 15:11:33 -07:00
Jan Tattermusch
176a55729e
Merge pull request #6974 from dgquintas/fix_performance_jenkins
...
use qps_json_driver for latency profiling
2016-06-21 14:47:21 -07:00
murgatroid99
f8bbe72a00
Make src/node/tools/package.json consistent with its template
2016-06-21 14:05:16 -07:00
David Garcia Quintas
ad8723f647
moved up 'package' statement.
2016-06-21 13:09:29 -07:00
Jan Tattermusch
be22335879
Merge pull request #6969 from ctiller/stream_finish
...
Fix errored streams prematurely terminating, add a test
2016-06-21 12:40:14 -07:00
Jan Tattermusch
7bfa751404
Merge pull request #6966 from ctiller/get_settings_first
...
Force receiving a SETTINGS frame as the first frame
2016-06-21 12:38:49 -07:00
Jan Tattermusch
f019766756
Merge pull request #6965 from ctiller/naughty_client
...
Fix memory leak upon receiving two RST_STREAMs
2016-06-21 12:38:24 -07:00
Jan Tattermusch
0c3ea08b7f
Merge pull request #6970 from nathanielmanistaatgoogle/with_call
...
Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute
2016-06-21 12:37:45 -07:00
David Garcia Quintas
7edfcb021f
Using inlined BoolValue in lieu of wrappers.proto due to lack of node support
2016-06-21 12:02:33 -07:00
David Garcia Quintas
b665dd2722
reworded some
2016-06-21 11:52:29 -07:00
Jan Tattermusch
743decdafa
fix C# --use_docker on linux
2016-06-21 11:40:47 -07:00
Jan Tattermusch
6e2f88c9fd
compile 64bit extension for coreclr on windows
2016-06-21 10:52:40 -07:00
David Garcia Quintas
9f26a149a5
fixed incomplete sentence
2016-06-21 10:15:01 -07:00
Jan Tattermusch
6d082203eb
try making C# tests work on coreclr on mac
2016-06-21 10:04:33 -07:00
Jan Tattermusch
381e26a21e
regenerate project.json files
2016-06-21 10:04:32 -07:00
Jan Tattermusch
939e9ca6d8
use template to generate project.json files
2016-06-21 10:04:32 -07:00
Jan Tattermusch
5988716d9d
Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2
...
Add well known protos to Node and Ruby tools packages
2016-06-20 20:11:04 -07:00