1. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  2. fb475c9 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  3. 410208c Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  4. 9d7e049 Merge pull request #7862 from makdharma/grpc_caching by makdharma · 8 years ago
  5. 89119fa Merge branch 'client_channel_cleanup' into deadline_filter by Mark D. Roth · 8 years ago
  6. 3f37438 moved kMaxPayloadSizeForGet definition to C file by Makarand Dharmapurikar · 8 years ago
  7. b94656d addressed review feedback. by Makarand Dharmapurikar · 8 years ago
  8. ed4605b Change error messages to include actual values and limits. by Mark D. Roth · 8 years ago
  9. 432d1db one more clang-format fix by Makarand Dharmapurikar · 8 years ago
  10. 089dbc0 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  11. ceb39ae Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  12. 79d7d99 Merge pull request #7842 from jboeuf/security_context_extension by Mark D. Roth · 8 years ago
  13. 1bbe6cb Add locking. Add cancellation check. Use grpc_call_element_send_cancel(). by Mark D. Roth · 8 years ago
  14. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  15. a6babb0 addressed comments from review by Makarand Dharmapurikar · 8 years ago
  16. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  17. 7684c74 Merge pull request #7795 from dgquintas/errors_doc by David G. Quintas · 8 years ago
  18. 9909170 Merge pull request #7912 from ctiller/g_stands_for by Craig Tiller · 8 years ago
  19. bacaceb Merge pull request #7645 from y-zeng/fix_ev_epoll_linux by kpayson64 · 8 years ago
  20. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  21. f44946b fixes for asan leak, and proxy test by Makarand Dharmapurikar · 8 years ago
  22. 2bba1dd Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  23. d322d4b surface cacheable flag to the call by Makarand Dharmapurikar · 8 years ago
  24. 8dfdb7e Specify the "g" in gRPC by Craig Tiller · 8 years ago
  25. d59a5fc Fix build problems when refcount debugging is enabled. by Mark D. Roth · 8 years ago
  26. cef5401 Mark an epoll that has a timeout as a blocking region by Vijay Pai · 8 years ago
  27. 4e52059 fixed bug exposed by h2_proxy* test. by Makdharma · 8 years ago
  28. ee7000a Switch back to C-style comment to appease check_include_guards.py. by Mark D. Roth · 8 years ago
  29. b305452 clang-format by Makdharma · 8 years ago
  30. 7f0abf3 correctly free up memory for payload_bin by Makdharma · 8 years ago
  31. d2b4533 Cancel deadline timer from on_complete instead of destroy_call_elem(). by Mark D. Roth · 8 years ago
  32. 6a523f0 working with send_message with multiple slices by Makdharma · 8 years ago
  33. c3c6faf Add grpc_channel_arg_get_integer() utility function. by Mark D. Roth · 8 years ago
  34. bb04c0a Merge branch 'master' of github.com:grpc/grpc into security_context_extension by Julien Boeuf · 8 years ago
  35. 14c072c Initial code to move deadline timer into a filter. Timer cancellation by Mark D. Roth · 8 years ago
  36. 2b2b345 Addressing feedback. by Julien Boeuf · 8 years ago
  37. 54d78e2 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  38. 0002d83 Fix crash caused by invoking receive callback with recv_message=NULL. by Mark D. Roth · 8 years ago
  39. 178f4bc prep work for enabling caching by Makdharma · 8 years ago
  40. 500a466 Add filter to subchannel instead of main client channel. by Mark D. Roth · 8 years ago
  41. a6f1b98 Set the right default max message sizes. by Mark D. Roth · 8 years ago
  42. 370ef89 Fix portability problem. by Mark D. Roth · 8 years ago
  43. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago
  44. 6b93d46 Adding extension points for security context. by Julien Boeuf · 8 years ago
  45. cc357bf Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API by Sree Kuchibhotla · 8 years ago
  46. 6257159 Merge branch 'port_platform_split' into uv_core_transport by murgatroid99 · 8 years ago
  47. f57158b Add explanations by Craig Tiller · 8 years ago
  48. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  49. 4bf00c9 slight rewording of grpc_error ownership rules by David Garcia Quintas · 8 years ago
  50. bbc20b5 Merge pull request #7783 from nicolasnoble/shipping-1.0 by Nicolas Noble · 8 years ago
  51. baa35fc Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail. by Nicolas "Pixel" Noble · 8 years ago
  52. 35b8c51 Bumping version to 1.0.1-pre1. by Nicolas "Pixel" Noble · 8 years ago
  53. 87879d2 Fix comments by Craig Tiller · 8 years ago
  54. f0efb49 Fix comments by Craig Tiller · 8 years ago
  55. 1c7a842 Add a strict and a permissive decoder, allow different reserved alphabets by Craig Tiller · 8 years ago
  56. c5c2c72 Appease the casting gods by Craig Tiller · 8 years ago
  57. 17ed6b1 Percent encoding routines by Craig Tiller · 8 years ago
  58. 6ceb0cf Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  59. dd93704 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  60. 4998e30 Include missing header in ev_epoll_linux.c by Sree Kuchibhotla · 8 years ago
  61. 0f9337b Removing pre2 flag. by Nicolas "Pixel" Noble · 8 years ago
  62. 9c9d577 Merge pull request #7640 from markdroth/handshaker_api by kpayson64 · 8 years ago
  63. 4b86603 Remove <linux/unistd.h> include for compatibility with non-glibc by Brian · 8 years ago
  64. 9dfd0b7 Merge branch 'handshaker_api' into http_connect by Mark D. Roth · 8 years ago
  65. fddb3d3 Merge remote-tracking branch 'upstream/master' into handshaker_api by Mark D. Roth · 8 years ago
  66. 2f320ca Fix some #include statements and add one dependency in build.yaml by murgatroid99 · 8 years ago
  67. 2c779d6 Merge pull request #7675 from y-zeng/AF_unix_so_reuseport by David G. Quintas · 8 years ago
  68. 32ee4a6 Clang format again by murgatroid99 · 8 years ago
  69. 7e924a0 Clang format by murgatroid99 · 8 years ago
  70. 15eba13 Improved some docstrings for grpc_call creation by David Garcia Quintas · 8 years ago
  71. 3196363 Make usage of grpc_inet_ntop consistent by murgatroid99 · 8 years ago
  72. 0b110dd Changed grpc_inet_ntop signature to match Windows function by murgatroid99 · 8 years ago
  73. cb6ce70 Fixed copyright year in new file by murgatroid99 · 8 years ago
  74. 3c2c6c1 Fixed InetNtop function call by murgatroid99 · 8 years ago
  75. bdec157 Merge pull request #7128 from daniel-j-born/server_clone_fix by Nicolas Noble · 8 years ago
  76. 192293d Move GPR_MANYLINUX1 to top of port.h checks by murgatroid99 · 8 years ago
  77. 7c20590 Removed GPR_POSIX_FILE, and changed the files that used it by murgatroid99 · 8 years ago
  78. acad79f Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  79. 2414bbb Disable SO_REUSEPORT at prepare_socket() for unix sockets by Yuchen Zeng · 8 years ago
  80. d745a6f Disable SO_REUSEPORT for UNIX socket by Yuchen Zeng · 8 years ago
  81. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  82. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  83. 79b3227 refactor inet_ntop into a portability header by murgatroid99 · 8 years ago
  84. 50be893 Merge pull request #6915 from markdroth/filter_api by kpayson64 · 8 years ago
  85. a0399f2 Fix the error ref issue by Yuchen Zeng · 8 years ago
  86. 0a05ab6 clang-format by Mark D. Roth · 8 years ago
  87. 714c7ec Plumbed read_buffer through and fixed leftover bytes problem. by Mark D. Roth · 8 years ago
  88. 427d7d7 Fix tsan reported error in trace by Craig Tiller · 8 years ago
  89. 292b7cb clang-format by Craig Tiller · 8 years ago
  90. 32387b3 Merge branch 'handshaker_api' into http_connect by Mark D. Roth · 8 years ago
  91. a3e7bd8 clang-format by Mark D. Roth · 8 years ago
  92. 7d9f276 Change handshaker API to use a read buffer to pass leftover bytes read by Mark D. Roth · 8 years ago
  93. 106df11 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  94. eedc335 Merge pull request #5803 from nicolasnoble/what-the-fuzz by Nicolas Noble · 8 years ago
  95. 5e1fbd2 Merge pull request #7370 from rjshade/move_timeout_encoding by kpayson64 · 8 years ago
  96. 34befca Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  97. 18c7111 Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz by Nicolas "Pixel" Noble · 8 years ago
  98. 85c1168 Merge remote-tracking branch 'upstream/master' into filter_api by Mark D. Roth · 8 years ago
  99. e90671e Merge pull request #7522 from makdharma/enable_secure_endpoint_trace by Nicolas Noble · 8 years ago
  100. 212a03e Merge pull request #7024 from markdroth/filter_call_init_failure by kpayson64 · 8 years ago