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
*
Adds a tests that demonstrates successful cancellation
Tim Emiola
2015-04-15
*
Merge pull request #1282 from tbetbetbe/grpc_ruby_add_jwt_auth_interop
Michael Lumish
2015-04-14
|
\
*
\
Merge pull request #1267 from vjpai/timers
Craig Tiller
2015-04-14
|
\
\
|
|
*
Updates the pubsub sample so that it no longer uses a scope
Tim Emiola
2015-04-14
|
|
*
Adds a jwt_token_creds interop test
Tim Emiola
2015-04-14
|
|
*
Automatically adds a key for the jwt_aud_uri to the metadata handled by the m...
Tim Emiola
2015-04-14
|
*
|
Explicit header path
vjpai
2015-04-14
*
|
|
Merge pull request #1275 from tbetbetbe/grpc_ruby_0_6_1
Michael Lumish
2015-04-14
|
\
\
\
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1259 from ctiller/metadata
David Klempner
2015-04-14
|
\
\
\
|
|
*
|
Corrects the Changelog date
Tim Emiola
2015-04-14
|
|
*
|
Revert "Update installation instructions to mention debian binary install"
Tim Emiola
2015-04-14
|
|
*
|
Correct style errors identified by the latest version of RuboCop
Tim Emiola
2015-04-14
|
|
*
|
Add a changelog
Tim Emiola
2015-04-14
|
|
*
|
Update the version to 0.6.1
Tim Emiola
2015-04-14
|
|
*
|
Update the version of googleauth to 0.4
Tim Emiola
2015-04-14
|
|
*
|
Update installation instructions to mention debian binary install
Tim Emiola
2015-04-14
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1273 from soltanmm/auth-interop
Tim Emiola
2015-04-14
|
\
\
\
*
\
\
\
Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsy
Vijay Pai
2015-04-13
|
\
\
\
\
|
|
*
|
|
Fix Python auth and interop test
Masood Malekghassemi
2015-04-13
*
|
|
|
|
Merge pull request #1270 from jboeuf/server_security_context_factory
Yang Gao
2015-04-13
|
\
\
\
\
\
|
|
*
|
|
|
Inline initial slice buffer allocation
Craig Tiller
2015-04-13
*
|
|
|
|
|
Merge pull request #1269 from ctiller/racefix
jboeuf
2015-04-13
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
Fix Typo
Craig Tiller
2015-04-13
*
|
|
|
|
|
Bump node library version to publish bugfix
murgatroid99
2015-04-13
*
|
|
|
|
|
Merge pull request #1268 from murgatroid99/node_response_error_test
Tim Emiola
2015-04-13
|
\
\
\
\
\
\
|
|
|
|
|
|
*
Merge branch 'master' of git://github.com/vjpai/grpc into timers
Vijay Pai
2015-04-13
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
*
Merge remote-tracking branch 'upstream/master'
Vijay Pai
2015-04-13
|
|
|
|
|
|
|
|
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
Refactoring of server context creation (incremental improvement).
Julien Boeuf
2015-04-13
|
|
|
|
/
/
/
/
|
|
|
|
|
*
|
clang-format results
Vijay Pai
2015-04-13
|
|
|
|
|
*
|
Stub out precise clock structure from the overall flow of timers.c so that
Vijay Pai
2015-04-13
|
|
*
|
|
|
|
Fix race on shutdown
Craig Tiller
2015-04-13
|
|
|
/
/
/
/
|
*
/
/
/
/
Fixed bugs in trailing metadata handling and math server example
murgatroid99
2015-04-13
|
|
/
/
/
/
|
|
|
*
|
Space
Vijay Pai
2015-04-13
|
|
|
*
|
Eliminate unneeded asserts
Vijay Pai
2015-04-13
|
|
|
*
|
Allow a build config called CONFIG=latprof that defines the appropriate
Vijay Pai
2015-04-13
|
|
*
|
|
Merge github.com:grpc/grpc into metadata
Craig Tiller
2015-04-13
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Change barriers to protect the innocent
Craig Tiller
2015-04-13
|
|
|
*
|
Move files to a new "profiling" directory to better distinguish from census
Vijay Pai
2015-04-13
|
|
|
|
/
*
|
|
|
Merge github.com:grpc/grpc into windows-fixes
Craig Tiller
2015-04-13
|
\
|
|
|
*
|
|
|
Merge github.com:grpc/grpc into windows-fixes
Craig Tiller
2015-04-13
|
\
\
\
\
|
|
|
|
*
Merge remote-tracking branch 'upstream/master'
Vijay Pai
2015-04-13
|
|
|
|
|
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers
Vijay Pai
2015-04-13
|
|
|
|
|
\
|
|
|
|
|
*
Infrastructure for timer insertion, logging, and testing.
Vijay Pai
2015-04-13
|
|
*
|
|
|
Also fix rb_CallOps too.
Yuki Yugui Sonoda
2015-04-11
|
|
*
|
|
|
Use the prefix "grpc_rb_" rather than just "grpc_".
Yuki Yugui Sonoda
2015-04-11
|
|
*
|
|
|
Merge branch 'master' into fix/prefix
Yuki Yugui Sonoda
2015-04-11
|
|
|
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api
Jan Tattermusch
2015-04-10
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge pull request #1257 from yang-g/codegennamespace
Nicolas Noble
2015-04-10
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
Fixed bad op reference
Tim Emiola
2015-04-10
|
|
|
|
|
*
|
Eliminate channel-wide lock for grpc_mdelem_ref.
Craig Tiller
2015-04-10
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
[next]