aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/udp_server.h
Commit message (Expand)AuthorAge
* Fix broken udp_server_test, by adding exec_ctx to read_cbGravatar Robbie Shade2015-10-07
* Pass through grpc_fd pointer rather than int.Gravatar Robbie Shade2015-09-29
* Restoring sanity.Gravatar Nicolas "Pixel" Noble2015-09-26
* Stop shadowing global nameGravatar Robbie Shade2015-09-25
* Add grpc_server argument to grpc_udp_server_startGravatar Robbie Shade2015-09-25
* clang-format all core filesGravatar Craig Tiller2015-09-22
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
* Call list progressGravatar Craig Tiller2015-09-18
* Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cbGravatar Robbie Shade2015-09-14
|\
| * Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
* | Remove unnecessary new_transport callback from the UDP serverGravatar Robbie Shade2015-08-28
|/
* Expose the UDP server FDGravatar Robbie Shade2015-08-04
* Added udp_server.{h,cc}.Gravatar Robbie Shade2015-07-10