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. eedc335 Merge pull request #5803 from nicolasnoble/what-the-fuzz by Nicolas Noble · 8 years ago
  4. 5e1fbd2 Merge pull request #7370 from rjshade/move_timeout_encoding by kpayson64 · 8 years ago
  5. 18c7111 Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz by Nicolas "Pixel" Noble · 8 years ago
  6. e90671e Merge pull request #7522 from makdharma/enable_secure_endpoint_trace by Nicolas Noble · 8 years ago
  7. 212a03e Merge pull request #7024 from markdroth/filter_call_init_failure by kpayson64 · 8 years ago
  8. 52f3b67 Merge pull request #7601 from dgquintas/census_stuff by kpayson64 · 8 years ago
  9. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  10. fcccb5a Merge pull request #7603 from vitalybuka/stack-use-after-scope by kpayson64 · 8 years ago
  11. abaa705 Merge pull request #7575 from vjpai/make_stack_small_again by Vijay Pai · 8 years ago
  12. e60003d Fix stack use after scope in call.c by Vitaly Buka · 8 years ago
  13. 8eec9ec Changed census static metadata keys for tracing and tag propagation by David Garcia Quintas · 8 years ago
  14. 6210535 Merge branch 'master' of github.com:grpc/grpc into lr_july_16 by David Garcia Quintas · 8 years ago
  15. 8f76df4 Some compilers don't like big stack frames. There is no need by Vijay Pai · 8 years ago
  16. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  17. 05d73af Fixed asan failure and some refcounting bugs. by Mark D. Roth · 8 years ago
  18. b8ec235 Merge pull request #7517 from markdroth/handshake_api by kpayson64 · 8 years ago
  19. 5d9d246 Merge pull request #7477 from yang-g/monotonic by kpayson64 · 8 years ago
  20. 43b633d Merge branch 'master' into move_timeout_encoding by Robbie Shade · 8 years ago
  21. 7b104cd Merge pull request #7511 from nicolasnoble/doc-typo by kpayson64 · 8 years ago
  22. 9be7391 removed hardcoded disable on logging by Makarand Dharmapurikar · 8 years ago
  23. 01da196 Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master by Nicolas Noble · 8 years ago
  24. 734cbe7 clang-format by Mark D. Roth · 8 years ago
  25. 39377e9 Fix API of handshake_manager_add(). by Mark D. Roth · 8 years ago
  26. ed77060 Merge remote-tracking branch 'upstream/master' into handshake_api2 by Mark D. Roth · 8 years ago
  27. de2d9fc Merge pull request #7395 from markdroth/handshake_api by kpayson64 · 8 years ago
  28. da9af33 Merge pull request #7320 from yang-g/shut_down_acceptor_early by Nicolas Noble · 8 years ago
  29. 4b4266a Fixing documentation typo. by Nicolas "Pixel" Noble · 8 years ago
  30. 224fe98 Fixed incorrect merges by murgatroid99 · 8 years ago
  31. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  32. a228e5f Add grpc_error parameter to handshaker callback. by Mark D. Roth · 8 years ago
  33. 8bb4ecd Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fix by Nicolas "Pixel" Noble · 8 years ago
  34. 898d84d Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  35. fca59fb Add gpr_slice_new_with_user_data. by Sanjay Ghemawat · 8 years ago
  36. ac8df65 clang-format by Mark D. Roth · 8 years ago
  37. 13958b3 Convert deadline clock type in security handshake timer by yang-g · 8 years ago
  38. 0b84add Avoid allocating memory for each individual handshaker. Also fix memory leak. by Mark D. Roth · 8 years ago
  39. 5682a52 Add acceptor parameter. by Mark D. Roth · 8 years ago
  40. b3ce178 clang-format by Mark D. Roth · 8 years ago
  41. 9317715 Merge remote-tracking branch 'upstream/master' into handshake_api by Mark D. Roth · 8 years ago
  42. 5ca7e47 Merge pull request #6737 from ctiller/delayed-write by Craig Tiller · 8 years ago
  43. 5382651 Merge branch 'master' into move_timeout_encoding by Robbie Shade · 8 years ago
  44. c76e48b Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early by yang-g · 8 years ago
  45. 8f18ee6 Make default log verbosity ERROR, run tests with DEBUG by Craig Tiller · 8 years ago
  46. d60b91d Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  47. 45015dc Plumb channel args through handshakers. by Mark D. Roth · 8 years ago
  48. 69b7478 Reduce the number of unnecessary allocations by Sree Kuchibhotla · 8 years ago
  49. 40b495a Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write by Craig Tiller · 8 years ago
  50. f11b333 Make network status follow the normal init/shutdown path by Craig Tiller · 8 years ago
  51. dba5d27 Use handshake_manager API in client and server. by Mark D. Roth · 8 years ago
  52. 0a06cd7 Cleanup from code review by Craig Tiller · 8 years ago
  53. 7c2a58c Fix build problems. by Mark D. Roth · 8 years ago
  54. 9053ec0 Remove now redundant line by Craig Tiller · 8 years ago
  55. 75f065d Correct direction of inequality by Craig Tiller · 8 years ago
  56. 1d3b2cc clang-format by Mark D. Roth · 8 years ago
  57. c05539f Tweaked grpc_handshaker API and added grpc_handshake_manager API. by Mark D. Roth · 8 years ago
  58. 706f5bb Document refcounting by Craig Tiller · 8 years ago
  59. 1b65654 Document creation function by Craig Tiller · 8 years ago
  60. 5d0c1f0 Describe workqueue_enqueue better by Craig Tiller · 8 years ago
  61. f55adec And remaining random leftover items. by Nicolas "Pixel" Noble · 8 years ago
  62. 7e8b417 Use the new socket creation api in udp_server.c by Robbie Shade · 8 years ago
  63. 7f6864a Use grpc_error instead of bool in udp_server's on_read by Robbie Shade · 8 years ago
  64. ae8c64d Correct error handling for failed set_sockopt calls in udp_server.c by Robbie Shade · 8 years ago
  65. 710d242 Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport by Robbie Shade · 8 years ago
  66. 74e03a2 Add handshaker API. by Mark D. Roth · 8 years ago
  67. 89a717f Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  68. bdfa39c Better error message by Craig Tiller · 8 years ago
  69. b19dbea Make request freelists per cq, to allow drastically higher requested call counts by Craig Tiller · 8 years ago
  70. 6f6f59a Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  71. 6b8a8e4 Merge pull request #7330 from dgquintas/fix_tsan by kpayson64 · 8 years ago
  72. 6ab39ea Merge pull request #6595 from thinkerou/time by kpayson64 · 8 years ago
  73. 824c234 Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  74. 49bfb92 Master is now 1.1.0-dev. by Nicolas "Pixel" Noble · 8 years ago
  75. 8c72ae4 Flagging master as 1.0.0-pre1. by Nicolas "Pixel" Noble · 8 years ago
  76. 6eee24c fixed failures in h2_proxy by David Garcia Quintas · 8 years ago
  77. b395c9e Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 by David Garcia Quintas · 8 years ago
  78. ef6b991 Fix tsan race by David Garcia Quintas · 8 years ago
  79. 2b98c88 Merge pull request #7291 from ctiller/better_status by Nicolas Noble · 8 years ago
  80. 9275d40 Shutdown the listeners early when destroying the tcp_server by yang-g · 8 years ago
  81. 026754f Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  82. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago
  83. b433830 Fixed code format by thinkerou · 8 years ago
  84. 614e6f9 Update the clearer name of function by thinkerou · 8 years ago
  85. d4c1abb Merged some codes to the common function for maintainability by thinkerou · 8 years ago
  86. dc3a775 Merge remote-tracking branch 'upstream/master' into import by yang-g · 8 years ago
  87. 33ab182 Convert time to monotonic internally by Craig Tiller · 8 years ago
  88. cf9742f Merge pull request #7268 from ctiller/smaller_max_message_size by Nicolas Noble · 8 years ago
  89. 703bfbe Merge pull request #7239 from jboeuf/fix_7182 by kpayson64 · 8 years ago
  90. 7e9cff9 Merge github.com:grpc/grpc into smaller_max_message_size by Craig Tiller · 8 years ago
  91. e705dc4 Merge pull request #7190 from dgquintas/bb_reader_error by Nicolas Noble · 8 years ago
  92. 9908839 Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write by Craig Tiller · 8 years ago
  93. fbf03c1 Fix high seqno tests, up runtimes for benchmark tests to flush more bugs by Craig Tiller · 8 years ago
  94. 590092b Fix windows compilation by Craig Tiller · 8 years ago
  95. cbff482 Reduce default max message size by Craig Tiller · 8 years ago
  96. 8e8027b clang-format by Craig Tiller · 8 years ago
  97. 79a904a Merge branch 'nst-race' into delayed-write by Craig Tiller · 8 years ago
  98. ba61f4a Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago
  99. 2cbe754 Merge pull request #7204 from ctiller/tsan-server-fix by Craig Tiller · 8 years ago
  100. 81ea637 Merge github.com:grpc/grpc into delayed-write by Craig Tiller · 8 years ago