index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
*
clang-format
Craig Tiller
2015-04-16
*
Populate channel tags for methods
Craig Tiller
2015-04-16
*
Precreate RpcMethod instances
Craig Tiller
2015-04-16
*
When the proto file does not contain a package, do not generate namespace
Yang Gao
2015-04-10
*
Splitting gRPC service class codegen into its own set of files.
Nicolas "Pixel" Noble
2015-04-09
*
Made Objective C plugin build without error
murgatroid99
2015-04-07
*
Created Objective C stub code generators
murgatroid99
2015-04-07
*
Add a metadata_transformer to the Python stub.
Nathaniel Manista
2015-04-06
*
Unify early_adopter construction functions
Nathaniel Manista
2015-03-30
*
Small compiler optimization.
Nicolas "Pixel" Noble
2015-03-27
*
Merge pull request #1115 from nicolasnoble/rpc-collision
Yang Gao
2015-03-26
|
\
|
*
Removing range-based for loop.
Nicolas "Pixel" Noble
2015-03-25
*
|
Elminate range-based fors and work around some other limitations in older com...
Vijay Pai
2015-03-24
*
|
Use grpc:: counterparts in ruby code generator
Yang Gao
2015-03-23
|
*
Adding the ability to specify a service namespace on protoc's command line.
Nicolas "Pixel" Noble
2015-03-24
|
/
*
Sanitize Python plugin
Masood Malekghassemi
2015-03-20
*
Make Python package spec indirect
Masood Malekghassemi
2015-03-18
*
Factor out interface-specific early_adopter code
Masood Malekghassemi
2015-03-17
*
Add service name to Python early_adopter
Nathaniel Manista
2015-03-16
*
Merge pull request #1032 from nicolasnoble/protobuf-alternate
Yang Gao
2015-03-13
|
\
|
*
Moving ZeroCopyOutputStream to grpc++/config.h.
Nicolas "Pixel" Noble
2015-03-13
|
*
Adding initial support for alternative protobuf libraries.
Nicolas Noble
2015-03-13
*
|
Removing the `using std::string` in the python plugin code.
Nicolas "Pixel" Noble
2015-03-11
|
/
*
Merge pull request #829 from nicolasnoble/win32-fix
Craig Tiller
2015-03-04
|
\
*
|
Update Python codegen to early_adopter interface
Nathaniel Manista
2015-03-02
*
|
Guard headers tool.
Nicolas "Pixel" Noble
2015-03-01
*
|
Merge pull request #856 from vjpai/master
Craig Tiller
2015-02-28
|
\
\
*
|
|
Removing private protobuf header inclusion.
Nicolas "Pixel" Noble
2015-02-27
|
*
|
Merge remote-tracking branch 'upstream/master'
vjpai
2015-02-26
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
grpc: cpp_generator: fix pedantic warning on extra ';'
Todd Poynor
2015-02-26
*
|
|
Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++
Craig Tiller
2015-02-26
|
\
\
\
|
|
*
|
Rename Async methods from generator to avoid naming conflicts to
vjpai
2015-02-26
*
|
|
|
Make it possible to compile with gcc4.6
Craig Tiller
2015-02-26
|
|
/
/
|
/
|
|
|
*
|
Fix bugs in Python code generator
Masood Malekghassemi
2015-02-26
|
/
/
|
*
Fixing Windows build of the python protoc plugin.
Nicolas "Pixel" Noble
2015-02-26
|
/
*
Removing emplace from python plugin.
Nicolas "Pixel" Noble
2015-02-25
*
Updated Python protoc plugin testing.
Masood Malekghassemi
2015-02-24
*
Move to unique_ptr for all GRPC returned objects
Craig Tiller
2015-02-23
*
added include <iostream>. Closes #674
Jan Tattermusch
2015-02-20
*
Merge pull request #669 from yang-g/comments
Michael Lumish
2015-02-20
|
\
|
*
clean up some internal path and names
Yang Gao
2015-02-20
*
|
signed-unsigned comparison issue
vjpai
2015-02-20
|
/
*
Removed unused/wrong generated Python code imports from Python codegen.
Masood Malekghassemi
2015-02-19
*
Added protoc plugin for Python GRPC.
Masood Malekghassemi
2015-02-19
*
Merge with async unary changes
Craig Tiller
2015-02-18
*
Merge pull request #588 from yang-g/c++api
Craig Tiller
2015-02-18
|
\
|
*
Async client api change. Add a ClientAsyncResponseReader. Make the api simila...
Yang Gao
2015-02-18
*
|
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
|
Update copyright to 2015
Craig Tiller
2015-02-18
|
/
*
change stub API for server streaming, pass in const Request& instead of const...
Yang Gao
2015-02-13
[next]