index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
lib
/
channel
/
handshaker.c
Commit message (
Expand
)
Author
Age
*
Use `grpc_closure`s in `grpc_timer`s
Masood Malekghassemi
2017-01-05
*
Changes to exec_ctx/closure/combiner/workqueue interfaces
Craig Tiller
2016-12-28
*
Merge pull request #8979 from markdroth/handshaker_cleanup
Mark D. Roth
2016-12-09
|
\
|
*
Make grpc_handshaker vtable wrapper functions public.
Mark D. Roth
2016-12-07
*
|
Provide a way to exit handshaking early without an error.
Mark D. Roth
2016-12-06
|
/
*
Fix race condition during handshake manager shutdown.
Mark D. Roth
2016-12-02
*
Allow handshaking to be retried.
Mark D. Roth
2016-11-30
*
Fix unref-while-lock-held bug. Only shut down handshaker if in progress.
Mark D. Roth
2016-11-30
*
Make handshaker responsible for destroying endpoint on shutdown or failure.
Mark D. Roth
2016-11-29
*
Eliminate the user_data overloading hack in handshake_manager.
Mark D. Roth
2016-11-29
*
Change grpc_handshaker_args to be owned by the handshake manager.
Mark D. Roth
2016-11-16
*
clang-format
Mark D. Roth
2016-11-14
*
Merge branch 'security_handshaker1' into security_handshaker2
Mark D. Roth
2016-11-14
|
\
|
*
clang-format
Mark D. Roth
2016-11-14
*
|
Move deadline handling to handshake manager.
Mark D. Roth
2016-11-14
|
/
*
Change handshaker API to take grpc_closure instead of grpc_iomgr_cb_func.
Mark D. Roth
2016-11-14
*
Change handshake manager to invoke callbacks via an exec_ctx.
Mark D. Roth
2016-11-11
*
clang-format
Craig Tiller
2016-10-26
*
s/gpr_slice/grpc_slice, and move around tests, impls
Craig Tiller
2016-10-26
*
change from malloc to gpr_malloc
Yuxuan Li
2016-10-13
*
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
David Garcia Quintas
2016-08-30
|
\
|
*
clang-format
Mark D. Roth
2016-08-04
|
*
Change handshaker API to use a read buffer to pass leftover bytes read
Mark D. Roth
2016-08-04
*
|
removed codegen/log.h
David Garcia Quintas
2016-07-27
*
|
removed codegen/alloc.h
David Garcia Quintas
2016-07-27
|
/
*
Fix API of handshake_manager_add().
Mark D. Roth
2016-07-25
*
Add grpc_error parameter to handshaker callback.
Mark D. Roth
2016-07-22
*
clang-format
Mark D. Roth
2016-07-21
*
Avoid allocating memory for each individual handshaker. Also fix memory leak.
Mark D. Roth
2016-07-20
*
Add acceptor parameter.
Mark D. Roth
2016-07-20
*
clang-format
Mark D. Roth
2016-07-20
*
Plumb channel args through handshakers.
Mark D. Roth
2016-07-15
*
Fix build problems.
Mark D. Roth
2016-07-14
*
clang-format
Mark D. Roth
2016-07-14
*
Tweaked grpc_handshaker API and added grpc_handshake_manager API.
Mark D. Roth
2016-07-14
*
Add handshaker API.
Mark D. Roth
2016-07-13