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
*
Merge pull request #439 from tbetbetbe/grpc_ruby_update_after_c_core_changes
Michael Lumish
2015-02-09
|
\
|
*
Stop calling finish on server calls
Tim Emiola
2015-02-09
|
*
fixes a typo
Tim Emiola
2015-02-09
|
*
updates the client server spec to reflect that status is no longer shown
Tim Emiola
2015-02-09
|
*
Disable failing wrapping level tests
Tim Emiola
2015-02-09
*
|
Fixed math and stock servers
murgatroid99
2015-02-09
*
|
Merge pull request #423 from jtattermusch/interop_testing
Tim Emiola
2015-02-09
|
\
\
|
|
*
Fixes a event compiler error
Tim Emiola
2015-02-09
|
*
|
addressed review comments
Jan Tattermusch
2015-02-09
*
|
|
Minor comment update
murgatroid99
2015-02-09
*
|
|
Updated event.cc with new changes
murgatroid99
2015-02-09
|
|
/
|
/
|
*
|
Merge pull request #381 from ctiller/async-api-new
Yang Gao
2015-02-09
|
\
\
|
*
\
Merge github.com:grpc/grpc into async-api-new
Craig Tiller
2015-02-06
|
|
\
\
*
|
|
|
Remove TODO
Craig Tiller
2015-02-06
*
|
|
|
Move completion_queue.cc to common
Craig Tiller
2015-02-06
|
|
/
/
|
/
|
|
|
|
*
updated readme
Jan Tattermusch
2015-02-06
|
|
*
added some more interop tests
Jan Tattermusch
2015-02-06
|
|
*
added support for streaming calls to TestService stubs
Jan Tattermusch
2015-02-06
|
|
*
scaffolding for interop_client and little bit of project renaming
Jan Tattermusch
2015-02-06
|
|
*
Added simplified TestService for interop testing
Jan Tattermusch
2015-02-06
|
|
/
|
/
|
*
|
Merge pull request #384 from ctiller/buffer
Vijay Pai
2015-02-06
|
\
\
*
\
\
Merge pull request #415 from jtattermusch/csharp_progress
Tim Emiola
2015-02-06
|
\
\
\
|
|
|
*
Merge github.com:google/grpc into async-api-new
Craig Tiller
2015-02-06
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
Merge github.com:google/grpc into buffer
Craig Tiller
2015-02-06
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #418 from nicolasnoble/tmp-win32
Craig Tiller
2015-02-06
|
\
\
\
\
*
\
\
\
\
Merge pull request #387 from maxwell-demon/census_active_ops
Alistair Veitch
2015-02-06
|
\
\
\
\
\
|
|
|
|
|
*
Add dropped line
Craig Tiller
2015-02-06
|
|
|
|
|
*
Remove debug
Craig Tiller
2015-02-06
*
|
|
|
|
|
Adding /tmp to prefix when creating posix temporary files.
Julien Boeuf
2015-02-06
|
|
*
|
|
|
Making the gpr_tmpfile's win32 version a bit more Windows-y.
Nicolas "Pixel" Noble
2015-02-06
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
Fixes
Craig Tiller
2015-02-05
|
|
|
|
*
Merge github.com:google/grpc into async-api-new
Craig Tiller
2015-02-05
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
Polishing C# math service implementation and added an in-process mathclient m...
Jan Tattermusch
2015-02-05
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #411 from jtattermusch/csharp_server
Michael Lumish
2015-02-05
|
\
\
\
\
|
*
|
|
|
removed outdated comment
Jan Tattermusch
2015-02-05
|
*
|
|
|
added comment
Jan Tattermusch
2015-02-05
|
|
|
|
*
Fix in-flight cancellations
Craig Tiller
2015-02-05
|
|
*
|
|
prefix struct & functions in census_tracing.h per ctiller's suggestion.
Hongyu Chen
2015-02-05
|
|
|
|
*
Merge github.com:google/grpc into async-api-new
Craig Tiller
2015-02-05
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
Converted some cancellation tests
Craig Tiller
2015-02-05
|
|
*
|
|
More update on dup_annotation_list following review comments.
Hongyu Chen
2015-02-05
*
|
|
|
|
Move pollset_kick wfd creation/destruction out of freelist lock
David Klempner
2015-02-05
|
|
|
|
*
Merge github.com:google/grpc into async-api-new
Craig Tiller
2015-02-05
|
|
|
|
|
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #359 from jboeuf/ssl_default_creds_integration
Yang Gao
2015-02-05
|
\
\
\
\
\
|
*
|
|
|
|
Addressing comments.
Julien Boeuf
2015-02-05
*
|
|
|
|
|
Added usage info to csharp/README.md
Jan Tattermusch
2015-02-05
|
|
|
|
|
*
Fix memory usage
Craig Tiller
2015-02-05
|
|
|
*
|
|
Merge branch 'census_active_ops' of https://github.com/maxwell-demon/grpc int...
Hongyu Chen
2015-02-05
|
|
|
|
\
\
\
|
|
|
*
|
|
|
Update following a-vietch's comments
Hongyu Chen
2015-02-05
|
|
|
|
|
|
*
Merge github.com:google/grpc into async-api-new
Craig Tiller
2015-02-05
|
|
|
|
|
|
|
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
[next]