aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Collapse)AuthorAge
* Merge pull request #2493 from a-veitch/record_statGravatar Craig Tiller2015-07-23
|\ | | | | Census record stats API
| * fix buildGravatar Alistair Veitch2015-07-20
| |
* | Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
| |
* | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵Gravatar Craig Tiller2015-07-19
|\ \ | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak
| | * rebuild makefileGravatar Alistair Veitch2015-07-17
| | |
* | | Merge with headGravatar yang-g2015-07-16
|\ \ \
* | | | split iterator into its own fileGravatar yang-g2015-07-16
| |_|/ |/| |
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-16
| | |\ | | |/ | |/|
| * | Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
| |\ \ | | | | | | | | Make thread_pool.h a public header
| | * | Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | | | | | | | | | appropriate
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak
| | * | Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| |/ / |/| | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
| * | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| |\ \ | |/ / |/| |
| * | Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | | | | | | | | | | | Tests not yet included.
* | | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-09
| | |\ | | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\| |
| * | Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
| |\ \
| | | * Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
| | | |\ | | | |/ | | |/|
* | | | resolve commentsGravatar yang-g2015-07-07
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-07
|\ \ \ \ | | |/ / | |/| |
* | | | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-06
|\ \ \ \
| | * \ \ Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-07-06
| | |\ \ \ | | |/ / / | |/| | |
* | | | | merge with upstream and resolve conflictsGravatar yang-g2015-07-06
|\ \ \ \ \
* | | | | | compilesGravatar yang-g2015-07-06
| | | | | |
| | * | | | Minor doc fix in BUILD and BUILD.templateGravatar Jorge Canizales2015-07-02
| |/ / / /
| | | | * 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 tis-but-thy-nameGravatar 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.
| * | | | Add Bazel target for ObjC gRPC runtimeGravatar Jorge Canizales2015-06-29
| | |/ / | |/| |
| | * | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-29
| | |\ \ | | |/ / | |/| |
| | * | Use connectivity state tracking code in chttp2 transportGravatar Craig Tiller2015-06-29
| | | |
| | * | Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | | |
| * | | Fix indents of rx_library blaze targetGravatar Jorge Canizales2015-06-28
| | | |
| * | | Add roots.pem bundle to the Bazel target, and use a better bundle name.Gravatar Jorge Canizales2015-06-28
| | | |
| * | | Add BUILD target for GRPCClientGravatar Jorge Canizales2015-06-28
| | | |
| | * | Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | | |
| * | | Blaze dependency on //external:libssl_objcGravatar Jorge Canizales2015-06-26
| | | |
| * | | Switch to grpc secureGravatar Jorge Canizales2015-06-26
| | | |
| * | | Merges broke the build - regenerating.Gravatar Nicolas "Pixel" Noble2015-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 pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
| |\ \ \ \ | | | | | | | | | | | | Add a test that headers are properly in build.json
| | | | * | 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 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