aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* 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
| | * 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...
| | | | | | | | | * 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.
* | | | | | | Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
|/ / / / / /
| | | | * / php: adding trace for call_credentials callback functionGravatar ZhouyihaiDing2018-03-09
| |_|_|/ / |/| | | |
| * | | | variable init sequence fixGravatar makdharma2018-03-09
| | | | |
* | | | | Merge pull request #14646 from muxi/add-san-objcGravatar Muxi Yan2018-03-08
|\ \ \ \ \ | | | | | | | | | | | | Add cronet transport sanitizer tests
* \ \ \ \ \ Merge pull request #14531 from muxi/update-connectivity-test-appGravatar Muxi Yan2018-03-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rewrite connectivity testing app
* \ \ \ \ \ \ Merge pull request #14585 from grpc/remove-hostname-extractionGravatar Muxi Yan2018-03-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove hostname extraction for ConnectivityMonitor
| | | * | | | | Add the sanitizer tests to CIGravatar Muxi Yan2018-03-08
| | | | | | | |
| | | * | | | | Add asan and tsan to ObjCGravatar Muxi Yan2018-03-08
| | | | | | | |
* | | | | | | | Merge pull request #14638 from yihuazhang/hook_alts_againGravatar yihuaz2018-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add ALTS code to grpc/core
* \ \ \ \ \ \ \ \ Merge pull request #14605 from jtattermusch/build_unitypackage_scriptGravatar Jan Tattermusch2018-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add EXPERIMENTAL support for loading grpc_csharp_ext on Unity
| | * | | | | | | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | improve commentGravatar Jan Tattermusch2018-03-08
| | | | | | | | |
* | | | | | | | | Merge pull request #14629 from jtattermusch/bump_boringsslGravatar Jan Tattermusch2018-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update third_party/boringssl to the latest chromium-stable