1. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  2. 79b3227 refactor inet_ntop into a portability header by murgatroid99 · 8 years ago
  3. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  4. 8f76df4 Some compilers don't like big stack frames. There is no need by Vijay Pai · 8 years ago
  5. 01da196 Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master by Nicolas Noble · 8 years ago
  6. da9af33 Merge pull request #7320 from yang-g/shut_down_acceptor_early by Nicolas Noble · 8 years ago
  7. 224fe98 Fixed incorrect merges by murgatroid99 · 8 years ago
  8. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  9. 898d84d Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  10. 5ca7e47 Merge pull request #6737 from ctiller/delayed-write by Craig Tiller · 8 years ago
  11. c76e48b Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early by yang-g · 8 years ago
  12. d60b91d Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  13. 69b7478 Reduce the number of unnecessary allocations by Sree Kuchibhotla · 8 years ago
  14. 40b495a Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write by Craig Tiller · 8 years ago
  15. f11b333 Make network status follow the normal init/shutdown path by Craig Tiller · 8 years ago
  16. 0a06cd7 Cleanup from code review by Craig Tiller · 8 years ago
  17. 9053ec0 Remove now redundant line by Craig Tiller · 8 years ago
  18. 75f065d Correct direction of inequality by Craig Tiller · 8 years ago
  19. 706f5bb Document refcounting by Craig Tiller · 8 years ago
  20. 1b65654 Document creation function by Craig Tiller · 8 years ago
  21. 5d0c1f0 Describe workqueue_enqueue better by Craig Tiller · 8 years ago
  22. f55adec And remaining random leftover items. by Nicolas "Pixel" Noble · 8 years ago
  23. 7e8b417 Use the new socket creation api in udp_server.c by Robbie Shade · 8 years ago
  24. 7f6864a Use grpc_error instead of bool in udp_server's on_read by Robbie Shade · 8 years ago
  25. ae8c64d Correct error handling for failed set_sockopt calls in udp_server.c by Robbie Shade · 8 years ago
  26. 6f6f59a Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  27. ef6b991 Fix tsan race by David Garcia Quintas · 8 years ago
  28. 9275d40 Shutdown the listeners early when destroying the tcp_server by yang-g · 8 years ago
  29. 590092b Fix windows compilation by Craig Tiller · 8 years ago
  30. 8e8027b clang-format by Craig Tiller · 8 years ago
  31. 79a904a Merge branch 'nst-race' into delayed-write by Craig Tiller · 8 years ago
  32. ba61f4a Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  33. 42ac6db Handle orphaned fds by Craig Tiller · 8 years ago
  34. 4ebfe90 Properly report large metadata errors by Craig Tiller · 8 years ago
  35. 27da642 Better implementation of backup loop by Craig Tiller · 8 years ago
  36. 7212c23 Fix mutex loop by Craig Tiller · 8 years ago
  37. f83f8ca Remove pi_mu by Craig Tiller · 8 years ago
  38. 1500761 Prevent polling island + workqueue reference loop by Craig Tiller · 8 years ago
  39. eea32bb Merge branch 'iq2-pi' into delayed-write by Craig Tiller · 8 years ago
  40. f975f74 Refactor workqueues a little to make them great again by Craig Tiller · 8 years ago
  41. 3c945ee Merge branch 'master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  42. 0ab1ec8 Merge branch 'iq2-pi' into delayed-write by Craig Tiller · 8 years ago
  43. 2b49ea9 Fix compile erors by Craig Tiller · 8 years ago
  44. 85c0aa5 Merge branch 'iq2-pi' into delayed-write by Craig Tiller · 8 years ago
  45. e428dbc Merge branch 'iq2' into iq2-pi by Craig Tiller · 8 years ago
  46. de424b5 Merge branch 'wq_windows' into iq2 by Craig Tiller · 8 years ago
  47. be4e680 Add comment, make sure object value is set by Craig Tiller · 8 years ago
  48. d7addc5 clang-format by Craig Tiller · 8 years ago
  49. bf6fd29 Add a minimal (but correct) implementation of workqueue to Windows by Craig Tiller · 8 years ago
  50. b76471d Fix TSAN failure in tcp_server (shown via qps_openloop_test) by Craig Tiller · 8 years ago
  51. ce14c30 Fix race in network status monitor by Craig Tiller · 8 years ago
  52. 20caeb1 Merge pull request #7176 from ctiller/deflake by Craig Tiller · 8 years ago
  53. 4c3e8e4 Merge branch 'iq2-pi' into delayed-write by Craig Tiller · 8 years ago
  54. d6ba619 Add accessor for fd related workqueue by Craig Tiller · 8 years ago
  55. b39307d Add workqueues to polling_islands by Craig Tiller · 8 years ago
  56. eb6f7e2 Merge branch 'wq_offload' into delayed-write by Craig Tiller · 8 years ago
  57. 099eb6e Get it compiling by Craig Tiller · 8 years ago
  58. 7be0595 Implement minimal exec_ctx offloading by Craig Tiller · 8 years ago
  59. 5e4fb0e Windows implementation of get_workqueue by Craig Tiller · 8 years ago
  60. a8a6857 Merge branch 'iq2' into delayed-write by Craig Tiller · 8 years ago
  61. 3a2ef9d Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  62. 70bd483 Allow returning a workqueue somehow associated with an endpoint by Craig Tiller · 8 years ago
  63. ace2489 Merge pull request #7151 from dgquintas/eventfd by Jan Tattermusch · 8 years ago
  64. 97d1cd8 Fix memory leak, fix error.c refcount reporting by Craig Tiller · 8 years ago
  65. cdac58b Merge pull request #7025 from ctiller/%s by Craig Tiller · 8 years ago
  66. 84d2e47 implemented eventfd_check_availability by David Garcia Quintas · 8 years ago
  67. 3421724 Reduce the number of kicks by Sree Kuchibhotla · 8 years ago
  68. 9de42ab Minor format fix by Sree Kuchibhotla · 8 years ago
  69. 1e77668 Trace statements in epoll poller (enabled by default to debug the recent by Sree Kuchibhotla · 8 years ago
  70. a439859 Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  71. 94f0a50 Merge pull request #7082 from ctiller/time_errors by Craig Tiller · 8 years ago
  72. 510ff69 Fix comment formatting by Craig Tiller · 8 years ago
  73. 1919699 Dont reblock sigmask every loop by Craig Tiller · 8 years ago
  74. 8551a70 Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  75. a9df5d1 Merge pull request #6644 from ctiller/reuse_port by Jan Tattermusch · 8 years ago
  76. cea0004 Annotate error.c for timing, remove broken test by Craig Tiller · 8 years ago
  77. fb39f1d Merge pull request #6973 from makdharma/network_status_change by Jan Tattermusch · 8 years ago
  78. a6e022f Merge github.com:grpc/grpc into %s by Craig Tiller · 8 years ago
  79. d004325 Merge pull request #6888 from yang-g/fixes by Jan Tattermusch · 8 years ago
  80. a218a06 Fix GPR_TIMER misbalancing by Craig Tiller · 8 years ago
  81. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  82. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  83. be1b9a7 Fixes by Craig Tiller · 8 years ago
  84. 6a29545 Change the type of 'ref_count' in polling_island from gpr_atm to gpr_refcount by Sree Kuchibhotla · 8 years ago
  85. 98d31d1 Fix special value lookup by Craig Tiller · 8 years ago
  86. 20d0a16 Better error handling and add polling_island_unlock_pair() helper by Sree Kuchibhotla · 8 years ago
  87. eb429c3 Removed gpr_log statement by Makarand Dharmapurikar · 8 years ago
  88. f0f70a8 Make transport-level errors be reflected in status messages on calls by Craig Tiller · 8 years ago
  89. 5d11e43 Added test for filter whose call initialization fails, and fixed bugs by Mark D. Roth · 8 years ago
  90. 17c5da2 Merge remote-tracking branch 'upstream/master' into fixes by yang-g · 8 years ago
  91. 05fd4fe Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  92. 44f6245 Re-enable accidentally disabled traces by Craig Tiller · 8 years ago
  93. 0224dcc clang format by Sree Kuchibhotla · 8 years ago
  94. 8891ef5 Initialize port to -1 by Ken Payson · 8 years ago
  95. 932d027 clang-format fixes by Makarand Dharmapurikar · 8 years ago
  96. 76a0795 Fix build errors on some configurations by Sree Kuchibhotla · 8 years ago
  97. 6149443 add code to unregister endpoints by Makarand Dharmapurikar · 8 years ago
  98. 229533b1 Remove pollset->pi_mu since it is redundant. Also do not get polling by Sree Kuchibhotla · 8 years ago
  99. 24b6eae Add missing function fd_is_shutdown by Sree Kuchibhotla · 8 years ago
  100. 0100b2f Make fd_shutdown idempotent by Sree Kuchibhotla · 8 years ago