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