index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
make call object implement IDisposable
Jan Tattermusch
2015-05-20
*
remove unused example
Jan Tattermusch
2015-05-20
*
make naming of async write methods clearer (by adding Async suffix)
Jan Tattermusch
2015-05-20
*
Merge pull request #1646 from jtattermusch/csharp_api_fixes
Tim Emiola
2015-05-20
|
\
*
\
Merge pull request #1675 from jtattermusch/csharp_codegen_improvements
Michael Lumish
2015-05-20
|
\
\
*
|
|
Fixed writer comment
murgatroid99
2015-05-20
*
|
|
Fixed boolean variable
murgatroid99
2015-05-20
*
|
|
Added cancel_after_first_response test
murgatroid99
2015-05-20
|
|
*
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Jan Tattermusch
2015-05-20
*
|
|
Merge pull request #1661 from ctiller/really-really-finish-the-stream
Yang Gao
2015-05-20
|
\
\
\
|
|
*
|
regenerate service stubs
Jan Tattermusch
2015-05-20
|
|
*
|
use full name when referencing protobuf messages
Jan Tattermusch
2015-05-20
*
|
|
|
Merge pull request #1621 from jcanizales/updates-proto-plugin
Michael Lumish
2015-05-20
|
\
\
\
\
*
\
\
\
\
Merge pull request #1671 from jcanizales/add-codegen-instructions
Michael Lumish
2015-05-20
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #1664 from jcanizales/renames-grx-writeable-methods
Michael Lumish
2015-05-20
|
\
\
\
\
\
\
|
|
*
|
|
|
|
Add instructions to generate code and integrate it
Jorge Canizales
2015-05-19
|
|
|
|
*
|
|
Correctly handle reading the final message and then sending status
Craig Tiller
2015-05-19
|
|
|
|
*
|
|
Merge github.com:grpc/grpc into really-really-finish-the-stream
Craig Tiller
2015-05-19
|
|
|
|
|
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #1663 from yang-g/leak
Craig Tiller
2015-05-19
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
Removes spurious change to Test.pb.m
Jorge Canizales
2015-05-19
|
|
*
|
|
|
|
s/didFinishWithError/writesFinishedWithError
Jorge Canizales
2015-05-19
|
|
*
|
|
|
|
s/didReceiveValue/writeValue
Jorge Canizales
2015-05-19
*
|
|
|
|
|
|
Merge pull request #1589 from nicolasnoble/ruby-cleanup
Tim Emiola
2015-05-19
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
Fix a potential leak
Yang Gao
2015-05-19
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #1655 from murgatroid99/node_server_handle_invalid_arguments
Tim Emiola
2015-05-19
|
\
\
\
\
\
\
|
|
|
|
|
*
|
Send RST_STREAM when closing from the server without getting a client half-cl...
Craig Tiller
2015-05-19
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #1659 from jayantkolhe/my-shiny-new-branch
Jorge Canizales
2015-05-19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Update README.md
Jayant Kolhe
2015-05-19
*
|
|
|
|
|
|
Merge pull request #1654 from jtattermusch/protobuf-upgrade
Nathaniel Manista
2015-05-19
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
Nicolas "Pixel" Noble
2015-05-19
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #1647 from jcanizales/buffered-pipe-and-ping-pong-test
Michael Lumish
2015-05-19
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
Fixed server to handle invalid arguments without breaking
murgatroid99
2015-05-19
|
*
|
|
|
|
|
Copy values before buffering them.
Jorge Canizales
2015-05-18
*
|
|
|
|
|
|
Extension should return a const char *.
Julien Boeuf
2015-05-18
|
*
|
|
|
|
|
Add warning about the perils of buffering without bounds
Jorge Canizales
2015-05-18
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Added failing tests for server bad argument handling
murgatroid99
2015-05-18
*
|
|
|
|
|
Merge pull request #1644 from jboeuf/tsi_util_refactoring
Nicolas Noble
2015-05-18
|
\
\
\
\
\
\
|
|
*
|
|
|
|
Use BufferedPipe to add PingPong test and fix Cancel test
Jorge Canizales
2015-05-18
|
|
*
|
|
|
|
Adds GRXBufferedPipe
Jorge Canizales
2015-05-18
*
|
|
|
|
|
|
Merge pull request #1643 from jcanizales/fixes-server-streaming-test
Michael Lumish
2015-05-18
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
/
/
/
/
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
Putting tsi util in header so that it can be used elsewhere.
Julien Boeuf
2015-05-18
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix false positive in server streaming test
Jorge Canizales
2015-05-18
*
|
|
|
|
Merge pull request #1594 from yang-g/creds
jboeuf
2015-05-18
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1575 from dgquintas/profiling_marks_strtags
Vijay Pai
2015-05-18
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #1636 from jcanizales/move-sample-to-proto3
Michael Lumish
2015-05-18
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #1637 from ctiller/explain-the-things
Yang Gao
2015-05-18
|
\
\
\
\
\
\
*
\
\
\
\
\
\
Merge pull request #1630 from jtattermusch/nuget_adjustments
Tim Emiola
2015-05-18
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Delete antiquated code
Craig Tiller
2015-05-17
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
Move sample app to proto3 and clarify usage example
Jorge Canizales
2015-05-17
|
|
*
|
|
|
|
Adds local sample test using generated service
Jorge Canizales
2015-05-17
[next]