aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2015-04-24
|
* Add missing remove listGravatar Craig Tiller2015-04-24
|
* Always wait for all ops to finishGravatar Craig Tiller2015-04-24
|
* Bug fixingGravatar Craig Tiller2015-04-24
|
* Stream mapping fixesGravatar Craig Tiller2015-04-24
|
* Take a lock every time through client_channel - to simplify logic and ensure ↵Gravatar Craig Tiller2015-04-24
| | | | correctness
* Fix array sizeGravatar Craig Tiller2015-04-24
|
* Handle reading after cancellationGravatar Craig Tiller2015-04-24
|
* Fix uninitialized variableGravatar Craig Tiller2015-04-24
|
* call progressGravatar Craig Tiller2015-04-24
|
* Publish cancellation metadataGravatar Craig Tiller2015-04-24
|
* Add missing clearGravatar Craig Tiller2015-04-23
|
* Add newlineGravatar Craig Tiller2015-04-23
|
* Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-23
|\ | | | | | | | | Conflicts: Makefile
* | Fix uninitialized variableGravatar Craig Tiller2015-04-23
| |
* | Allow round-robin again in flow controlGravatar Craig Tiller2015-04-23
| |
* | Add a hack to ensure one-op-at-a-time during connection establishmentGravatar Craig Tiller2015-04-23
| |
* | Add init/destroy, and a debug-only assert on bad headersGravatar Craig Tiller2015-04-23
| |
* | Make the things compile againGravatar Craig Tiller2015-04-23
| |
| * Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scriptsGravatar donnadionne2015-04-23
| |\ | | | | | | Corrects command/flags used in ruby interop tests
| | * Corrects command/flags used in ruby interop testsGravatar Tim Emiola2015-04-23
| | |
| * | Merge pull request #1307 from a11r/streamcancelGravatar Craig Tiller2015-04-23
| |\ \ | | | | | | | | Added e2e tests for server and bidi stream cancellation.
| * \ \ Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-timeGravatar Craig Tiller2015-04-23
| |\ \ \ | | | | | | | | | | More work in not having to compile OpenSSL.
| * \ \ \ Merge pull request #1356 from murgatroid99/node_grpc_custom_directoryGravatar Tim Emiola2015-04-23
| |\ \ \ \ | | | | | | | | | | | | Added information about custom gRPC install locations in README
| | * | | | Fixed typo in README changeGravatar murgatroid992015-04-23
| | | | | |
| | * | | | Added information about custom gRPC install locations in README, bumped versionGravatar murgatroid992015-04-23
| |/ / / /
* | | | | Fix double-set of alarmGravatar Craig Tiller2015-04-23
| | | | |
| * | | | Merge pull request #1353 from murgatroid99/node_limit_thread_usageGravatar Tim Emiola2015-04-23
| |\ \ \ \ | | | | | | | | | | | | Node limit thread usage
| * \ \ \ \ Merge pull request #1355 from ↵Gravatar donnadionne2015-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 bundlerGravatar Tim Emiola2015-04-23
| |/ / / /
* | | | | Add required NULL checkGravatar Craig Tiller2015-04-23
| | | | |
* | | | | clang-formatGravatar Craig Tiller2015-04-23
| | | | |
* | | | | Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-23
|\| | | |
* | | | | Flesh out initial_opGravatar Craig Tiller2015-04-23
| | | | |
| * | | | Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstreamGravatar Michael Lumish2015-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-timeGravatar Nicolas "Pixel" Noble2015-04-23
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | | * fixed indentationGravatar Abhishek Kumar2015-04-23
| | | | | |
* | | | | | Merge branch 'one-pass' of github.com:ctiller/grpc into one-passGravatar Craig Tiller2015-04-23
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge github.com:grpc/grpc into one-passGravatar Craig Tiller2015-04-23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #1328 from vjpai/clampGravatar Craig Tiller2015-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 opGravatar Craig Tiller2015-04-23
| |_|/ / / / / |/| | | | | |
| | | * | | | Moves ProtoRPC.podspec into gRPC.podspecGravatar Jorge Canizales2015-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-travisGravatar Craig Tiller2015-04-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid building shared libraries on Travis. This seems flaky.
| | * | | | | | Avoid building shared libraries on Travis. This seems flaky.Gravatar Nicolas "Pixel" Noble2015-04-23
| |/ / / / / /
| | | * | | | Adjusts #imports of RxLibraryGravatar Jorge Canizales2015-04-22
| | | | | | |
| | | | | * | More work in not having to compile OpenSSL.Gravatar Nicolas "Pixel" Noble2015-04-23
| | | | | | |
| | | * | | | Adjust ProtoRPC podspec to the new RxLibraryGravatar Jorge Canizales2015-04-22
| | | | | | |
* | | | | | | Fix accidental deleteGravatar Craig Tiller2015-04-22
| | | | | | |
* | | | | | | Merge github.com:google/grpc into one-passGravatar Craig Tiller2015-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/cleanupGravatar Craig Tiller2015-04-22
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | Post merge cleanup.