index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
surface
Commit message (
Expand
)
Author
Age
*
Bug fix. Do not push to incoming_queue after it is flushed.
yang-g
2015-06-25
*
Cascade-kick pollsets when shutting down.
Nicolas "Pixel" Noble
2015-06-24
*
Fixed warning while parsing compression enum bytes.
David Garcia Quintas
2015-06-22
*
Always use the first status code received
Craig Tiller
2015-06-19
*
Merge pull request #2073 from dgquintas/compression-metadata
Craig Tiller
2015-06-19
|
\
|
*
Merge branch 'master' of github.com:grpc/grpc into compression-metadata
David Garcia Quintas
2015-06-18
|
|
\
*
|
|
Fix scope of a lock
Vijay Pai
2015-06-18
*
|
|
Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2
Vijay Pai
2015-06-18
|
\
\
\
*
|
|
|
Added comments to describe nesting of mutexes
Vijay Pai
2015-06-17
*
|
|
|
Split server lock into 2 pieces: one for call list and one for global
Vijay Pai
2015-06-17
|
*
|
|
clang-format affected files
Craig Tiller
2015-06-17
|
/
/
/
*
|
|
Merge branch 'you-complete-me' into we-dont-need-no-backup
Craig Tiller
2015-06-17
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-16
|
|
\
\
|
|
|
*
Propagation of compression level to the call.
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
*
|
|
|
Verify that completion queues are server registered
Craig Tiller
2015-06-15
|
|
*
|
Added flags support to grpc_op.
David Garcia Quintas
2015-06-14
|
|
|
/
*
|
|
Flush pending incoming messages when writing status
Craig Tiller
2015-06-11
*
|
|
Merge branch 'you-complete-me' into we-dont-need-no-backup
Craig Tiller
2015-06-11
|
\
|
|
|
*
|
Update Python for core server shutdown change
Masood Malekghassemi
2015-06-10
*
|
|
Merge branch 'you-complete-me' into we-dont-need-no-backup
Craig Tiller
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
|
|
|
|
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
Made grpc_byte_buffer_reader able to decompress msgs.
David Garcia Quintas
2015-06-05
*
|
|
|
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
Craig Tiller
2015-06-05
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
clang-format
Craig Tiller
2015-06-05
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into you-complete-me
Craig Tiller
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
|
|
|
|
/
/
|
|
|
/
|
|
|
*
/
|
|
Expose gpr_asprintf and gpr_strdup
Masood Malekghassemi
2015-06-03
|
|
/
/
/
*
|
|
|
Fix memory leak
Craig Tiller
2015-06-03
*
|
|
|
Fix refcounting bug
Craig Tiller
2015-06-03
|
|
*
|
Merge github.com:grpc/grpc into you-complete-me
Craig Tiller
2015-06-02
|
|
|
\
\
|
*
|
|
|
Reintroduced grpc_byte_buffer_reader_destroy.
David Garcia Quintas
2015-06-02
*
|
|
|
|
Handle reffing when a cancel or bind gets stuck in the waiting queue
Craig Tiller
2015-06-02
*
|
|
|
|
Fix use-after-free
Craig Tiller
2015-06-01
|
*
|
|
|
Removed grpc_byte_buffer_reader_{create,destroy}.
David Garcia Quintas
2015-06-01
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Compile fix
Craig Tiller
2015-06-01
*
|
|
|
Merge branch 'count-the-things' into we-dont-need-no-backup
Craig Tiller
2015-06-01
|
\
|
|
|
|
*
|
|
Merge pull request #1758 from dgquintas/iomgr_managed_cbs
Craig Tiller
2015-06-01
|
|
\
\
\
[next]