1. 26f9088 Remove GRPC_NEED_UDP ifdefs by Robbie Shade · 8 years ago
  2. cede774 Fixing udp test bitrotting. by Nicolas "Pixel" Noble · 8 years ago
  3. 505b13d Merge pull request #6576 from rjshade/fix_udp_server_test by Jan Tattermusch · 8 years ago
  4. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 8 years ago
  5. 006314a Correct assertion for single FD being orphaned. Consistent comments. by Robbie Shade · 8 years ago
  6. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 8 years ago
  7. fe01b58 Merge github.com:grpc/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  8. 788a253 Fix dependencies by Craig Tiller · 8 years ago
  9. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 8 years ago
  10. 32775c4 Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  11. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  12. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  13. d9a60bb Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  14. 8a03448 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  15. 9533d04 Fix includes by Craig Tiller · 8 years ago
  16. f40df23 Auto-changes by Craig Tiller · 8 years ago
  17. c227815 Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  18. 506f60f Fix an include by vjpai · 8 years ago
  19. b9012fc Fixing bitrotting in udp_server_test.c by Nicolas "Pixel" Noble · 8 years ago
  20. 4feb350 Fixed header dependencies and copyrights by David Garcia Quintas · 9 years ago
  21. f89fdf3 Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func by Bogdan Drutu · 9 years ago
  22. 2908a76 Exclude UDP code for now by Craig Tiller · 9 years ago
  23. c6787b2 Fix broken udp_server_test, by adding exec_ctx to read_cb by Robbie Shade · 9 years ago
  24. a8e2e52 Pass through grpc_fd pointer rather than int. by Robbie Shade · 9 years ago
  25. 109a8dc Stop shadowing global name by Robbie Shade · 9 years ago
  26. 147fe70 Add grpc_server argument to grpc_udp_server_start by Robbie Shade · 9 years ago
  27. b8b1a46 Finish cleanup by Craig Tiller · 9 years ago
  28. a82950e clang-format all core files by Craig Tiller · 9 years ago
  29. e7db29f Move argument passing to start of list by Craig Tiller · 9 years ago
  30. f5768a6 Rename init by Craig Tiller · 9 years ago
  31. 098047b Rename run by Craig Tiller · 9 years ago
  32. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  33. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  34. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  35. 4fc085f Test bug fixes by Craig Tiller · 9 years ago
  36. 294d0ec Call lists compile by Craig Tiller · 9 years ago
  37. e388ed3 Remove arguments from on_read in test by Robbie Shade · 9 years ago
  38. bb84dc0 Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb by Robbie Shade · 9 years ago
  39. 6a6b36c Enable -Wconversion by Craig Tiller · 9 years ago
  40. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  41. c8cb4ed Removed on_connect callback from udp_server_test by Robbie Shade · 9 years ago
  42. edd4667 Reduce a timeout causing overflow by yang-g · 9 years ago
  43. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  44. 00436a2 Update to latest API changes. by Robbie Shade · 9 years ago
  45. 2b10767 Read from the UDP FD, verify number of bytes read by Robbie Shade · 9 years ago
  46. aeb386c Ensure connect happens to server address by Robbie Shade · 9 years ago
  47. 1cef6dc Adding 10 client test, fiddling with pollsets by Robbie Shade · 9 years ago
  48. 4cde25c grpc_udp_server_write method by Robbie Shade · 9 years ago
  49. 4b70e03 Store read_cb in one place by Robbie Shade · 9 years ago