Craig Tiller
3de4b47e2b
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
10 years ago
Craig Tiller
e9fad15b0b
Remove redundant decls
10 years ago
Jan Tattermusch
8222b19eb1
Merge pull request #2152 from ctiller/fix-the-pointy-sea
...
Always use the first status code received
10 years ago
Michael Lumish
828e0ad48c
Merge pull request #2156 from jcanizales/fix-garbage-flags
...
Ensure op flags don't have garbage from malloc
10 years ago
murgatroid99
25c5f2d0f6
Changed input_buffer_count to a size_t
10 years ago
Vijay Pai
40c9481e4a
Merge pull request #2136 from dgquintas/unconst-reporter
...
Removed const-ness from Reporter interface methods
10 years ago
Craig Tiller
624babfcd8
Dead code removal
10 years ago
Julien Boeuf
5b1fdc5c3d
Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix
10 years ago
Jorge Canizales
884870461d
Document why a grpc_op ivar, and the role of -finish
10 years ago
Jorge Canizales
8d99775295
Simplify GRPCOps implementations
10 years ago
Jorge Canizales
bae38d9d55
Output call_error number
10 years ago
Jorge Canizales
fb9509275f
Ensure op flags don't have garbage from malloc
...
And free ops_array that was leaking.
10 years ago
Jorge Canizales
fe8ad73ab7
Add pollset_set.h to build.json
10 years ago
Nicolas Noble
096b77dcdf
Merge pull request #2153 from ctiller/tools-are-people-too
...
Ensure tools are built during run_tests runs
10 years ago
Craig Tiller
7552f0f958
Ensure tests are built during run_tests runs
...
The issue remains that we don't test our tools, but at least we test
that they compile.
10 years ago
Craig Tiller
b8d3a31aa7
Always use the first status code received
10 years ago
Siddharth Rakesh
c3cd4780df
minor commented code removal
10 years ago
Siddharth Rakesh
c78d70e3bc
Merge branch 'master' of https://github.com/grpc/grpc
10 years ago
Siddharth Rakesh
64967d4fac
removed dependency on python_gflags, using argparse instead
10 years ago
David Garcia Quintas
46a6f10192
Merge branch 'bb_from_bbreader' of github.com:dgquintas/grpc into bb_from_bbreader
10 years ago
David Garcia Quintas
432885b1bd
Merge branch 'master' of github.com:grpc/grpc into bb_from_bbreader
10 years ago
murgatroid99
04a0395670
Added casts to a macro
10 years ago
murgatroid99
4fca87aee2
Removed incorrect cast
10 years ago
murgatroid99
482a44cb5a
Fixed incorrect functional change
10 years ago
Craig Tiller
40ecfaf061
Merge github.com:grpc/grpc into oops-i-split-it-again
10 years ago
Craig Tiller
c7299987a0
Merge pull request #2073 from dgquintas/compression-metadata
...
Compression metadata
10 years ago
Abhishek Kumar
747cdbf9c0
Fixed bug : int -> int32
10 years ago
Craig Tiller
ee6efaea4f
Merge pull request #2132 from soltanmm/whats-up-doc
...
Clarify behavior of grpc_server_register_completion_queue
10 years ago
Craig Tiller
8deffe9000
Merge pull request #2105 from vjpai/poller2
...
Performance-oriented server refactoring
10 years ago
Craig Tiller
87e430089c
Merge github.com:grpc/grpc into oops-i-split-it-again
10 years ago
Craig Tiller
ab67485ff0
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
10 years ago
Abhishek Kumar
905a65b2d0
Expanded testing protocol
10 years ago
Siddharth Rakesh
31014d26aa
flags handled using python_gflags
10 years ago
vjpai
8e27779201
Merge branch 'master' into poller2
10 years ago
Nicolas Noble
f3fac562e8
Merge pull request #1577 from ctiller/we-dont-need-no-backup
...
Remove backup poller from GRPC core
10 years ago
Nicolas Noble
dc65c14d3b
Merge pull request #2122 from jboeuf/tsi_ssl_npn
...
Adding NPN support if ALPN support is not available.
10 years ago
Nicolas Noble
3acc428ffd
Merge pull request #2072 from jtattermusch/fix_json_rewrite_test
...
fix json_rewrite_test CRLF handling
10 years ago
murgatroid99
e582d09797
Fixed integer conversion warnings in src/core/security
10 years ago
murgatroid99
247bb9eb7e
Fixed conversion warnings in src/core/json
10 years ago
murgatroid99
5e71d7aff1
Silenced conversion warnings in src/core/support
10 years ago
Siddharth Rakesh
12c65b1a7e
slightly updated tool script
10 years ago
Michael Lumish
61a25fbff7
Merge pull request #2138 from tbetbetbe/grpc-ruby-fix-cancel-after-first-response
...
Corrects the cancel_after_first_response behaviour
10 years ago
Tim Emiola
aa57bab3ca
Corrects the cancel_after_first_response behaviour
...
- introduces a #wait method on the call operation view
- invokes #wait on a Notifier that is created for all operations
- ensures the Notifier is invoked if necessary whenever a client request
completes
- updates the interop_test to use op.wait before checking if the call
was cancelled.
10 years ago
Julien Boeuf
3afa2dc1c1
Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix
10 years ago
Julien Boeuf
afc8c77366
Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npn
10 years ago
David Garcia Quintas
96e12defaf
Removed const-ness from Reporter interface methods
10 years ago
David Garcia Quintas
9e9aaa88e1
Merge branch 'master' of github.com:grpc/grpc into compression-metadata
10 years ago
David Garcia Quintas
e04f84e760
Merge branch 'master' of github.com:grpc/grpc into bb_from_bbreader
10 years ago
David Garcia Quintas
301a77f819
Modified travis config for ruby.
...
In order to output logs.
10 years ago
Siddharth Rakesh
cc5857b624
Fixed hanging client declaration, server address can be passed now
10 years ago