aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
...
| | | | | * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-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 ↵Gravatar Craig Tiller2016-03-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into backoff2
| | * | | | | | Revert "Revert "Factor out backoff code into a separate library (to be ↵Gravatar Craig Tiller2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re-used elsewhere)""
| | * | | | | | Revert "Factor out backoff code into a separate library (to be re-used ↵Gravatar David G. Quintas2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elsewhere)"
| | | | * | | | 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
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | 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 ↵Gravatar Craig Tiller2016-03-17
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | port_server.py
* | | | | | | | 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 idempotentGravatar 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
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added codegen_lib
| | * | | | | | | 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 idempotentGravatar Craig Tiller2016-03-16
| | | | | | | |\ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-16
| | | |\| | | | |
| | | | | | | | * Merge github.com:grpc/grpc into cleaner-posix2Gravatar 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
| |/ / / / / / /
| | | | | * / / Initial canaries for downstream mergesGravatar Craig Tiller2016-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
| | |/ / / | |/| | |
| | | * | Implement testsGravatar Craig Tiller2016-03-10
| | | | |
| | | * | Add a place for testsGravatar Craig Tiller2016-03-10
| | |/ / | |/| |
| | * | 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 branch 'hide-the-pollset-set' into cleaner-posix2Gravatar Craig Tiller2016-02-25
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
| |\ \ \ | | | | | | | | | | Made Alarm's constructor a template for deadline
| | | | * Make out private bits privateGravatar Craig Tiller2016-02-25
| | | | |
| | | | * Remove pollset_set_posix.cGravatar Craig Tiller2016-02-25
| | | | |
| | | | * Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-02-25
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merge branch 'hide-the-pollset-set' into cleaner-posix2Gravatar Craig Tiller2016-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
| | |\ \ \ \ | | | | | | | | | | | | | | Building protoc artifacts on Windows
| | | | * | | 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
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |