aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Expand)AuthorAge
...
| | | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar 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
| | | |/ / / | | |/| | |
* | | | | | 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
| | * | | | Fix the Bazel build re/nanopbGravatar Rob Earhart2016-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
* | | | | 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
|\ \ \ \
* \ \ \ \ Merge pull request #5755 from ahedberg/unix_sockets_optionalGravatar Jan Tattermusch2016-03-23
|\ \ \ \ \
| | * | | | Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| |/ / / / |/| | | |
* | | | | removed uchannelsGravatar David Garcia Quintas2016-03-21
| | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-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 branch 'cleaner-posix2' into cleaner-posix3Gravatar 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
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-17
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Moving core_codegen.cc to the proper filegroup.Gravatar Nicolas "Pixel" Noble2016-03-17
| * | | | | | Massaging that pull request.Gravatar Nicolas "Pixel" Noble2016-03-17
| | * | | | | Build out backoff as a libraryGravatar Craig Tiller2016-03-11
| | |/ / / /
| * | | | | removed spurious grpc_library.ccGravatar David Garcia Quintas2016-03-09
| * | | | | moved some files aroundGravatar David Garcia Quintas2016-03-08
| * | | | | compiles!Gravatar David Garcia Quintas2016-03-08
| * | | | | wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
| * | | | | Merge branch 'codegen_proto_utils_fix' into codegen_libGravatar David Garcia Quintas2016-03-06
| |\ \ \ \ \
| | * | | | | introduced workaround for proto_utilsGravatar David Garcia Quintas2016-03-02
| | |/ / / /
| | | | * | Created a Node grpc pluginGravatar murgatroid992016-02-26
| | | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-02-26
| | | | | |\ | | | | |_|/ | | | |/| |
* | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | * | | Merge branch 'hide-the-pollset-set' into cleaner-posix2Gravatar Craig Tiller2016-02-25
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
| |\ \ \ \ \