aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/tcp_server_posix.cc
Commit message (Collapse)AuthorAge
* Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
|
* Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
|
* Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
| | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description.
* Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
|
* Reviewer feedbackGravatar ncteisen2018-06-13
|
* Clean up use of GRPC_ARG_INTEGERGravatar ncteisen2018-06-13
|
* Merge pull request #15648 from apolcyn/remove_fd_shutdown_already_closedGravatar apolcyn2018-06-12
|\ | | | | Remove already_closed param from fd_orphan
* \ Merge branch 'master' into epollerrGravatar Yash Tibrewal2018-06-11
|\ \
| | * Remove already_closed param from fd_orphanGravatar Alexander Polcyn2018-06-07
| |/
* | merge masterGravatar Yash Tibrewal2018-05-31
|\ \
| | * Merge branch 'master' into prototype-cfstreamGravatar Muxi Yan2018-05-22
| | |\ | | |/ | |/|
| | * CommentsGravatar Muxi Yan2018-05-16
| | |
| * | Round robin incoming connection on a per-fd basisGravatar yang-g2018-05-15
| | |
| | * Change existing build system for CFStreamGravatar Muxi Yan2018-05-15
| | |
| * | Merge pull request #15283 from apolcyn/server_consume_socket_mutatorGravatar apolcyn2018-05-08
| |\ \ | | | | | | | | Consume socket mutators on posix servers
| | * | Add a test that tcp server posix consumes socket mutatorsGravatar Alexander Polcyn2018-05-08
| | |/
| * / Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| |/
* / Make linux polling engines capable of tracking errors separately withGravatar Yash Tibrewal2018-04-20
|/ | | | backward compatibility.
* Allow udp_server to create multiple listeners for each port via SO_REUSEPORTGravatar Dan Zhang2018-04-12
|
* Merge branch 'master' into fix_reuseportGravatar Sree Kuchibhotla2018-03-19
|\
* | enable SO_REUSEPORT option in ipv6 tooGravatar Sree Kuchibhotla2018-03-19
| |
| * Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-16
| |\ | |/ |/|
* | Zero out resolved address before calling acceptGravatar Yash Tibrewal2018-03-15
| |
| * Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-14
| |\ | |/ |/|
| * Merge branch 'master' into socklentGravatar Yash Tibrewal2018-03-13
| |\
| | * Remove unncessary castsGravatar Yash Tibrewal2018-03-13
| | |
* | | Abstract libuv implementationGravatar kpayson642018-03-13
| |/ |/| | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
| * Explicit static_cast conversionsGravatar Yash Tibrewal2018-03-09
|/
* 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
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge masterGravatar Yash Tibrewal2017-11-21
|\
* \ Merge masterGravatar Yash Tibrewal2017-11-16
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
| | |\ | | |/ | |/|
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| | |\ | | | | | | | | | | | | Lot's of manual work to make this merge work
| * | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |/ | |/|
* | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\| |
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
* | | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ / | | | | | | | | | | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
Also converting to .cc