1. 7661da5 Merge pull request #6012 from nicolasnoble/memleak_detector by Nicolas Noble · 8 years ago
  2. fe2ef9b Remove removed file from build.yaml by Craig Tiller · 8 years ago
  3. d4c9833 Reposition files to optionalize client_config system by Craig Tiller · 8 years ago
  4. 65938df Optionalize name resolvers by Craig Tiller · 8 years ago
  5. f3f099a Merge github.com:grpc/grpc into optionalize_census by Craig Tiller · 8 years ago
  6. f8a519e Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  7. 8479c97 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  8. 7894e60 Merge pull request #6000 from ctiller/optionalize_roundrobin by Nicolas Noble · 8 years ago
  9. a5dc80d Merge pull request #5691 from ctiller/idempotent by Nicolas Noble · 8 years ago
  10. 60aa840 Remove removed files from build.yaml by Craig Tiller · 8 years ago
  11. ef63762 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  12. fcf7ad6 Renamed subchannel_factory to client_channel_factory. by David Garcia Quintas · 8 years ago
  13. f05837a Run fuzzer corpus entries as unit tests by Craig Tiller · 8 years ago
  14. 9557869 Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  15. 943cdf9 Swap header/src into the right order by Craig Tiller · 8 years ago
  16. ad46ecf Merge branch 'optionalize_roundrobin' into optionalize_census by Craig Tiller · 8 years ago
  17. 796474c Move proto code under ext/.../grpclb by Craig Tiller · 8 years ago
  18. 8f8e9f9 Build Census as a grpc plugin by Craig Tiller · 8 years ago
  19. fb43385 Make plugin registries work by Craig Tiller · 8 years ago
  20. 023caf1 Refactor build to have lb policies as extensions by Craig Tiller · 8 years ago
  21. c73c4d8 Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  22. d335945 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  23. 8b3fb1a Merge github.com:grpc/grpc into internal-canary by Craig Tiller · 8 years ago
  24. d9a60bb Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  25. c201158 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  26. 8a03448 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  27. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  28. 44cc10b Add uses clauses to filegroups to ease dependency management by Craig Tiller · 8 years ago
  29. f0555b3 Declare filegroups for chttp2 by Craig Tiller · 8 years ago
  30. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago
  31. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  32. 8ce3b1a Merge pull request #5383 from miselin/add_request_parsing by Jan Tattermusch · 8 years ago
  33. f1050f6 Merge pull request #5755 from ahedberg/unix_sockets_optional by Jan Tattermusch · 8 years ago
  34. 1824f05 Add HTTP request parsing. by Matthew Iselin · 8 years ago
  35. fb349b9 removed uchannels by David Garcia Quintas · 8 years ago
  36. c65ed87 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  37. bb644e9 Merge pull request #5754 from ctiller/new_boring_ssl by Jan Tattermusch · 8 years ago
  38. f212a96 Merge github.com:grpc/grpc into internal-canary by Craig Tiller · 8 years ago
  39. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  40. c227815 Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  41. 59743d6 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  42. 3448887 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  43. 3ab6f4d Merge branch 'revert-5841-revert-5723-backoff_lib' of github.com:grpc/grpc into backoff2 by Craig Tiller · 8 years ago
  44. 58270d5 Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"" by Craig Tiller · 8 years ago
  45. 108cecb Revert "Factor out backoff code into a separate library (to be re-used elsewhere)" by David G. Quintas · 8 years ago
  46. 43df295 add unix_sockets_posix module to build system and fix compilation errors by ahedberg · 8 years ago
  47. 6c59e16 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  48. 6a59cf2 Regenerate files by Craig Tiller · 8 years ago
  49. 29346aa Merge github.com:grpc/grpc into port_server by Craig Tiller · 8 years ago
  50. 19d7d80 Split port_posix.c into platform specifics and a portable interface to port_server.py by Craig Tiller · 8 years ago
  51. ec8eef4 Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  52. 40d34bf Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  53. 0239ba8 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  54. c65af4d Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  55. 36bf4d5 Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 8 years ago
  56. 835065a Merge pull request #5270 from dgquintas/codegen_lib by Nicolas Noble · 8 years ago
  57. 4268318 Moving core_codegen.cc to the proper filegroup. by Nicolas "Pixel" Noble · 8 years ago
  58. e8fb852 Massaging that pull request. by Nicolas "Pixel" Noble · 8 years ago
  59. 4f7ffa0 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  60. 5ee157c Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 8 years ago
  61. 7cd6ed7 Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  62. 121e7a9 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  63. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  64. 4e5c6d9 Remove end2end_certs library. by yang-g · 8 years ago
  65. 5cb7962 Initial canaries for downstream merges by Craig Tiller · 8 years ago
  66. 3d62fc6 Reference github boringssl, move to chromium-stable branch head by Craig Tiller · 8 years ago
  67. 57e2743 Add contributed test by Craig Tiller · 8 years ago
  68. c72cc42 Build out backoff as a library by Craig Tiller · 8 years ago
  69. e91ef68 Add failing test by Craig Tiller · 8 years ago
  70. df5231e Implement tests by Craig Tiller · 8 years ago
  71. 7885ea5 Add a place for tests by Craig Tiller · 8 years ago
  72. 79d9096 removed spurious grpc_library.cc by David Garcia Quintas · 8 years ago
  73. 723af53 moved some files around by David Garcia Quintas · 8 years ago
  74. 8c3d994 compiles! by David Garcia Quintas · 8 years ago
  75. 6848c4e wip. prior to cq refactoring by David Garcia Quintas · 8 years ago
  76. 4ac52fa WIP. Added codegen_test by David Garcia Quintas · 8 years ago
  77. b07938f added missing initializer for global proto_serializer holder to codegen lib by David Garcia Quintas · 8 years ago
  78. a9d0629 Merge branch 'codegen_proto_utils_fix' into codegen_lib by David Garcia Quintas · 8 years ago
  79. f588aeb introduced workaround for proto_utils by David Garcia Quintas · 8 years ago
  80. 7d69ea6 Minor change to node generator, and add a folder by murgatroid99 · 8 years ago
  81. d2ee81f Created a Node grpc plugin by murgatroid99 · 8 years ago
  82. ac04b7f Merge branch 'cleaner-posix2' into cleaner-posix3 by Craig Tiller · 8 years ago
  83. 5a9d7d2 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  84. a0a63c7 Merge branch 'hide-the-pollset-set' into cleaner-posix2 by Craig Tiller · 8 years ago
  85. 544b98f Merge pull request #5293 from dgquintas/alarm_cpp by Vijay Pai · 8 years ago
  86. 7ac6bf0 Finish porting rough implementation of poll() event strategy by Craig Tiller · 8 years ago
  87. a75d18a Make out private bits private by Craig Tiller · 8 years ago
  88. 07eb5b0 Remove pollset_set_posix.c by Craig Tiller · 8 years ago
  89. cf999dd Merge github.com:grpc/grpc into cleaner-posix2 by Craig Tiller · 8 years ago
  90. a3f3442 Merge branch 'hide-the-pollset-set' into cleaner-posix2 by Craig Tiller · 8 years ago
  91. 4ea4599 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 8 years ago
  92. 0c24f97 Merge pull request #5334 from jtattermusch/protoc_artifacts_windows by Nicolas Noble · 8 years ago
  93. 45add8a Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 8 years ago
  94. 70ab4c5 Merge github.com:grpc/grpc into fix-proto-docker by Craig Tiller · 8 years ago
  95. c866f72 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 8 years ago
  96. 521423c Regenerate files, fix bugs by Craig Tiller · 8 years ago
  97. 6895168 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  98. 349bba9 Merge pull request #5257 from ctiller/cleaner-posix by Vijay Pai · 8 years ago
  99. 7771544 rename census log files to avoid build breakage on MacOS by Alistair Veitch · 8 years ago
  100. 1a969c8 Start migrating code into ev_XXX by Craig Tiller · 8 years ago