1. 266f66a Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  2. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 8 years ago
  3. c52ba3a Hoist constant setting out of loop - and shave some ns from call creation by Craig Tiller · 8 years ago
  4. 46357c8 Merge pull request #9444 from ctiller/rollfwd by Craig Tiller · 8 years ago
  5. 40b4c78 Accept max message size JSON values as either strings or numbers. by Mark D. Roth · 8 years ago
  6. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  7. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  8. d04dc4d Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  9. 841a99d Cleaning up error handling by Craig Tiller · 8 years ago
  10. 293ef15 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  11. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  12. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  13. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  14. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  15. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  16. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  17. 494790b Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup by Mark D. Roth · 8 years ago
  18. 480e1d8 Merge github.com:grpc/grpc into eliminate_mdstr by Craig Tiller · 8 years ago
  19. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  20. 5e2566e Change destroy_call_elem() to return a grpc_error*. by Mark D. Roth · 8 years ago
  21. b28c7e8 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  22. e46de3d Expose message limit constants so that users can reference them by yang-g · 8 years ago
  23. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  24. 84c8a02 Change JSON format to use the standard proto3 mapping for each type. by Mark D. Roth · 8 years ago
  25. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  26. fc75321 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  27. 0ace62f Merge pull request #8618 from markdroth/channel_info_api by Mark D. Roth · 8 years ago
  28. bdc58b2 Code review changes. by Mark D. Roth · 8 years ago
  29. 9ec28af Change value of channel arg to string form, and reparse in each place we use it. by Mark D. Roth · 8 years ago
  30. ea846a0 Rename method_config.[ch] to service_config.[ch]. by Mark D. Roth · 8 years ago
  31. 6ad8057 Remove more now-unnecessary code. by Mark D. Roth · 8 years ago
  32. e30baeb Minor cleanups. by Mark D. Roth · 8 years ago
  33. 896d925 Add grpc_json_tree to handle refcounting for channel arg. by Mark D. Roth · 8 years ago
  34. c968e60 Use JSON for service config channel arg. by Mark D. Roth · 8 years ago
  35. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  36. b2d2488 Add grpc_channel_get_info() to C-core API. by Mark D. Roth · 8 years ago
  37. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  38. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  39. bfe5680 Move method_config module from ext/client_channel to lib/transport. by Mark D. Roth · 8 years ago
  40. 9fe934c Merge remote-tracking branch 'upstream/master' into service_config2 by Mark D. Roth · 8 years ago
  41. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  42. 29a7f40 Convert method config to a struct for use in the fast path. by Mark D. Roth · 8 years ago
  43. c1c3858 Code review changes. by Mark D. Roth · 8 years ago
  44. 928a594 Merge branch 'max_message_size_fix' into service_config by Mark D. Roth · 8 years ago
  45. 274c8ed Fix handling of max receive message size on client side. by Mark D. Roth · 8 years ago
  46. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  47. afa8c10 clang-format by Mark D. Roth · 8 years ago
  48. 56e470e Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  49. 94948b8 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  50. 996e95b Use per-method max message size limits. by Mark D. Roth · 8 years ago
  51. e425ce6 clang-format by Mark D. Roth · 8 years ago
  52. c44972a Fix type problems. by Mark D. Roth · 8 years ago
  53. bbfe147 Set default max send message size to unlimited. by Mark D. Roth · 8 years ago
  54. 219db50 Fix message size filter to use close instead of cancel. by Mark D. Roth · 8 years ago
  55. 843ec78 Fix Windows printf formatting bug. by Mark D. Roth · 8 years ago
  56. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  57. ed4605b Change error messages to include actual values and limits. by Mark D. Roth · 8 years ago
  58. c3c6faf Add grpc_channel_arg_get_integer() utility function. by Mark D. Roth · 8 years ago
  59. 0002d83 Fix crash caused by invoking receive callback with recv_message=NULL. by Mark D. Roth · 8 years ago
  60. a6f1b98 Set the right default max message sizes. by Mark D. Roth · 8 years ago
  61. 370ef89 Fix portability problem. by Mark D. Roth · 8 years ago
  62. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago