aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
Commit message (Collapse)AuthorAge
...
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | all good! missing end2end test for new lr filterGravatar David Garcia Quintas2016-04-29
| | | | | | |
* | | | | | | Unifying error handling within coreGravatar Craig Tiller2016-04-28
| | | | | | |
| | | | | | * Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-04-27
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * Smarter pollset/pollset_set propagationGravatar David Garcia Quintas2016-04-27
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some definition of "smart"... client_channel simply passes along pollset/pollset_set, removing the need to instantiate a pollset_set in the subchannel_call_holder: it's now up to the LB policies to handle the pollset/pollset_set.
| * | | | | Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|/| | | | | | | | | | | | | | | | | Adding support for msys.
| | | | * | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-27
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | | * Change win32 file suffixGravatar Yuchen Zeng2016-04-26
| |_|_|_|/ |/| | | |
| | * | | Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
| |/ / / |/| | |
* | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\ \ \ \
| * | | | Update boringssl to latest chromium-stable.Gravatar itessier2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d
| | * | | Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
| | | | |
* | | | | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| |/ / / |/| | |
| * | | Factored out parse functions from sockaddr_resolverGravatar David Garcia Quintas2016-04-08
|/ / /
| | * Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-07
| | |\ | |_|/ |/| |
* | | Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
| | |
| | * Load Reporting hook and filter skeletonGravatar David Garcia Quintas2016-04-06
| | |
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-06
| |\|
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-06
| |\ \
* | | | Fixing client_config initGravatar Craig Tiller2016-04-05
| | | |
* | | | Nailing down dependencies betterGravatar Craig Tiller2016-04-05
| | | |
* | | | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| |_|/ |/| |
* | | Move subchannel_call_holderGravatar Craig Tiller2016-04-05
| | |
| * | Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-04-04
| |\ \
* | \ \ Merge branch 'subchannel_factory_create_lb_channel' of ↵Gravatar Craig Tiller2016-04-01
|\ \ \ \ | | | | | | | | | | | | | | | github.com:dgquintas/grpc into ccmerge
| | | | * Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-04-01
| | |_|/| | |/| |/ | | | | | | | | subchannel_factory_create_lb_channel
| | | * Merge pull request #6042 from ctiller/optionalize_resolversGravatar Nicolas Noble2016-04-01
| | | |\ | | | | | | | | | | Optionalize resolvers
* | | | \ Merge github.com:grpc/grpc into optionalize_client_configGravatar Craig Tiller2016-04-01
|\ \ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'master' into subchannel_factory_create_lb_channelGravatar David G. Quintas2016-04-01
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #5419 from ctiller/cleaner-posix2Gravatar Nicolas Noble2016-04-01
| |\ \ \ \ | | | | | | | | | | | | Move all event handling code behind one grand unified interface
| | | * \ \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-03-31
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | subchannel_factory_create_lb_channel
* | | | | | | Reposition files to optionalize client_config systemGravatar Craig Tiller2016-03-31
| |_|_|_|_|/ |/| | | | |
* | | | | | Optionalize name resolversGravatar Craig Tiller2016-03-31
|/ / / / /
| | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-31
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | Renamed subchannel_factory to client_channel_factory.Gravatar David Garcia Quintas2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to create channels from client_channel_factory. This will be used by the grpclb code to create the channels to communicate with the LB servers.
* | | | | Merge branch 'optionalize_roundrobin' into optionalize_censusGravatar Craig Tiller2016-03-29
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Swap header/src into the right orderGravatar Craig Tiller2016-03-29
| | | | |
* | | | | Merge branch 'optionalize_roundrobin' into optionalize_censusGravatar Craig Tiller2016-03-29
|\| | | |
| * | | | Move proto code under ext/.../grpclbGravatar Craig Tiller2016-03-29
| | | | |
* | | | | Build Census as a grpc pluginGravatar Craig Tiller2016-03-29
|/ / / /
* | | | Make plugin registries workGravatar Craig Tiller2016-03-29
| | | |
* | | | Refactor build to have lb policies as extensionsGravatar Craig Tiller2016-03-29
| | | |
| | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-29
| | | |\ | | |_|/ | |/| |
| * | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-29
| |\| |
| | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-28
| | | |\ | | |_|/ | |/| |
* | | | Begin optionalizing lb policies: initial code movementGravatar Craig Tiller2016-03-28
| |/ / |/| |
| * | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-28
| |\ \
* | | | Add uses clauses to filegroups to ease dependency managementGravatar Craig Tiller2016-03-28
| | | |
* | | | Declare filegroups for chttp2Gravatar Craig Tiller2016-03-28
| | | |