1. be7f2a4 Merge pull request #11602 from muxi/add_cancel_after_round_trip_test by Muxi Yan · 7 years ago
  2. 96e51c8 Merge pull request #11648 from markdroth/c++_filter_fixes by Mark D. Roth · 7 years ago
  3. dadb4ab Merge pull request #11606 from vsco/upstream by Muxi Yan · 7 years ago
  4. 83dc505 Merge pull request #11447 from markdroth/default_max_header_size by Mark D. Roth · 7 years ago
  5. 0c595ec Merge pull request #11651 from markdroth/http1_handshakers by Mark D. Roth · 7 years ago
  6. f3a0c52 Merge pull request #11619 from jtattermusch/csharp_custom_error_details_test by Jan Tattermusch · 7 years ago
  7. 36a481e Removed leftover debugging msg by David Garcia Quintas · 7 years ago
  8. 5c8f27b Update serverName comment to be more accurate by thassss · 7 years ago
  9. cd4e69f Merge pull request #11645 from ncteisen/musl-fix by Noah Eisen · 7 years ago
  10. 9864662 Merge pull request #11604 from dgquintas/fix_rr_state_master by David G. Quintas · 7 years ago
  11. be928be Allow HTTP CONNECT handshaker to be used in http1 client. by Mark D. Roth · 7 years ago
  12. a5082db Pass NULL to grpc_channel_create_call for nil serverName by thassss · 7 years ago
  13. 260ddd1 Remove nullability specifiers by thassss · 7 years ago
  14. e78a0b7 Warn against using serverName property with Cronet by thassss · 7 years ago
  15. eb0219b regenerate C# protos by Jan Tattermusch · 7 years ago
  16. b2b54fe add C# test demoing custom error details by Jan Tattermusch · 7 years ago
  17. cc4ef59 Improvements to C++ filter API: by Mark D. Roth · 7 years ago
  18. 1e0aae6 Fix musl by Noah Eisen · 7 years ago
  19. af084dc Fixes to pick first by David Garcia Quintas · 7 years ago
  20. b9078c8 Properly use uint64_t not unsigned int64_t by Vijay Pai · 7 years ago
  21. 883655d Merge pull request #11624 from muxi/fix-objc-memory-leak by Muxi Yan · 7 years ago
  22. ff17b05 Document error unref contract for iomgr cb's and transport/stream errors by Vijay Pai · 7 years ago
  23. d8bf2df Merge pull request #10462 from nicolasnoble/ares-header-pollution by Nicolas Noble · 7 years ago
  24. be3c7e2 Fix the memory leak in metadata by Muxi Yan · 7 years ago
  25. 71a78e9 Merge pull request #11590 from yang-g/zombie_paylod by Yang Gao · 7 years ago
  26. bf52761 Merge pull request #11577 from markdroth/compression_filter_fix by Mark D. Roth · 7 years ago
  27. b8be143 formatting changes by David Garcia Quintas · 7 years ago
  28. a139bfd Expose :authority pseudo-header to Obj-C API. by thassss · 7 years ago
  29. fdf30af Merge pull request #11524 from michaelbausor/php-protoc-plugin by Stanley Cheung · 7 years ago
  30. 9d1a5de Fix RR policy connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  31. 1f0fc53 Have the fake resolver "re-resolve" upon seeing error by David Garcia Quintas · 7 years ago
  32. 8399ff6 Merge pull request #11584 from muxi/fix-cronet-lock-abort by Muxi Yan · 7 years ago
  33. 6613f60 Enable wrong-import-order lint by Nathaniel Manista · 7 years ago
  34. 37c83ff Enable redefined-variable-type lint by Nathaniel Manista · 7 years ago
  35. 38ba466 Fix segfault in rr trace by David Garcia Quintas · 7 years ago
  36. 366270e Fix test by Muxi Yan · 7 years ago
  37. d19c112 Add test by Muxi Yan · 7 years ago
  38. 2b8b748 Destroy byte buffer to avoid leak in zombied calls by yang-g · 7 years ago
  39. c720828 Add comment to explain the added lines and disable debugging log by Muxi Yan · 7 years ago
  40. 275e392 Another bug fix in the same series by Muxi Yan · 7 years ago
  41. a1d79d9 Handle cancel correctly by Muxi Yan · 7 years ago
  42. 495e9ac Run formatter by Michael Bausor · 7 years ago
  43. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  44. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  45. 7cd1425 Fix handling of send_message before send_initial_metadata in compress filter. by Mark D. Roth · 7 years ago
  46. 86a4d99 Remove 'long long' by Vijay Pai · 7 years ago
  47. 892afc2 Merge pull request #10833 from ncteisen/tracing-overhaul by Noah Eisen · 7 years ago
  48. 655a275 Merge pull request #11521 from muxi/fix-objc-memory-leak by Muxi Yan · 7 years ago
  49. 264879f Overhaul the new pollers by Noah Eisen · 7 years ago
  50. 431c604 Merge pull request #11552 from ncteisen/bps by Noah Eisen · 7 years ago
  51. 9cd1831 Merge pull request #11412 from kpayson64/upgrade_boringssl by kpayson64 · 7 years ago
  52. 08cefa0 Don't initiate writes on setting pushes by ncteisen · 7 years ago
  53. 045f934 Merge pull request #11540 from yang-g/unref_error by Yang Gao · 7 years ago
  54. d8847b9 Merge pull request #11430 from vjpai/popstack by Vijay Pai · 7 years ago
  55. 4d5f30d Merge pull request #11352 from markdroth/client_channel_avoid_allocations by Mark D. Roth · 7 years ago
  56. 0ca0be8 Clean up client_channel code and eliminate unnecessary allocations. by Mark D. Roth · 7 years ago
  57. 24ce2b7 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  58. 3ac64f8 Fix windows segfault by ncteisen · 7 years ago
  59. 3d04e02 Remove lockfree-stack implementation that is no longer used by Vijay Pai · 7 years ago
  60. 0aeede3 Unref existing error before setting a new one. by yang-g · 7 years ago
  61. 8399f92 Merge pull request #11516 from murgatroid99/upmerge_1.4.x by Michael Lumish · 7 years ago
  62. 070a8ee Merge pull request #11341 from muxi/fix-objc-plugin-output by Muxi Yan · 7 years ago
  63. 0d8b988 Update PHP protoc plugin generation by Michael Bausor · 7 years ago
  64. f1ce470 Release slice no longer owned by Muxi Yan · 7 years ago
  65. d5b0455 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x by murgatroid99 · 7 years ago
  66. f8d6fb7 Update boringssl by Ken Payson · 7 years ago
  67. 8d69a2f correct channel arg constructor calls in ruby channel creds test by Alexander Polcyn · 7 years ago
  68. 1f6e176 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  69. 973863d Fix some type warning by ncteisen · 7 years ago
  70. 8fd84cf Update python reflection tests to cover the higher level API by Mehrdad Afshari · 7 years ago
  71. f24ab98 Merge pull request #11483 from kpayson64/threads_per_cq_rebased by kpayson64 · 7 years ago
  72. c8e7a52 Merge remote-tracking branch 'origin/master' into HEAD by Ken Payson · 7 years ago
  73. fb8d62e Make epollex not default by Ken Payson · 7 years ago
  74. c02e39d Merge pull request #9823 from mjkim/fix_unkown by Mehrdad Afshari · 7 years ago
  75. 035f7e4 Modify copyright information by Muxi Yan · 7 years ago
  76. 63068f3 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  77. 65b2ff9 Merge pull request #11450 from ctiller/epex7 by Noah Eisen · 7 years ago
  78. 696560c Merge pull request #11391 from markdroth/channel_args_helpers by Mark D. Roth · 7 years ago
  79. f8061e8 Fix compile. WIP probably by ncteisen · 7 years ago
  80. c7d9c80 Merge pull request #11400 from kpayson64/python_generator_fix by kpayson64 · 7 years ago
  81. bf91d9b Node: add test for reconnecting client after server restart by murgatroid99 · 7 years ago
  82. ca669b0 Fix sanity by Craig Tiller · 7 years ago
  83. ca4fc66 Add symbolic constant by Craig Tiller · 7 years ago
  84. b19c58a Merge branch 'epex5' into epex6 by Craig Tiller · 7 years ago
  85. 326c951 Merge github.com:grpc/grpc into epex5 by Craig Tiller · 7 years ago
  86. 3bc2558 clang fmt by ncteisen · 7 years ago
  87. f463eb2 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  88. a461f0d Merge pull request #10767 from ncteisen/closure-debug-trace by Noah Eisen · 7 years ago
  89. 8d5e60b Add helpers for creating channel args. by Mark D. Roth · 7 years ago
  90. 27dc61d Merge pull request #11440 from muxi/fix-lazy-incoming-stat by Muxi Yan · 7 years ago
  91. 8373750 Change default for SETTINGS_MAX_HEADER_LIST_SIZE from 16KiB to 8KiB. by Mark D. Roth · 7 years ago
  92. 7e8dff4 Copyright sanity by ncteisen · 7 years ago
  93. ffe7209 Add chttp2 trace by ncteisen · 7 years ago
  94. d39010e Add cq and fd tracer by ncteisen · 7 years ago
  95. 4b58405 Add metadata, secendp, sec conn tracers by ncteisen · 7 years ago
  96. 0e3aee3 Add refcount to tcp tracer by ncteisen · 7 years ago
  97. a135485 Add workqueue tracer by ncteisen · 7 years ago
  98. 9c43fc0 Add refcount tracers for resolver, lb_policy, stream by ncteisen · 7 years ago
  99. f0c46e3 Rework error and closure tracing by ncteisen · 7 years ago
  100. 969b46e Add rich closure debug mode by ncteisen · 7 years ago