Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into add_udp_server_2 | Robbie Shade | 2015-08-13 |
|\ | | | | | | | | | Conflicts: Makefile | ||
| * | Removing gpr_cancelable. | Nicolas "Pixel" Noble | 2015-08-13 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into add_udp_server_2 | Robbie Shade | 2015-08-13 |
|\| | |||
* | | Regenerated project files | Robbie Shade | 2015-08-06 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into kinetic-lopsided-poetry | Craig Tiller | 2015-08-05 |
| | |\ | | |/ | |/| | |||
| | * | Testing port server | Craig Tiller | 2015-08-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports. | ||
| * | | Merge github.com:grpc/grpc into plucking-hell | Craig Tiller | 2015-08-01 |
| |\| | | | | | | | | | | | | | Conflicts: Makefile | ||
| | * | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about | Craig Tiller | 2015-07-31 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | ||
| * | \ | Merge github.com:grpc/grpc into plucking-hell | Craig Tiller | 2015-07-30 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Merge branch 'master' into issue_2709 | Alistair Veitch | 2015-07-30 |
| | |\ \ | |||
| | * | | | Move grpc_census_call_*_context calls into public header | Alistair Veitch | 2015-07-30 |
| | | | | | |||
| | | | * | Add a subchannel factory decorator library | Craig Tiller | 2015-07-29 |
| | | |/ | |||
| * | / | Allow specific pollers to be woken | Craig Tiller | 2015-07-29 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine). | ||
| * | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
| |\| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * | Merge pull request #2493 from a-veitch/record_stat | Craig Tiller | 2015-07-23 |
| | |\ | | | | | | | | | Census record stats API | ||
| | | * | fix build | Alistair Veitch | 2015-07-20 |
| | | | | |||
| | * | | Add ipv4:, ipv6: schemes | Craig Tiller | 2015-07-20 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-20 |
| |\| | | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * | | Merge pull request #2497 from jcanizales/update-head-v-to-0.7 | Michael Lumish | 2015-07-20 |
| | |\ \ | | | | | | | | | | | Move head podspec to v0.7. | ||
| | | * | | Move head podspec to v0.7. | Jorge Canizales | 2015-07-17 |
| | | | | | | | | | | | | | | | | | | | | Readd the commented-out config to suppress warnings, to have it handy for submissions. | ||
| | | | * | rebuild makefile | Alistair Veitch | 2015-07-17 |
| | | | | | |||
| * | | | | Client connectivity API | Craig Tiller | 2015-07-15 |
| | |/ / | |/| | | | | | | | | | | | | | | Initial plumbing work; needs tests and more client_channel implementation. | ||
| | * | | 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 | ||
| * | | | 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. | ||
* | | | | Updated build.json, regenerated project files. | Robbie Shade | 2015-07-10 |
|/ / / | |||
| * / | 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 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 |
| | |\ | | |/ | |/| | |||
| * | | Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| |\ \ | |||
| | * | | Fix build breakage of moving include/grpc/ into grpc/ | 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 | ||
* | / | | 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. | ||
| * | | 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 |
| | | | |||
* | | | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 |
| | | | |||
| * | | Factor out channel state watching | Craig Tiller | 2015-06-27 |
| | | | |||
| * | | 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 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 |
| | | | | |||
| | * | | Implementation work for client_config | Craig Tiller | 2015-06-24 |
| | | | | | | | | | | | | | | | | | | | | - uri parsing - dns resolution | ||
| | * | | Merge github.com:grpc/grpc into that-which-we-call-a-rose | Craig Tiller | 2015-06-24 |
| | |\ \ | | | | | | | | | | | | | | | | Introduce resolver_factory | ||
| * | \ \ | Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflicts | Craig Tiller | 2015-06-24 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | * | | | Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes | Michael Lumish | 2015-06-24 |
| | |\ \ \ | | | | | | | | | | | | | Have Cocoapods rename includes in the core wrapper | ||
* | | \ \ \ | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-24 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | |