index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-16
|
\
|
*
Merge branch 'master' of github.com:grpc/grpc into flags-abi
David Garcia Quintas
2015-06-15
|
|
\
|
*
|
More missing flags = 0 lines...
David Garcia Quintas
2015-06-15
|
*
|
Added changes to c++ and ruby wrappers
David Garcia Quintas
2015-06-15
*
|
|
Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-me
Masood Malekghassemi
2015-06-15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
include string_util.h for the prototype of gpr_strdup and typo.
Oliver Smith
2015-06-14
|
|
*
Added flags support to grpc_op.
David Garcia Quintas
2015-06-14
|
|
/
*
|
Update Python for core server shutdown change
Masood Malekghassemi
2015-06-10
|
*
Tiny comment fix
David G. Quintas
2015-06-10
|
*
Removed leftover TODO
David G. Quintas
2015-06-09
*
|
Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp
Jan Tattermusch
2015-06-09
|
\
|
|
*
Merge pull request #1833 from zayoo/master
David G. Quintas
2015-06-09
|
|
\
|
*
|
Add comment
Craig Tiller
2015-06-09
|
*
|
Add comment
Craig Tiller
2015-06-09
|
*
|
Merge github.com:grpc/grpc into break-break-break-the-locks
Craig Tiller
2015-06-09
|
|
\
\
|
|
*
|
Changes to byte_buffer based on comments.
David Garcia Quintas
2015-06-08
|
*
|
|
Tweaking
Craig Tiller
2015-06-08
|
*
|
|
Fix some asan issues
Craig Tiller
2015-06-08
|
*
|
|
Cache commonly used status strings
Craig Tiller
2015-06-08
|
|
*
|
Merge branch 'master' of github.com:grpc/grpc into compression
David Garcia Quintas
2015-06-08
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-06
|
\
|
|
|
|
|
*
|
Made grpc_byte_buffer_reader able to decompress msgs.
David Garcia Quintas
2015-06-05
|
*
|
|
Add a test of bad settings frame (and fix a bug!)
Craig Tiller
2015-06-05
*
|
|
|
Merge remote-tracking branch 'upstream/master' into you-complete-me
Craig Tiller
2015-06-04
|
\
|
|
|
|
*
|
|
fix C# test access violation exception on Windows
Jan Tattermusch
2015-06-04
|
*
|
|
Merge pull request #1903 from ctiller/maybe-i-want-to-change-my-mind
Yang Gao
2015-06-04
|
|
\
\
\
*
|
|
|
|
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-04
|
\
|
|
|
|
|
|
*
|
|
Proper init/shutdown
Craig Tiller
2015-06-04
|
*
|
|
|
Merge pull request #1879 from nicolasnoble/that-assert-makes-me-sad
Craig Tiller
2015-06-03
|
|
\
\
\
\
|
|
|
*
|
|
Enable runtime configuration of tracers
Craig Tiller
2015-06-03
|
|
|
|
/
/
|
*
|
/
/
Expose gpr_asprintf and gpr_strdup
Masood Malekghassemi
2015-06-03
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #1866 from dgquintas/stack-allocate-bb-reader
Craig Tiller
2015-06-02
|
|
\
\
\
*
|
|
|
|
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-02
|
\
|
|
|
|
|
|
|
*
|
Removing an assert on chand->security_connector->auth_context.
Nicolas "Pixel" Noble
2015-06-03
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Reintroduced grpc_byte_buffer_reader_destroy.
David Garcia Quintas
2015-06-02
|
*
|
|
Fix Windows compilation
Craig Tiller
2015-06-02
|
|
*
|
Removed grpc_byte_buffer_reader_{create,destroy}.
David Garcia Quintas
2015-06-01
|
*
|
|
Merge github.com:grpc/grpc into count-the-things
Craig Tiller
2015-06-01
|
|
\
\
\
|
|
*
\
\
Merge pull request #1862 from nicolasnoble/fixing-tools
Craig Tiller
2015-06-01
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Merge pull request #1758 from dgquintas/iomgr_managed_cbs
Craig Tiller
2015-06-01
|
|
|
\
\
\
|
|
|
|
*
|
Fixing tools compilation.
Nicolas "Pixel" Noble
2015-06-02
|
|
*
|
|
|
change census_context_deserialize signature
Alistair Veitch
2015-06-01
|
*
|
|
|
|
Label all iomgr objects
Craig Tiller
2015-06-01
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
merge with master
Alistair Veitch
2015-06-01
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
Implemented cb handling without the need for "managed closures".
David Garcia Quintas
2015-06-01
|
|
*
|
|
add init checks
Alistair Veitch
2015-06-01
|
|
*
|
|
address comments
Alistair Veitch
2015-06-01
*
|
|
|
|
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-01
|
\
|
|
|
|
|
|
|
*
|
Added some comments.
David Garcia Quintas
2015-05-31
|
|
|
*
|
Removed managed closures from iomgr.
David Garcia Quintas
2015-05-31
[next]