aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Expand)AuthorAge
* Add bazel build rule for c-aresGravatar Yuchen Zeng2017-01-23
* Merge pull request #8684 from gcasto/change_cronet_interfaceGravatar Muxi Yan2017-01-18
|\
* \ Merge pull request #9303 from nicolasnoble/bazel-fixesGravatar Nicolas Noble2017-01-17
|\ \
* \ \ Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-r...Gravatar Mark D. Roth2017-01-13
|\ \ \
| | * | Fixing a few items with the new Bazel BUILD system:Gravatar Nicolas "Pixel" Noble2017-01-13
| |/ /
| | * Merge remote-tracking branch 'upstream/master' into change_cronet_interfaceGravatar Muxi Yan2017-01-10
| | |\ | | |/ | |/|
| * | Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
* | | Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-r...Gravatar Mark D. Roth2017-01-06
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\ \
| | * \ Merge pull request #13 from ctiller/patchyGravatar Nicolas Noble2017-01-04
| | |\ \
| | | * | Fixes for testsGravatar Craig Tiller2017-01-04
| | * | | Putting message size filter back.Gravatar Nicolas "Pixel" Noble2017-01-04
| | |/ /
| * | | Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
| |\| |
| | * | Moving message_size_filter properly.Gravatar Nicolas "Pixel" Noble2017-01-04
| | * | Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| | |\ \
| | | | * Merge branch 'master' into change_cronet_interfaceGravatar Muxi Yan2016-12-14
| | | | |\ | | | | |/ | | | |/|
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\ \ \ \ | | | |/ / | | |/| |
* | / | | Revert "Revert "Revert "Revert "Remove redundant includes from string.h and t...Gravatar Mark D. Roth2016-12-12
| |/ / / |/| | |
* | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\ \ \ | |/ / / |/| | |
| * | | Fix buildGravatar Craig Tiller2016-12-06
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| |\ \ \
* | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-12-05
| |/ / / |/| | |
* | | | Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
* | | | Merge pull request #8922 from sreecha/slice_cleanupGravatar Mark D. Roth2016-12-05
|\ \ \ \
* | | | | Use the same server code for both secure and insecure servers.Gravatar Mark D. Roth2016-12-02
| * | | | Temporarily enable gpr_slice_* functions to not break api compatibilityGravatar Sree Kuchibhotla2016-12-01
| | * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Fixed build.yaml and ran generate_projects.sh.Gravatar Mark D. Roth2016-11-29
* | | | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-29
|\| | | |
| * | | | Run tools/buildgen/generate_projects.shGravatar ncteisen2016-11-28
| | | | * Change interfaceGravatar Garrett Casto2016-11-28
| | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
| | |\ \ | | |/ / | |/| |
* | | | Rename security handshaker files.Gravatar Mark D. Roth2016-11-17
* | | | Use the same connector code for both secure and insecure clients.Gravatar Mark D. Roth2016-11-17
| | * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| | |\ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-16
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #8680 from ctiller/no_more_legacyGravatar Craig Tiller2016-11-15
|\ \ \ \
* \ \ \ \ Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
|\ \ \ \ \
| | | | * | Fix foward declaration duplicationGravatar Craig Tiller2016-11-10
| |_|_|/ / |/| | | |
| | | * | Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-08
| | | |\ \ | |_|_|/ / |/| | | |
| | * | | Remove legacy pollerGravatar Craig Tiller2016-11-08
* | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
|\ \ \ \ \
| | | | * \ Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-07
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | * | | | Get user agent rightGravatar Craig Tiller2016-11-04
| |/ / / /
| * | | | Merge pull request #8456 from ctiller/pid_ctlGravatar Craig Tiller2016-11-04
| |\ \ \ \
* | | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\| | | | |
| | | | * | Rename method_config.[ch] to service_config.[ch].Gravatar Mark D. Roth2016-11-03
| | |_|/ / | |/| | |
| | | * | Merge remote-tracking branch 'upstream/master' into tosGravatar Yuchen Zeng2016-11-02
| | | |\ \