Vijay Pai
64e7875510
Should have a test for 0 and negative alarms to make sure that those make
...
it on to the CQ like any other.
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
89d517c86a
Fix copyrights
9 years ago
Craig Tiller
57821834da
Merge branch 'cleaner-posix' into hide-the-worker
9 years ago
Craig Tiller
f315bc1980
Fix copyrights
9 years ago
Craig Tiller
3633ce48a9
Fix tools
9 years ago
Craig Tiller
bd479284dc
Update windows
9 years ago
Craig Tiller
f290e30d08
Finish porting posix
9 years ago
Craig Tiller
319e221f82
Merge branch 'cleaner-posix' into hide-the-worker
9 years ago
Craig Tiller
cb6c7f66d3
Fix test
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
9dc184fd95
Merge github.com:grpc/grpc into cleaner-posix
9 years ago
Craig Tiller
16f6826ffd
Merge github.com:grpc/grpc into fix-proto-docker
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
David Garcia Quintas
10e269897f
Merge branch 'master' of github.com:grpc/grpc into alarm_cpp
9 years ago
David Garcia Quintas
5e07d76a86
Made Alarm's constructor a template for deadline
9 years ago
Nicolas "Pixel" Noble
de808bbea8
Enabling python artifact building for Windows.
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
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
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
vjpai
0d526f475b
Merge branch 'poll_override2' of github.com:vjpai/grpc into poll_override2
9 years ago
vjpai
657107b6de
Merge branch 'master' into poll_override2
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
Nathaniel Manista
a5fc9818e1
Merge pull request #5282 from soltanmm/rm
...
Remove out-of-date scripts.
9 years ago
murgatroid99
73f5d7c0ce
Fix copyrights
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
Masood Malekghassemi
13e9faa644
Remove outdated scripts
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
Stanley Cheung
30eb314b29
Merge pull request #5279 from stanley-cheung/fix-python-example-docs
...
Update README.md with new installation flow
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