aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #14464 from yashykt/socklentGravatar Yash Tibrewal2018-03-19
|\ | | | | Change size_t to socklen_t in resolve_address
* | clean up alts protoGravatar Yihua Zhang2018-03-16
| |
* | Merge pull request #14626 from kpayson64/remove_dead_codeGravatar kpayson642018-03-16
|\ \ | | | | | | Remove unused idle_jobs
* \ \ Merge pull request #13883 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-16
|\ \ \ | | | | | | | | Channel Tracing Implementation; Part 1
| | | * Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-16
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #14723 from yashykt/tcpservermemsetGravatar Yash Tibrewal2018-03-16
|\ \ \ \ | | | | | | | | | | Zero out address before calling accept
| | * | | Update proto name to fix Windows portability buildGravatar ncteisen2018-03-16
| | | | |
| * | | | Zero out resolved address before calling acceptGravatar Yash Tibrewal2018-03-15
| | | | |
| | * | | Reviewer commentsGravatar ncteisen2018-03-15
| | | | |
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #14715 from yashykt/execctxcleanupGravatar Yash Tibrewal2018-03-15
|\ \ \ \ \ | | | | | | | | | | | | Remove unnecessary includes of exec_ctx.h
* \ \ \ \ \ Merge pull request #14657 from ghostwriternr/reflection-readmeGravatar kpayson642018-03-15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Create README for gRPC Python reflection package
| | | | | * Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-14
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | Add header files for exec_ctx and closure in windows iomgr header filesGravatar Yash Tibrewal2018-03-14
| | | | | |
| | * | | | Merge master into yashykt:execctxcleanupGravatar Yash Tibrewal2018-03-14
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #14535 from nownabe/ruby-docGravatar apolcyn2018-03-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Tweak Ruby Documents
| | | * | | | Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| | | | | | |
* | | | | | | Merge pull request #14712 from yashykt/hotplugcpuGravatar Yash Tibrewal2018-03-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linux
| * | | | | | | Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linuxGravatar Yash Tibrewal2018-03-14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #14659 from ZhouyihaiDing/trace_call_pluginGravatar Zhouyihai Ding2018-03-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php: adding trace for call_credentials plugin callback function
* \ \ \ \ \ \ \ Merge pull request #14691 from jtattermusch/kokoro_packages_distribtestGravatar Jan Tattermusch2018-03-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add kokoro build_packages and distribtests jobs.
* \ \ \ \ \ \ \ \ Merge pull request #14688 from kpayson64/revert_prGravatar kpayson642018-03-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Use heuristic to determine how many events to handle per iter…
* \ \ \ \ \ \ \ \ \ Merge pull request #14702 from nathanielmanistaatgoogle/_face_interface_testGravatar Nathaniel Manista2018-03-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove _face_interface_test.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #14681 from AspirinSJL/headGravatar Juanli Shen2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix call stack ref flake
| | * | | | | | | | | | Remove _face_interface_testGravatar Nathaniel Manista2018-03-13
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Beta API has an execution date and RPC Framework is but a distant memory. This test is flaky with Python 3.5 on Windows! Some mysteries will just have to remain unsolved...
* | | | | | | | | | | Merge pull request #14687 from nathanielmanistaatgoogle/early-okGravatar Nathaniel Manista2018-03-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Verify early OK behavior.
* \ \ \ \ \ \ \ \ \ \ \ 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
| | | * | | | | | | | | | 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
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | 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.
| | | * | | | | | | | | | | clang-formatGravatar Mark D. Roth2018-03-13
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | 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
| | | | | | | | | | | |
| | * | | | | | | | | | replaced loop with range expressionGravatar makdharma2018-03-12
| | | | | | | | | | | |
| | | * | | | | | | | | Use metadata batch callouts in client_auth_filter.Gravatar Mark D. Roth2018-03-12
| | | | |_|_|_|/ / / / | | | |/| | | | | | |
| * | / | | | | | | | Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-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.