aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_posix.cc
Commit message (Expand)AuthorAge
* Suppress compiler error by initializing sent_lengthGravatar Yash Tibrewal2018-12-18
* Merge branch 'master' into softerrorsetsocketGravatar Yash Tibrewal2018-12-18
|\
* | Cache result of failing to set timestamping optionsGravatar Yash Tibrewal2018-11-29
* | Fallback instead of failing for cases where are not able to set the socket op...Gravatar Yash Tibrewal2018-11-29
| * Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
| |\
| * | Revert the do while and ifGravatar Yash Tibrewal2018-11-29
| | * Do not add the TCP buffer length.Gravatar Yash Tibrewal2018-11-29
| * | Return immediately if the first message is emptyGravatar Yash Tibrewal2018-11-28
|/ /
| * Add the length of the buffer that is tracedGravatar Yash Tibrewal2018-11-28
|/
* Merge pull request #17244 from guantaol/ev_epollbgGravatar Guantao Liu2018-11-28
|\
* | Always set fd to be readable/writable on receiving EPOLLERRGravatar Yash Tibrewal2018-11-27
| * Revert "Use a static local flag to memorize whether the grpc event engine run...Gravatar Guantao Liu2018-11-27
| * Revert "Resolve naming conflicts"Gravatar Guantao Liu2018-11-27
| * Resolve naming conflictsGravatar Guantao Liu2018-11-26
| * Use a static local flag to memorize whether the grpc event engine runs in bac...Gravatar Guantao Liu2018-11-26
| * Extend ev_posix.* to prepare for the new background poller 'epollbg',Gravatar Guantao Liu2018-11-19
* | CleanupGravatar Yash Tibrewal2018-11-16
* | Merge masterGravatar Yash Tibrewal2018-11-16
|\|
| * Do not wait for allocation if buffer is less than half the target.Gravatar Soheil Hassas Yeganeh2018-10-11
| * Update TCP read estimates as soon as we read the whole buffer.Gravatar Soheil Hassas Yeganeh2018-10-11
| * Address feedback commentGravatar Sree Kuchibhotla2018-09-28
| * Add comments on what 'covering' a write meansGravatar Sree Kuchibhotla2018-09-27
* | More commitsGravatar Yash Tibrewal2018-08-26
| * Redefine constants from errqueue.h. Some header files lag behind the kernel v...Gravatar Yash Tibrewal2018-08-24
|/
* %s/sendmsg_wrapper/tcp_sendGravatar Yash Tibrewal2018-08-24
* Reset bytes_counter on setting socket options. Wrap out sendmsg and add comme...Gravatar Yash Tibrewal2018-08-23
* Add further commentsGravatar Yash Tibrewal2018-08-16
* linux version needs to be definedGravatar Yash Tibrewal2018-08-13
* Reviewer commentsGravatar Yash Tibrewal2018-08-13
* Merge masterGravatar Yash Tibrewal2018-08-13
|\
* | Adding docs and cleaning upGravatar Yash Tibrewal2018-07-16
* | Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
| * tcp_posix.cc: adhere to IOV_MAX in tcp_flushGravatar Carter Sande2018-06-27
|/
* Remove already_closed param from fd_orphanGravatar Alexander Polcyn2018-06-07
* Merge pull request #15069 from muxi/prototype-cfstreamGravatar Muxi Yan2018-06-07
|\
* | Rename tcp->finished_edgeGravatar Sree Kuchibhotla2018-06-04
| * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| |\ | |/ |/|
| * CommentsGravatar Muxi Yan2018-05-16
| * Change existing build system for CFStreamGravatar Muxi Yan2018-05-15
* | Add combiner_run to run closures immediately if we already have the combiner ...Gravatar Yash Tibrewal2018-05-01
* | Fix typos in GPR_TIMER_SCOPEGravatar Hope Casey-Allen2018-04-29
* | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
|/
* Abstract libuv implementationGravatar kpayson642018-03-13
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
* Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
* magic number 13 probably a typo in manual mergeGravatar Jan Tattermusch2018-01-29
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18