aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
...
| | * | | compilesGravatar yang-g2015-07-06
| | | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
| | | | |\ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak
| | | * | Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-30
| | | |\ \
* | | | | | Adding JWT verifier.Gravatar Julien Boeuf2015-06-30
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.
| * | | | Use connectivity state tracking code in chttp2 transportGravatar Craig Tiller2015-06-29
| | | | |
| * | | | Merge branch 'forever-is-a-long-time' into tis-but-thy-nameGravatar Craig Tiller2015-06-29
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak
| * | | | Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | | | |
| * | | | Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | | | |
| * | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2149 from ctiller/oops-i-split-it-againGravatar Vijay Pai2015-06-26
|\ \ \ \ \ | | | | | | | | | | | | Initial transport lock split up
| | | * \ \ Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-26
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | Tidy up test to meet our standardsGravatar Craig Tiller2015-06-26
| | | | | |
| | | * | | Rename test into the right placeGravatar Craig Tiller2015-06-26
| | | | | |
| | | * | | BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRNGravatar Masood Malekghassemi2015-06-25
| | | | | |
| | * | | | Introduce connector, to help subchannel connectGravatar Craig Tiller2015-06-25
| | | | | |
| | * | | | Plumbing transport_op changes throughGravatar Craig Tiller2015-06-25
| | | | | |
| | * | | | Merge branch 'oops-i-split-it-again' into tis-but-thy-nameGravatar Craig Tiller2015-06-25
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-25
| | |\| | |
| * | | | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Refactoring progress towards integrating client configsGravatar Craig Tiller2015-06-25
| | | | | |
* | | | | | Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
* | | | | | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | Clean up anything that failed
| | | * | | Implementation work for client_configGravatar Craig Tiller2015-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - uri parsing - dns resolution
| | | * | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-24
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | Introduce resolver_factory
| | * | | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-24
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | | | | * Added compression text fixture.Gravatar David Garcia Quintas2015-06-23
| | | | | |
| | | * | | Merge github.com:grpc/grpc into that-which-we-call-a-roseGravatar Craig Tiller2015-06-23
| | | |\ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| | | * | | Flesh out things and make them compileGravatar Craig Tiller2015-06-23
| | | | | |
| * | | | | Move some code out of src/ into tools/Gravatar Craig Tiller2015-06-23
|/ / / / / | | | | | | | | | | | | | | | It shouldn't count towards coverage
* | | | | Add missing headers to build.jsonGravatar yang-g2015-06-23
| | | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-23
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufsGravatar Yang Gao2015-06-23
|\ \ \ \ \ | | | | | | | | | | | | Remove Protobuf dependency for C++
| | * \ \ \ Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-23
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2154 from jcanizales/fix-build-jsonGravatar Craig Tiller2015-06-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add pollset_set.h to build.json
* \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-22
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Add pollset_set.h to build.jsonGravatar Jorge Canizales2015-06-20
| |/ / / / /
| | * | | | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-19
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-19
|\ \ \ \ \ \
| | | | | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-06-18
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| | | | | | |
| | * | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-18
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| | | | * | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-18
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18
| |_|_|_|/ / |/| | | | |
| * | | | | Added missing but included headers to build.jsonGravatar murgatroid992015-06-17
|/ / / / /
| | | * | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-17
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| |\ \ \ \ | |/ / / / |/| | | |
| | * | | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| | | * | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| | |/| | | | |/|/ / / | |/| | | |/| | | |
| | | | * WIP. Compiles and tests pass. Need to write specific tests.Gravatar David Garcia Quintas2015-06-16
| |_|_|/ |/| | |
* | | | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
|\ \ \ \