aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/udp_server_test.c
Commit message (Expand)AuthorAge
* Fix issue with pointers in udp_server_testGravatar murgatroid992016-10-26
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-12
|\
* | Fix sanity and move a header includeGravatar murgatroid992016-10-12
* | Clean up code after merge with masterGravatar murgatroid992016-10-10
| * Check for the correct number of orphan callbacks in udp_server_testGravatar Robbie Shade2016-10-10
|/
* Remove GRPC_NEED_UDP ifdefsGravatar Robbie Shade2016-08-02
* Fixing udp test bitrotting.Gravatar Nicolas "Pixel" Noble2016-07-19
* Merge pull request #6576 from rjshade/fix_udp_server_testGravatar Jan Tattermusch2016-05-19
|\
* \ Merge pull request #5456 from ctiller/cleaner-posix3Gravatar Jan Tattermusch2016-05-13
|\ \
| | * Correct assertion for single FD being orphaned. Consistent comments.Gravatar Robbie Shade2016-05-13
| |/ |/|
* | Add callback when gRPC FD is about to be orphaned.Gravatar Robbie Shade2016-05-12
| * Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
| |\ | |/ |/|
* | Fix dependenciesGravatar Craig Tiller2016-04-12
* | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-31
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-31
|\ \
| * | Update copyrightsGravatar Craig Tiller2016-03-31
| | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-28
| | |\ | |_|/ |/| |
* | | Merge github.com:grpc/grpc into cleaner-posix2Gravatar Craig Tiller2016-03-28
|\| |
| * | Fix includesGravatar Craig Tiller2016-03-25
| * | Auto-changesGravatar Craig Tiller2016-03-25
| | * Merge branch 'cleaner-posix2' into cleaner-posix3Gravatar Craig Tiller2016-03-21
| |/ |/|
| * Fix an includeGravatar vjpai2016-03-18
|/
* Fixing bitrotting in udp_server_test.cGravatar Nicolas "Pixel" Noble2016-03-17
* Fixed header dependencies and copyrightsGravatar David Garcia Quintas2016-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