aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
Commit message (Expand)AuthorAge
...
* | | | | | Merge branch 'optionalize_census' into optionalize_resolversGravatar Craig Tiller2016-03-31
|\| | | | |
| * | | | | Merge github.com:grpc/grpc into optionalize_censusGravatar Craig Tiller2016-03-31
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | / | | | Optionalize name resolversGravatar Craig Tiller2016-03-31
|/ / / / /
| * | | | Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
| |\ \ \ \
| | | | | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-31
| | | | | |\ | | | | |_|/ | | | |/| |
| | | * | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
| | | |\ \ \ | | | |/ / / | | |/| | |
| * | | | | Update copyrightsGravatar Craig Tiller2016-03-31
| | | | * | Renamed subchannel_factory to client_channel_factory.Gravatar David Garcia Quintas2016-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 branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-28
| | | |\ | | | |/ | | |/|
* | / | Begin optionalizing lb policies: initial code movementGravatar Craig Tiller2016-03-28
|/ / /
| * | Merge github.com:grpc/grpc into cleaner-posix2Gravatar 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
* | | Merge pull request #5383 from miselin/add_request_parsingGravatar Jan Tattermusch2016-03-23
|\ \ \
* \ \ \ Merge pull request #5755 from ahedberg/unix_sockets_optionalGravatar Jan Tattermusch2016-03-23
|\ \ \ \
| | * | | Add HTTP request parsing.Gravatar Matthew Iselin2016-03-23
| |/ / / |/| | |
* | | | removed uchannelsGravatar David Garcia Quintas2016-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
| | |\ \ | |_|/ / |/| | |
| * | | 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
|\ \ \ \
| * | | | Build out backoff as a libraryGravatar Craig Tiller2016-03-11
| |/ / /
* | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
|\| | |
| | | * Finish porting rough implementation of poll() event strategyGravatar 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 github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| | |\ \
| * | \ \ Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-02-22
| |/ / /
| | | * Start migrating code into ev_XXXGravatar Craig Tiller2016-02-22
| * | | Merge pull request #5302 from nicolasnoble/python-windowsGravatar Masood Malekghassemi2016-02-22
| |\ \ \
| | * | | Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
| | | | * Merge branch 'cleaner-posix' into cleaner-posix2Gravatar Craig Tiller2016-02-18
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
| | | |\ \ | | |_|/ / | |/| | |
* / | | | Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
|/ / / /
* | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
|\| | |