aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/udp_server.h
Commit message (Collapse)AuthorAge
* Merge pull request #5832 from vjpai/make_udp_server_test_great_againGravatar Nicolas Noble2016-03-21
|\ | | | | Add needed include for udp_server_test
| * Remove a typedef that was causing a redefinition errorGravatar vjpai2016-03-18
| | | | | | | | on some compilers
* | Fixed include guardsGravatar David Garcia Quintas2016-03-15
|/
* Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
|
* Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
|
* Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|
* Update copyright comments.Gravatar Robbie Shade2016-01-28
|
* Remove unused grpc_udp_server_write methodGravatar Robbie Shade2016-01-28
|
* 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