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
/
iomgr
/
tcp_posix.cc
Commit message (
Expand
)
Author
Age
*
Address feedback comment
Sree Kuchibhotla
2018-09-28
*
Add comments on what 'covering' a write means
Sree Kuchibhotla
2018-09-27
*
Redefine constants from errqueue.h. Some header files lag behind the kernel v...
Yash Tibrewal
2018-08-24
*
%s/sendmsg_wrapper/tcp_send
Yash Tibrewal
2018-08-24
*
Reset bytes_counter on setting socket options. Wrap out sendmsg and add comme...
Yash Tibrewal
2018-08-23
*
Add further comments
Yash Tibrewal
2018-08-16
*
linux version needs to be defined
Yash Tibrewal
2018-08-13
*
Reviewer comments
Yash Tibrewal
2018-08-13
*
Merge master
Yash Tibrewal
2018-08-13
|
\
*
|
Adding docs and cleaning up
Yash Tibrewal
2018-07-16
*
|
Fathom TCP level changes. TracedBuffer for keeping track of all buffers
Yash Tibrewal
2018-07-16
|
*
tcp_posix.cc: adhere to IOV_MAX in tcp_flush
Carter Sande
2018-06-27
|
/
*
Remove already_closed param from fd_orphan
Alexander Polcyn
2018-06-07
*
Merge pull request #15069 from muxi/prototype-cfstream
Muxi Yan
2018-06-07
|
\
*
|
Rename tcp->finished_edge
Sree Kuchibhotla
2018-06-04
|
*
Merge branch 'master' into prototype-cfstream
Muxi Yan
2018-05-22
|
|
\
|
|
/
|
/
|
|
*
Comments
Muxi Yan
2018-05-16
|
*
Change existing build system for CFStream
Muxi Yan
2018-05-15
*
|
Add combiner_run to run closures immediately if we already have the combiner ...
Yash Tibrewal
2018-05-01
*
|
Fix typos in GPR_TIMER_SCOPE
Hope Casey-Allen
2018-04-29
*
|
Change trace logging to use GPR_INFO instead of GPR_DEBUG.
Mark D. Roth
2018-04-25
|
/
*
Abstract libuv implementation
kpayson64
2018-03-13
*
Add a sanity check for inclusion of port_platform.h
Alexander Polcyn
2018-02-23
*
Run clang fmt
Noah Eisen
2018-02-09
*
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
*
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
*
Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
yang-g
2018-01-31
*
magic number 13 probably a typo in manual merge
Jan Tattermusch
2018-01-29
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
*
Wrap duplicated-name definitions in anonymous namespace
Vijay Pai
2018-01-02
*
Mark tcp errors as UNAVAILABLE
yang-g
2017-12-13
*
Revert "Revert "All instances of exec_ctx being passed around in src/core rem...
Yash Tibrewal
2017-12-06
*
Revert "All instances of exec_ctx being passed around in src/core removed"
Yash Tibrewal
2017-12-06
*
Merge master
Yash Tibrewal
2017-11-21
|
\
|
*
Merge pull request #13391 from ncteisen/more-eager-free
Noah Eisen
2017-11-20
|
|
\
|
|
*
Swtich to using grpc_bb_take_first
ncteisen
2017-11-17
*
|
|
Merge master
Yash Tibrewal
2017-11-16
|
\
\
\
|
|
|
*
unref before write failures for completness
ncteisen
2017-11-16
|
|
|
*
Reviewer feedback: no API change
ncteisen
2017-11-16
|
|
|
*
add test
ncteisen
2017-11-14
*
|
|
|
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...
Yash Tibrewal
2017-11-14
|
|
*
|
clang fmt
Noah Eisen
2017-11-14
|
|
*
|
clang tidy
Noah Eisen
2017-11-14
|
|
|
*
Add partial unref
ncteisen
2017-11-14
|
|
|
*
clang fmt
ncteisen
2017-11-14
|
|
|
*
Merge branch 'master' of https://github.com/grpc/grpc into eager-free
ncteisen
2017-11-14
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Address some PR comments
Yash Tibrewal
2017-11-14
|
|
|
*
eagerly free slice buffer after write
ncteisen
2017-11-10
|
*
|
|
clang-format after nullptr changes
Craig Tiller
2017-11-10
*
|
|
|
gpr_malloc to gpr_zalloc
Yash Tibrewal
2017-11-10
[next]