1. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  2. baa35fc Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail. by Nicolas "Pixel" Noble · 8 years ago
  3. 2c779d6 Merge pull request #7675 from y-zeng/AF_unix_so_reuseport by David G. Quintas · 8 years ago
  4. bdec157 Merge pull request #7128 from daniel-j-born/server_clone_fix by Nicolas Noble · 8 years ago
  5. 2414bbb Disable SO_REUSEPORT at prepare_socket() for unix sockets by Yuchen Zeng · 8 years ago
  6. d745a6f Disable SO_REUSEPORT for UNIX socket by Yuchen Zeng · 8 years ago
  7. 5ca7e47 Merge pull request #6737 from ctiller/delayed-write by Craig Tiller · 8 years ago
  8. c76e48b Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early by yang-g · 8 years ago
  9. 9275d40 Shutdown the listeners early when destroying the tcp_server by yang-g · 8 years ago
  10. ad1f31f Code comments for siblings. by Dan Born · 8 years ago
  11. 6c54078 Set siblings for server clones properly. by Dan Born · 8 years ago
  12. ba61f4a Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  13. b76471d Fix TSAN failure in tcp_server (shown via qps_openloop_test) by Craig Tiller · 8 years ago
  14. 3a2ef9d Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  15. a4d2d0c Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  16. 161f763 Fix ipv4-only listening by Craig Tiller · 8 years ago
  17. ccbc810 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  18. 30da294 Merge branch 'reuse_affinity' into delayed-write by Craig Tiller · 8 years ago
  19. 738f92e Merge branch 'error' into reuse_affinity by Craig Tiller · 8 years ago
  20. 53dd6b9 Round robin notifier pollset by Craig Tiller · 8 years ago
  21. 332f1b3 Rename functions by Craig Tiller · 8 years ago
  22. ccc8ec5 Merge branch 'error' into reuse_port by Craig Tiller · 8 years ago
  23. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  24. 136698c Initialize variables to appease compilers by Craig Tiller · 8 years ago
  25. 0e9c1a7 Merge branch 'reuse_port' into reuse_affinity by Craig Tiller · 8 years ago
  26. 644da98 Fixes by Craig Tiller · 8 years ago
  27. 147a9f2 Merge branch 'reuse_port' into reuse_affinity by Craig Tiller · 8 years ago
  28. ef96264 Support SO_REUSEPORT by Craig Tiller · 8 years ago
  29. 418a821 Begin sharding request queues per cq by Craig Tiller · 8 years ago
  30. 32ec133 fixes server_test by David Garcia Quintas · 8 years ago
  31. 03291c4 bind error in tcp server posix by David Garcia Quintas · 8 years ago
  32. 9147296 Progress converting to new error system by Craig Tiller · 8 years ago
  33. 94f8453 Bug fixes to error handling by Craig Tiller · 8 years ago
  34. 80384bd Progress converting to new error system by Craig Tiller · 8 years ago
  35. f707d62 Convert tests to new error scheme by Craig Tiller · 8 years ago
  36. 0b5857f Progress by Craig Tiller · 8 years ago
  37. c027e77 Progress by Craig Tiller · 8 years ago
  38. 020cdb8 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  39. fe11589 Delete debug log lines by Sree Kuchibhotla · 8 years ago
  40. 42b004a first cut of changes by Sree Kuchibhotla · 8 years ago
  41. 6415043 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  42. 4c43ed3 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  43. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  44. 8a03448 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  45. 1bb17d3 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  46. 9533d04 Fix includes by Craig Tiller · 8 years ago
  47. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/tcp_server_posix.c]
  48. f40df23 Auto-changes by Craig Tiller · 8 years ago
  49. 77371cc Merge pull request #5920 from yang-g/ipv6 by Jan Tattermusch · 8 years ago
  50. b7921c7 resolve comments by yang-g · 8 years ago
  51. 6346041 Fix failure handling code by yang-g · 8 years ago
  52. 8afb88d fix copyright dates and style issues by ahedberg · 8 years ago
  53. fcbcbff prefix external linkage functions with grpc by ahedberg · 8 years ago
  54. 59743d6 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  55. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 8 years ago
  56. 803931d Make use of unix sockets optional. by ahedberg · 8 years ago
  57. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  58. 9c12bc2 Add shutdown_starting callbacks to tcp_server. by Dan Born · 9 years ago
  59. 725ee28 Extend Copyrights to 2016 by Dan Born · 9 years ago
  60. 03c8a9b Put the fd_index in the same order as the sibling list. by Dan Born · 9 years ago
  61. 5d81d15 Code review follow-up. by Dan Born · 9 years ago
  62. fa6b606 Make grpc_tcp_listener private. by Dan Born · 9 years ago
  63. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  64. 10c4b3c Add a test for binding a server to the same port twice; fix crashes by Craig Tiller · 9 years ago
  65. 2100d06 Comply with conventions by Craig Tiller · 9 years ago
  66. e57fb22 Add another NULL check by Craig Tiller · 9 years ago
  67. e57ba13 Simplify code by Craig Tiller · 9 years ago
  68. f2afb2e Fix null pointer dereference by Craig Tiller · 9 years ago
  69. 5d85037 update api by yang-g · 9 years ago
  70. dc21593 Release fd api by yang-g · 9 years ago
  71. 3ff9727 merge with head by yang-g · 9 years ago
  72. d86115e Renaming dual_stack_second_port to sibling. by Nicolas "Pixel" Noble · 9 years ago
  73. c6a7c6e Fixing use after free under Posix (was already fixed for Windows.) by Nicolas "Pixel" Noble · 9 years ago
  74. 8f71462 Renaming server_port to grpc_tcp_listener - there's no need for casting... by Nicolas Noble · 9 years ago
  75. 5eb4e1c Adding grpc_tcp_listener as an actual object being returned. by Nicolas Noble · 9 years ago
  76. b063c87 mark unreachable code with a macro by yang-g · 9 years ago
  77. 7b080ba C changes to avoid shadowed global declaration warnings in gcc4.4 by Vijay Pai · 9 years ago
  78. a82950e clang-format all core files by Craig Tiller · 9 years ago
  79. 8af4c33 Final patches for rename by Craig Tiller · 9 years ago
  80. 8ad0375 Change runs to enqueue by Craig Tiller · 9 years ago
  81. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  82. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  83. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  84. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  85. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  86. d1bec03 Call list progress by Craig Tiller · 9 years ago
  87. 3382511 Cleanup by Craig Tiller · 9 years ago
  88. 6512ac9 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  89. 9ab3704 Merge remote-tracking branch 'upstream/master' into rename_callback by Robbie Shade · 9 years ago
  90. 3cd6a51 Getting stuff working by Craig Tiller · 9 years ago
  91. 6728038 Add server trace line by Craig Tiller · 9 years ago
  92. 47a708e Core compiles with workqueues by Craig Tiller · 9 years ago
  93. f798b77 Merge remote-tracking branch 'upstream/master' into rename_callback by Robbie Shade · 9 years ago
  94. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  95. 32ca48c Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  96. 3cd2d18 Rename the TCP server callback arguments to be more descriptive. by Robbie Shade · 9 years ago
  97. 0613e58 Fix a race that could cause a double delete by Craig Tiller · 9 years ago
  98. 1b22b9d Add grpc_call_get_peer by Craig Tiller · 9 years ago
  99. 6174b9a Docs by Craig Tiller · 9 years ago
  100. 2c42ef3 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago