Craig Tiller
9a8df281ad
Reinstate sockpair tests: part 0
9 years ago
Craig Tiller
21b565afe5
Merge github.com:grpc/grpc into filter-selection
9 years ago
Michael Lumish
835ed8d5d9
Merge pull request #5309 from jtattermusch/csharp_rename_preconditions
...
Rename C# Preconditions to GrpcPreconditions
9 years ago
Jan Tattermusch
1fd052f43c
Merge pull request #5288 from murgatroid99/node_proto_options
...
Add options to Node library to modify ProtoBuf behavior
9 years ago
Jan Tattermusch
e404de63eb
Merge pull request #5308 from murgatroid99/test_timeouts
...
Increase Node's per-test timeout and Ruby's overall test timeout
9 years ago
Jan Tattermusch
0f892567ee
update copyrights
9 years ago
Jan Tattermusch
7a3ee6a3a3
rename Preconditions to GrpcPreconditions
9 years ago
murgatroid99
7d243df88f
Increase Node's per-test timeout and Ruby's overall test timeout
9 years ago
Craig Tiller
9b5241209f
Fix copyrights
9 years ago
Craig Tiller
f6a4d423ff
Fix Windows - dont use VLAs
9 years ago
Craig Tiller
178edfae2b
Decouple filter selection from channel construction
...
Allow plugins to extend the set of filters used by gRPC core:
- plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type
- channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack
- ultimately we construct the channel stack in the fashion we always have
This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
9 years ago
David G. Quintas
c15cd723eb
Merge pull request #5301 from dgquintas/fix_grpc_args
...
Fixed refactoring of grpc_arg pointer vtable
9 years ago
David Garcia Quintas
1689990ff3
clang format
9 years ago
David Garcia Quintas
4105505b33
Fixed refactoring of grpc_arg pointer vtable
9 years ago
Sree Kuchibhotla
3cce2ecb12
Merge pull request #4859 from ctiller/sceq
...
Subchannel Sharing [The interop tests failures and Basic test failures are unrelated to this change. Merging]
9 years ago
Sree Kuchibhotla
ac94c430d2
Merge pull request #5186 from yang-g/inherit_from_grpc_library
...
Provide explicit API for user to set user agent string prefix
9 years ago
murgatroid99
5acbb9c1e9
Sanitize files
9 years ago
murgatroid99
654d2549b7
Add tests and documentation for new options
9 years ago
David G. Quintas
e9718aa841
Merge pull request #5240 from vjpai/loaded
...
Add an open-loop test using Poisson at 20-70% of peak
9 years ago
Craig Tiller
b4b7324e4c
Merge pull request #5285 from nicolasnoble/flagging_all_the_api
...
Flagging the missing API entries.
9 years ago
Nicolas "Pixel" Noble
639766023e
Flagging the missing API entries.
9 years ago
yang-g
9384dd971a
add comments
9 years ago
Craig Tiller
c0ce00fd16
Merge github.com:grpc/grpc into sceq
9 years ago
Vijay Pai
2815f184a3
Document variable names
9 years ago
Vijay Pai
6c998da4bf
Merge branch 'master' into loaded
9 years ago
murgatroid99
c02910b07a
Node: add options to modify ProtoBuf behavior
9 years ago
Jan Tattermusch
c77dc39771
Merge pull request #5281 from jskeet/master
...
Add a NullLogger in the C# implementation
9 years ago
Bogdan Drutu
a3d33b93c4
Merge pull request #5277 from soltanmm/abimerp
...
Extern "C" Python DLL support
9 years ago
Masood Malekghassemi
d01391233a
Extern "C" Python DLL support
9 years ago
Vijay Pai
8a2ff73640
Use more variables for better explanations
9 years ago
Vijay Pai
ed3cd423b6
Use three different load-factors and document load-factor variable
9 years ago
Vijay Pai
251b781f70
Merge branch 'master' into loaded
9 years ago
Jon Skeet
e813bc760e
Add a NullLogger in the C# implementation
...
I'd argue that at this stage, this should probably be the default. Further options to consider:
- Make it a singleton, or at least expose a static property with a single instance?
- Allow SetLogger(null) to use the NullLogger?
9 years ago
Masood Malekghassemi
7da3297be7
Merge pull request #5275 from bogdandrutu/bug
...
Fix pygrpc_load_core in pxi to match with the C definition
9 years ago
Bogdan Drutu
399d34bef4
Fix pygrpc_load_core in pxi to match with the C definition
9 years ago
Vijay Pai
84567ed5e0
Merge branch 'master' into loaded
9 years ago
Nicolas Noble
30ba20486c
Merge pull request #5273 from vjpai/us
...
Fix copyright
9 years ago
vjpai
fcc8f89eea
Fix copyright
9 years ago
Nicolas Noble
8894c433d3
Merge pull request #5157 from murgatroid99/sanitize_precommit
...
Add a sanitize script usable in a precommit hook
9 years ago
Vijay Pai
0a0dfff6ca
Merge branch 'master' into loaded
9 years ago
Craig Tiller
a5b94057d1
Merge pull request #5267 from bogdandrutu/bug
...
Fix the arguments type for on_read and destroy callbacks in iomgr
9 years ago
Stanley Cheung
521c12d8a1
Merge pull request #5269 from stanley-cheung/fix-php-copyright
...
Fix PHP copyright
9 years ago
Stanley Cheung
708ff9d66d
fix php copyright
9 years ago
Bogdan Drutu
ddecc6198e
Fix call to grpc_exec_ctx_enqueue
9 years ago
Bogdan Drutu
a7eefe1a6e
Merge remote-tracking branch 'upstream/master' into bug
9 years ago
Bogdan Drutu
f89fdf39df
Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func
9 years ago
Yang Gao
6d65ee4110
Merge pull request #5209 from vjpai/why_lever
...
Delete fixed_size_thread_pool
9 years ago
Vijay Pai
ee53dc5e08
Merge branch 'master' into loaded
9 years ago
Michael Lumish
221bb1dae0
Merge pull request #5225 from stanley-cheung/php-ext-code-coverage
...
PHP: add unit test to increase PHP C extension code coverage
9 years ago
David G. Quintas
e683814416
Merge pull request #5201 from vjpai/alarm_openloop
...
Revive and reform open-loop QPS testing
9 years ago