aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
Commit message (Expand)AuthorAge
...
* | | Refactor build to have lb policies as extensionsGravatar Craig Tiller2016-03-29
| * | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-29
| |\|
* | | Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-28
|\ \ \ | | |/ | |/|
| * | Merge pull request #5900 from murgatroid99/node_callback_conventionGravatar Nicolas Noble2016-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
| |/ / / |/| | |
| | * | Follow Node's callback-last convention for client callsGravatar murgatroid992016-03-21
* | | | removed uchannelsGravatar David Garcia Quintas2016-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
|\ \ \
* \ \ \ 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 backoff_libGravatar Craig Tiller2016-03-17
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Massaging that pull request.Gravatar Nicolas "Pixel" Noble2016-03-17
| | * | | Build out backoff as a libraryGravatar Craig Tiller2016-03-11
| | |/ /
| * | | Merge branch 'codegen_proto_utils_fix' into codegen_libGravatar David Garcia Quintas2016-03-06
| |\| |
* | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
|\ \ \ \ | | |/ / | |/| |
| | | * 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
| | | |\
| * | | | Faster code generationGravatar Craig Tiller2016-02-24
| * | | | 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
| | |\ \ \
| * | \ \ \ 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
| | |/ / / / | |/| | | |
| | | | | * 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
| | | | | * | Fixed sanityGravatar David Garcia Quintas2016-02-18
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_libGravatar David Garcia Quintas2016-02-18
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | Split codegen target and made it libsGravatar David Garcia Quintas2016-02-18
| | | |_|/ / | | |/| | |
| | | | | * Merge branch 'cleaner-posix' into cleaner-posix2Gravatar Craig Tiller2016-02-18
| | | | | |\ | | | | |_|/ | | | |/| |
| | | * | | Merge github.com:grpc/grpc into cleaner-posixGravatar 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
|\| | | |
| * | | | Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
| |\ \ \ \
| | | | | * Moving fd code into ev codeGravatar Craig Tiller2016-02-16
| | | | |/ | | | |/|