Craig Tiller
017f84ead8
Merge pull request #5078 from ctiller/compatibility_mode
...
Make binary compatibility not the default
9 years ago
Craig Tiller
f456b92099
Fix Python
9 years ago
David G. Quintas
5b026a4a48
Merge pull request #5053 from ctiller/bad_metadata
...
Properly handle "." in metadata
9 years ago
adelez
2ba7885f5c
Merge pull request #5118 from jtattermusch/gce_scripts
...
Script to automatically create a Jenkins linux worker.
9 years ago
Craig Tiller
38af6122dd
Fix copyright
9 years ago
Craig Tiller
a7d41147ea
Merge github.com:grpc/grpc into bad_metadata
9 years ago
Stanley Cheung
76e9ad416e
php: add unit test to bring coverage back up above 95%
9 years ago
murgatroid99
166214f9f6
Don't fail distrib test if a static server is running
9 years ago
murgatroid99
7ca0dcc843
Don't have artifact build depend on global node-pre-gyp
9 years ago
Kailash Sethuraman
9b0f81b508
Merge pull request #5220 from soltanmm/cherries
...
Truncate Python target triple for custom bdists
9 years ago
Masood Malekghassemi
b14ea1de58
Revert Ruby version specialization
9 years ago
Masood Malekghassemi
cd4358460d
Bump Python version
9 years ago
Masood Malekghassemi
dd6ee7af7e
Truncate Python target triple
9 years ago
Kailash Sethuraman
bf53a74b3f
Merge pull request #4926 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
9 years ago
Jan Tattermusch
edf12a7b75
Merge pull request #5217 from murgatroid99/node_finish_disabling_0.10_tests
...
Make a couple of fixes to distribution build and tests
9 years ago
David G. Quintas
3f19f42771
Merge pull request #5052 from ctiller/compress
...
Fix race condition in transport API
9 years ago
murgatroid99
71b42cde46
Ensure that node-pre-gyp is properly bundled
9 years ago
murgatroid99
32f64d580a
Disable Node Mac 0.10 distrib test
9 years ago
David G. Quintas
a3bc1e5890
Merge pull request #5214 from jtattermusch/fedora_overlay_fun
...
Fix fedora21 distribtests for python and ruby
9 years ago
Jan Tattermusch
c9b3e834cc
Merge pull request #5215 from murgatroid99/node_jessie_x86_fix
...
Fix node distrib test on Debian Jessie x86
9 years ago
murgatroid99
802393b549
Fix node distrib test on Debian Jessie x86
9 years ago
Jan Tattermusch
c1e86744c6
fix fedora21 distribtests
9 years ago
Michael Lumish
a63300581d
Merge pull request #5208 from jtattermusch/fix_python_centos6_release
...
Backport: Fix python centos6 distribtest in release-0_13
9 years ago
Jan Tattermusch
cf36536a30
Merge pull request #5190 from murgatroid99/node_windows_tests
...
Make Node tests run on Windows
9 years ago
Craig Tiller
3470054993
Merge pull request #5211 from grpc/revert-4038-grpclb_api
...
Revert "Proto API for LB request/responses"
9 years ago
Craig Tiller
c35e2c582f
Revert "Proto API for LB request/responses"
9 years ago
Craig Tiller
c3602dc1cf
Merge pull request #4038 from dgquintas/grpclb_api
...
Proto API for LB request/responses
9 years ago
David G. Quintas
2afed4ca44
Merge pull request #5079 from nicolasnoble/underscores_are_the_root_of_all_evil
...
Removing underscores in CENSUS_API, GRPC_API and GPR_API.
9 years ago
Nathaniel Manista
0d7a6ec862
Merge pull request #5210 from soltanmm/hack
...
Reorder Python artifact commands.
9 years ago
Masood Malekghassemi
2bbffcf18f
Reorder Python artifact commands
9 years ago
vjpai
d8e2c70fde
Remove a vestige
9 years ago
vjpai
fd307efbd1
fixed_size_thread_pool : why do we even have that lever? It has been
...
deprecated and unused for quite some time.
9 years ago
Jan Tattermusch
96aec2d321
fix python centos6 distribtest
9 years ago
Vijay Pai
7f91d42069
Merge branch 'master' into alarm_openloop
9 years ago
Vijay Pai
090c867e28
This testing exposed a race condition in alarm creation - the
...
alarm needs to "begin" at the CQ before the timer should be inited.
9 years ago
Masood Malekghassemi
5d0cce34fe
Merge pull request #5207 from soltanmm/hack
...
Paper over custom command limitations
9 years ago
Masood Malekghassemi
b6d3a8238d
Paper over custom command limitations
...
The custom gRPC bdist command depends on numerous undocumented and
private behaviors of setuptools, wheel, distutils, etc. One such is the
ordering of generated distribution targets. We paper over this under the
assumption that the command will only be useful for gRPC devs, and
document with a command description a contractual obligation of users of
the command.
9 years ago
Jan Tattermusch
0563229819
Merge pull request #5206 from murgatroid99/node_bundle_node-pre-gyp
...
Bundle node-pre-gyp with the node package
9 years ago
Alistair Veitch
58a6185ac2
c99 comments
9 years ago
murgatroid99
ab604b6d76
Bundle node-pre-gyp with the node package
9 years ago
Nathaniel Manista
6e8a939669
Merge pull request #5194 from soltanmm/everything-is-awful!
...
Use wheels instead of eggs for custom bdists.
9 years ago
Craig Tiller
1362c24108
Merge pull request #5193 from vjpai/alarm_mods
...
Make C++ alarm class usable and testable
9 years ago
Masood Malekghassemi
334e9e6fa2
Use wheels instead for custom bdists
9 years ago
Vijay Pai
761bcb4a18
Cleanup to make it work with clang build
9 years ago
Jan Tattermusch
e7c2566252
Merge pull request #4913 from pszemus/master
...
Update protobuf version to v3.0.0-beta-2
9 years ago
Craig Tiller
b9a5f167d1
Merge pull request #5205 from grpc/release-0_13
...
Release 0.13 upmerge.
9 years ago
Alistair Veitch
749250f6a0
merge to HEAD
9 years ago
Alistair Veitch
532519ac21
Respond to review comments
9 years ago
Craig Tiller
24e274b8d9
Add comment
9 years ago
Craig Tiller
c0473cc823
Merge github.com:grpc/grpc into compress
9 years ago