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
*
added support for metadata
Jan Tattermusch
2015-03-16
*
Merge pull request #1050 from ctiller/cleanup
David Klempner
2015-03-16
|
\
*
\
Merge pull request #1011 from yang-g/jwt
jboeuf
2015-03-16
|
\
\
|
|
*
Remove dead code
Craig Tiller
2015-03-16
|
|
/
|
/
|
*
|
remove 'else' code, release lock by destructor
Ruyi Wang
2015-03-14
|
*
copy and paste does not work
Yang Gao
2015-03-13
|
*
Add error logs when credentials are created with non-positive lifetimes
Yang Gao
2015-03-13
*
|
Allowing us to import google::protobuf::int64.
Nicolas "Pixel" Noble
2015-03-13
*
|
Merge pull request #1033 from murgatroid99/node_protobuf_dependency_fix
Tim Emiola
2015-03-13
|
\
\
*
\
\
Merge pull request #1032 from nicolasnoble/protobuf-alternate
Yang Gao
2015-03-13
|
\
\
\
|
|
*
|
Node package version bump
murgatroid99
2015-03-13
*
|
|
|
Merge pull request #1012 from dklempner/nobarrier
Vijay Pai
2015-03-13
|
\
\
\
\
*
\
\
\
\
Merge pull request #1034 from sunxiaoguang/fix_duplicated_symbols
Michael Lumish
2015-03-13
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #1036 from Arkq/master
Nathaniel Manista
2015-03-13
|
\
\
\
\
\
\
|
|
|
|
*
|
|
Moving ZeroCopyOutputStream to grpc++/config.h.
Nicolas "Pixel" Noble
2015-03-13
*
|
|
|
|
|
|
Merge pull request #1000 from nicolasnoble/python-plugin-no-std
Nathaniel Manista
2015-03-13
|
\
\
\
\
\
\
\
*
\
\
\
\
\
\
\
Merge pull request #1026 from tatsuhiro-t/fix-client-bad-goaway-last-stream-id
Vijay Pai
2015-03-13
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Update doc as requested in review
Tatsuhiro Tsujikawa
2015-03-13
|
|
|
*
|
|
|
|
|
Fix port selection for server
Arkadiusz Bokowy
2015-03-13
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*
Early return when duration is non-positive
Yang Gao
2015-03-12
|
|
|
*
|
|
|
|
Fix duplicated symbols
Xiaoguang Sun
2015-03-13
|
|
|
|
|
|
*
|
Switched protobufjs dependency to npm package instead of GitHub
murgatroid99
2015-03-12
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
Adding initial support for alternative protobuf libraries.
Nicolas Noble
2015-03-13
*
|
|
|
|
|
|
Merge pull request #983 from jboeuf/refresh_token_parsing
Yang Gao
2015-03-12
|
\
\
\
\
\
\
\
*
\
\
\
\
\
\
\
Merge pull request #1028 from murgatroid99/node_install_instructions_formatting
Tim Emiola
2015-03-12
|
\
\
\
\
\
\
\
\
*
|
|
|
|
|
|
|
|
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12
*
|
|
|
|
|
|
|
|
Merge pull request #1029 from jtattermusch/csharp_stylefixing
Tim Emiola
2015-03-12
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Setting up stylecop to ignore generated files and fixing style
Jan Tattermusch
2015-03-12
|
|
*
|
|
|
|
|
|
|
Improved node install instructions and bumped version
murgatroid99
2015-03-12
|
|
/
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
/
Remove a const from a variable that should be mutable.
Nicolas "Pixel" Noble
2015-03-12
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #1017 from jtattermusch/csharp_codestyle
Michael Lumish
2015-03-12
|
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
Fix client sending invalid GOAWAY last-stream-id
Tatsuhiro Tsujikawa
2015-03-12
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Add missing GRPC_OVERRIDE, NFC
Chilledheart
2015-03-12
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
code style fixes based on StyleCop warnings
Jan Tattermusch
2015-03-11
|
*
|
|
|
|
|
added stylecop settings file
Jan Tattermusch
2015-03-11
|
/
/
/
/
/
/
|
|
|
|
*
/
Add a no_barrier_load atomic operation.
David Klempner
2015-03-11
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
The Jwt code was dropped somewhere in a merge. Put it back
Yang Gao
2015-03-11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #990 from jtattermusch/csharp_tls_server
Tim Emiola
2015-03-11
|
\
\
\
\
|
|
|
*
|
Removing the `using std::string` in the python plugin code.
Nicolas "Pixel" Noble
2015-03-11
*
|
|
|
|
Merge pull request #998 from yang-g/nameoverride
Vijay Pai
2015-03-11
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #978 from Chilledheart/master
Yang Gao
2015-03-10
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup
Masood Malekghassemi
2015-03-10
|
\
\
\
\
\
\
|
|
|
*
|
|
|
Use ssl name override if it's in the channel argument
Yang Gao
2015-03-10
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Updated Node package version to 0.5.3
murgatroid99
2015-03-10
|
*
|
|
|
|
Eliminate the Python "assembly" package
Nathaniel Manista
2015-03-10
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
Adding refresh token credentials.
Julien Boeuf
2015-03-09
*
|
|
|
|
Merge branch 'master' into node_11_cleanup_segfault
murgatroid99
2015-03-09
|
\
|
|
|
|
*
|
|
|
|
Fixed segfault by fixing scope issue
murgatroid99
2015-03-09
|
|
|
*
|
C# server side TLS support
Jan Tattermusch
2015-03-09
|
*
|
|
|
Merge pull request #982 from sahlberg/python-readme
Tim Emiola
2015-03-09
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]