index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
|
|
Add missing public headers
Yang Gao
2015-04-10
*
|
|
|
|
|
|
Merge pull request #1240 from ctiller/qps
Vijay Pai
2015-04-10
|
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
Thread local storage for grpc
Craig Tiller
2015-04-10
|
|
*
|
|
|
|
|
Merge remote-tracking branch 'upstream/master' into interop
Yang Gao
2015-04-10
|
|
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns
Michael Lumish
2015-04-10
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Fixes the Makefile template to link .so.<MAJOR_VERSION>
Tim Emiola
2015-04-10
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
Merge branch 'qps' into local_worker
Craig Tiller
2015-04-10
|
|
|
|
|
|
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge github.com:google/grpc into qps
Craig Tiller
2015-04-10
|
|
|
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
Add reporting library, use it
Craig Tiller
2015-04-10
|
|
|
*
|
|
|
Split interop client and server into components
Yang Gao
2015-04-09
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
Allow RunScenarios to spawn in-process workers
Craig Tiller
2015-04-09
|
|
|
|
/
/
|
|
|
/
|
|
*
|
/
|
|
Splitting gRPC service class codegen into its own set of files.
Nicolas "Pixel" Noble
2015-04-09
|
/
/
/
/
|
*
/
/
Smoke test initial version
Craig Tiller
2015-04-09
|
/
/
/
|
*
|
Begin port selection code for windows
Craig Tiller
2015-04-08
|
*
|
Add endpoint_pair_windows.c
Craig Tiller
2015-04-08
*
|
|
Merge pull request #1226 from murgatroid99/objective_c_plugin
Tim Emiola
2015-04-08
|
\
\
\
|
|
_
|
/
|
/
|
|
*
|
|
Enable dylib installation on MacOS
Masood Malekghassemi
2015-04-07
|
*
|
Made Objective C plugin build without error
murgatroid99
2015-04-07
*
|
|
Bumping library version to 0.6.
Nicolas "Pixel" Noble
2015-04-07
*
|
|
Merge branch 'master' of github.com:google/grpc into the-purge
Nicolas "Pixel" Noble
2015-04-06
|
\
|
|
*
|
|
Rewriting mutex, condition_variable, and thread.
Nicolas "Pixel" Noble
2015-04-04
|
*
|
Adding joinable threads, and gpr_thd_join.
Nicolas Noble
2015-04-03
|
|
/
|
*
Add new CONFIG for building with mutrace
Vijay Pai
2015-04-02
|
/
*
Refactor and add a unit test
Yang Gao
2015-03-27
*
merge upstream and resolve conflict
Yang Gao
2015-03-26
|
\
|
*
Private headers shouldn't be public...
Nicolas "Pixel" Noble
2015-03-27
|
*
Merge pull request #989 from murgatroid99/core_start_batch_trace
Nicolas Noble
2015-03-26
|
|
\
|
*
|
Moving all of the codegens into a temporary static library.
Nicolas "Pixel" Noble
2015-03-26
*
|
|
a stub of the cli tool
Yang Gao
2015-03-25
|
*
|
Protect on some overflow scenarios, add a test and build/run the test
Yang Gao
2015-03-20
|
*
|
Added a few more missing files and re-generated project files.
Nicolas "Pixel" Noble
2015-03-20
|
*
|
Merge pull request #1099 from nicolasnoble/build-regen
Jan Tattermusch
2015-03-19
|
|
\
\
|
*
\
\
Merge pull request #1081 from soltanmm/internal-codegen-support-s2
Nicolas Noble
2015-03-19
|
|
\
\
\
|
|
|
*
|
Adding missing public files to build.json, and re-generating all project files.
Nicolas "Pixel" Noble
2015-03-19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Implementation of generic stub
Yang Gao
2015-03-19
|
*
|
|
Better support for msys2.
Nicolas Noble
2015-03-18
|
/
/
/
|
*
/
Make Python package spec indirect
Masood Malekghassemi
2015-03-18
|
/
/
*
|
Implements #276
Nicolas "Pixel" Noble
2015-03-17
*
|
Merge pull request #1046 from nicolasnoble/master
Vijay Pai
2015-03-17
|
\
\
*
\
\
Merge branch 'master' into untypedAPI
Yang Gao
2015-03-16
|
\
\
\
|
|
*
|
Using cc and c++ instead of gcc and g++.
Nicolas "Pixel" Noble
2015-03-16
|
|
/
/
*
|
|
Rename to AsyncGeneric*
Yang Gao
2015-03-12
*
|
|
Rename anonymous to generic globally
Yang Gao
2015-03-11
|
*
|
Trying to make the MacOS experience better by removing various spurious messa...
Nicolas "Pixel" Noble
2015-03-11
|
*
|
Disabling installing shared libraries under MacOS for the time being.
Nicolas "Pixel" Noble
2015-03-11
*
|
|
A first test with typed async client and untyped service for a simple rpc
Yang Gao
2015-03-11
*
|
|
merge with upstream and resolve conflict
Yang Gao
2015-03-10
|
\
|
|
*
|
|
initial imple of byte buffer and slice
Yang Gao
2015-03-10
|
|
*
Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
murgatroid99
2015-03-09
|
|
/
|
*
Don't merge OpenSSL into C++ upper layer libraries; only C.
Nicolas "Pixel" Noble
2015-03-06
[prev]
[next]