vjpai
a00f998089
Actually create async generic server
9 years ago
murgatroid99
240eab7e66
Merge branch 'master' into node_binary_precompile
9 years ago
Jan Tattermusch
f955e54799
Merge pull request #4894 from vjpai/qps_localhost
...
Use wildcard address by default in QPS driver
9 years ago
Nicolas Noble
b851c11da3
Merge pull request #4877 from murgatroid99/node_library_bundle
...
Make Node library depend on BoringSSL and zlib, and only build them under Windows
9 years ago
Nicolas Noble
8b193943b6
Merge pull request #4904 from ctiller/c++
...
Alternative ownership for global callbacks
9 years ago
Nicolas Noble
6a25656fec
Merge pull request #4819 from ctiller/less-cpu-sanity
...
Ensure sanity generate projects doesnt eat all available cpu
9 years ago
Vijay Pai
bdf4acbbfb
Properly state client name
9 years ago
Vijay Pai
0f14209061
Improve logging for test
9 years ago
Craig Tiller
64616496e2
Alternative ownership for global callbacks
9 years ago
Nicolas "Pixel" Noble
7b92db65ac
Cleaning up ruby extension code a bit.
9 years ago
Nicolas "Pixel" Noble
742eac1814
Cleaning up Windows compilation.
9 years ago
Nathaniel Manista
8fff90d3a9
Drop use of functools.wrap in logging_pool
...
functools.wrap is only warranted to work with functions and methods but
logging_pool is warranted to work with callable behaviors, so using
functools.wrap has been wrong all along.
The particular incompatibility motivating this correction is that
callable objects do not have a "__name__" attribute.
9 years ago
Alistair Veitch
bee33b0f52
Merge pull request #4695 from bogdandrutu/master
...
Add a virtual destructor for the ClientContext::GlobalCallbacks.
9 years ago
Nicolas "Pixel" Noble
1a8eb85eff
Cleaning up our Makefile.
...
-) Adding question marks to important tools so they can be overriden from environment variables.
-) Removing all traces of -ldl since BoringSSL doesn't implement OpenSSL's DSO and doesn't require it.
9 years ago
Nathaniel Manista
a847f51c94
Move parallel RPC code to correct test method
...
In 4a9b1c6988
I mistakenly added statements to test
test_constants.PARALLELISM RPCs made in parallel to the
testSequentialInvocations test method rather than the
testParallelInvocations test method. How embarrassing!
9 years ago
Craig Tiller
6236718f15
Merge pull request #4897 from bogdandrutu/fix
...
Initialize census if not initialized yet and some features are available
9 years ago
Bogdan Drutu
7630256ded
Fix typo.
9 years ago
Bogdan Drutu
050072403a
Initialize census if not initialized yet and some features are available.
9 years ago
Bogdan Drutu
587ef5101e
Merge remote-tracking branch 'upstream/master' into bug
9 years ago
Vijay Pai
57ecf766ab
clang-format
9 years ago
Bogdan Drutu
cc2ca6e88b
Merge remote-tracking branch 'upstream/master'
9 years ago
Vijay Pai
58da895a8c
localhost -> wildcard address
9 years ago
Jan Tattermusch
927dae0da0
Merge pull request #4889 from ctiller/fixes
...
Fix sanity
9 years ago
Craig Tiller
7f67559e8f
Merge branch 'fixes' into mwah
9 years ago
Craig Tiller
bd3075efbd
Fix sanity
9 years ago
Craig Tiller
cf617b47dd
Merge github.com:grpc/grpc into mwah
9 years ago
Craig Tiller
9e08e8b703
Fix copyrights
9 years ago
Craig Tiller
9ebc87a899
Add a full barrier after subchannel construction
9 years ago
Craig Tiller
d9d474a670
Fix some barriers
9 years ago
Marek Gilbert
16110eee6a
Allocate node Buffer contents with new[]
...
Nan::NewBuffer(char* data, uint32_t size) frees the provided buffer by
calling delete[]. This matches the allocation method to the free method.
Fixes grpc/grpc#4867 .
9 years ago
Nathaniel Manista
7c43f49092
Merge pull request #4883 from soltanmm/fixfix
...
Add missing "support" import.
9 years ago
Masood Malekghassemi
5fec8b333a
Add missing import
...
I have no idea how this mistake got through.
9 years ago
Craig Tiller
98d27d89a9
Merge branch 'mwah' of github.com:ctiller/grpc into mwah
9 years ago
Craig Tiller
9e24165f4d
Merge github.com:grpc/grpc into mwah
9 years ago
Craig Tiller
d8b9809a6e
Merge pull request #4847 from jtattermusch/bump_version_0_13
...
Bump gRPC version to 0.13 and get C# version autogenerated
9 years ago
Jan Tattermusch
cd31ee5cf1
update copyrights
9 years ago
Jan Tattermusch
f0fb08fa4f
Merge remote-tracking branch 'upstream/master' into bump_version_0_13
9 years ago
Michael Lumish
d1e96ede31
Merge pull request #4855 from jtattermusch/upgrade_csharp_dependencies
...
Update C# dependencies
9 years ago
murgatroid99
e30785affb
Fixed copyright
9 years ago
murgatroid99
a54d7c7a3a
Merge branch 'master' into node_test_running_fix
9 years ago
murgatroid99
751f0706fb
Resolved copyright fix conflict
9 years ago
murgatroid99
1559ff16c0
Fixed copyright in post_tests_ruby.sh
9 years ago
murgatroid99
5c56c92bec
Make Node library depend on BoringSSL and zlib, and only build them under Windows
9 years ago
Michael Lumish
b9a819d889
Merge pull request #4876 from ctiller/copy--
...
Fix copyright
9 years ago
Masood Malekghassemi
caf164ac54
Merge pull request #4821 from soltanmm/install-doctor
...
Add compiler error diagnostics to Python setup
9 years ago
Stanley Cheung
22f6dccec6
Merge pull request #4849 from jtattermusch/embedding_is_good
...
Make sure we embed openssl and zlib in C# artifacts
9 years ago
Craig Tiller
15c8ec35a0
Merge pull request #4680 from daniel-j-born/tcp_listener
...
Make grpc_tcp_listener private.
9 years ago
Craig Tiller
087543f670
Fix copyright
9 years ago
Craig Tiller
82f3f0d178
Fix compiler flags
9 years ago
Jan Tattermusch
7928b4175f
update C# dependencies
9 years ago