Masood Malekghassemi
94592b06fb
Bump Python version for artifact building
9 years ago
murgatroid99
5738c5002c
Fix Ruby test that failed to read initial metadata
9 years ago
Chris Bacon
d18fc14e38
Fix Profilers for coreclr
...
Coreclr doesn't support the StreamWriter(string) constructor.
Use File.CreateText() instead, which is equivalent and supported on all platforms.
9 years ago
yang-g
b45f265326
Remove reference to lgpr in examples
9 years ago
yang-g
2908d634c7
Remove pr in Makefile
9 years ago
Yang Gao
0789c49566
Merge pull request #5042 from ctiller/compile
...
Fix clang3.7/tsan compile failure
9 years ago
Nicolas "Pixel" Noble
221c9c74e7
Fixing inclusion of stdint.h
9 years ago
Michael Lumish
bf9ac1fcc7
Merge pull request #5055 from jtattermusch/python_mac_artifact
...
Build python artifact on Mac
9 years ago
Michael Lumish
b9b38ba62b
Merge pull request #5058 from jtattermusch/fix_node_build_package
...
Make sure artifacts dir exists
9 years ago
Chris Bacon
b767d09c31
Fix NativeExtensions for coreclr
...
Coreclr doesn't support Assembly.GetExecutingAssembly(),
use TypeInfo.Assembly instead, which is supported on all platforms.
9 years ago
Masood Malekghassemi
10509a28c7
Fix Python Windows build
9 years ago
Masood Malekghassemi
ab7055a0e7
Format a line
9 years ago
Nicolas "Pixel" Noble
7dc4b7099a
Dirty hack to get 32 bits loading in the cython core.
9 years ago
Nicolas "Pixel" Noble
e018f9f2e8
Almost there.
9 years ago
Masood Malekghassemi
c9c53eeba5
Sundry fixes
9 years ago
Masood Malekghassemi
df1e07e5c1
Add shim for Python's gRPC core on Windows
9 years ago
Vijay Pai
fb837eaa20
Merge branch 'master' into async_thread_stress_test
9 years ago
Vijay Pai
0a3a766960
Give tsan a chance
9 years ago
Jorge Canizales
be303e12cb
Add user agent of the library to that of the app.
9 years ago
Vijay Pai
7abca85d21
Merge pull request #5059 from yang-g/two_impls
...
clang-format
9 years ago
yang-g
1df27e384f
clang-format
9 years ago
Jan Tattermusch
714f3945ec
make sure artifacts dir exists
9 years ago
Kristopher Wuollett
20b79e702d
Updated user agent to be a host-level setting
9 years ago
Jan Tattermusch
844c355a3c
we actually need the wheel
9 years ago
Kristopher Wuollett
99354c3cad
Formatting and naming fixes
9 years ago
Vijay Pai
912fe05ed3
Merge branch 'master' into async_thread_stress_test
9 years ago
Craig Tiller
87afe8c12f
Merge pull request #5054 from vjpai/copyright
...
Fix copyright on a test
9 years ago
Vijay Pai
feef8be5ae
clang-format
9 years ago
Craig Tiller
9ddf0044d5
Sanity
9 years ago
vjpai
73d2a12d4b
Fix copyright
9 years ago
Jan Tattermusch
e066717041
add python mac target
9 years ago
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