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