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
0dee3d93c9
Merge branch 'master' into socklent
7 years ago
Yash Tibrewal
db5f4d5155
Remove unncessary casts
7 years ago
Naresh
c6e4372f8a
Create README for gRPC Python reflection package
...
Currently, `warning: sdist: standard file not found` warning is always
printed when creating source distribution for gRPC python reflection
package. This should stop that.
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
Jan Tattermusch
80d54f332c
add build_packages and distribtest kokoro jobs
7 years ago
Alexander Polcyn
1eaac47f52
Fix arg parsing in resolver test script
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
Jan Tattermusch
5f3a452440
make package builds work on kokoro
7 years ago
Nicolas Noble
129f38a8a5
Merge pull request #14517 from makdharma/extensible_api
...
Remove "final" keyword and make methods protected.
7 years ago
kpayson64
fb0dabd170
Revert "Use heuristic to determine how many events to handle per iteration"
...
This reverts commit be619a3620
.
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
nownabe
fcc4b9b68c
Fix ruby document
...
1. Organize collapsed ruby yard doc.
2. Update contents about ClientStub#bidi_streamer because
bidi#writes_done hasn't existed.
https://github.com/grpc/grpc/pull/14535#discussion_r171452923
3. Fix yardoc warnings.
Warings:
[warn]: Invalid tag format for @return in file `lib/grpc/core/time_consts.rb` near line 36
[warn]: @param tag has duplicate parameter name: set_input_stream_done
in file `lib/grpc/generic/bidi_call.rb' near line 70
[warn]: Unknown tag @result in file `lib/grpc/generic/rpc_server.rb` near line 287
[warn]: @param tag has unknown parameter name:
in file `lib/grpc/generic/interceptors.rb' near line 158
[warn]: In file `lib/grpc/generic/rpc_server.rb':217: Cannot resolve link to key: from text:
...{key: val, ..}
[warn]: In file `lib/grpc/generic/rpc_server.rb':217:
Cannot resolve link to key: from text:
...{key: val, ..}
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
Muxi Yan
a2f991625b
Add Xcode link map analyzer
7 years ago
Yash Tibrewal
337373b91f
More explicit static casts for size_t to socklen_t
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