aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Expand)AuthorAge
* Merge pull request #5754 from ctiller/new_boring_sslGravatar Jan Tattermusch2016-03-21
|\
* \ Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-21
|\ \
| * \ Merge branch 'revert-5841-revert-5723-backoff_lib' of github.com:grpc/grpc in...Gravatar Craig Tiller2016-03-18
| |\ \
| | * | Revert "Revert "Factor out backoff code into a separate library (to be re-use...Gravatar Craig Tiller2016-03-18
| | * | Revert "Factor out backoff code into a separate library (to be re-used elsewh...Gravatar David G. Quintas2016-03-18
* | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-17
|\ \ \ \ | | |/ / | |/| |
* | | | Regenerate filesGravatar Craig Tiller2016-03-17
| | * | Merge github.com:grpc/grpc into port_serverGravatar Craig Tiller2016-03-17
| | |\ \
| | * | | Split port_posix.c into platform specifics and a portable interface to port_s...Gravatar 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
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #5270 from dgquintas/codegen_libGravatar Nicolas Noble2016-03-16
| |\ \ \ \
| | * | | | Moving core_codegen.cc to the proper filegroup.Gravatar Nicolas "Pixel" Noble2016-03-17
| | * | | | Massaging that pull request.Gravatar Nicolas "Pixel" Noble2016-03-17
| | | * | | Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-16
| | | |\| |
* | | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-16
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-03-15
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Remove end2end_certs library.Gravatar yang-g2016-03-15
| |/ / / /
| | | | * Reference github boringssl, move to chromium-stable branch headGravatar Craig Tiller2016-03-15
| | |_|/ | |/| |
| * | | Add contributed testGravatar Craig Tiller2016-03-11
| | | * Build out backoff as a libraryGravatar Craig Tiller2016-03-11
| * | | Add failing testGravatar 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
| | * WIP. Added codegen_testGravatar David Garcia Quintas2016-03-06
| | * added missing initializer for global proto_serializer holder to codegen libGravatar David Garcia Quintas2016-03-06
| | * 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
| |\ \
| * \ \ Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
| |\ \ \
| | * \ \ Merge pull request #5334 from jtattermusch/protoc_artifacts_windowsGravatar Nicolas Noble2016-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
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | 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
| |\ \ \ \ \
| | | | | * | generated projectsGravatar Jan Tattermusch2016-02-22
| | | * | | | Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-21
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | | * moar VS funGravatar David Garcia Quintas2016-02-19
| | | | | | * Fixed language category for grpc_codegen_libGravatar David Garcia Quintas2016-02-19
| | | | | | * added uuids for VSGravatar David Garcia Quintas2016-02-19
| | | | | | * actually made the codegen_lib targets private nowGravatar David Garcia Quintas2016-02-19
* | | | | | | Reinstate sockpair testsGravatar Craig Tiller2016-02-19
| | * | | | | Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19