1. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  2. b395c9e Merge remote-tracking branch 'origin/fix_tsan' into lr_july_16 by David Garcia Quintas · 8 years ago
  3. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago
  4. 33ab182 Convert time to monotonic internally by Craig Tiller · 8 years ago
  5. 1ff168a Initialize variables by David Garcia Quintas · 8 years ago
  6. be1b9a7 Fixes by Craig Tiller · 8 years ago
  7. f0f70a8 Make transport-level errors be reflected in status messages on calls by Craig Tiller · 8 years ago
  8. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  9. a286b04 small fixes by Craig Tiller · 8 years ago
  10. 64c0e8d Add format check for gpr_log and gpr_asprintf by Yuchen Zeng · 8 years ago
  11. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  12. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  13. 8ba42be s/maybe_compression_level.compression_level/maybe_compression_level.level by David Garcia Quintas · 8 years ago
  14. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  15. 69ff63d clang-format by David Garcia Quintas · 8 years ago
  16. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  17. c4d5112 moar renamings by David Garcia Quintas · 8 years ago
  18. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  19. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  20. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  21. 4b5e757 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  22. 2a50dfe s/grpc_pops/grpc_polling_entity by David Garcia Quintas · 8 years ago
  23. 3b4b50b Remove unused struct by vjpai · 8 years ago
  24. 246d853 Remove some unused enums by vjpai · 8 years ago
  25. 332f1b3 Rename functions by Craig Tiller · 8 years ago
  26. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  27. 3e4f49f Added check for client in call.c's default level processing code. by David Garcia Quintas · 8 years ago
  28. ac09447 Merge branch 'compression_incoming_checks' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  29. 824f837 s/INTERNAL/UNIMPLEMENTED by David Garcia Quintas · 8 years ago
  30. d013e9b Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  31. f1945f2 Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks by David Garcia Quintas · 8 years ago
  32. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  33. 3e71f77 moved md compression validation outside of md filter by David Garcia Quintas · 8 years ago
  34. 01fb04d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  35. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  36. 025b4a6 Removed spurious compression check by David Garcia Quintas · 8 years ago
  37. 749367f Fixes to surface/call.c to consider the channel's default compression level. by David Garcia Quintas · 8 years ago
  38. f54171c Merge branch 'moar-compression-public-refactorings' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  39. 113a934 Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks by David Garcia Quintas · 8 years ago
  40. af1c7e4 INTERNAL -> UNIMPLEMENTED for disabled algorithms by David Garcia Quintas · 8 years ago
  41. 118dc63 made send_initial_md compression level a "maybe" by David Garcia Quintas · 8 years ago
  42. b08fa49 Fix refcounting bugs by Craig Tiller · 8 years ago
  43. 10dd6f2 Fix refcounting bugs by Craig Tiller · 8 years ago
  44. 4612337 grpc-accept-encoding checks by David Garcia Quintas · 8 years ago
  45. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  46. 9ccf5f1 Fix ownership bugs in error system by Craig Tiller · 8 years ago
  47. 1c51edc Progress converting to new error system by Craig Tiller · 8 years ago
  48. f707d62 Convert tests to new error scheme by Craig Tiller · 8 years ago
  49. 303d308 Fixed compression interop and re-enable for C++. by David Garcia Quintas · 8 years ago
  50. 6044909 allocate grpc_pops on the stack by David Garcia Quintas · 8 years ago
  51. 261db11 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  52. f72eb97 Introduced grpc_pops (pollset or pollset_set) by David Garcia Quintas · 8 years ago
  53. c027e77 Progress by Craig Tiller · 8 years ago
  54. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  55. 0d6fee6 Merge pull request #2286 from ctiller/split-me-baby-one-more-time by Jan Tattermusch · 8 years ago
  56. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  57. 12e111c Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  58. 396f445 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  59. 9859d8d Fix use-after-free by Craig Tiller · 8 years ago
  60. 89c5cb5 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  61. 879b3b9 PR comments by David Garcia Quintas · 8 years ago
  62. 52cf871 Bug fixes by Craig Tiller · 8 years ago
  63. 73dcbda Validation for incoming compressed data by David Garcia Quintas · 8 years ago
  64. 1cbf576 Fix hanging call bug by Craig Tiller · 8 years ago
  65. 8a67780 Fix bug causing calls to never complete by Craig Tiller · 8 years ago
  66. 3ec4b83 Fix memory leak in failed metadata preparation by Craig Tiller · 8 years ago
  67. b42445c Fix memory leak in failed metadata preparation by Craig Tiller · 8 years ago
  68. f02bada remove defaut case in grpc_call_error_to_string by Yuchen Zeng · 8 years ago
  69. 4afce7e Changes across the board from pollset to pollset_set by David Garcia Quintas · 8 years ago
  70. 2e7d957 Provide a function that converts grpc_call_error values into a string by Yuchen Zeng · 8 years ago
  71. da0beaf Done right this time... by David Garcia Quintas · 8 years ago
  72. 1cfe1d9 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  73. cae3cb3 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  74. 36bb50a Merge github.com:grpc/grpc into e2efuzz by Craig Tiller · 8 years ago
  75. c48ca71 Add a test demonstrating forced closure of a stream, and make it work by Craig Tiller · 8 years ago
  76. 41dac84 Merge github.com:grpc/grpc into ignore_connectivity by Craig Tiller · 8 years ago
  77. c532c21 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  78. 3b27de1 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  79. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  80. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  81. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  82. 4af12f4 Merge github.com:grpc/grpc into accounting by Craig Tiller · 8 years ago
  83. c5ff781 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  84. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  85. 94473ae Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  86. 9533d04 Fix includes by Craig Tiller · 8 years ago
  87. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/surface/call.c]
  88. c757f34 Merge branch 'clang_complete' into ignore_connectivity by Craig Tiller · 8 years ago
  89. c65ed87 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  90. 7d2c733 Locked read access to call->encodings_accepted_by_peer by David Garcia Quintas · 8 years ago
  91. 13c2f6e Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer. by David Garcia Quintas · 8 years ago
  92. a44cbfc Fix race condition in transport API by Craig Tiller · 8 years ago
  93. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  94. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  95. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 9 years ago
  96. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  97. a3f298f clang-format by Craig Tiller · 9 years ago
  98. e1b8c2b Fix merge by Craig Tiller · 9 years ago
  99. 86e8ad8 Merge github.com:grpc/grpc into big_data by Craig Tiller · 9 years ago
  100. 5ff97a2 Merge pull request #4479 from ctiller/aarons-bug by Yang Gao · 9 years ago