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
*
change stub API for server streaming, pass in const Request& instead of const...
Yang Gao
2015-02-13
*
change ServerAsyncReader API and add a simple clientstreaming test, it passes
Yang Gao
2015-02-13
*
Add end2end async unary single threaded test (compiles)
Craig Tiller
2015-02-12
*
make codegen generate async client calls
Yang Gao
2015-02-12
*
Merge branch 'c++api' of github.com:ctiller/grpc into c++api
Craig Tiller
2015-02-12
|
\
*
|
Async API progress
Craig Tiller
2015-02-12
|
*
Async client calls should return async interfaces
Yang Gao
2015-02-12
|
/
*
Async API progress
Craig Tiller
2015-02-12
*
Prefix Request to async server method names
Yang Gao
2015-02-12
*
Fix up declarations
Craig Tiller
2015-02-09
*
Stub out unary call wrapper
Craig Tiller
2015-02-09
*
Remove stream_context
Craig Tiller
2015-02-09
*
Further progress
Craig Tiller
2015-02-09
*
Async API declarations
Craig Tiller
2015-02-09
*
Async API declarations
Craig Tiller
2015-02-09
*
Starting to scratch out the API
Craig Tiller
2015-02-09
*
run clang-format
Yang Gao
2015-01-26
*
Use clang-format-3.5
Craig Tiller
2015-01-18
*
Fixing includes inconsistency.
Nicolas "Pixel" Noble
2015-01-16
*
Removing "using namespace std" everywhere.
Nicolas Noble
2015-01-15
*
Merge pull request #13 from ctiller/nogo
Qi Zhao
2015-01-14
|
\
*
|
Run clang-format-all.sh
Yang Gao
2015-01-14
*
|
Add a space in front of template argument list. Changing possible <:: to < ::
Yang Gao
2015-01-14
|
*
Merge github.com:google/grpc into nogo
Craig Tiller
2015-01-13
|
|
\
|
|
/
|
/
|
*
|
Merge github.com:google/grpc into format
Craig Tiller
2015-01-13
|
\
\
*
|
|
clang-format codebase
Craig Tiller
2015-01-13
|
|
*
Remove go compiler
Craig Tiller
2015-01-13
|
|
/
|
/
|
|
*
Make the go code generator compile
Craig Tiller
2015-01-12
|
/
*
Preparing the go plugin for non-[] compilation.
nnoble
2015-01-12
*
Add impl subdirectory under public and move headers that need to be installed
yangg
2015-01-12
*
Undo the addition of Java codegen files to the open-sourced list by
zhangkun
2015-01-12
*
Remove dependencies on internal headers from Java gRPC compiler plugin.
zhangkun
2015-01-12
*
Updates the generated ruby code to specify the service name.
temiola
2015-01-09
*
Add a --forever flag, to continuously run tests as things change.
ctiller
2015-01-09
*
Updates the generated ruby code to specify the service name.
temiola
2015-01-08
*
Updates the ruby generator so that it does not create files for empty protos.
temiola
2015-01-08
*
bugfix: correct service include in ruby compiler
temiola
2015-01-07
*
bugfix: ruby code-gen capitalization
temiola
2015-01-06
*
Add package name to the method string.
yangg
2015-01-06
*
Add ServerContext. It is currently empty and deadline and metadata will come to
yangg
2014-12-19
*
Add missing casts to enable compilation with gcc 4.7
rsilvera
2014-12-16
*
Fix bug with generating grpc c++ code for proto files
samuelw
2014-12-15
*
Getting the generated Makefile to support .proto files.
nnoble
2014-12-12
*
Fixing C++ and ruby code generators for the opensource build.
nnoble
2014-12-12
*
Fixes package prefixes
temiola
2014-12-12
*
Change cpp and go codegen to use new method properties instead of method options
rocking
2014-12-11
*
First pass at making the compilers open-sourcable.
nnoble
2014-12-11