Nicolas "Pixel" Noble
4bb713b84d
Last changes to build_artifact_ruby.sh
9 years ago
Nicolas "Pixel" Noble
700cae3b9e
Typo.
9 years ago
Nicolas "Pixel" Noble
da46a701c4
2.1.6 doesn't work on MacOS (wheee...)
9 years ago
Vijay Pai
bedf57fe8c
Ref the collection only when it will be used (and later finalized)
9 years ago
Nicolas "Pixel" Noble
ec187ce677
Updating the ruby artifact build script.
9 years ago
Nicolas Noble
524d7ed672
Adding a script to spawn MacOS's build environment.
9 years ago
Jan Tattermusch
beb55c3b46
Merge pull request #5092 from ctiller/no_more_flag
...
Change default on Python install option
9 years ago
Craig Tiller
8c72d99b92
Merge github.com:grpc/grpc into no_more_flag
9 years ago
Craig Tiller
6b5555ead1
Fix docker files, distrib test script
9 years ago
murgatroid99
85474df7b3
Reverse changes to AVL code
9 years ago
Jan Tattermusch
f0defb0926
Merge pull request #5102 from jtattermusch/docker_git_clone
...
No git clone for distrib tests
9 years ago
Vijay Pai
2b5638668e
Drop the ref
9 years ago
Nicolas Noble
86cbe3087c
Fixing Mac build for Ruby.
9 years ago
murgatroid99
b3ac991d9e
Fix function pointer type in timeout_encoding_test
9 years ago
Craig Tiller
a7f3e05760
Actually use compiler flags
9 years ago
Jan Tattermusch
b5f7397b08
cleanup distribtest Dockerimages
9 years ago
Craig Tiller
5c04760d46
Change default on Python install option
9 years ago
Vijay Pai
5506bea349
Undo much of the previous commits so that only CallOpSet groups
...
with a Sneaky member are in a collection.
9 years ago
Jan Tattermusch
92711bbc12
make git clone optional
9 years ago
Jan Tattermusch
6c857eab57
allow parallel docker run
9 years ago
Vijay Pai
5014341da6
Merge branch 'master' into cpp_races
9 years ago
Vijay Pai
7e3f9b0178
Forgot to include these edits in the last commit
9 years ago
Alistair Veitch
f0571b5c87
unbreak merge
9 years ago
Nicolas "Pixel" Noble
5219c6d8e8
Properly compiling distributable native gems.
9 years ago
Vijay Pai
38004a8e39
Wrap groups of related CallOpSet's into a ref-counted structure
...
whenever appropriate so as to avoid any unintentional free-before-use
problems.
Potential performance issue: this triggers an additional allocation
for each Async call initiation, along with the cost of ref-counting
shared_ptr . But this is worth it for the additional safety provided
here without any change to the exposed C++ API.
9 years ago
Michael Lumish
41208893d4
Merge pull request #5093 from murgatroid99/node_examples_package
...
Make Node examples package self-contained
9 years ago
Alistair Veitch
ba6065f016
merge
9 years ago
Alistair Veitch
0a7468a537
Add timespan support for win32 gpr_cv_wait.
9 years ago
Craig Tiller
a7f52c51e5
Merge pull request #5017 from daniel-j-born/tcp_server_trivial
...
Fix comments in tcp_server.h
9 years ago
murgatroid99
95060b510e
Make Node examples package self-contained
9 years ago
Kristopher Wuollett
58d98910ad
Removed unused userAgentPrefix variable
9 years ago
Alistair Veitch
49653c5c7f
gpr_time_init() for windows tests
9 years ago
murgatroid99
7a55684a13
Clang format and fix copyrights
9 years ago
murgatroid99
309830f6b8
Replace 'long' with 'int64_t' in public core headers
9 years ago
Craig Tiller
cce7fe0626
Fix copyright
9 years ago
Craig Tiller
b15af6fc51
Merge branch 'compress' of github.com:ctiller/grpc into compress
9 years ago
Craig Tiller
f3f8fdbc54
Fix copyright
9 years ago
Craig Tiller
97cb41cfaf
Merge github.com:grpc/grpc into compress
9 years ago
Michael Lumish
b59b142799
Merge pull request #5083 from jtattermusch/nvm_not_found
...
Various fixes for node distribtest
9 years ago
Craig Tiller
cef91a5c4f
Merge pull request #5081 from vjpai/dbg_async
...
Write to dummy pads and invalid entries in lock-free stack to prevent valgrind complaints
9 years ago
Kristopher Wuollett
d475c60894
Merge pull request #1 from jcanizales/useragent
...
Add user agent of the library to that of the app.
9 years ago
Jan Tattermusch
f6c7951e44
Merge pull request #5063 from chrisdunelm/dnx_NativeExtensions
...
Fix NativeExtensions for coreclr
9 years ago
vjpai
0c598b08ac
Fix copyright and use consistent C89 comments
9 years ago
Jan Tattermusch
ee7a88c7d2
fix note distribtest nvm problem
9 years ago
Masood Malekghassemi
29cc1e46eb
Merge pull request #5074 from jtattermusch/python_smoketest
...
Python distribution Smoketest
9 years ago
Michael Lumish
bcfe99a547
Merge pull request #5008 from vjpai/worker_quit
...
Provide an RPC to quit the performance benchmarking workers
9 years ago
Michael Lumish
3c7c76e713
Merge pull request #5010 from vjpai/core_count
...
Implement core_count RPC for Node.JS
9 years ago
Jan Tattermusch
4a593cb12f
Merge pull request #5075 from murgatroid99/node_distrib_test
...
Add Node distrib tests and fixed some issues with the packaging script
9 years ago
murgatroid99
cb3b4cff7e
Ensure distrib test npm install runs under docker
9 years ago
Craig Tiller
6456a47b18
Merge github.com:grpc/grpc into compatibility_mode
9 years ago