Juanli Shen
|
f3b28b81cf
|
Merge pull request #14681 from AspirinSJL/head
Fix call stack ref flake
|
7 years ago |
Yash Tibrewal
|
431aea53db
|
Merge pull request #14700 from yashykt/httpsclitestlog
Add logging for helping debug httpcli tests
|
7 years ago |
Nathaniel Manista
|
f7a8f8ba7c
|
Merge pull request #14687 from nathanielmanistaatgoogle/early-ok
Verify early OK behavior.
|
7 years ago |
Michael Lumish
|
4cb0bd0123
|
Merge pull request #14661 from murgatroid99/node_pure_js_interop_client
Add Node pure JS interop client
|
7 years ago |
kpayson64
|
7518ce9773
|
Merge pull request #14599 from kpayson64/abstract_libuv_stuff
Abstract libuv event loop
|
7 years ago |
Yash Tibrewal
|
21a64df897
|
Merge pull request #14694 from yashykt/execctxdesc
Update documentation for ExecCtx
|
7 years ago |
Yash Tibrewal
|
b1628971a1
|
Add logging for helping debug httpcli tests
|
7 years ago |
Nathaniel Manista
|
7726c303a6
|
Verify early OK behavior
Looks like early OK support was implemented in
https://github.com/grpc/grpc/pull/14080 but
https://github.com/grpc/grpc/issues/7032 was not marked fixed at the
time.
Good thing it was just an idea on our Google Summer of Code ideas
page...
|
7 years ago |
Yash Tibrewal
|
fc9c0705b3
|
Update documentation for ExecCtx
|
7 years ago |
Mark D. Roth
|
b62d77f05b
|
Merge pull request #14686 from markdroth/caching_byte_stream_fix
Orphan underlying byte stream as soon as it's been drained.
|
7 years ago |
kpayson64
|
fc0d0e7572
|
Simplify dn_resolver_ares
|
7 years ago |
Mark D. Roth
|
575bda3975
|
Merge pull request #14675 from markdroth/auth_filter_metadata_callouts
Use metadata batch callouts in client_auth_filter.
|
7 years ago |
Nicolas Noble
|
129f38a8a5
|
Merge pull request #14517 from makdharma/extensible_api
Remove "final" keyword and make methods protected.
|
7 years ago |
Vijay Pai
|
3c3c4c913a
|
Update server.h
|
7 years ago |
Vijay Pai
|
589e2cfe09
|
Update completion_queue.h
|
7 years ago |
makdharma
|
626a65e877
|
Added protected default constructor
|
7 years ago |
Mark D. Roth
|
49a76e9d87
|
clang-format
|
7 years ago |
makdharma
|
dbf4b71a00
|
added Experimental in comments
For "struct Port" and friends, since they are now protected instead of
private.
|
7 years ago |
Mark D. Roth
|
4941414565
|
Avoid trying to access underlying_stream_ after it's been orphaned.
|
7 years ago |
Mark D. Roth
|
24e34b85c0
|
Orphan underlying byte stream as soon as it's been drained.
|
7 years ago |
kpayson64
|
539f5068bd
|
Abstract libuv implementation
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
|
7 years ago |
Vijay Pai
|
44fd6557ae
|
Merge pull request #14676 from muxi/fix-inttypes-include
Stop including inttypes.h in gRPC core public header
|
7 years ago |
Juanli Shen
|
7573f989ad
|
Fix call stack ref flake
|
7 years ago |
murgatroid99
|
a7ed100c2e
|
Add another missing install line
|
7 years ago |
Muxi Yan
|
2a03c876ec
|
Fix one more file
|
7 years ago |
adelez
|
01d1178564
|
Merge pull request #14678 from adelez/foundry_integration
Incease job to 100.
|
7 years ago |
makdharma
|
606742d30c
|
replaced loop with range expression
|
7 years ago |
Vijay Pai
|
2c6aee9cf7
|
Merge pull request #14591 from vjpai/framesize
Build with stack frame size limits
|
7 years ago |
murgatroid99
|
ac21e04cf7
|
Fix python script style
|
7 years ago |
Adele Zhou
|
d898926d3d
|
Incease job to 100.
|
7 years ago |
murgatroid99
|
e0e110e2e0
|
Fix syntax error
|
7 years ago |
murgatroid99
|
06210a103e
|
Node pure JS interop: add missing install line, skip more tests
|
7 years ago |
Mark D. Roth
|
ecc865124c
|
Use metadata batch callouts in client_auth_filter.
|
7 years ago |
Muxi Yan
|
60aa27884f
|
Remove include of inttypes.h completely
|
7 years ago |
Muxi Yan
|
4b37fb0e4c
|
Stop including inttypes.h in gRPC core public header in Apple platforms
|
7 years ago |
murgatroid99
|
9d2275864a
|
Use different docker image for Node pure JS interop tests
|
7 years ago |
makdharma
|
d10c4e1e8e
|
added "Experimental" and returned raw pointers
Added experimental in the comment and removed reference_wrapper in favor
of the raw pointer.
|
7 years ago |
Mark D. Roth
|
41c396ec88
|
Merge pull request #14607 from markdroth/c++_byte_stream
Convert byte_stream API to C++.
|
7 years ago |
makdharma
|
1d603248f2
|
forgot to add completion_queue.h doh!
|
7 years ago |
makdharma
|
d10a885922
|
removed unnecessary "virtual"
Removed unnecessary "virtual" keyword from CompletionQueue::Next.
Reverted two files that no longer need to be changed.
|
7 years ago |
Muxi Yan
|
ec154f6f2d
|
Merge pull request #14642 from MrMage/avoid-running-sed-on-backups
Podspec: Avoid running `sed` on the backup files it created itself
|
7 years ago |
apolcyn
|
1213682122
|
Merge pull request #14662 from apolcyn/fix_broken_file_test_under_bazel
Fix a broken bazel test
|
7 years ago |
Vijay Pai
|
a7f52a62ba
|
Merge pull request #14660 from vjpai/exception_10x
Run exception tests 10x to make sure server doesn't crash
|
7 years ago |
murgatroid99
|
9eb82a4461
|
Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node
|
7 years ago |
Vijay Pai
|
c04c53b38e
|
Run exception tests 10x to make sure server doesn't crash
|
7 years ago |
murgatroid99
|
2c86e064f0
|
Add Node pure JS interop client
|
7 years ago |
Alexander Polcyn
|
f133259617
|
Fix broken golden file test under bazel
|
7 years ago |
Vijay Pai
|
c50ded274c
|
Merge pull request #14651 from vjpai/cpp_deprecate
Change grpc++ filename references in C++ tests to grpcpp
|
7 years ago |
makdharma
|
c8e523351e
|
clang-format
|
7 years ago |
Mark D. Roth
|
3d8b32d8b3
|
Convert byte_stream API to C++.
|
7 years ago |