aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | Revert "Refactor C# building in run_tests.py"Gravatar Jan Tattermusch2016-03-30
| | |/ / / / / / / /
| | | | | | | * | | Renamed subchannel_factory to client_channel_factory.Gravatar David Garcia Quintas2016-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to create channels from client_channel_factory. This will be used by the grpclb code to create the channels to communicate with the LB servers.
| | * | | | | | | | Merge pull request #5963 from jtattermusch/csharp_refactor_buildingGravatar Stanley Cheung2016-03-29
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | Refactor C# building in run_tests.py
| | | | | | * | | | Run fuzzer corpus entries as unit testsGravatar Craig Tiller2016-03-29
| | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'optionalize_roundrobin' into optionalize_censusGravatar Craig Tiller2016-03-29
|\| | | | | | | |
| * | | | | | | | Swap header/src into the right orderGravatar Craig Tiller2016-03-29
| | | | | | | | |
* | | | | | | | | Merge branch 'optionalize_roundrobin' into optionalize_censusGravatar Craig Tiller2016-03-29
|\| | | | | | | |
| * | | | | | | | Move proto code under ext/.../grpclbGravatar Craig Tiller2016-03-29
| | | | | | | | |
* | | | | | | | | Build Census as a grpc pluginGravatar Craig Tiller2016-03-29
|/ / / / / / / /
* | | | | | | | Make plugin registries workGravatar Craig Tiller2016-03-29
| | | | | | | |
* | | | | | | | Refactor build to have lb policies as extensionsGravatar Craig Tiller2016-03-29
|/ / / / / / /
| | | | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-29
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | * | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-29
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
| | * | | | | Merge github.com:grpc/grpc into internal-canaryGravatar Craig Tiller2016-03-29
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-28
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | * | | | Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | | * | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-28
| | | | |\ \ \
| | | * | \ \ \ Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-28
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
* | | | | | | | 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
| | | | | | |
| * | | | | | polish some .bat filesGravatar Jan Tattermusch2016-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
| | | | | | |
| | | * | | | Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #5754 from ctiller/new_boring_sslGravatar Jan Tattermusch2016-03-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reference github boringssl, move to chromium-stable branch head
| | | * \ \ \ \ Merge github.com:grpc/grpc into internal-canaryGravatar Craig Tiller2016-03-21
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | | | * | | | Merge github.com:grpc/grpc into idempotentGravatar Craig Tiller2016-03-21
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-21
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | | | | * | | 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 branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-17
| | | | | | | | | |\ | | | | | | | | |_|/ | | | | | | | |/| |
* | | | | | | | | | 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
| | | | | | | | | | |