aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | Merge pull request #14687 from nathanielmanistaatgoogle/early-okGravatar Nathaniel Manista2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verify early OK behavior.
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14661 from murgatroid99/node_pure_js_interop_clientGravatar Michael Lumish2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Node pure JS interop client
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14599 from kpayson64/abstract_libuv_stuffGravatar kpayson642018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abstract libuv event loop
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14694 from yashykt/execctxdescGravatar Yash Tibrewal2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | Update documentation for ExecCtx
| | | | | * | | | | | | | | | | Add logging for helping debug httpcli testsGravatar Yash Tibrewal2018-03-13
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Verify early OK behaviorGravatar Nathaniel Manista2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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...
| | | | | | | | | | | | | | * Merge branch 'master' into socklentGravatar Yash Tibrewal2018-03-13
| | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | * Remove unncessary castsGravatar Yash Tibrewal2018-03-13
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| | | | | | | | | | | * | | | Create README for gRPC Python reflection packageGravatar Naresh2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, `warning: sdist: standard file not found` warning is always printed when creating source distribution for gRPC python reflection package. This should stop that.
| * | | | | | | | | | | | | | Update documentation for ExecCtxGravatar Yash Tibrewal2018-03-13
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14686 from markdroth/caching_byte_stream_fixGravatar Mark D. Roth2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Orphan underlying byte stream as soon as it's been drained.
| | | * | | | | | | | | | | | | Simplify dn_resolver_aresGravatar kpayson642018-03-13
| | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | add build_packages and distribtest kokoro jobsGravatar Jan Tattermusch2018-03-13
| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | Fix arg parsing in resolver test scriptGravatar Alexander Polcyn2018-03-13
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #14675 from markdroth/auth_filter_metadata_calloutsGravatar Mark D. Roth2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use metadata batch callouts in client_auth_filter.
| | | | | | | | | | * | | | | | | make package builds work on kokoroGravatar Jan Tattermusch2018-03-13
| | | | | | | |_|_|/ / / / / / / | | | | | | |/| | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #14517 from makdharma/extensible_apiGravatar Nicolas Noble2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | Remove "final" keyword and make methods protected.
| | | | | | | | * | | | | | | | Revert "Use heuristic to determine how many events to handle per iteration"Gravatar kpayson642018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit be619a36203ac531d8e4b0bb9750d326ed853d40.
| * | | | | | | | | | | | | | | Update server.hGravatar Vijay Pai2018-03-13
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Update completion_queue.hGravatar Vijay Pai2018-03-13
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Added protected default constructorGravatar makdharma2018-03-13
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | clang-formatGravatar Mark D. Roth2018-03-13
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | added Experimental in commentsGravatar makdharma2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For "struct Port" and friends, since they are now protected instead of private.
| | | * | | | | | | | | | | | | Avoid trying to access underlying_stream_ after it's been orphaned.Gravatar Mark D. Roth2018-03-13
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Orphan underlying byte stream as soon as it's been drained.Gravatar Mark D. Roth2018-03-13
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | Abstract libuv implementationGravatar kpayson642018-03-13
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
| | | | | | | | | * | | | | Fix ruby documentGravatar nownabe2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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, ..}
* | | | | | | | | | | | | | Merge pull request #14676 from muxi/fix-inttypes-includeGravatar Vijay Pai2018-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Stop including inttypes.h in gRPC core public header
| | | | | * | | | | | | | | Fix call stack ref flakeGravatar Juanli Shen2018-03-12
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * More explicit static casts for size_t to socklen_tGravatar Yash Tibrewal2018-03-12
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Add another missing install lineGravatar murgatroid992018-03-12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix one more fileGravatar Muxi Yan2018-03-12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #14678 from adelez/foundry_integrationGravatar adelez2018-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incease job to 100.
| | | * | | | | | | | | | | | replaced loop with range expressionGravatar makdharma2018-03-12
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #14591 from vjpai/framesizeGravatar Vijay Pai2018-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | Build with stack frame size limits
| | | | | | * | | | | | | | | Fix python script styleGravatar murgatroid992018-03-12
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Incease job to 100.Gravatar Adele Zhou2018-03-12
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| | | | | * | | | | | | | | Fix syntax errorGravatar murgatroid992018-03-12
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Node pure JS interop: add missing install line, skip more testsGravatar murgatroid992018-03-12
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Use metadata batch callouts in client_auth_filter.Gravatar Mark D. Roth2018-03-12
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remove include of inttypes.h completelyGravatar Muxi Yan2018-03-12
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-03-12
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | | | * | | | | | | | | Use different docker image for Node pure JS interop testsGravatar murgatroid992018-03-12
| | | | | | | | | | | | |
| | | * | | | | | | | | | added "Experimental" and returned raw pointersGravatar makdharma2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added experimental in the comment and removed reference_wrapper in favor of the raw pointer.
* | | | | | | | | | | | | Merge pull request #14607 from markdroth/c++_byte_streamGravatar Mark D. Roth2018-03-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Convert byte_stream API to C++.
| | | * | | | | | | | | | forgot to add completion_queue.h doh!Gravatar makdharma2018-03-12
| | | | | | | | | | | | |
| | | * | | | | | | | | | removed unnecessary "virtual"Gravatar makdharma2018-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecessary "virtual" keyword from CompletionQueue::Next. Reverted two files that no longer need to be changed.
* | | | | | | | | | | | | Merge pull request #14642 from MrMage/avoid-running-sed-on-backupsGravatar Muxi Yan2018-03-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Podspec: Avoid running `sed` on the backup files it created itself
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14662 from apolcyn/fix_broken_file_test_under_bazelGravatar apolcyn2018-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a broken bazel test
| | | | | | | | | | | | | | * Explicit static_cast conversionsGravatar Yash Tibrewal2018-03-09
| | | | | | | | | | | | | | |