1. 933c955 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  2. 9fec58f Merge pull request #8052 from Vizerai/grpc_tracing by Jim King · 8 years ago
  3. 85102a9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  4. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  5. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  6. 8b7678c Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  7. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  8. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  9. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  10. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  11. 12d1fc6 initial commit of tracing context files by Vizerai · 8 years ago
  12. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  13. 164f0e9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  14. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  15. e032163 Merge pull request #7774 from ctiller/percent-encoder by Craig Tiller · 8 years ago
  16. 6c3295a Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  17. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  18. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  19. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  20. 79620aa Merge pull request #7943 from markdroth/client_channel_cleanup by Mark D. Roth · 8 years ago
  21. d3dee72 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  22. 4c0fe49 Move subchannel_call_holder code into client_channel module. by Mark D. Roth · 8 years ago
  23. a0c69f9 add trace context proto by Alistair Veitch · 8 years ago
  24. ceb39ae Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  25. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  26. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  27. 8e2c98a Merge pull request #7839 from markdroth/rename_client_config by Mark D. Roth · 8 years ago
  28. 54d78e2 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  29. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago
  30. ff4df06 Rename grpc_client_config to grpc_resolver_result. by Mark D. Roth · 8 years ago
  31. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  32. 4a18c67 Move Podspecs to v1 by Jorge Canizales · 8 years ago
  33. 17ed6b1 Percent encoding routines by Craig Tiller · 8 years ago
  34. a469e5d grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure. by Nicolas "Pixel" Noble · 8 years ago
  35. 32387b3 Merge branch 'handshaker_api' into http_connect by Mark D. Roth · 8 years ago
  36. 106df11 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  37. d924b01 Merge pull request #7554 from muxi/fix-cronet-interop-test by Muxi Yan · 8 years ago
  38. 5e1fbd2 Merge pull request #7370 from rjshade/move_timeout_encoding by kpayson64 · 8 years ago
  39. 34befca Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  40. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  41. 51c7b91 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  42. 1f32ae4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  43. 8c5424f added gpr_types.h by David Garcia Quintas · 8 years ago
  44. 87e06c8 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 8 years ago
  45. f8372c6 Minor revisions by Muxi Yan · 8 years ago
  46. e8fd66b removed codegen/slice_buffer.h and scrubbed codegen/slice.h by David Garcia Quintas · 8 years ago
  47. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  48. 1399e46 removed codegen/time.h by David Garcia Quintas · 8 years ago
  49. 3b31fdf removed codegen/byte_buffer.h by David Garcia Quintas · 8 years ago
  50. 2a5072e Fix Objective-C test pods for Cronet tests by Muxi Yan · 8 years ago
  51. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  52. 1212d3f Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  53. 43b633d Merge branch 'master' into move_timeout_encoding by Robbie Shade · 8 years ago
  54. 01da196 Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master by Nicolas Noble · 8 years ago
  55. 3e42671 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  56. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  57. 1102a9e Update build files. by Mark D. Roth · 8 years ago
  58. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  59. 3b17e44 Merge remote-tracking branch 'upstream/master' into handshake_api by Mark D. Roth · 8 years ago
  60. 20b8333 Sanitizing master. by Nicolas "Pixel" Noble · 8 years ago
  61. f8c4580 Commit as 1.0.0-pre1 so we can release already. by Jorge Canizales · 8 years ago
  62. 854c167 We’re done with the underscore tags for good! by Jorge Canizales · 8 years ago
  63. e04089e Establish Objective C end-to-end core test with Cronet by Muxi Yan · 8 years ago
  64. 854b81a Advance versions from 0.14 -> 1.0 by Jorge Canizales · 8 years ago
  65. 37480eb Establish Objective C end-to-end core test with Cronet by Muxi Yan · 8 years ago
  66. 7c3ba12 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 8 years ago
  67. dfbdefe Added handshaker.[ch] to build.yaml. by Mark D. Roth · 8 years ago
  68. 710d242 Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transport by Robbie Shade · 8 years ago
  69. 919175b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  70. 3bdaa5e Regenerate list of gRPC-Core files by Jorge Canizales · 8 years ago
  71. cc074d9 Divide gRPC-Core in Interface & Impl subspecs by Jorge Canizales · 8 years ago
  72. 714d3fc BoringSSL: move podspec to v4 by Jorge Canizales · 8 years ago
  73. 667557f gRPC-Core.podspec: Clarify where the template is by Jorge Canizales · 8 years ago
  74. 3775074 Clean up and document gRPC-Core.podspec better by Jorge Canizales · 8 years ago
  75. 66c8ddd gRPC-Core.podspec: init submodules, for nanopb by Jorge Canizales · 8 years ago
  76. 547f065 Add modulemap for gRPC core by Jorge Canizales · 8 years ago
  77. e487a72 Separate Core, ProtoRuntime, and RxLibrary subspecs by Jorge Canizales · 8 years ago