1. d255a72 Clang-format by yang-g · 8 years ago
  2. f75459d Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcp by Jan Tattermusch · 8 years ago
  3. 4fb8155 Merge branch 'master' into pss_pi by Sree Kuchibhotla · 8 years ago
  4. 543d3a3 Merge pull request #8650 from kpayson64/poll_cv_improvement by kpayson64 · 8 years ago
  5. c09d784 Fix resource quota by Craig Tiller · 8 years ago
  6. a7d37a3 Initial conversion work to indexed metadata by Craig Tiller · 8 years ago
  7. 6f8507f UserResource does not reference tcp endpoint on windows by Jan Tattermusch · 8 years ago
  8. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  9. 2bf8573 Merge branch 'master' into pss_pi by Sree Kuchibhotla · 8 years ago
  10. 19badff tcp_client_posix: Don't overwrite error descr. by David Garcia Quintas · 8 years ago
  11. a0749a6 Minor debug support by Sree Kuchibhotla · 8 years ago
  12. 6bed2d6 Delete commented out code by Sree Kuchibhotla · 8 years ago
  13. 2385fd7 Pollset_set reimplementation by Sree Kuchibhotla · 8 years ago
  14. 499b94b Replace pollset_add_fd with add_poll_obj by Sree Kuchibhotla · 8 years ago
  15. f6f33d7 Add poll_object struct (and related changes to fix compilation errors). No other functionality changes by Sree Kuchibhotla · 8 years ago
  16. 7d4116f All core tests compile without grpc_mdstr by Craig Tiller · 8 years ago
  17. 0451c3d Move slice functions to vtable, implement hash by Craig Tiller · 8 years ago
  18. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  19. f2752eb Fix build by Craig Tiller · 8 years ago
  20. 7851ea3 Fixes by Craig Tiller · 8 years ago
  21. 9fa2ec6 Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  22. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  23. 7d1fc82 Merge github.com:grpc/grpc into hansel by Craig Tiller · 8 years ago
  24. ac88ca1 Fix logic race in chttp2 write path by Craig Tiller · 8 years ago
  25. c80fa2f Merge pull request #8680 from ctiller/no_more_legacy by Craig Tiller · 8 years ago
  26. 1b1a860 Return status unavailable (over internal) on EPIPE by Ken Payson · 8 years ago
  27. 76f90c3 Merge pull request #8728 from murgatroid99/more_uv_fixes by Michael Lumish · 8 years ago
  28. 3cf7922 Review feedback by Craig Tiller · 8 years ago
  29. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  30. 5c1f55a Merge pull request #8335 from y-zeng/tos by Yuchen Zeng · 8 years ago
  31. 67ffe3f clang-format by Yuchen Zeng · 8 years ago
  32. 2e01234 Fix sanity, uv, and windows builds by murgatroid99 · 8 years ago
  33. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  34. a5da0ef Merge pull request #8486 from y-zeng/get_tos by Yuchen Zeng · 8 years ago
  35. df5b627 Merge github.com:grpc/grpc into slice_interning by Craig Tiller · 8 years ago
  36. 7cdad96 Fix foward declaration duplication by Craig Tiller · 8 years ago
  37. 07fba2b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  38. e2672c9 Some slice and resource quota updates to UV and Node code by murgatroid99 · 8 years ago
  39. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  40. d43b9f3 Merge pull request #8518 from sreecha/mutrace_fix by Sree Kuchibhotla · 8 years ago
  41. 7810898 Add grpc_socket_mutator_compare by Yuchen Zeng · 8 years ago
  42. e6684f4 Remove legacy poller by Craig Tiller · 8 years ago
  43. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  44. 72e674d Merge pull request #8641 from ctiller/more-wtfs by Craig Tiller · 8 years ago
  45. 42909c5 Bypass poll thread if wakeup fd is set by Ken Payson · 8 years ago
  46. fdfe41f Fix typo by Yuchen Zeng · 8 years ago
  47. e942434 Fix typo by Yuchen Zeng · 8 years ago
  48. fe6350d clang-format code by Craig Tiller · 8 years ago
  49. c037fc1 Fix windows for new RU api by Craig Tiller · 8 years ago
  50. a947f1c Make resource_quota a real object by Craig Tiller · 8 years ago
  51. 4736c55 Merge pull request #8631 from soltanmm-google/blebs-on-cells-and-other-signs by Masood Malekghassemi · 8 years ago
  52. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  53. 4253c1e Say what we mean by Masood Malekghassemi · 8 years ago
  54. 047518f Merge pull request #8270 from daniel-j-born/server_port_index by Yuchen Zeng · 8 years ago
  55. 64d518e Merge remote-tracking branch 'upstream/master' into tos by Yuchen Zeng · 8 years ago
  56. 1c0b7a2 Merge remote-tracking branch 'upstream/master' into get_tos by Yuchen Zeng · 8 years ago
  57. 68413c2 Remove GRPC_SOCKET by Yuchen Zeng · 8 years ago
  58. da050b6 Fixed weird whitespace change by murgatroid99 · 8 years ago
  59. 9ddab9f Merge branch 'master' into uv_resource_quota by murgatroid99 · 8 years ago
  60. 7e733d4 Merge branch 'grpc_slice' into slice_with_exec_ctx by Craig Tiller · 8 years ago
  61. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  62. 69259d4 Add resource quota support to uv TCP code by murgatroid99 · 8 years ago
  63. b972089 Merge branch 'master' into mutrace_fix by Sree Kuchibhotla · 8 years ago
  64. da1d2ef Merge pull request #8564 from sreecha/endpoint_uv by Sree Kuchibhotla · 8 years ago
  65. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  66. de76cdb Merge pull request #8565 from sreecha/linux_porta_failures by David G. Quintas · 8 years ago
  67. 5e257b9 Merge pull request #8540 from vjpai/ust by Vijay Pai · 8 years ago
  68. 894db55 Fix compiler errors in gcc4.4 and 4.6 by Sree Kuchibhotla · 8 years ago
  69. a0d2468 Fix compilation bug when GRPC_UV is defined by Sree Kuchibhotla · 8 years ago
  70. 1a2c9c1 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  71. 6108d1f clang-format code by Craig Tiller · 8 years ago
  72. 85fe038 Fix some other Windows bugs while we're here by Craig Tiller · 8 years ago
  73. a5ea56b clang-format code by Craig Tiller · 8 years ago
  74. 290e9a7 Fix resource quotas on Windows by Craig Tiller · 8 years ago
  75. b798231 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  76. bba5285 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  77. 8ddad0f Merge branch 'master' into mutrace_fix by Sree Kuchibhotla · 8 years ago
  78. b78062d Merge pull request #8544 from murgatroid99/node_perf_investigation by Michael Lumish · 8 years ago
  79. 04d2829 Add comment by murgatroid99 · 8 years ago
  80. 12e5775 Disable Nagle's algorithm in libuv endpoints by murgatroid99 · 8 years ago
  81. 24392f3 MAC and FreeBSD do not have IP_PKTINFO as a meaningful setsockopt by Vijay Pai · 8 years ago
  82. 8abc796 Review feedback by Craig Tiller · 8 years ago
  83. 28b7242 clang-format by Craig Tiller · 8 years ago
  84. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  85. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  86. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  87. 485a902 minor formatting fix by Sree Kuchibhotla · 8 years ago
  88. a129adf Remove fd from polling island before deleting it by Sree Kuchibhotla · 8 years ago
  89. 0f31080 Update includes, s/gpr_dump_slice/grpc_dump_slice/g by Craig Tiller · 8 years ago
  90. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  91. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  92. 8d5807c Initialize wakeup_fd to keep GCC (with optimization level -O3) happy. by Sree Kuchibhotla · 8 years ago
  93. 6b5d682 Review feedback by Craig Tiller · 8 years ago
  94. 7d897fe Fix merge issue in udp_server.c by murgatroid99 · 8 years ago
  95. dc39353 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  96. b63d8d9 Merge pull request #7615 from rjshade/rewrite_udp_server_linked_list by Yang Gao · 8 years ago
  97. e5ec9ac Add grpc_endpoint_get_socket and GRPC_SOCKET by Yuchen Zeng · 8 years ago
  98. 085f9af Added import order comments, resolved other minor issues by murgatroid99 · 8 years ago
  99. 3798e60 Address review comments by Craig Tiller · 8 years ago
  100. 153eaa7 s/BUFFER_POOL/RESOURCE_QUOTA/g by Craig Tiller · 8 years ago