Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | Craig Tiller | 2015-07-19 |
|\ | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | ||
* \ | Merge with head | yang-g | 2015-07-16 |
|\ \ | |||
* | | | split iterator into its own file | yang-g | 2015-07-16 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-16 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
| |\ \ | | | | | | | | | Make thread_pool.h a public header | ||
| | * | | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | | | | | | | | | | | | | appropriate | ||
| | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-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 header | Vijay Pai | 2015-07-15 |
| |/ / |/| | | | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
| * | | Merge branch 'master' into lockfree-stack | vjpai | 2015-07-10 |
| |\ \ | |/ / |/| | | |||
| * | | Initial checkin commit for lockfree stack. | Vijay Pai | 2015-07-10 |
| | | | | | | | | | | | | Tests not yet included. | ||
* | | | Add a version string and a function to retrieve it | Craig Tiller | 2015-07-10 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-09 |
| | |\ | | |/ | |/| | |||
* | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
|\| | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into jwt_verifier | Julien Boeuf | 2015-07-08 |
| |\ \ | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-08 |
| | | |\ | | | |/ | | |/| | |||
* | | | | resolve comments | yang-g | 2015-07-07 |
| | | | | |||
* | | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-07 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-06 |
|\ \ \ \ | |||
| | * \ \ | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| | |\ \ \ | | |/ / / | |/| | | | |||
* | | | | | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
|\ \ \ \ \ | |||
* | | | | | | compiles | yang-g | 2015-07-06 |
| | | | | | | |||
| | * | | | | Minor doc fix in BUILD and BUILD.template | Jorge Canizales | 2015-07-02 |
| |/ / / / | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-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-name | Craig Tiller | 2015-06-30 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| | | * | | Adding JWT verifier. | Julien Boeuf | 2015-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 runtime | Jorge Canizales | 2015-06-29 |
| | |/ / | |/| | | |||
| | * | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-29 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Use connectivity state tracking code in chttp2 transport | Craig Tiller | 2015-06-29 |
| | | | | |||
| | * | | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| | | | | |||
| * | | | Fix indents of rx_library blaze target | Jorge Canizales | 2015-06-28 |
| | | | | |||
| * | | | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 |
| | | | | |||
| * | | | Add BUILD target for GRPCClient | Jorge Canizales | 2015-06-28 |
| | | | | |||
| | * | | Factor out channel state watching | Craig Tiller | 2015-06-27 |
| | | | | |||
| * | | | Blaze dependency on //external:libssl_objc | Jorge Canizales | 2015-06-26 |
| | | | | |||
| * | | | Switch to grpc secure | Jorge Canizales | 2015-06-26 |
| | | | | |||
| * | | | Merges broke the build - regenerating. | Nicolas "Pixel" Noble | 2015-06-27 |
| | | | | |||
| | * | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-26 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #2149 from ctiller/oops-i-split-it-again | Vijay Pai | 2015-06-26 |
| |\ \ \ | | | | | | | | | | | Initial transport lock split up | ||
| * \ \ \ | Merge pull request #2214 from ctiller/are-includes-sane | Nicolas Noble | 2015-06-25 |
| |\ \ \ \ | | | | | | | | | | | | | Add a test that headers are properly in build.json | ||
| | | | * | | Introduce connector, to help subchannel connect | Craig Tiller | 2015-06-25 |
| | | | | | | |||
| | | | * | | Plumbing transport_op changes through | Craig Tiller | 2015-06-25 |
| | | | | | | |||
| | | | * | | Merge branch 'oops-i-split-it-again' into tis-but-thy-name | Craig Tiller | 2015-06-25 |
| | | | |\ \ | | | | |/ / | | | |/| | | |||
| | | * | | | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-25 |
| | | |\ \ \ | |||
| | | | | * | | Refactoring progress towards integrating client configs | Craig Tiller | 2015-06-25 |
| | | | | | | | |||
| | * | | | | | Merge github.com:grpc/grpc into are-includes-sane | Craig Tiller | 2015-06-25 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal | ||
| | * | | | | | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up anything that failed | ||
| | | | | * | | Implementation work for client_config | Craig Tiller | 2015-06-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - uri parsing - dns resolution | ||
| * | | | | | | Regenerate BUILD file (merge didn’t add whitespace) | Jorge Canizales | 2015-06-24 |
| | | | | | | | |||
| * | | | | | | Merge master into bazel-grpc-unsecured to solve conflict | Jorge Canizales | 2015-06-24 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||
| | | | | * | | Merge github.com:grpc/grpc into that-which-we-call-a-rose | Craig Tiller | 2015-06-24 |
| | | | | |\ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | Introduce resolver_factory |