aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Collapse)AuthorAge
* 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).
* 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
| |
| * 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 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
| | |/
* | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
|\ \ \ | | |/ | |/|
| * | Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
| |\ \ | | | | | | | | Made Alarm's constructor a template for deadline
| * \ \ Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
| |\ \ \
| | | * | Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
| | | | |
| | * | | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| | |\| |
| * | | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-22
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
| |\ \ \ \
* | \ \ \ \ Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-22
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #5257 from ctiller/cleaner-posixGravatar Vijay Pai2016-02-22
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Separate timer checking from pollsets
| * | | | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-02-22
| | |/ / / | |/| | |
| * | | | Merge pull request #5302 from nicolasnoble/python-windowsGravatar Masood Malekghassemi2016-02-22
| |\ \ \ \ | | | | | | | | | | | | Enabling python artifact building for Windows.
| | | | | * actually made the codegen_lib targets private nowGravatar David Garcia Quintas2016-02-19
| | | | | |
| | * | | | Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
| | | | | |
| | | | | * Fixed sanityGravatar David Garcia Quintas2016-02-18
| | | | | |
| | | | | * moved grpc_library.cc moved out of codegenGravatar David Garcia Quintas2016-02-18
| | | | | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-02-18
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | | * Split codegen target and made it libsGravatar David Garcia Quintas2016-02-18
| | | | | |
| | | * | | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | * | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
| | | | |\ \ | | |_|_|/ / | |/| | | |
* / | | | | Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
* | | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
|\| | | |
| | | | * Fixed header dependencies and copyrightsGravatar David Garcia Quintas2016-02-16
| | | | |
| | | | * Added codegen_lib targetGravatar David Garcia Quintas2016-02-16
| | |_|/ | |/| |
| * | | Merge pull request #5209 from vjpai/why_leverGravatar Yang Gao2016-02-16
| |\ \ \ | | | | | | | | | | Delete fixed_size_thread_pool
| * \ \ \ Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
| |\ \ \ \ | | | | | | | | | | | | Add Census base log
| | | | * | Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
| | |_|/ / | |/| | |