aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/udp_server_test.c
Commit message (Expand)AuthorAge
* Fix copyrightGravatar vjpai2016-02-16
* Fix the arguments type for on_read and destroy callbacks to match with grpc_i...Gravatar Bogdan Drutu2016-02-16
* Exclude UDP code for nowGravatar Craig Tiller2015-12-10
* 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
* Stop shadowing global nameGravatar Robbie Shade2015-09-25
* Add grpc_server argument to grpc_udp_server_startGravatar Robbie Shade2015-09-25
* Finish cleanupGravatar Craig Tiller2015-09-22
* clang-format all core filesGravatar Craig Tiller2015-09-22
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
* Rename initGravatar Craig Tiller2015-09-22
* Rename runGravatar 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
* Test bug fixesGravatar Craig Tiller2015-09-21
* Call lists compileGravatar Craig Tiller2015-09-21
* Remove arguments from on_read in testGravatar Robbie Shade2015-09-14
* Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cbGravatar Robbie Shade2015-09-14
|\
| * Enable -WconversionGravatar Craig Tiller2015-09-10
| * First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
* | Removed on_connect callback from udp_server_testGravatar Robbie Shade2015-08-28
|/
* Reduce a timeout causing overflowGravatar yang-g2015-08-27
* Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
* Update to latest API changes.Gravatar Robbie Shade2015-08-13
* Read from the UDP FD, verify number of bytes readGravatar Robbie Shade2015-08-04
* Ensure connect happens to server addressGravatar Robbie Shade2015-08-04
* Adding 10 client test, fiddling with pollsetsGravatar Robbie Shade2015-07-15
* grpc_udp_server_write methodGravatar Robbie Shade2015-07-15
* Store read_cb in one placeGravatar Robbie Shade2015-07-10