aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * Fixing indentation.Gravatar Julien Boeuf2015-06-30
| | | |
| * | | Merge pull request #2249 from soltanmm/2248Gravatar Nathaniel Manista2015-06-29
| |\ \ \ | | | | | | | | | | Fix initial-server-metadata-merged-into-terminal-server-metadata bug.
* | | | | Better handling of cancellation, uri parse errors, and disconnectionGravatar Craig Tiller2015-06-29
| | | | |
| * | | | Merge pull request #2246 from murgatroid99/makefile_pkg-config_dep_checkGravatar Nicolas Noble2015-06-29
| |\ \ \ \ | | | | | | | | | | | | Added pkg-config checking to Makefile where possible
* | | | | | Add connect retry, backoffGravatar Craig Tiller2015-06-29
| | | | | |
| * | | | | Merge pull request #2250 from jcanizales/bazel-proto-rpcGravatar Michael Lumish2015-06-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Add Bazel target for Objective-C proto-gRPC runtime
| | * | | | | Minor: add TODO to improve an error message.Gravatar Jorge Canizales2015-06-29
| | | | | | |
| | * | | | | Add Bazel target for ObjC gRPC runtimeGravatar Jorge Canizales2015-06-29
| | | | | | |
| | * | | | | Don’t import Protobuf runtime using Cocoapods pathsGravatar Jorge Canizales2015-06-29
| |/ / / / /
* | | | | | Trip through transient failure on disconnectionGravatar Craig Tiller2015-06-29
| | | | | |
* | | | | | Make SSL workGravatar Craig Tiller2015-06-29
| | | | | |
* | | | | | SSL channel args work with client config againGravatar Craig Tiller2015-06-29
| | | | | |
| | | * | | Accept metadata sequences, return tuplesGravatar Masood Malekghassemi2015-06-29
| | | | | |
* | | | | | Fix refcountingGravatar Craig Tiller2015-06-29
| | | | | |
| | | * | | Fix #2248Gravatar Masood Malekghassemi2015-06-29
| | |/ / / | |/| | |
* | | | | Refcounting fixesGravatar Craig Tiller2015-06-29
| | | | |
| | * | | Fixed some linking problemsGravatar murgatroid992015-06-29
| | | | |
* | | | | DebuggingGravatar Craig Tiller2015-06-29
| | | | |
| * | | | Merge pull request #2244 from stanley-cheung/php_minor_script_fixGravatar Michael Lumish2015-06-29
| |\ \ \ \ | | | | | | | | | | | | php minor script fix
| | | * | | Added pkg-config checking to Makefile where possibleGravatar murgatroid992015-06-29
| | | | | |
* | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-29
|\| | | | |
* | | | | | .clang-formatGravatar Craig Tiller2015-06-29
| | | | | |
* | | | | | Add ability to continue waiting callsGravatar Craig Tiller2015-06-29
| | | | | |
| * | | | | Merge pull request #2240 from jcanizales/bazel-grpc-clientGravatar Michael Lumish2015-06-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Add Bazel target for the GRPCClient library
| * \ \ \ \ \ Merge pull request #2236 from jcanizales/bazel-grpc-secureGravatar Michael Lumish2015-06-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Switch ObjC Bazel target for the core library to use the secure version
| * \ \ \ \ \ \ Merge pull request #2169 from ctiller/no-spam-for-youGravatar Vijay Pai2015-06-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove spammy line (this is obfuscating testing logs)
| | | | | * | | | php minor script fixGravatar Stanley Cheung2015-06-29
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #2241 from ctiller/pure-applesauceGravatar Nicolas Noble2015-06-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix run_tests forever mode
* | | | | | | | | clang-formatGravatar Craig Tiller2015-06-29
| | | | | | | | |
* | | | | | | | | 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
| * | | | | | | | Add an fd conservation test to verify that fds actually closeGravatar Craig Tiller2015-06-29
| | | | | | | | |
* | | | | | | | | Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | | | | | | | |
| | | * | | | | | Fix run_tests forever modeGravatar Craig Tiller2015-06-28
| | |/ / / / / /
* | | | | | | | Fix run_tests forever modeGravatar Craig Tiller2015-06-28
| | | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-28
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Simple request unsecure passes with new client_config codeGravatar Craig Tiller2015-06-28
| | | | | | | |
| * | | | | | | Merge pull request #2238 from nicolasnoble/no-containersGravatar Jorge Canizales2015-06-28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable saving failed containers, until we purge old ones. We were running out of disk space.
| | | | | | * | | 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
| | | | | |/ / /
* | | | | | | | refcount debuggingGravatar Craig Tiller2015-06-27
| | | | | | | |
| | * | | | | | Disabling saving failed containers.Gravatar Nicolas "Pixel" Noble2015-06-27
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | We clearly don't have enough space for that, if we are to run our tests every few minutes. We can revisit that later and automatically purge old containers for example.
* | | | | | | Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | | | | | |
* | | | | | | Implement channel op dispatchGravatar Craig Tiller2015-06-27
| | | | | | |
* | | | | | | Request/response path starting to workGravatar Craig Tiller2015-06-27
| | | | | | |
| | | | * | | Blaze dependency on //external:libssl_objcGravatar Jorge Canizales2015-06-26
| | | | | | |
| | | | * | | Switch to grpc secureGravatar Jorge Canizales2015-06-26
| | |_|/ / / | |/| | | |
* | | | | | Progress - need to add http filtersGravatar Craig Tiller2015-06-26
| | | | | |
* | | | | | Get the success case through to call creationGravatar Craig Tiller2015-06-26
| | | | | |