1. 7ea8a60 Revert "Add Type Checking On Channel Args" by Noah Eisen · 6 years ago
  2. 1198d8d Reviewer feedback by ncteisen · 6 years ago
  3. 6dc54c4 Remove all uses of raw GRPC_ARG_POINTER by ncteisen · 6 years ago
  4. eb10abe Merge pull request #15648 from apolcyn/remove_fd_shutdown_already_closed by apolcyn · 6 years ago
  5. 4e8a2f5 Remove already_closed param from fd_orphan by Alexander Polcyn · 6 years ago
  6. adc733f Make linux polling engines capable of tracking errors separately with by Yash Tibrewal · 6 years ago
  7. 8c23140 Allow udp_server to create multiple listeners for each port via SO_REUSEPORT by Dan Zhang · 6 years ago
  8. 9ff64a6 drop unnecessary/invalid asserts by Eric Gribkoff · 6 years ago
  9. 44a1588 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  10. 0dee3d9 Merge branch 'master' into socklent by Yash Tibrewal · 6 years ago
  11. db5f4d5 Remove unncessary casts by Yash Tibrewal · 6 years ago
  12. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  13. 4d46260 Explicit static_cast conversions by Yash Tibrewal · 6 years ago
  14. 8f91ad9 use static_cast by Dan Zhang · 6 years ago
  15. 1bdc940 fix format by Dan Zhang · 6 years ago
  16. 6cc5a09 fix format by Dan Zhang · 6 years ago
  17. b293e9e Refactors grpc udp_server_listener to be object oriented. Also adds a mutex to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel. by Dan Zhang · 6 years ago
  18. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  19. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  20. cddf6f8 Add some manual const casts to fix build by Noah Eisen · 6 years ago
  21. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  22. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  23. a06720b format by Dan Zhang · 7 years ago
  24. e2a6ca8 %zd->%d by Dan Zhang · 7 years ago
  25. 3742b72 change to int type by Dan Zhang · 7 years ago
  26. a6efb9c fix portability errors by Dan Zhang · 7 years ago
  27. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  28. 0e50b94 Adjust receiv buffer via setsockopt for udp_server's listening socket. by Dan Zhang · 7 years ago
  29. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  30. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  31. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  32. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  33. ba95146 fix comment format by Dan Zhang · 7 years ago
  34. ec8a59e read once by Dan Zhang · 7 years ago
  35. 64d588f fix compile error by Dan Zhang · 7 years ago
  36. 0f7bc57 Modify udp_server to do asynchronous read and write and only re-arm by Dan Zhang · 7 years ago
  37. 177039b Merge master by Yash Tibrewal · 7 years ago
  38. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  39. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  40. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  41. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  42. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  43. 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]
  44. 52778c4 Adding pointer conversions. Renaming a few variables and type names to avoid C++ compilation issues by Yash Tibrewal · 7 years ago
  45. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  46. d40a7ae Add already_closed in grpc_fd_orphan by Yuchen Zeng · 7 years ago
  47. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  48. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  49. fefd2f2 Add make udp_server shutdown_fd() protected by mutex lock. by Dan Zhang · 7 years ago
  50. 5c708f4 modify udp_server by Dan Zhang · 7 years ago
  51. 2524a37 Merge pull request #10292 from yang-g/udp_server by Yang Gao · 7 years ago
  52. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 7 years ago
  53. 8fc385a Prevent cleaning up the fd twice. by yang-g · 7 years ago
  54. 1a3f24d Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by ncteisen · 7 years ago
  55. 456ddd8 Remove grpc_udp_server dependency on grpc_server. by Michael Warres · 7 years ago
  56. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  57. 69709e2 Fix flaky use-after-free in udp_server by Robbie Shade · 7 years ago
  58. 49124e7 Adds an exec_ctx argument to orphan_cb in udp_server by Robbie Shade · 7 years ago
  59. c23fedd Add an on_write callback to the UDP server. by Robbie Shade · 7 years ago
  60. cda759d Add an error to fd_shutdown (and recursively) by Craig Tiller · 7 years ago
  61. ff281b9 Fix udp server by Craig Tiller · 8 years ago
  62. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  63. 83b6e8e Run clang-format on udp_server.c by Paul Marks · 8 years ago
  64. cb09e70 Fix a memory leak in grpc_udp_server_add_port() by Paul Marks · 8 years ago
  65. 7d897fe Fix merge issue in udp_server.c by murgatroid99 · 8 years ago
  66. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  67. 7433e5d clang format by Robbie Shade · 8 years ago
  68. 22d50e9 Fix sanity and move a header include by murgatroid99 · 8 years ago
  69. cbd1b97 Add needed include by Robbie Shade · 8 years ago
  70. fff290d Uncomment accidentally commented line by Robbie Shade · 8 years ago
  71. 04b3374 Merge branch 'master' into rewrite_udp_server_linked_list by Robbie Shade · 8 years ago
  72. aa9c578 Clean up code after merge with master by murgatroid99 · 8 years ago
  73. fde76d7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  74. 998dbc0 Merge pull request #7612 from rjshade/enable_udp_testing by Yang Gao · 8 years ago
  75. 35d7a26 Merge branch 'master' into enable_udp_testing by Robbie Shade · 8 years ago
  76. 53ab32b added missing line to UDP server by David Garcia Quintas · 8 years ago
  77. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  78. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  79. 956f1d3 Refactor udp_server to use a linked list of ports by Robbie Shade · 8 years ago
  80. 26f9088 Remove GRPC_NEED_UDP ifdefs by Robbie Shade · 8 years ago
  81. 128d3ff Change udp_server to use linked list of ports by Robbie Shade · 8 years ago
  82. ce8f977 Call orphan_cb before FD shutdown by Robbie Shade · 8 years ago
  83. f55adec And remaining random leftover items. by Nicolas "Pixel" Noble · 8 years ago
  84. 7e8b417 Use the new socket creation api in udp_server.c by Robbie Shade · 8 years ago
  85. 7f6864a Use grpc_error instead of bool in udp_server's on_read by Robbie Shade · 8 years ago
  86. ae8c64d Correct error handling for failed set_sockopt calls in udp_server.c by Robbie Shade · 8 years ago
  87. 773a882 Minor fixes by yang-g · 8 years ago
  88. 3f30e63 Adds functions to set snd/rcv socket buffer sizes. by Robbie Shade · 8 years ago
  89. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 8 years ago
  90. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  91. 3ab2fe0 Rollup of changes from the latest import by Craig Tiller · 8 years ago
  92. 6415043 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  93. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  94. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  95. d335945 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  96. 8a03448 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  97. e72454c merge to take src/core componentization into account by ahedberg · 8 years ago
  98. 1bb17d3 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  99. 9533d04 Fix includes by Craig Tiller · 8 years ago
  100. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/udp_server.c]