Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Craig Tiller | 2015-04-24 |
| | |||
* | Add missing remove list | Craig Tiller | 2015-04-24 |
| | |||
* | Always wait for all ops to finish | Craig Tiller | 2015-04-24 |
| | |||
* | Bug fixing | Craig Tiller | 2015-04-24 |
| | |||
* | Stream mapping fixes | Craig Tiller | 2015-04-24 |
| | |||
* | Take a lock every time through client_channel - to simplify logic and ensure ↵ | Craig Tiller | 2015-04-24 |
| | | | | correctness | ||
* | Fix array size | Craig Tiller | 2015-04-24 |
| | |||
* | Handle reading after cancellation | Craig Tiller | 2015-04-24 |
| | |||
* | Fix uninitialized variable | Craig Tiller | 2015-04-24 |
| | |||
* | call progress | Craig Tiller | 2015-04-24 |
| | |||
* | Publish cancellation metadata | Craig Tiller | 2015-04-24 |
| | |||
* | Add missing clear | Craig Tiller | 2015-04-23 |
| | |||
* | Add newline | Craig Tiller | 2015-04-23 |
| | |||
* | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-23 |
|\ | | | | | | | | | Conflicts: Makefile | ||
* | | Fix uninitialized variable | Craig Tiller | 2015-04-23 |
| | | |||
* | | Allow round-robin again in flow control | Craig Tiller | 2015-04-23 |
| | | |||
* | | Add a hack to ensure one-op-at-a-time during connection establishment | Craig Tiller | 2015-04-23 |
| | | |||
* | | Add init/destroy, and a debug-only assert on bad headers | Craig Tiller | 2015-04-23 |
| | | |||
* | | Make the things compile again | Craig Tiller | 2015-04-23 |
| | | |||
| * | Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts | donnadionne | 2015-04-23 |
| |\ | | | | | | | Corrects command/flags used in ruby interop tests | ||
| | * | Corrects command/flags used in ruby interop tests | Tim Emiola | 2015-04-23 |
| | | | |||
| * | | Merge pull request #1307 from a11r/streamcancel | Craig Tiller | 2015-04-23 |
| |\ \ | | | | | | | | | Added e2e tests for server and bidi stream cancellation. | ||
| * \ \ | Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-time | Craig Tiller | 2015-04-23 |
| |\ \ \ | | | | | | | | | | | More work in not having to compile OpenSSL. | ||
| * \ \ \ | Merge pull request #1356 from murgatroid99/node_grpc_custom_directory | Tim Emiola | 2015-04-23 |
| |\ \ \ \ | | | | | | | | | | | | | Added information about custom gRPC install locations in README | ||
| | * | | | | Fixed typo in README change | murgatroid99 | 2015-04-23 |
| | | | | | | |||
| | * | | | | Added information about custom gRPC install locations in README, bumped version | murgatroid99 | 2015-04-23 |
| |/ / / / | |||
* | | | | | Fix double-set of alarm | Craig Tiller | 2015-04-23 |
| | | | | | |||
| * | | | | Merge pull request #1353 from murgatroid99/node_limit_thread_usage | Tim Emiola | 2015-04-23 |
| |\ \ \ \ | | | | | | | | | | | | | Node limit thread usage | ||
| * \ \ \ \ | Merge pull request #1355 from ↵ | donnadionne | 2015-04-23 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-update-docker-file-to-refresh-bundler Updates the ruby docker file to refresh bundler | ||
| | * | | | | Updates the ruby docker file to refresh bundler | Tim Emiola | 2015-04-23 |
| |/ / / / | |||
* | | | | | Add required NULL check | Craig Tiller | 2015-04-23 |
| | | | | | |||
* | | | | | clang-format | Craig Tiller | 2015-04-23 |
| | | | | | |||
* | | | | | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-23 |
|\| | | | | |||
* | | | | | Flesh out initial_op | Craig Tiller | 2015-04-23 |
| | | | | | |||
| * | | | | Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream | Michael Lumish | 2015-04-23 |
| |\ \ \ \ | | | | | | | | | | | | | Adds proto service runtime and an example of generated stub | ||
| | | | * \ | Merge branch 'master' of github.com:grpc/grpc into unsecure-no-really-this-time | Nicolas "Pixel" Noble | 2015-04-23 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| | | | | * | fixed indentation | Abhishek Kumar | 2015-04-23 |
| | | | | | | |||
* | | | | | | Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass | Craig Tiller | 2015-04-23 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge github.com:grpc/grpc into one-pass | Craig Tiller | 2015-04-23 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| * | | | | | | Merge pull request #1328 from vjpai/clamp | Craig Tiller | 2015-04-23 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Clamp histogram at 1.0 on low end to handle rare possibility of sub-1 entry (likely only for testing) | ||
| | | * | | | | | Fiddling with an initial op | Craig Tiller | 2015-04-23 |
| |_|/ / / / / |/| | | | | | | |||
| | | * | | | | Moves ProtoRPC.podspec into gRPC.podspec | Jorge Canizales | 2015-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So the root of the repository doesn’t have 2 podspecs. All four libraries are subspecs now. Adjusts the generated code to account for that. | ||
| * | | | | | | Merge pull request #1351 from nicolasnoble/flaky-travis | Craig Tiller | 2015-04-22 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Avoid building shared libraries on Travis. This seems flaky. | ||
| | * | | | | | | Avoid building shared libraries on Travis. This seems flaky. | Nicolas "Pixel" Noble | 2015-04-23 |
| |/ / / / / / | |||
| | | * | | | | Adjusts #imports of RxLibrary | Jorge Canizales | 2015-04-22 |
| | | | | | | | |||
| | | | | * | | More work in not having to compile OpenSSL. | Nicolas "Pixel" Noble | 2015-04-23 |
| | | | | | | | |||
| | | * | | | | Adjust ProtoRPC podspec to the new RxLibrary | Jorge Canizales | 2015-04-22 |
| | | | | | | | |||
* | | | | | | | Fix accidental delete | Craig Tiller | 2015-04-22 |
| | | | | | | | |||
* | | | | | | | Merge github.com:google/grpc into one-pass | Craig Tiller | 2015-04-22 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| * | | | | | | Merge pull request #1349 from nicolasnoble/cleanup | Craig Tiller | 2015-04-22 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | Post merge cleanup. |