aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Collapse)AuthorAge
* Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
|
* Remove *_codegen_libGravatar Craig Tiller2016-04-07
| | | | Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
* 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 branch 'subchannel_factory_create_lb_channel' of ↵Gravatar Craig Tiller2016-04-01
|\ | | | | | | github.com:dgquintas/grpc into ccmerge
* \ 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 'optionalize_resolvers' into optionalize_client_configGravatar Craig Tiller2016-04-01
|\ \ \ \
| * | | | Zookeeper fixesGravatar Craig Tiller2016-04-01
| | | | |
| * | | | Tweak zookeeperGravatar Craig Tiller2016-04-01
| | | | |
| * | | | Merge branch 'optionalize_census' into optionalize_resolversGravatar Craig Tiller2016-04-01
| |\| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-03-31
| | | | |\ | | | | | | | | | | | | | | | | | | subchannel_factory_create_lb_channel
| | * | | | Remove removed file from build.yamlGravatar Craig Tiller2016-03-31
| | | | | |
* | | | | | Reposition files to optionalize client_config systemGravatar Craig Tiller2016-03-31
|/ / / / /
* / / / / Optionalize name resolversGravatar Craig Tiller2016-03-31
|/ / / /
| * | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
| |\ \ \ | | | |/ | | |/|
| * | | Remove removed files from build.yamlGravatar Craig Tiller2016-03-30
| | | |
| * | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-30
| |\ \ \
| | | | * 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
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'optionalize_roundrobin' into optionalize_censusGravatar Craig Tiller2016-03-29
|\| | |
| * | | Swap header/src into the right orderGravatar Craig Tiller2016-03-29
| | | |
| | * | Add protobuf_clib to deps of grpc++_codegen_libGravatar Rob Earhart2016-03-29
| | | | | | | | | | | | | | | | This is required in order to compile grpc++_codegen_lib.
| | * | Fix the Bazel build re/nanopbGravatar Rob Earhart2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change modifies the BUILD rule dependencies used for nanopb, switching them from third_party to //external -- the former uses submodules, which don't work well with Bazel (since Bazel removes submodules from repositories as it fetches them, preferring instead to unify submodule versions across the workspace via the top-level WORKSPACE configuration).
* | | | 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 github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-29
| | |\ | | |/ | |/|
* / | 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
| | |
* | | Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
| |/ |/|
* | Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
| |
* | Change c++_codegen_lib from build: protoc to build: allGravatar vjpai2016-03-25
| |
* | Merge pull request #5383 from miselin/add_request_parsingGravatar Jan Tattermusch2016-03-23
|\ \ | | | | | | Add HTTP request parsing
* \ \ Merge pull request #5755 from ahedberg/unix_sockets_optionalGravatar Jan Tattermusch2016-03-23
|\ \ \ | | | | | | | | Make unix sockets optional
| | * | Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
* | | removed uchannelsGravatar David Garcia Quintas2016-03-21
| | |
| | * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-21
| | |\ | |_|/ |/| |
| * | add unix_sockets_posix module to build system and fix compilation errorsGravatar ahedberg2016-03-18
| | |
* | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
|\ \ \
* \ \ \ Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
|\ \ \ \
| | | | * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-17
| | | | |\ | | |_|_|/ | |/| | |