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 lfe3
Craig Tiller
2017-11-06
|
\
|
*
Merge github.com:grpc/grpc into 50
Craig Tiller
2017-11-06
|
|
\
|
|
*
Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rr
David G. Quintas
2017-11-06
|
|
|
\
|
*
|
|
Merge github.com:grpc/grpc into 50
Craig Tiller
2017-11-06
|
|
\
|
|
|
|
*
|
Removing port 443 for the service name (used as audience) when the url is https.
Julien Boeuf
2017-11-03
|
*
|
|
Merge github.com:grpc/grpc into 50
Craig Tiller
2017-11-03
|
|
\
|
|
|
|
*
|
Merge pull request #13161 from markdroth/service_config_fixes
Mark D. Roth
2017-11-03
|
|
|
\
\
|
*
|
|
|
Update clang-format to 5.0
Craig Tiller
2017-11-03
|
|
/
/
/
|
|
|
*
PR comments, bis
David Garcia Quintas
2017-11-03
|
|
|
*
PR comments
David Garcia Quintas
2017-11-03
|
*
|
|
Improvements to C Core's backoff code and API
David Garcia Quintas
2017-11-02
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rr
David Garcia Quintas
2017-11-02
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Add grpc_exec_ctx_invalidate_now in grpc_pollset_work right after gpr_cv_wait
Yash Tibrewal
2017-11-02
|
*
|
|
Add a grpc_exec_ctx_invalidate_now at the end of cq_next loop
Yash Tibrewal
2017-11-01
*
|
|
|
Review feedback
Craig Tiller
2017-11-01
*
|
|
|
Finish conversion
Craig Tiller
2017-11-01
*
|
|
|
Merge github.com:grpc/grpc into lfe3
Craig Tiller
2017-11-01
|
\
|
|
|
|
*
|
|
Add missing kick counter increment
ncteisen
2017-10-31
|
*
|
|
Merge pull request #13106 from Vizerai/census_update
Jim King
2017-10-31
|
|
\
\
\
|
*
\
\
\
Merge pull request #13082 from vjpai/friendly_fire
Vijay Pai
2017-10-30
|
|
\
\
\
\
|
*
\
\
\
\
Merge pull request #12732 from y-zeng/connectivity_watcher
Yuchen Zeng
2017-10-30
|
|
\
\
\
\
\
|
|
|
*
|
|
|
clang-fmt
Vijay Pai
2017-10-30
|
|
|
*
|
|
|
GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend
Vijay Pai
2017-10-30
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge pull request #12878 from markdroth/pick_first_subchannel_list
Mark D. Roth
2017-10-30
|
|
\
\
\
\
\
|
|
|
*
|
|
|
Fix crash in epollex
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Change the default interval to 5 seconds
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Fix timeouts
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Fix SIGV when grpc_channel_stack_init returns errors
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Update with grpc_millis
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Fix polling_timer shutdown process
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Remove schedule_polling_timer
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Add comments, fix backup_poller_shutdown_unref
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Use backup pollser instead of connectivity watcher
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
clang-format
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
convert connectivity_watcher to cpp file
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Remove c++ channel connectivity watcher
Yuchen Zeng
2017-10-30
|
|
|
*
|
|
|
Add client channel connectivity watcher
Yuchen Zeng
2017-10-30
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Support SSL server certificate reloading.
Justin Burke
2017-10-27
|
|
*
|
|
|
Assume that subchannels start in state IDLE.
Mark D. Roth
2017-10-27
|
|
*
|
|
|
Change uses of PRIdPTR to PRIuPTR.
Mark D. Roth
2017-10-26
|
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list
Mark D. Roth
2017-10-26
|
|
|
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
When parsing durations, handle any number of decimal digits up to 9.
Mark D. Roth
2017-10-26
|
|
|
*
|
|
Merge branch 'master' into census_update
Jim King
2017-10-26
|
|
|
|
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
Fix a bunch of dumb service config parsing bugs.
Mark D. Roth
2017-10-26
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master
Jan Tattermusch
2017-10-26
|
|
\
\
\
\
|
|
|
*
|
|
clang-format
Mark D. Roth
2017-10-26
|
*
|
|
|
|
Merge pull request #13084 from kpayson64/cq_lambda
kpayson64
2017-10-25
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
Ken Payson
2017-10-25
|
|
|
|
*
|
|
Take ref to connected subchannel if subchannel starts in state READY.
Mark D. Roth
2017-10-25
[next]