aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
Commit message (Collapse)AuthorAge
* Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ | | | | Make symbols of BoringSSL private
| * Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| |
* | Merge pull request #16374 from vjpai/censusGravatar Vijay Pai2018-08-17
|\ \ | | | | | | Move a census file from src/cpp to src/core since core depends on it
* \ \ Merge pull request #16373 from markdroth/mu_guard_cleanupGravatar Mark D. Roth2018-08-17
|\ \ \ | | | | | | | | Move C++ mu_guard class out of C-core public headers and fix style.
| | * | Move a file from src/cpp to src/core since core depends on itGravatar Vijay Pai2018-08-16
| |/ / |/| |
| * | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
| | |
* | | Merge pull request #16298 from vjpai/custom_pollerGravatar Vijay Pai2018-08-14
|\ \ \ | | | | | | | | Infrastructure for registering custom polling engines
* \ \ \ Merge pull request #16261 from muxi/dynamic-cfstream-initGravatar Muxi Yan2018-08-13
|\ \ \ \ | |_|/ / |/| | | Use environment variable to enable CFStream
| | * | Infrastructure for adding custom polling enginesGravatar Vijay Pai2018-08-09
| | |/
* | / Added system roots feature to load roots from OS trust storeGravatar tdbhacks2018-08-09
| |/ |/| | | | | | | | | Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature.
| * Enable CFStream with environment variableGravatar Muxi Yan2018-08-06
|/
* Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
* Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
* Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
|
* Merge pull request #16092 from apolcyn/customizable_qps_server_builderGravatar apolcyn2018-07-23
|\ | | | | Provide a global way to customize QPS server builder options
* \ Merge pull request #16067 from srini100/masterGravatar Srini Polavarapu2018-07-23
|\ \ | | | | | | Bump version to v1.15.0-dev
| | * Make QPS server builder customizeabledGravatar Alex Polcyn2018-07-23
| |/ |/|
* | Move ChannelzServicePlugin to public, experimentalGravatar ncteisen2018-07-19
| |
| * Bump version to 1.15.0-devGravatar Srini Polavarapu2018-07-19
| |
* | Adds C++ Channelz ServiceGravatar ncteisen2018-07-18
|/
* Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
|
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials
* \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ | | | | | | Support Per-Method Codegen Generic on Server Side
| | * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |/ |/|
| * s/CodegenGeneric/Raw/gGravatar ncteisen2018-06-28
| |
* | Merge pull request #15891 from markdroth/subchannel_alignment_fixGravatar Mark D. Roth2018-06-28
|\ \ | | | | | | Fix subchannel call stack alignment
| | * Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| | |\ | |_|/ |/| |
* | | !@#!%$@#Gravatar Nicolas "Pixel" Noble2018-06-27
| | |
| * | Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.Gravatar Mark D. Roth2018-06-27
|/ /
* | Merge pull request #15867 from ZhouyihaiDing/15865Gravatar David G. Quintas2018-06-25
|\ \ | | | | | | PHP: fix distribution test by adding 2 header files into the package.xml
| * | PHP: fix distrib testGravatar ZhouyihaiDing2018-06-25
| | |
* | | Add header back in build.yamlGravatar Juanli Shen2018-06-25
|/ /
* | Merge pull request #15748 from nicolasnoble/libcxxabiGravatar Nicolas Noble2018-06-25
|\ \ | | | | | | Skeleton of libcxxabi's usage.
* \ \ Merge pull request #15776 from sreecha/epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-25
|\ \ \ | | | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fd
| | * | c++14-compat is c++ only.Gravatar Nicolas "Pixel" Noble2018-06-24
| | | |
| | * | + -> XGravatar Nicolas "Pixel" Noble2018-06-23
| | | |
* | | | Merge pull request #15840 from dgquintas/common_nanopbGravatar David G. Quintas2018-06-22
|\ \ \ \ | | | | | | | | | | Update to use the canonical version of LB proto
| | | * | Not all compilers...Gravatar Nicolas "Pixel" Noble2018-06-22
| | | | |
* | | | | Add load reporting filterGravatar Juanli Shen2018-06-22
| | | | |
| | * | | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-22
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
| | | | |
* | | | | Add channel creation benchmarkGravatar ncteisen2018-06-21
| | | | |
| | * | | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-21
| | |\ \ \ | | |/ / / | |/| | |
* / | | | Remove load data store targets from build.yamlGravatar Juanli Shen2018-06-20
|/ / / /
| | | * Add end2end test for codegen_genericGravatar ncteisen2018-06-20
| | | |
| | | * Support codegen generic on server sideGravatar ncteisen2018-06-20
| | | |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\ \ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-19
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
| |\ \ \ | | | | | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| * \ \ \ Merge pull request #15070 from Vizerai/filter_portGravatar Jim King2018-06-18
| |\ \ \ \ | | | | | | | | | | | | Adding opencensus grpc plugin with bazel support.