1. 6d4894e optionalize max_age by Craig Tiller · 7 years ago
  2. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago
  3. 9c54a0c Merge pull request #10382 from ctiller/checks by Craig Tiller · 7 years ago
  4. 6715a15 Merge pull request #10318 from y-zeng/server_channel_max_age by Yuchen Zeng · 7 years ago
  5. 29b527f Reinstate one check, fix fall out by Craig Tiller · 7 years ago
  6. 134fed3 Move src/core/lib/tsi --> src/core/tsi by Craig Tiller · 7 years ago
  7. a809ea5 Add max_age_filter by Yuchen Zeng · 7 years ago
  8. c4478a1 Merge pull request #10222 from makdharma/caching_with_uri by makdharma · 7 years ago
  9. f466ae1 Merge pull request #7771 from y-zeng/cares_buildin by Yuchen Zeng · 7 years ago
  10. b6512cf Merge pull request #10245 from sreecha/cq_factory_api by Sree Kuchibhotla · 7 years ago
  11. a128b7a Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uri by Makarand Dharmapurikar · 7 years ago
  12. af61d0b Merge pull request #10293 from nicolasnoble/upmerge-1.2.0 by Nicolas Noble · 7 years ago
  13. c46b3eb Add socket factory support to udp_server.c by Michael Warres · 8 years ago
  14. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  15. d336084 Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  16. 0273594 Add pylint comment to justify unused import by Mehrdad Afshari · 7 years ago
  17. 626efa6 Temporarily disable testFileContainingExtension by Mehrdad Afshari · 7 years ago
  18. 7472e13 Sort service_names returned by python reflection by Mehrdad Afshari · 7 years ago
  19. 7be69fc Add helper function for enabling python reflection by Mehrdad Afshari · 7 years ago
  20. 9ca61fd Add all_extension_numbers_of_type in py reflection by Mehrdad Afshari · 7 years ago
  21. 03d9500 Test all_extension_numbers_of_type by Mehrdad Afshari · 7 years ago
  22. 8be4e03 Add ReflectionServicer._file_containing_extension by Mehrdad Afshari · 7 years ago
  23. a0cbe8c Fix and un-skip testFileContainingExtension by Mehrdad Afshari · 7 years ago
  24. 937302b Merge remote-tracking branch 'upstream/master' into cares_rebase by Yuchen Zeng · 7 years ago
  25. 226098c added b64.c to the sources neede for grpc_base by Makarand Dharmapurikar · 7 years ago
  26. 5c42af6 Merge pull request #9655 from markdroth/remove_initial_connect_string by Mark D. Roth · 7 years ago
  27. 098110d Merge branch 'master' into cq_factory_api by Sree Kuchibhotla · 7 years ago
  28. bf18428 Introduce grpc_completion_queue_factory API by Sree Kuchibhotla · 7 years ago
  29. 62d1dd9 Merge pull request #9850 from markdroth/retry_throttle by Mark D. Roth · 7 years ago
  30. 14ef5d8 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  31. 3e30832 bump v1.2.x branch to 1.2.1-pre1 by Alexander Polcyn · 7 years ago
  32. 69e5a28 Going for 1.2.0 by David Garcia Quintas · 7 years ago
  33. 4967344 Merge pull request #10212 from nathanielmanistaatgoogle/update-tests by Nathaniel Manista · 7 years ago
  34. bb7484c Update tests to current gRPC code elements by Nathaniel Manista · 7 years ago
  35. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 7 years ago
  36. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  37. f39cf46 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  38. 252205c Merge pull request #10022 from kpayson64/resource_exauhsted by kpayson64 · 7 years ago
  39. d9efa4a Merge pull request #10123 from y-zeng/android by Yuchen Zeng · 7 years ago
  40. f3792b2 Merge remote-tracking branch 'upstream/master' into remove_initial_connect_string by Mark D. Roth · 7 years ago
  41. 39a5932 Add max_requests argument to server by Ken Payson · 8 years ago
  42. 693d2b4 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 7 years ago
  43. fecba53 Switch to using a CAS loop to update the token value. by Mark D. Roth · 7 years ago
  44. b4121ca Merge pull request #10188 from kpayson64/another_gil_fix by kpayson64 · 7 years ago
  45. 7655748 Merge pull request #10186 from kpayson64/bump_pre_version by kpayson64 · 7 years ago
  46. 867e35a Initialize GIL at startup by Ken Payson · 7 years ago
  47. 12ca7d3 Bump 1.2.x version to pre-2 by Ken Payson · 7 years ago
  48. 6b2662a Merge pull request #10174 from nathanielmanistaatgoogle/health by Nathaniel Manista · 7 years ago
  49. 41373d0 Merge pull request #10122 from ctiller/arena by Craig Tiller · 7 years ago
  50. 8b371e2 Change GIL aquire functions to make it c-core thread safe by Ken Payson · 7 years ago
  51. 488d419 Update health to current gRPC code elements by Nathaniel Manista · 7 years ago
  52. 3a91707 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 7 years ago
  53. 68745bb Resolve dependency issues by Yuchen Zeng · 7 years ago
  54. 47155ed Split ifaddr related functions out into a separate file by Yuchen Zeng · 7 years ago
  55. 9202b3f Arena allocator for grpc by Craig Tiller · 7 years ago
  56. fe6bc69 Skip split_definitions_test if PyPy by Siddharth Shukla · 8 years ago
  57. 32f32ea Merge pull request #9990 from kpayson64/fill_in_fields by kpayson64 · 7 years ago
  58. 7835430 Add package details to gRPC Packages by Ken Payson · 8 years ago
  59. 904e7f5 Introducing 1.2.0-pre1 by David Garcia Quintas · 7 years ago
  60. 74cec10 Bumped version to 1.3.0-dev by David Garcia Quintas · 7 years ago
  61. 04b4d4c Merge pull request #9974 from nathanielmanistaatgoogle/lint by Nathaniel Manista · 8 years ago
  62. 9b3c73d Updated protobuf dependency for python to 3.2.0 by Mehrdad Afshari · 8 years ago
  63. 26515ab Merge pull request #9967 from nathanielmanistaatgoogle/lint by Nathaniel Manista · 8 years ago
  64. 3ec1366 Enable unused-argument lint by Nathaniel Manista · 8 years ago
  65. 8fccf59 Enable too-many-return-statements lint by Nathaniel Manista · 8 years ago
  66. c3038a5 Suppress and enable too-many-locals lint by Nathaniel Manista · 8 years ago
  67. db0f85b Configure and enable too-many-arguments lint by Nathaniel Manista · 8 years ago
  68. 18f025e Fix and enable super-init-not-called lint by Nathaniel Manista · 8 years ago
  69. af39256 Fix and enable redefined-outer-name lint by Nathaniel Manista · 8 years ago
  70. 0ee3e3e Merge pull request #9866 from nathanielmanistaatgoogle/lint-fixes by Nathaniel Manista · 8 years ago
  71. b16d765 Work toward enabling cyclic-import lint by Nathaniel Manista · 8 years ago
  72. 4531cbe Selectively suppress and enable broad-except lint by Nathaniel Manista · 8 years ago
  73. f4aca31 Merge pull request #9961 from nathanielmanistaatgoogle/_connectivity_channel by Nathaniel Manista · 8 years ago
  74. e151a21 Fix and enable unused-variable lint by Nathaniel Manista · 8 years ago
  75. d5e3766 Fix and enable no-value-for-parameter lint by Nathaniel Manista · 8 years ago
  76. 7983213 Fix and enable unused-import lint by Nathaniel Manista · 8 years ago
  77. 017365d Fix and enable no-self-use lint by Nathaniel Manista · 8 years ago
  78. 0093d66 Merge pull request #9931 from ncteisen/to-time-dot-sleep-perchance-to-dream by Noah Eisen · 8 years ago
  79. 98a4c6f Remove grpc.beta._connectivity_channel by Nathaniel Manista · 8 years ago
  80. 07ad1b9 Merge pull request #9938 from kpayson64/increase_epsilon by kpayson64 · 8 years ago
  81. 02612c1 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 8 years ago
  82. 47d7a08 Increase epsilon in thread cleanup test by kpayson64 · 8 years ago
  83. da22274 Add sleep(1) to Python negative http2 client by Noah Eisen · 8 years ago
  84. fc39593 Add missing unittest.main call by Nathaniel Manista · 8 years ago
  85. 63852c9 Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x by Michael Lumish · 8 years ago
  86. d6d192d Retry throttling implementation. by Mark D. Roth · 8 years ago
  87. 90798ab Fix and enable no-member lint by Nathaniel Manista · 8 years ago
  88. 69c0437 Merge pull request #9634 from pmarks-net/master by Paul Marks · 8 years ago
  89. a52d3bb Fix and enable simplifiable-if-statement lint by Nathaniel Manista · 8 years ago
  90. 402aca6 Fix and enable dangerous-default-value lint by Nathaniel Manista · 8 years ago
  91. 3577f63 Fix and enable logging-format-interpolation lint by Nathaniel Manista · 8 years ago
  92. 86e9f35 Merge pull request #9709 from kpayson64/preserve_call by kpayson64 · 8 years ago
  93. d5d9d9e Store cython-level call in grpc.Call by Ken Payson · 8 years ago
  94. e00d63f Merge remote-tracking branch 'google/v1.1.x' by Nicolas "Pixel" Noble · 8 years ago
  95. dfa88e9 Merge pull request #9672 from kpayson64/v1_1_x_cherrypick by kpayson64 · 8 years ago
  96. 6193f23 Use unique namespace for each python protoc test by Ken Payson · 8 years ago
  97. dbf571e Use unique namespace for each python protoc test by Ken Payson · 8 years ago
  98. 1dcd922 Remove initial_connect_string hack. by Mark D. Roth · 8 years ago
  99. f44e781 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  100. 87562c8 Merge pull request #7432 from thinkerou/fix_undefined_name by Nathaniel Manista · 8 years ago