Jan Tattermusch
e320dca283
chmod u+x
9 years ago
Craig Tiller
6f87164f3c
Properly handle "." in metadata
9 years ago
Craig Tiller
a44cbfc11c
Fix race condition in transport API
...
Specifically:
Receiving trailing and initial metadata had to be published in
lock-step.
=> If we wanted trailing metadata, we might not get initial metadata processed
until messages arrived.
=> Compression code had no idea what codec to use.
To fix it, publish initial metadata as soon as it's ready (this is a
transport API change).
Requires changes to grpc_call to ensure ordering in processing initial
metadata and messages (one may be delayed).
Exposed at least some bugs in C++ where we never read initial metadata.
I expect at least one more similar bug.
9 years ago
Craig Tiller
efda009e24
Merge pull request #5048 from jtattermusch/fix_python_pkgnaming
...
Force 32bit uname when building artifacts
9 years ago
Craig Tiller
6dacf8089f
Merge pull request #5038 from murgatroid99/node_extension_file_build.yaml
...
Add new Node JS file to build.yaml
9 years ago
Jan Tattermusch
11e3a3bf70
Merge pull request #5050 from murgatroid99/ruby_mac_artifact_build
...
Enable Ruby Mac artifact build
9 years ago
Vijay Pai
63b28447e8
Remove the command-line flags
9 years ago
Vijay Pai
490e5023d7
Fix a typecast...
9 years ago
murgatroid99
33c808b739
Enable Ruby Mac artifact build
9 years ago
Michael Lumish
93f8845064
Merge pull request #5031 from nicolasnoble/groar
...
Making the ruby gem for MacOS work again.
9 years ago
Michael Lumish
5f1b21db98
Merge pull request #5049 from jtattermusch/make_executable
...
chmod u+x build_packages.sh
9 years ago
Jan Tattermusch
61a97dcc32
chmod u+x build_packages.sh
9 years ago
Eric Anderson
04c97a1715
Update copyright date to include both 2015 and 2016
9 years ago
Jan Tattermusch
46a3543ef1
Merge pull request #5046 from murgatroid99/node_automatic_packages
...
Add package build script for Node.js
9 years ago
murgatroid99
3c3e58eb27
Fixed copy/paste errors in package_target.py
9 years ago
Jan Tattermusch
7cf8bf46ae
for 32bit uname when building artifacts
9 years ago
Eric Anderson
fae996c787
Update copyright date to 2016
9 years ago
murgatroid99
dc3b4a4689
Add package build script for Node.js
9 years ago
Yang Gao
e51db34255
Merge pull request #4958 from sreecha/server_try_cancel_api
...
Implement a TryCancel() API on ServerContext to cancel the API from the server side
9 years ago
Michael Lumish
efa1345214
Merge pull request #5044 from jtattermusch/csharp_more_distribtests
...
Add more C# distribtest platforms
9 years ago
Michael Lumish
5f03339766
Merge pull request #5045 from jtattermusch/run_distribtest
...
Enable running distribtests on Jenkins
9 years ago
Jan Tattermusch
3e7cc18213
enable running distribtest on jenkins
9 years ago
David G. Quintas
119282ba7b
Merge pull request #5039 from vjpai/limit_cores
...
Fix core limit dummy code for non-Linux cases
9 years ago
Vijay Pai
e51d29d93c
Remove some std:: so that grpc:: will be used by default when available
9 years ago
Vijay Pai
9f3bbb00d8
Generalize namespace for ParseCommandLineFlags
9 years ago
Vijay Pai
d10bbb63f8
Refactor to favor composition over inheritance
...
Also make num_threads and num_rpcs as command-line flags
9 years ago
Alistair Veitch
9ded5dbf35
fix missed merge issue
9 years ago
Craig Tiller
e1c2d6a6df
Fix clang3.7/tsan compile failure
9 years ago
adelez
4253522c76
Merge pull request #4999 from adelez/fix_interop_report
...
Handle the case where result.http2results is none.
9 years ago
Jan Tattermusch
14b07e6368
add more C# distribtest platforms
9 years ago
Jan Tattermusch
f8ea3e4a5b
Merge pull request #5040 from murgatroid99/node_artifacts
...
Add working Node artifact builder for all platforms
9 years ago
Vijay Pai
ce7929c877
Merge branch 'master' into async_thread_stress_test
9 years ago
Nicolas Noble
05d83c77e9
Merge pull request #5032 from yang-g/two_impls
...
Fix clean up logic when failing to add a secure port.
9 years ago
Eric Anderson
8d3ae46dd2
Sync java options in example protos
...
This makes the protos identical between this repository and the java
repository.
Fixes grpc/grpc-java#1381
9 years ago
Jan Tattermusch
284faf3b8c
Merge pull request #5036 from ctiller/fixes2
...
Binary compatibility fixes
9 years ago
murgatroid99
41a9e83360
Merged from master
9 years ago
Sree Kuchibhotla
4aadcb4ebf
Run tools/distrib/clang_format_code.sh
9 years ago
murgatroid99
673f65be14
Add working Node artifact builder for all platforms
9 years ago
Michael Lumish
25ba7a3d7e
Merge pull request #5033 from nicolasnoble/gemfile.lock-ignore
...
Ignoring Gemfile.lock file.
9 years ago
vjpai
7f1b65b8c6
Took out dependence on vector
9 years ago
Alistair Veitch
46b9d5b408
fix broken merge of build.yaml
9 years ago
Alistair Veitch
6f2b8993fd
merge
9 years ago
vjpai
5a80d6f606
Merge branch 'master' into limit_cores
9 years ago
murgatroid99
91629977e8
Add new Node JS file to build.yaml
9 years ago
vjpai
574020edf1
Forgot to put this in the Mac version
9 years ago
Sree Kuchibhotla
9bc6fa0a40
Merge branch 'master' into server_try_cancel_api
9 years ago
Craig Tiller
1b1e238259
Better dynamic linking
9 years ago
Craig Tiller
2bf5169f64
Prevent infinite loop
9 years ago
Kristopher Wuollett
55484da58a
Restored strdup of keys and values to ensure ownership of their memory
9 years ago
Nicolas "Pixel" Noble
590ae9dd94
Ignoring Gemfile.lock file.
9 years ago