1. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/lib/iomgr/udp_server.c]
  2. 52778c4 Adding pointer conversions. Renaming a few variables and type names to avoid C++ compilation issues by Yash Tibrewal · 7 years ago
  3. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  4. d40a7ae Add already_closed in grpc_fd_orphan by Yuchen Zeng · 7 years ago
  5. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  6. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  7. fefd2f2 Add make udp_server shutdown_fd() protected by mutex lock. by Dan Zhang · 7 years ago
  8. 5c708f4 modify udp_server by Dan Zhang · 7 years ago
  9. 2524a37 Merge pull request #10292 from yang-g/udp_server by Yang Gao · 7 years ago
  10. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 8 years ago
  11. 8fc385a Prevent cleaning up the fd twice. by yang-g · 7 years ago
  12. 1a3f24d Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by ncteisen · 8 years ago
  13. 456ddd8 Remove grpc_udp_server dependency on grpc_server. by Michael Warres · 8 years ago
  14. 4b36a3d Change error_create API to slice by ncteisen · 8 years ago
  15. 69709e2 Fix flaky use-after-free in udp_server by Robbie Shade · 8 years ago
  16. 49124e7 Adds an exec_ctx argument to orphan_cb in udp_server by Robbie Shade · 8 years ago
  17. c23fedd Add an on_write callback to the UDP server. by Robbie Shade · 8 years ago
  18. cda759d Add an error to fd_shutdown (and recursively) by Craig Tiller · 8 years ago
  19. ff281b9 Fix udp server by Craig Tiller · 8 years ago
  20. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  21. 83b6e8e Run clang-format on udp_server.c by Paul Marks · 8 years ago
  22. cb09e70 Fix a memory leak in grpc_udp_server_add_port() by Paul Marks · 8 years ago
  23. 7d897fe Fix merge issue in udp_server.c by murgatroid99 · 8 years ago
  24. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  25. 7433e5d clang format by Robbie Shade · 8 years ago
  26. 22d50e9 Fix sanity and move a header include by murgatroid99 · 8 years ago
  27. cbd1b97 Add needed include by Robbie Shade · 8 years ago
  28. fff290d Uncomment accidentally commented line by Robbie Shade · 8 years ago
  29. 04b3374 Merge branch 'master' into rewrite_udp_server_linked_list by Robbie Shade · 8 years ago
  30. aa9c578 Clean up code after merge with master by murgatroid99 · 8 years ago
  31. fde76d7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  32. 998dbc0 Merge pull request #7612 from rjshade/enable_udp_testing by Yang Gao · 8 years ago
  33. 35d7a26 Merge branch 'master' into enable_udp_testing by Robbie Shade · 8 years ago
  34. 53ab32b added missing line to UDP server by David Garcia Quintas · 8 years ago
  35. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  36. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  37. 956f1d3 Refactor udp_server to use a linked list of ports by Robbie Shade · 8 years ago
  38. 26f9088 Remove GRPC_NEED_UDP ifdefs by Robbie Shade · 8 years ago
  39. 128d3ff Change udp_server to use linked list of ports by Robbie Shade · 8 years ago
  40. ce8f977 Call orphan_cb before FD shutdown by Robbie Shade · 8 years ago
  41. f55adec And remaining random leftover items. by Nicolas "Pixel" Noble · 8 years ago
  42. 7e8b417 Use the new socket creation api in udp_server.c by Robbie Shade · 8 years ago
  43. 7f6864a Use grpc_error instead of bool in udp_server's on_read by Robbie Shade · 8 years ago
  44. ae8c64d Correct error handling for failed set_sockopt calls in udp_server.c by Robbie Shade · 8 years ago
  45. 773a882 Minor fixes by yang-g · 8 years ago
  46. 3f30e63 Adds functions to set snd/rcv socket buffer sizes. by Robbie Shade · 8 years ago
  47. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 8 years ago
  48. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  49. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 8 years ago
  50. 6415043 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  51. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  52. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  53. d335945 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  54. 8a03448 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  55. e72454c merge to take src/core componentization into account by ahedberg · 8 years ago
  56. 1bb17d3 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  57. 9533d04 Fix includes by Craig Tiller · 8 years ago
  58. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/udp_server.c]
  59. f40df23 Auto-changes by Craig Tiller · 8 years ago
  60. cf82665 Merge pull request #5909 from vjpai/make_building_great_again by Jan Tattermusch · 8 years ago
  61. fcbcbff prefix external linkage functions with grpc by ahedberg · 8 years ago
  62. e7077b5 Fix a missing include in UDP_SERVER code and by vjpai · 8 years ago
  63. 59743d6 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  64. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 8 years ago
  65. 803931d Make use of unix sockets optional. by ahedberg · 9 years ago
  66. ddecc61 Fix call to grpc_exec_ctx_enqueue by Bogdan Drutu · 9 years ago
  67. f89fdf3 Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func by Bogdan Drutu · 9 years ago
  68. 3d14fd6 Update copyright comments. by Robbie Shade · 9 years ago
  69. 926e24c Remove unused grpc_udp_server_write method by Robbie Shade · 9 years ago
  70. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  71. 2908a76 Exclude UDP code for now by Craig Tiller · 9 years ago
  72. 5d85037 update api by yang-g · 9 years ago
  73. dc21593 Release fd api by yang-g · 9 years ago
  74. c6787b2 Fix broken udp_server_test, by adding exec_ctx to read_cb by Robbie Shade · 9 years ago
  75. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  76. b7a5977 Merge github.com:grpc/grpc into clangf by Craig Tiller · 9 years ago
  77. 7b080ba C changes to avoid shadowed global declaration warnings in gcc4.4 by Vijay Pai · 9 years ago
  78. 7069da2 Repeat https://github.com/grpc/grpc/issues/3049 for OSX by Jorge Canizales · 9 years ago
  79. a8e2e52 Pass through grpc_fd pointer rather than int. by Robbie Shade · 9 years ago
  80. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  81. 109a8dc Stop shadowing global name by Robbie Shade · 9 years ago
  82. 147fe70 Add grpc_server argument to grpc_udp_server_start by Robbie Shade · 9 years ago
  83. 7db24e0 Fix memory leak by Craig Tiller · 9 years ago
  84. a82950e clang-format all core files by Craig Tiller · 9 years ago
  85. 8ad0375 Change runs to enqueue by Craig Tiller · 9 years ago
  86. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  87. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  88. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  89. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  90. d1bec03 Call list progress by Craig Tiller · 9 years ago
  91. 3382511 Cleanup by Craig Tiller · 9 years ago
  92. 3cd6a51 Getting stuff working by Craig Tiller · 9 years ago
  93. 36c86e2 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  94. 47a708e Core compiles with workqueues by Craig Tiller · 9 years ago
  95. 9ed4be4 Merge pull request #3123 from rjshade/SOCK_NONBLOCK by Yang Gao · 9 years ago
  96. 78856d7 Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCK by Robbie Shade · 9 years ago
  97. bb84dc0 Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb by Robbie Shade · 9 years ago
  98. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  99. 32ca48c Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  100. 6f03dff Use standard grpc_ functions to set nonblock. by Robbie Shade · 9 years ago