Craig Tiller
76ce77ba9e
Merge github.com:grpc/grpc into mwah
9 years ago
Craig Tiller
cde1ee1440
Merge github.com:grpc/grpc into twah
9 years ago
Craig Tiller
338576096f
Suppress bogus report
9 years ago
Michael Lumish
4f3840dc06
Merge pull request #4903 from nicolasnoble/ruby-cleanup
...
Cleaning up ruby extension code a bit.
9 years ago
Bogdan Drutu
441499ac5e
Fix the initialization by modifying the grpc_channel_args_is_census_enabled to by default return census_enabled() instead of always disable
9 years ago
Bogdan Drutu
33473134d9
Merge remote-tracking branch 'upstream/master' into bug
9 years ago
Craig Tiller
eaf944adc2
Merge pull request #4901 from nicolasnoble/makefile-cleanup
...
Cleaning up our Makefile.
9 years ago
Nicolas Noble
8c7aabfa72
Merge pull request #4788 from murgatroid99/node_binary_precompile
...
Add ability to create and handle precompiled binaries in Node library
9 years ago
Nicolas "Pixel" Noble
fba36bc4b8
Finally fixing the issue with CC, CX, LD, and AR not being overridable from the environment.
9 years ago
vjpai
94aada9ee5
clang-format
9 years ago
vjpai
020c2f36ac
Fix copyright
9 years ago
vjpai
a091a23a7f
No need to put \n at end of a log message
9 years ago
Vijay Pai
17e630af30
Fix a case in bbuf copy constructore
9 years ago
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
Michael Lumish
a1a6a1009b
Merge pull request #4881 from jcanizales/release-boringssl-pod
...
Upgrade BoringSSL podspec to v2.0
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
David Garcia Quintas
6a48405ed0
pre sync_stream.cc creation. Does not compile
9 years ago
David Garcia Quintas
b523c732d1
async_stream.h done. Compiles
9 years ago
David Garcia Quintas
3452ae27c1
copyrights
9 years ago
David Garcia Quintas
2425bbbc55
Further work. Compiles. WIP
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