aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
|\
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Swap header/src into the right orderGravatar Craig Tiller2016-03-29
| |
| * Move proto code under ext/.../grpclbGravatar Craig Tiller2016-03-29
| |
| * Make plugin registries workGravatar Craig Tiller2016-03-29
| |
| * Refactor build to have lb policies as extensionsGravatar Craig Tiller2016-03-29
| |
| * Begin optionalizing lb policies: initial code movementGravatar 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
|\ | | | | 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
| |
| * 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
|\|
| * 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
| |/ /
| * | Merge pull request #5302 from nicolasnoble/python-windowsGravatar Masood Malekghassemi2016-02-22
| |\ \ | | | | | | | | Enabling python artifact building for Windows.
| | * | Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
| | | |
| | | * Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-18
| | | |\ | | |_|/ | |/| |
* / | | Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
* | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
|\| |
| * | Merge pull request #5098 from a-veitch/base_logGravatar Bogdan Drutu2016-02-16
| |\ \ | | | | | | | | Add Census base log
| | | * Revert "Revert "Proto API for LB request/responses""Gravatar Craig Tiller2016-02-11
| | | |
| | | * Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
| | | |
| | * | merge to HEADGravatar Alistair Veitch2016-02-11
| | |\ \
| * | \ \ Merge github.com:grpc/grpc into compatibility_modeGravatar Craig Tiller2016-02-11
| |\ \ \ \ | | | |/ / | | |/| |
| | | | * Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-02-11
| | | | |\ | | | |_|/ | | |/| |
* | | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-09
|\ \ \ \ \
| | | * | | Get compilation working againGravatar Craig Tiller2016-02-09
| | | | | |
| | | * | | Rollback gpr deletionGravatar Craig Tiller2016-02-09
| | |/ / / | |/| | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-02-08
| | | | |\ | | |_|_|/ | |/| | |
| | | * | mergeGravatar Alistair Veitch2016-02-05
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Make binary compatibility not the defaultGravatar Craig Tiller2016-02-04
| |/ / /
| * | | Merge pull request #5013 from a-veitch/tag_set_to_contextGravatar Bogdan Drutu2016-02-04
| |\ \ \ | | | | | | | | | | Change all instances of census_tag_set to census_context
| * \ \ \ Merged from masterGravatar murgatroid992016-02-03
| |\ \ \ \
| * | | | | Add working Node artifact builder for all platformsGravatar murgatroid992016-02-03
| | | | | |
| | | * | | mergeGravatar Alistair Veitch2016-02-03
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | | * | initial commitGravatar Alistair Veitch2016-02-02
| | | | | |
| | * | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installableGravatar Nicolas "Pixel" Noble2016-02-03
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec package.json src/python/grpcio/grpc_core_dependencies.py templates/Makefile.template tools/doxygen/Doxyfile.core.internal tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters
| | | | * | | post mergeGravatar Alistair Veitch2016-02-02
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-02
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | * | | Use old memcpy for wrappersGravatar Craig Tiller2016-02-02
| | |_|/ / / | |/| | | |