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 |
Sree Kuchibhotla
|
0224dcc2dc
|
clang format
|
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 |
Bill Clarke
|
9c578c7a73
|
Const correctness for ClientContext and ServerContext getters
|
9 years ago |
Ken Payson
|
8891ef50ee
|
Initialize port to -1
|
9 years ago |
Yuchen Zeng
|
6aa9aa0fee
|
Merge remote-tracking branch 'upstream/master' into handler_http_response
|
9 years ago |
Makarand Dharmapurikar
|
932d027252
|
clang-format fixes
|
9 years ago |
Sree Kuchibhotla
|
fcb304f493
|
Compilation failure
|
9 years ago |
Sree Kuchibhotla
|
76a0795b73
|
Fix build errors on some configurations
|
9 years ago |
Yuchen Zeng
|
f7c7f330a8
|
Init grpc for each test
|
9 years ago |
Makarand Dharmapurikar
|
6149443242
|
add code to unregister endpoints
|
9 years ago |
Jan Tattermusch
|
edfebc909a
|
dont generate NewClient method for C# services
|
9 years ago |
Jan Tattermusch
|
c9396aa646
|
Merge pull request #6991 from jtattermusch/csharp_fix_compressed_read
Fix compressed reads in C# and implement some compression interop tests.
|
9 years ago |
Nathaniel Manista
|
b16e4518b7
|
Add a test of metadata, status code, and details
|
9 years ago |
Jan Tattermusch
|
606e35a4fb
|
add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY
|
9 years ago |
Jan Tattermusch
|
9fc079fddd
|
enable client compression interop tests for C#
|
9 years ago |
Jan Tattermusch
|
a7daf1edc2
|
implement C# client compression interop tests
|
9 years ago |
Jan Tattermusch
|
f8135f6b05
|
remove occurences of compressable payload type
|
9 years ago |
Jan Tattermusch
|
67ceba5319
|
regenerate messages.proto
|
9 years ago |
Jan Tattermusch
|
4047d5d4b6
|
add test that C# can read compressed messages
|
9 years ago |
Jan Tattermusch
|
0d896ef906
|
fix reading of compressed byte_buffer in C#
|
9 years ago |
Yuchen Zeng
|
d9c6ac0962
|
Memset ops before being used, destroy metadata_recv after beign used
|
9 years ago |
Yuchen Zeng
|
82393efe0c
|
Fix run_test.py
|
9 years ago |
Sree Kuchibhotla
|
a2dd8385f9
|
Use pipe fds instead of event fds for the test
|
9 years ago |
Jan Tattermusch
|
acbf8c290a
|
Merge pull request #6437 from kpayson64/build_change
Add egg-info to python distribution
|
9 years ago |
Jan Tattermusch
|
4bfb7945db
|
Merge pull request #6993 from grpc/update_csharp_readme
Update C# readme.
|
9 years ago |
Jan Tattermusch
|
cfce066be8
|
Merge pull request #6104 from jtattermusch/coreclr_support
Add experimental CoreCLR support
|
9 years ago |
Jan Tattermusch
|
b2a18c8758
|
Merge pull request #6984 from jtattermusch/fix_6930
Add missing ConfigureAwait(false)
|
9 years ago |
Craig Tiller
|
d82a5b66c7
|
Merge github.com:grpc/grpc into reuse_port
|
9 years ago |
Tamas Berghammer
|
df6a44cd93
|
Improve the generated cmake build files
* Add project name and version number
* Fix zlib dependency of grpc
* Include more target (all, protoc, tool groups)
|
9 years ago |
Tamas Berghammer
|
c82324fa49
|
Remove some unneccessary dependency from build.yaml
This is the copy of the build.yaml changes from the following CL:
https://github.com/grpc/grpc/pull/4124/files#diff-5b123ecec7bf9d216a1323f790a0602a
|
9 years ago |
Yuchen Zeng
|
c0668c837b
|
Increase timeout_seconds for build_example_test
|
9 years ago |
Yuchen Zeng
|
db3ffe13cb
|
Update examples with Cocoapods 1.0.0
|
9 years ago |
Jan Tattermusch
|
892f8f952a
|
Update c# readme.
|
9 years ago |
Yuchen Zeng
|
f95a4898ab
|
Fixed format issues
|
9 years ago |
Yuchen Zeng
|
caca0a15de
|
Build objc examples as part of automatic tests
|
9 years ago |
Sree Kuchibhotla
|
229533b1e6
|
Remove pollset->pi_mu since it is redundant. Also do not get polling
island lock in the fast-path
|
9 years ago |
Jan Tattermusch
|
00ab5304b7
|
Merge pull request #6839 from dgquintas/simplify_compression_interop
Revamped interop spec, especially wrt compression
|
9 years ago |
Sree Kuchibhotla
|
3ce2f6791d
|
Merge branch 'epoll_changes_merged' into epoll_changes
|
9 years ago |
vjpai
|
bd28936c86
|
Properly handle reviewer comment re concurrent Read
|
9 years ago |
Sree Kuchibhotla
|
24b6eae1fc
|
Add missing function fd_is_shutdown
|
9 years ago |
Sree Kuchibhotla
|
0100b2f1c0
|
Make fd_shutdown idempotent
|
9 years ago |
Sree Kuchibhotla
|
3131c269c1
|
Integrate with unified error reporting
|
9 years ago |