Nicolas "Pixel" Noble
6f4f02cf9f
Slightly better workaround given the circumstances.
9 years ago
Nicolas "Pixel" Noble
b5b62720c5
Fixing a reported ruby crash when using ruby_vm_at_exit.
9 years ago
murgatroid99
af0e24858e
Fix copyrights
9 years ago
Craig Tiller
c605c62b30
Update copyrights
9 years ago
Craig Tiller
a8be91b315
Provide an interface firewall between pollset and its implementations
...
Starting to allow for >1 implementation of pollset within a binary.
Do so without requiring an extra allocation for completion queues (which
we could not tolerate).
9 years ago
murgatroid99
a3d7794df6
Add more reflection information to Node client classes
9 years ago
yang-g
f4fc61cf68
fix ruby impl and test
9 years ago
yang-g
a4598b4c47
fix impl and test about host
9 years ago
yang-g
e1711624e1
V1Alpha as well
9 years ago
yang-g
3165c09ce5
regenerate csharp and ruby service from proto
9 years ago
Craig Tiller
de676268aa
Reinstate sockpair tests
9 years ago
murgatroid99
090a251ea5
Node: fix metadata validation bug, improve error reporting
9 years ago
yang-g
aea13f1c85
global replace health check proto v1alpha to v1
9 years ago
Nicolas "Pixel" Noble
2e8fdbac77
Building the dlls.
9 years ago
Masood Malekghassemi
736173487c
Exclude cygrpc.so from the Python package
9 years ago
Test User
9656eca510
Added tests for code coverage
9 years ago
Jan Tattermusch
13b63a0711
fix copyrights
9 years ago
Jan Tattermusch
1cbb567317
minor tweaks to C# qpswoker
9 years ago
Jan Tattermusch
0f892567ee
update copyrights
9 years ago
Jan Tattermusch
7a3ee6a3a3
rename Preconditions to GrpcPreconditions
9 years ago
Craig Tiller
89d517c86a
Fix copyrights
9 years ago
Craig Tiller
f315bc1980
Fix copyrights
9 years ago
Craig Tiller
9b5241209f
Fix copyrights
9 years ago
Craig Tiller
f6a4d423ff
Fix Windows - dont use VLAs
9 years ago
Craig Tiller
bd479284dc
Update windows
9 years ago
Craig Tiller
d0a8ae1266
Move worker into pollset
9 years ago
Craig Tiller
311445fd32
Fix tcp_client_posix_test
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 Garcia Quintas
4105505b33
Fixed refactoring of grpc_arg pointer vtable
9 years ago
David Garcia Quintas
5e07d76a86
Made Alarm's constructor a template for deadline
9 years ago
murgatroid99
5acbb9c1e9
Sanitize files
9 years ago
yang-g
eb62c94338
Add a way to override channel arguments for server creation
9 years ago
murgatroid99
654d2549b7
Add tests and documentation for new options
9 years ago
Nicolas "Pixel" Noble
639766023e
Flagging the missing API entries.
9 years ago
yang-g
9384dd971a
add comments
9 years ago
Masood Malekghassemi
e5e0131c8d
Add more information to precompiled name
9 years ago
murgatroid99
73f5d7c0ce
Fix copyrights
9 years ago
murgatroid99
c02910b07a
Node: add options to modify ProtoBuf behavior
9 years ago
Masood Malekghassemi
d01391233a
Extern "C" Python DLL support
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
Bogdan Drutu
399d34bef4
Fix pygrpc_load_core in pxi to match with the C definition
9 years ago
murgatroid99
4999ba91c9
Ruby: explicitly require 'grpc/grpc' when loading C core, to avoid circular import warning
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
f89fdf39df
Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func
9 years ago
Stanley Cheung
f77a4ad9f7
channel constructor the array is required
9 years ago
Stanley Cheung
b91f0f27c5
revert unnecessary change
9 years ago
Craig Tiller
ccdea1900f
Separate timer checking from pollsets
9 years ago
vjpai
cf4daebe27
Comment the requirements for changing grpc_poll_function and do
...
poll overrides in such a way as to avoid polling races
9 years ago
Vijay Pai
b48f4c830a
Merge remote-tracking branch 'upstream/master' into alarm_openloop
9 years ago