Jan Tattermusch
|
f4a1e1988f
|
address coreCLR TODO
|
8 years ago |
Jan Tattermusch
|
7eb41a14f8
|
upgrade Moq to version that supports netstandard1.3
|
8 years ago |
Jan Tattermusch
|
67b6ef4d6f
|
cleanup of project.json files
|
8 years ago |
Jan Tattermusch
|
ff6c2ad054
|
update csproj files to Google.Protobuf to 3.0.0
|
8 years ago |
Jan Tattermusch
|
d95ae3749d
|
update Protobuf to 3.0.0 in project.json projects
|
8 years ago |
Jan Tattermusch
|
e1fde33593
|
update .csproj projects to Google.Apis.Auth to 1.16.0
|
8 years ago |
Jan Tattermusch
|
4da4750897
|
update Google.Apis.Auth to 1.16.0 for project.json projects
|
8 years ago |
Jan Tattermusch
|
abfd37fc86
|
regenerate to fix santity test
|
8 years ago |
Siddharth Shukla
|
b24b5a39f8
|
Update argument documentation for channel methods
Update argument documentation for request_serializer and response_deserializer
in:
- unary_unary
- unary_stream
- stream_unary
- stream_stream
|
8 years ago |
Nicolas Noble
|
cc730a4137
|
Merge pull request #8041 from murgatroid99/run_tests_node_6_fix
Add 'node6' to the other spot where it's needed in run_tests.py
|
8 years ago |
murgatroid99
|
b6204f52cd
|
Add 'node6' to the other spot where it's needed in run_tests.py
|
8 years ago |
apolcyn
|
c3b4404b4e
|
Merge pull request #7885 from apolcyn/remove_slow_log_statements
remove log statements that showing contents of messages
|
8 years ago |
apolcyn
|
4950760440
|
Merge pull request #7765 from apolcyn/benchmark_adjustments_ga
fail benchmarks with errors in a child rpc thread
|
8 years ago |
Jan Tattermusch
|
7a209ace0e
|
Merge pull request #7753 from apolcyn/update_generate_protos_script
update and add new generate_protos script in csharp examples
|
8 years ago |
Jan Tattermusch
|
5fd57e4a50
|
Merge pull request #7737 from apolcyn/update_nuget_clients
update nuget client to latest version on performance workers
|
8 years ago |
apolcyn
|
4bb13b3574
|
Merge pull request #7837 from apolcyn/update_csharp_examples
change hint paths for protobuf to use net45 dir in csproj files
|
8 years ago |
apolcyn
|
5160fdab3b
|
Merge pull request #7963 from apolcyn/fix_server_leak
destroy byte buffer reader after use
|
8 years ago |
Nicolas Noble
|
c3a062dbee
|
Merge pull request #8005 from murgatroid99/run_tests_node_6_v1.0
Add Node 6 to the list of recognized compilers in run_tests.py
|
8 years ago |
murgatroid99
|
6485393534
|
Add Node 6 to the list of recognized compilers in run_tests.py
|
8 years ago |
Nicolas Noble
|
51d05b2931
|
Merge pull request #7894 from murgatroid99/build.yaml_changes
build.yaml changes to make certain grpc++ builds work
|
8 years ago |
murgatroid99
|
a78a3b2dbe
|
Disable alpn bad_ssl core tests
|
8 years ago |
Alexander Polcyn
|
676565326c
|
destroy byte buffer reader after use
|
8 years ago |
murgatroid99
|
7c5befd86b
|
Change UnimplementedService to UnimplementedEchoService in echo.proto
|
8 years ago |
kpayson64
|
f4379d2d2c
|
Merge pull request #7904 from aaronjheng/futures
remove futures from py3
|
8 years ago |
Nicolas Noble
|
d9bc4419e3
|
Merge pull request #7916 from apolcyn/change_ruby_debug_builds
allow choosing config of ruby package builds from environment variable
|
8 years ago |
kpayson64
|
08575e4734
|
Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-header-name-v1.0.x
Lower-case example "Authorization" header name in doc string
|
8 years ago |
kpayson64
|
e5a17ec0aa
|
Merge pull request #7806 from nathanielmanistaatgoogle/secure_channel-doc-string
Python grpc.secure_channel doc string correction
|
8 years ago |
Alexander Polcyn
|
38ba85ce48
|
allow choosing config of ruby package builds from environment variable
|
8 years ago |
murgatroid99
|
b61fd86985
|
Also fix minor error in end2end gen_build_yaml script
|
8 years ago |
Stanley Cheung
|
e1ec9fd347
|
Merge pull request #7896 from stanley-cheung/php-fix-per-rpc-creds-v1_0
PHP: reject metadata keys that are not legal
|
8 years ago |
murgatroid99
|
303687f444
|
Revert change to grpc++_base uses section
|
8 years ago |
Nathaniel Manista
|
79cf53c992
|
Lower-case example "Authorization" header name
The HTTP/2 specification requires header names to be lower case.
|
8 years ago |
Stanley Cheung
|
14e2a566c9
|
php: error out if metadata key is not legal
|
8 years ago |
Stanley Cheung
|
b15811e36d
|
php: fix per_rpc_creds capital auth header key
|
8 years ago |
aaronjheng
|
b273c04cd5
|
remove futures from py3
|
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 |
murgatroid99
|
1ca0f3ea15
|
build.yaml changes to make certain builds work
|
8 years ago |
Alexander Polcyn
|
5c8efc1ce4
|
remove log statements that showing contents of messages
|
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 |
Alex Polcyn
|
6888c251a3
|
change hint paths for protobuf to use net45 dir in csproj files
|
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 |