Stanley Cheung
|
b15811e36d
|
php: fix per_rpc_creds capital auth header key
|
8 years ago |
Stanley Cheung
|
b2a9940465
|
Merge pull request #7901 from stanley-cheung/php-remove-extra-comma
PHP: remove extra comma
|
8 years ago |
Stanley Cheung
|
676e479ee5
|
php: composer.json has extra comma
|
8 years ago |
makdharma
|
528af97af2
|
Merge pull request #7866 from jcanizales/p0-grpc-init-on-load
Let tracing be enabled before starting an RPC
|
8 years ago |
Nicolas Noble
|
179e624679
|
Merge pull request #7828 from ctiller/rename-some-things-for-fun-and-profit
Rename some files to avoid conflicting .obj files on Windows
|
8 years ago |
Jorge Canizales
|
7603d64982
|
Let tracing be enabled before starting an RPC
by calling grpc_init on [GRPCCall load], instead of lazily.
|
8 years ago |
Stanley Cheung
|
d7ff4ff400
|
Merge pull request #7817 from stanley-cheung/php-update-composer-v1_0
PHP: bump version
|
8 years ago |
kpayson64
|
67920ca2e6
|
Merge pull request #7720 from apolcyn/update_examples_grpc_version
update dependencies in C# examples to GA versions
|
8 years ago |
kpayson64
|
8006ed3d94
|
Merge pull request #7729 from apolcyn/update_to_sys_interactive
update to system interactive in distrib tests
|
8 years ago |
kpayson64
|
1dfeee3487
|
Merge pull request #7805 from nathanielmanistaatgoogle/python-example-readmes
Truncate Python example READMEs to grpc.io links
|
8 years ago |
kpayson64
|
dd8ddf1585
|
Merge pull request #7820 from soltanmm/impish-smile
Remove unused imports in grpcio-tests
|
8 years ago |
Stanley Cheung
|
60a70a2ac0
|
Merge pull request #7826 from stanley-cheung/php-remove-ref-to-beta
PHP: remove reference to beta in INSTALL.md
|
8 years ago |
Craig Tiller
|
102fa966b6
|
Rename some files to avoid conflicting .obj files on Windows
|
8 years ago |
Stanley Cheung
|
5fffa89805
|
php: remove reference to beta in INSTALL.md
|
8 years ago |
Nicolas Noble
|
701951f635
|
Merge pull request #7800 from apolcyn/dont_catch_load_error
Dont catch load error when loading grpc lib in ruby gem
|
8 years ago |
Masood Malekghassemi
|
f24a405551
|
Remove unused imports in grpcio-tests
|
8 years ago |
Stanley Cheung
|
8749c96595
|
php: bump version
|
8 years ago |
Alexander Polcyn
|
e61aab2651
|
convert match data to string
|
8 years ago |
Nathaniel Manista
|
6c09b3b29e
|
Truncate Python example READMEs to grpc.io links
|
8 years ago |
Alexander Polcyn
|
8dd21260be
|
fix directory check
|
8 years ago |
Alexander Polcyn
|
8067d72947
|
dont catch load error when loading grpc lib in grpc gem
|
8 years ago |
Nicolas "Pixel" Noble
|
398dde49fc
|
Restoring require_relative.
|
8 years ago |
Nicolas "Pixel" Noble
|
47127507be
|
Fixing loading precompiled Ruby extension on 2.x.10+
|
8 years ago |
Nicolas Noble
|
bbc20b59f8
|
Merge pull request #7783 from nicolasnoble/shipping-1.0
Bumping version to 1.0.1-pre1.
|
8 years ago |
Nicolas Noble
|
2a69139aa7
|
Merge pull request #7787 from nicolasnoble/quick-fix-for-manylinux
Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.
|
8 years ago |
Nicolas "Pixel" Noble
|
baa35fc50d
|
Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.
|
8 years ago |
Nicolas Noble
|
bfe947c4af
|
Merge pull request #7784 from jcanizales/move-to-v1
Move Podspecs to v1
|
8 years ago |
Jorge Canizales
|
36031d50db
|
Move user-agent version to 1.0.0
I can’t wait to get all of these automatically from a single source :)
|
8 years ago |
Jorge Canizales
|
4a18c67b77
|
Move Podspecs to v1
|
8 years ago |
Nicolas "Pixel" Noble
|
35b8c51485
|
Bumping version to 1.0.1-pre1.
|
8 years ago |
Nicolas Noble
|
90e4bd5fbb
|
Merge pull request #7745 from nicolasnoble/no-more-pre
Removing pre2 flag.
|
8 years ago |
Nicolas Noble
|
9882e9b3df
|
Merge pull request #7776 from kpayson64/templatize_dependencies
Use templates for python version dependencies
|
8 years ago |
Ken Payson
|
8348973de9
|
Use templates for python version dependencies
Also change grpcio-tools to be a runtime dependency of grpcio-tests,
grpcio-tools is run as part of the tests.
|
8 years ago |
Nicolas Noble
|
fedcf7d8ad
|
Merge pull request #7752 from nicolasnoble/unsecure-should-be-unsecure
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
|
8 years ago |
Nicolas Noble
|
bbdebaae28
|
Merge pull request #7744 from y-zeng/makefile-ga
Update required protobuf version to v3.0.0
|
8 years ago |
Nicolas Noble
|
fc8c12d48b
|
Merge pull request #7754 from dgquintas/readme_beta_to_ga
s/Beta/1.0 in languages status table
|
8 years ago |
kpayson64
|
146e374d53
|
Merge pull request #7768 from kpayson64/grpcio_tools35
Add Python3.5 grpcio-tools binaries for windows
|
8 years ago |
Alexander Polcyn
|
03548cfef1
|
update nuget in distrib test docker files
|
8 years ago |
Ken Payson
|
69ff5de496
|
Add Python3.5 grpcio-tools binaries
|
8 years ago |
Nicolas "Pixel" Noble
|
a469e5d42e
|
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
|
8 years ago |
David Garcia Quintas
|
a6091afe1c
|
s/Beta/1.0 in languages status table
|
8 years ago |
makdharma
|
3bc78cd0b5
|
Merge pull request #7448 from jcanizales/p0-archive-fix
Work around Cocoapods dynamic frameworks incompatibility with XCode archive
|
8 years ago |
Nicolas "Pixel" Noble
|
0f9337b6a0
|
Removing pre2 flag.
|
8 years ago |
Yuchen Zeng
|
d4df55e115
|
Update required protobuf version to v3.0.0
|
8 years ago |
kpayson64
|
a150352090
|
Merge pull request #7492 from apolcyn/return_val_check
Add csharp check to return val of byte_buffer_reader_init
|
8 years ago |
kpayson64
|
bcc0d8870a
|
Merge pull request #7732 from kpayson64/python3_artifacts
Add Python3.5 artifact targets
|
8 years ago |
kpayson64
|
e4947befe2
|
Merge pull request #7669 from apolcyn/reduce_bidi_threads_ga
remove dedicated thread for ruby bidi read loop
|
8 years ago |
kpayson64
|
37f6ffa125
|
Merge pull request #7630 from kpayson64/ruby_example_pb
Update ruby examples to use new _pb protobuf format
|
8 years ago |
Ken Payson
|
5998cd760c
|
Add Python3.5 artifact targets
|
8 years ago |
kpayson64
|
5fa0731803
|
Merge pull request #7700 from apolcyn/update_helloworld_readme
update original helloworld README
|
8 years ago |