1. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/udp_server.c]
  2. f40df23 Auto-changes by Craig Tiller · 8 years ago
  3. cf82665 Merge pull request #5909 from vjpai/make_building_great_again by Jan Tattermusch · 8 years ago
  4. fcbcbff prefix external linkage functions with grpc by ahedberg · 8 years ago
  5. e7077b5 Fix a missing include in UDP_SERVER code and by vjpai · 8 years ago
  6. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 8 years ago
  7. 803931d Make use of unix sockets optional. by ahedberg · 8 years ago
  8. ddecc61 Fix call to grpc_exec_ctx_enqueue by Bogdan Drutu · 9 years ago
  9. f89fdf3 Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func by Bogdan Drutu · 9 years ago
  10. 3d14fd6 Update copyright comments. by Robbie Shade · 9 years ago
  11. 926e24c Remove unused grpc_udp_server_write method by Robbie Shade · 9 years ago
  12. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  13. 2908a76 Exclude UDP code for now by Craig Tiller · 9 years ago
  14. 5d85037 update api by yang-g · 9 years ago
  15. dc21593 Release fd api by yang-g · 9 years ago
  16. c6787b2 Fix broken udp_server_test, by adding exec_ctx to read_cb by Robbie Shade · 9 years ago
  17. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  18. b7a5977 Merge github.com:grpc/grpc into clangf by Craig Tiller · 9 years ago
  19. 7b080ba C changes to avoid shadowed global declaration warnings in gcc4.4 by Vijay Pai · 9 years ago
  20. 7069da2 Repeat https://github.com/grpc/grpc/issues/3049 for OSX by Jorge Canizales · 9 years ago
  21. a8e2e52 Pass through grpc_fd pointer rather than int. by Robbie Shade · 9 years ago
  22. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  23. 109a8dc Stop shadowing global name by Robbie Shade · 9 years ago
  24. 147fe70 Add grpc_server argument to grpc_udp_server_start by Robbie Shade · 9 years ago
  25. 7db24e0 Fix memory leak by Craig Tiller · 9 years ago
  26. a82950e clang-format all core files by Craig Tiller · 9 years ago
  27. 8ad0375 Change runs to enqueue by Craig Tiller · 9 years ago
  28. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  29. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  30. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  31. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  32. d1bec03 Call list progress by Craig Tiller · 9 years ago
  33. 3382511 Cleanup by Craig Tiller · 9 years ago
  34. 3cd6a51 Getting stuff working by Craig Tiller · 9 years ago
  35. 36c86e2 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  36. 47a708e Core compiles with workqueues by Craig Tiller · 9 years ago
  37. 9ed4be4 Merge pull request #3123 from rjshade/SOCK_NONBLOCK by Yang Gao · 9 years ago
  38. 78856d7 Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCK by Robbie Shade · 9 years ago
  39. bb84dc0 Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb by Robbie Shade · 9 years ago
  40. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  41. 32ca48c Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  42. 6f03dff Use standard grpc_ functions to set nonblock. by Robbie Shade · 9 years ago
  43. 7810e02 Remove unnecessary new_transport callback from the UDP server by Robbie Shade · 9 years ago
  44. 8ff671f Add SOCK_NONBLOCK option to UDP sockets. by Robbie Shade · 9 years ago
  45. 049e1df Made udp_server.c compile for iOS by murgatroid99 · 9 years ago
  46. d6c98df clang-format all source by Craig Tiller · 9 years ago
  47. 8d5196d Added copyright notice to udp_server.c by Robbie Shade · 9 years ago
  48. 81fdcf6 Removed debug log lines by Robbie Shade · 9 years ago
  49. f2eb48a Handle success == 0 case in udp_server on_read by Robbie Shade · 9 years ago
  50. 1cef6dc Adding 10 client test, fiddling with pollsets by Robbie Shade · 9 years ago
  51. 4cde25c grpc_udp_server_write method by Robbie Shade · 9 years ago
  52. 4b70e03 Store read_cb in one place by Robbie Shade · 9 years ago
  53. a4e21a1 Added udp_server.{h,cc}. by Robbie Shade · 9 years ago