Mark D. Roth
bd3b93b4b5
Add support for Trailers-Only responses.
...
- When receiving a Trailers-Only response, return the metadata as
trailing metadata instead of initial metadata.
- Send Trailers-Only response when we have no non-default initial metadata,
no message to send, and trailing metadata to send.
8 years ago
Mark D. Roth
7cd1425e29
Fix handling of send_message before send_initial_metadata in compress filter.
8 years ago
Vijay Pai
fc539eb193
Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
8 years ago
Vijay Pai
c8d249ccd2
Merge pull request #11559 from vjpai/longlong
...
Remove long long
8 years ago
Vijay Pai
86a4d998a1
Remove 'long long'
8 years ago
Yuchen Zeng
f8315e1bf0
Merge pull request #11563 from y-zeng/max_message_length_14x
...
Fix max_message_length
8 years ago
Yang Gao
de7dec71b3
Merge pull request #11542 from yang-g/grpc_cli
...
Still create channel if remotedb is false. Just do not use it in the …
8 years ago
Noah Eisen
892afc2097
Merge pull request #10833 from ncteisen/tracing-overhaul
...
Tracing Overhaul
8 years ago
Muxi Yan
869e373466
Merge pull request #11567 from muxi/fix-objc-memory-leak-v14
...
Backport #11521 : Fix objc memory leak v14
8 years ago
Muxi Yan
655a275c03
Merge pull request #11521 from muxi/fix-objc-memory-leak
...
Fix ObjC memory leak problem
8 years ago
Jan Tattermusch
fd5781a49e
Merge pull request #11527 from jtattermusch/core_fix_license
...
Fix license file
8 years ago
Muxi Yan
9cd1ba1c3e
Release slice no longer owned
8 years ago
Jan Tattermusch
75e29e4ea9
Merge pull request #11560 from grpc/vjpai-patch-2-1
...
Grammar fix in issue template
8 years ago
ncteisen
9f3bd3340c
Updated doc
8 years ago
Yang Gao
132e5331f9
Merge pull request #11556 from yang-g/unref_error2
...
Unref existing error before setting new one
8 years ago
Yuchen Zeng
1def5a181d
Fix max_message_length
8 years ago
Noah Eisen
264879fec5
Overhaul the new pollers
8 years ago
Noah Eisen
1ef8270d45
Merge pull request #11561 from ncteisen/sanity
...
Regenerate Projects, Sanity
8 years ago
David Garcia Quintas
e48949f0b4
Make grpc::Alarm non-copyable
8 years ago
ncteisen
847985a2c9
Regenerate projects
8 years ago
Noah Eisen
09f804b652
Merge pull request #11504 from ncteisen/qps-driver-diff
...
QPS Driver Diff
8 years ago
Noah Eisen
431c604dab
Merge pull request #11552 from ncteisen/bps
...
Batch push_setting
8 years ago
ncteisen
741ffb4b46
Rename files
8 years ago
Vijay Pai
54af639e0c
Update ISSUE_TEMPLATE.md
8 years ago
Matt Kwong
4fb156acda
Merge pull request #11537 from matt-kwong/fix_csharp_cp
...
Update Mono to Jessie for C# Dockerfiles
8 years ago
kpayson64
9cd18311a0
Merge pull request #11412 from kpayson64/upgrade_boringssl
...
Upgrade boringssl
8 years ago
ncteisen
08cefa0408
Don't initiate writes on setting pushes
8 years ago
yang-g
4b65414d25
Unref existing error before setting new one
8 years ago
Yuchen Zeng
cf8c67c00b
Merge pull request #11545 from y-zeng/max_message_length
...
Fix max_message_length
8 years ago
Yang Gao
045f9346ef
Merge pull request #11540 from yang-g/unref_error
...
Unref existing error before setting a new one.
8 years ago
Vijay Pai
d8847b99b3
Merge pull request #11430 from vjpai/popstack
...
Remove lockfree-stack implementation that is no longer used
8 years ago
ncteisen
06795cb442
Address github comments
8 years ago
Mark D. Roth
4d5f30d9db
Merge pull request #11352 from markdroth/client_channel_avoid_allocations
...
Eliminate some allocations in client_channel code.
8 years ago
Mark D. Roth
0ca0be8b56
Clean up client_channel code and eliminate unnecessary allocations.
8 years ago
kpayson64
f62f9dc6f0
Merge pull request #11548 from kpayson64/bump_version_1_4_0
...
Bump to version 1.4.0
8 years ago
Ken Payson
e9c17873af
Bump to version 1.4.0
8 years ago
ncteisen
24ce2b711d
Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul
8 years ago
ncteisen
3ac64f826c
Fix windows segfault
8 years ago
Craig Tiller
86ffd65c84
Add logging, fix some bugs
8 years ago
Craig Tiller
f95873e676
Update build
8 years ago
yang-g
32e1678327
Still create channel if remotedb is false. Just do not use it in the file parsing
8 years ago
Yuchen Zeng
2768866320
Fix max_message_length
8 years ago
Vijay Pai
3d04e025bc
Remove lockfree-stack implementation that is no longer used
8 years ago
ncteisen
61a75993f5
Enable jenkins testing
8 years ago
ncteisen
390668999f
relax QPS diff threshold
8 years ago
ncteisen
63aa9c8446
Add QPS Diff
8 years ago
Noah Eisen
6beba3c50e
Merge pull request #11510 from ncteisen/testing-trickle-diff
...
Test PR for the New Trickle Diff
8 years ago
Michael Lumish
d12e7a03ff
Merge pull request #11536 from murgatroid99/node_fix_racy_test
...
Fix racy Node reconnect test
8 years ago
ncteisen
65fe1abed2
Address github comments
8 years ago
yang-g
0aeede35a5
Unref existing error before setting a new one.
8 years ago