Nicolas "Pixel" Noble
51b1aeee68
Moving some config defaults to build.yaml, and moving others to CPPFLAGS.
9 years ago
Nicolas "Pixel" Noble
d649c2113d
Removing Makefile circular dependencies.
9 years ago
Craig Tiller
6b6982bde3
Merge pull request #4919 from murgatroid99/copyright_fix
...
Fix copyrights
9 years ago
David G. Quintas
857b71a27b
Merge pull request #4905 from vjpai/qps_logging
...
Better logging for QPS test
9 years ago
murgatroid99
59ab169ac1
Fix copyrights
9 years ago
Michael Lumish
83e748f2ed
Merge pull request #4887 from wilhuff/buffer-new
...
Allocate node Buffer contents with new[]
9 years ago
Michael Lumish
990dcc0028
Merge pull request #4917 from ctiller/copy---
...
Fix copyrights
9 years ago
vjpai
0c31b60805
Sanity failures (copyright, clang-format)
9 years ago
vjpai
768007b3de
Merge branch 'master' into qps_logging
9 years ago
Craig Tiller
17b5047e46
Fix copyrights
9 years ago
Michael Lumish
4f3840dc06
Merge pull request #4903 from nicolasnoble/ruby-cleanup
...
Cleaning up ruby extension code a bit.
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
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
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
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
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
bd3075efbd
Fix sanity
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
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
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