Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php: prepare for release 0.14 | Stanley Cheung | 2016-04-25 |
| | |||
* | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
|\ | |||
| * | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 |
| |\ | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | ||
| * | | Update boringssl to latest chromium-stable. | itessier | 2016-04-20 |
| | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d | ||
| | * | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| |/ | | | | | | | application handle the authentication. | ||
* | | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
| | | |||
| * | Factored out parse functions from sockaddr_resolver | David Garcia Quintas | 2016-04-08 |
|/ | |||
* | Sort out codegen dependencies | Craig Tiller | 2016-04-07 |
| | |||
* | Fixing client_config init | Craig Tiller | 2016-04-05 |
| | |||
* | Nailing down dependencies better | Craig Tiller | 2016-04-05 |
| | |||
* | Getting dependencies fixed up | Craig Tiller | 2016-04-05 |
| | |||
* | Move subchannel_call_holder | Craig Tiller | 2016-04-05 |
| | |||
* | Merge branch 'subchannel_factory_create_lb_channel' of ↵ | Craig Tiller | 2016-04-01 |
|\ | | | | | | | github.com:dgquintas/grpc into ccmerge | ||
* \ | Merge github.com:grpc/grpc into optionalize_client_config | Craig Tiller | 2016-04-01 |
|\ \ | |||
| | * | Merge branch 'master' into subchannel_factory_create_lb_channel | David G. Quintas | 2016-04-01 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #5419 from ctiller/cleaner-posix2 | Nicolas Noble | 2016-04-01 |
| |\ \ | | | | | | | | | Move all event handling code behind one grand unified interface | ||
* | \ \ | Merge branch 'optionalize_resolvers' into optionalize_client_config | Craig Tiller | 2016-04-01 |
|\ \ \ \ | |||
| * | | | | Merge branch 'optionalize_census' into optionalize_resolvers | Craig Tiller | 2016-04-01 |
| |\| | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into ↵ | David Garcia Quintas | 2016-03-31 |
| | | | |\ | | | | | | | | | | | | | | | | | | | subchannel_factory_create_lb_channel | ||
| | * | | | | Remove removed file from build.yaml | Craig Tiller | 2016-03-31 |
| | | | | | | |||
* | | | | | | Reposition files to optionalize client_config system | Craig Tiller | 2016-03-31 |
|/ / / / / | |||
* / / / / | Optionalize name resolvers | Craig Tiller | 2016-03-31 |
|/ / / / | |||
| * | | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-31 |
| |\ \ \ | | | |/ | | |/| | |||
| * | | | Remove removed files from build.yaml | Craig Tiller | 2016-03-30 |
| | | | | |||
| | | * | Renamed subchannel_factory to client_channel_factory. | David Garcia Quintas | 2016-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 branch 'optionalize_roundrobin' into optionalize_census | Craig Tiller | 2016-03-29 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Swap header/src into the right order | Craig Tiller | 2016-03-29 |
| | | | | |||
* | | | | Merge branch 'optionalize_roundrobin' into optionalize_census | Craig Tiller | 2016-03-29 |
|\| | | | |||
| * | | | Move proto code under ext/.../grpclb | Craig Tiller | 2016-03-29 |
| | | | | |||
* | | | | Build Census as a grpc plugin | Craig Tiller | 2016-03-29 |
|/ / / | |||
* | | | Make plugin registries work | Craig Tiller | 2016-03-29 |
| | | | |||
* | | | Refactor build to have lb policies as extensions | Craig Tiller | 2016-03-29 |
| | | | |||
| * | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-29 |
| |\| | |||
* | | | Begin optionalizing lb policies: initial code movement | Craig Tiller | 2016-03-28 |
| |/ |/| | |||
| * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-28 |
| |\ | |||
* | | | Add uses clauses to filegroups to ease dependency management | Craig Tiller | 2016-03-28 |
| | | | |||
* | | | Declare filegroups for chttp2 | Craig Tiller | 2016-03-28 |
| | | | |||
* | | | Move chttp2 related files under ext/ | Craig Tiller | 2016-03-28 |
| |/ |/| | |||
* | | Stage #1 of core breakup: move everything under lib | Craig Tiller | 2016-03-25 |
| | | |||
* | | Merge pull request #5383 from miselin/add_request_parsing | Jan Tattermusch | 2016-03-23 |
|\ \ | | | | | | | Add HTTP request parsing | ||
* \ \ | Merge pull request #5755 from ahedberg/unix_sockets_optional | Jan Tattermusch | 2016-03-23 |
|\ \ \ | | | | | | | | | Make unix sockets optional | ||
| | * | | Add HTTP request parsing. | Matthew Iselin | 2016-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 uchannels | David Garcia Quintas | 2016-03-21 |
| | | | |||
| | * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-21 |
| | |\ | |_|/ |/| | | |||
| * | | add unix_sockets_posix module to build system and fix compilation errors | ahedberg | 2016-03-18 |
| | | | |||
* | | | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-17 |
|\ \ \ | |||
* \ \ \ | Merge github.com:grpc/grpc into filter-selection | Craig Tiller | 2016-03-17 |
|\ \ \ \ | |||
| | | | * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | * | | | Merge github.com:grpc/grpc into backoff_lib | Craig Tiller | 2016-03-17 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| * | | | | Massaging that pull request. | Nicolas "Pixel" Noble | 2016-03-17 |
| | | | | |