1. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  2. fb58d23 Merge with head by yang-g · 9 years ago
  3. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  4. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  5. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  6. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  7. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  8. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  9. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  10. 005e305 Initial checkin commit for lockfree stack. Tests not yet included. by Vijay Pai · 9 years ago
  11. 2e622bc Add a version string and a function to retrieve it by Craig Tiller · 9 years ago
  12. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  13. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  14. ea94e46 Merge branch 'master' of github.com:grpc/grpc into jwt_verifier by Julien Boeuf · 9 years ago
  15. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  16. 85c04f9 resolve comments by yang-g · 9 years ago
  17. e114a01 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  18. 9383823 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  19. f9899d2 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  20. 5ea46ab merge with upstream and resolve conflicts by yang-g · 9 years ago
  21. 3abe60b compiles by yang-g · 9 years ago
  22. 3beb240 Minor doc fix in BUILD and BUILD.template by Jorge Canizales · 9 years ago
  23. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  24. d32d137 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  25. feca1bf Adding JWT verifier. by Julien Boeuf · 9 years ago
  26. 50f1982 Add Bazel target for ObjC gRPC runtime by Jorge Canizales · 9 years ago
  27. cb22184 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  28. 08a1cf8 Use connectivity state tracking code in chttp2 transport by Craig Tiller · 9 years ago
  29. acf0f07 Unix resolver, bug fixes by Craig Tiller · 9 years ago
  30. bba8076 Fix indents of rx_library blaze target by Jorge Canizales · 9 years ago
  31. bb54ae8 Add roots.pem bundle to the Bazel target, and use a better bundle name. by Jorge Canizales · 9 years ago
  32. 866255e Add BUILD target for GRPCClient by Jorge Canizales · 9 years ago
  33. c7b5f76 Factor out channel state watching by Craig Tiller · 9 years ago
  34. 4dc4e3d Blaze dependency on //external:libssl_objc by Jorge Canizales · 9 years ago
  35. 7b1a0ca Switch to grpc secure by Jorge Canizales · 9 years ago
  36. d35f93d Merges broke the build - regenerating. by Nicolas "Pixel" Noble · 9 years ago
  37. 0c5cf25 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  38. 8bcba9a Merge pull request #2149 from ctiller/oops-i-split-it-again by Vijay Pai · 9 years ago
  39. 3edd91e Merge pull request #2214 from ctiller/are-includes-sane by Nicolas Noble · 9 years ago
  40. 9162466 Introduce connector, to help subchannel connect by Craig Tiller · 9 years ago
  41. e039f03 Plumbing transport_op changes through by Craig Tiller · 9 years ago
  42. 3b1847c Merge branch 'oops-i-split-it-again' into tis-but-thy-name by Craig Tiller · 9 years ago
  43. 6e8c7e8 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  44. f5f1712 Refactoring progress towards integrating client configs by Craig Tiller · 9 years ago
  45. fe8592e Merge github.com:grpc/grpc into are-includes-sane by Craig Tiller · 9 years ago
  46. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  47. 3bc8ebd Implementation work for client_config by Craig Tiller · 9 years ago
  48. 91e67a2 Regenerate BUILD file (merge didn’t add whitespace) by Jorge Canizales · 9 years ago
  49. 03d26b5 Merge master into bazel-grpc-unsecured to solve conflict by Jorge Canizales · 9 years ago
  50. 7df28a7 Merge github.com:grpc/grpc into that-which-we-call-a-rose by Craig Tiller · 9 years ago
  51. d137943 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  52. 8c1fd04 Add libz dependency to grpc_unsecure_objc by Jorge Canizales · 9 years ago
  53. 140bca8 Generate objc_library for grpc_unsecure & gpr by Jorge Canizales · 9 years ago
  54. 44dc423 Add BUILD target for Objective-C's RxLibrary by Jorge Canizales · 9 years ago
  55. 009886c Merge github.com:grpc/grpc into that-which-we-call-a-rose by Craig Tiller · 9 years ago
  56. af69180 Flesh out things and make them compile by Craig Tiller · 9 years ago
  57. adfed03 Add missing headers to build.json by yang-g · 9 years ago
  58. e75d4c8 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  59. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  60. 949b6ee Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  61. 10dfcc0 Merge pull request #2158 from murgatroid99/generated_files_info_message by Nicolas Noble · 9 years ago
  62. f680af0 Regenerated files by murgatroid99 · 9 years ago
  63. fe8ad73 Add pollset_set.h to build.json by Jorge Canizales · 9 years ago
  64. ab67485 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  65. f9b803e Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  66. 52c6142 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  67. 8c0c974 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  68. 7da8b1a Added missing but included headers to build.json by murgatroid99 · 9 years ago
  69. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  70. 55b4ea1 WIP. Compiles and tests pass. Need to write specific tests. by David Garcia Quintas · 9 years ago
  71. 6459db4 New chttp2 list implementation by Craig Tiller · 9 years ago
  72. 5dc3b30 Progress on splitting things up by Craig Tiller · 9 years ago
  73. d20efd2 Progress on splitting things up by Craig Tiller · 9 years ago
  74. d8df50c Make some buckets to pour code into by Craig Tiller · 9 years ago
  75. 4152706 Add file to build.json by Craig Tiller · 9 years ago
  76. 4671122 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  77. 9e640c8 Remove non-existing file from build.json by Yang Gao · 9 years ago
  78. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  79. 6ef7f31 Add missing file to build.json by Craig Tiller · 9 years ago
  80. 2c42ef3 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  81. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  82. 409263c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  83. 67a4851 Merge pull request #1894 from yang-g/create-thread-pool by Nicolas Noble · 9 years ago
  84. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  85. 6f4fb3b Add ability to override default thread pool by Yang Gao · 9 years ago
  86. 14556ec Merge branch 'count-the-things' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  87. f3da552 merge with master by Alistair Veitch · 9 years ago
  88. f29a6c1 Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  89. 3824209 Merge branch 'master' of github.com:grpc/grpc into server_auth_context by Julien Boeuf · 9 years ago
  90. 75c9b6f Removing mdctx from the credentials. by Julien Boeuf · 9 years ago
  91. 0c1d278 Refactor pollset_kick by Craig Tiller · 9 years ago
  92. 9686dab Initial refactoring and context API changes by Alistair Veitch · 9 years ago
  93. c6f8d0a Starting on low level changes to support server side authentication. by Julien Boeuf · 9 years ago
  94. 037d870 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  95. 946e1a5 Actually removing grpc_http.h from build.json. by Nicolas "Pixel" Noble · 9 years ago
  96. 0596621 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  97. 9aaa1b6 Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash by Nicolas Noble · 9 years ago
  98. 685f1e6 Add header to build.json by Craig Tiller · 9 years ago
  99. ee210ab GPR_ASSERT is not an expression by Craig Tiller · 9 years ago
  100. c21a809 Add subprocess GPR API by Craig Tiller · 9 years ago