aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* regenerateGravatar Jan Tattermusch2017-01-19
|
* Merge pull request #9361 from jtattermusch/cmake_protobufGravatar Jan Tattermusch2017-01-19
|\ | | | | CMake: Support generating from .proto files
| * regenerateGravatar Jan Tattermusch2017-01-17
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-13
|\| | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
| * remove unneeded/broken targets from CMakeLists.exeGravatar Jan Tattermusch2017-01-12
| |
| * successfuly compile gRPC with cmake+NinjaGravatar Jan Tattermusch2017-01-12
| |
| * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-06
|\| | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
| * Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\|
* | | Revert "Revert "Revert "Revert "Remove redundant includes from string.h and ↵Gravatar Mark D. Roth2016-12-12
| |/ |/| | | | | tmpfile.h""""
* | 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
| |\ | |/ |/|
| * 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
|\ \ | | | | | | Remove redundant includes from string.h and tmpfile.h
* | | 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
| | |
| | * 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
|\ \ \ | | | | | | | | Remove legacy poller
* \ \ \ Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
|\ \ \ \ | | | | | | | | | | Add grpc_socket_mutator
| | | | * 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
| |\ \ \ | | | | | | | | | | Simple PID controller
* | | | | 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
| | | |\
| * | | | Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
| | | | |
| * | | | Regenerate all projectsGravatar Vijay Pai2016-11-01
| | |_|/ | |/| |
| * | | Merge pull request #8380 from y-zeng/reflection_headerGravatar Yuchen Zeng2016-10-31
| |\ \ \ | | | | | | | | | | Remove generated pb files
* | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-31
|\| | | |
| * | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-28
| |\ \ \ \
| | | | * \ Merge github.com:grpc/grpc into pid_ctlGravatar Craig Tiller2016-10-28
| | | | |\ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-27
| |\ \ \ \ \