1. 1cbb567 minor tweaks to C# qpswoker by Jan Tattermusch · 9 years ago
  2. 1fd052f Merge pull request #5288 from murgatroid99/node_proto_options by Jan Tattermusch · 9 years ago
  3. 4105505 Fixed refactoring of grpc_arg pointer vtable by David Garcia Quintas · 9 years ago
  4. 3cce2ec Merge pull request #4859 from ctiller/sceq by Sree Kuchibhotla · 9 years ago
  5. ac94c43 Merge pull request #5186 from yang-g/inherit_from_grpc_library by Sree Kuchibhotla · 9 years ago
  6. 5acbb9c Sanitize files by murgatroid99 · 9 years ago
  7. 654d254 Add tests and documentation for new options by murgatroid99 · 9 years ago
  8. 6397660 Flagging the missing API entries. by Nicolas "Pixel" Noble · 9 years ago
  9. 9384dd9 add comments by yang-g · 9 years ago
  10. c0ce00f Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  11. c02910b Node: add options to modify ProtoBuf behavior by murgatroid99 · 9 years ago
  12. c77dc39 Merge pull request #5281 from jskeet/master by Jan Tattermusch · 9 years ago
  13. a3d33b9 Merge pull request #5277 from soltanmm/abimerp by Bogdan Drutu · 9 years ago
  14. d013912 Extern "C" Python DLL support by Masood Malekghassemi · 9 years ago
  15. e813bc7 Add a NullLogger in the C# implementation by Jon Skeet · 9 years ago
  16. 399d34b Fix pygrpc_load_core in pxi to match with the C definition by Bogdan Drutu · 9 years ago
  17. a5b9405 Merge pull request #5267 from bogdandrutu/bug by Craig Tiller · 9 years ago
  18. 708ff9d fix php copyright by Stanley Cheung · 9 years ago
  19. ddecc61 Fix call to grpc_exec_ctx_enqueue by Bogdan Drutu · 9 years ago
  20. a7eefe1 Merge remote-tracking branch 'upstream/master' into bug by Bogdan Drutu · 9 years ago
  21. f89fdf3 Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func by Bogdan Drutu · 9 years ago
  22. 6d65ee4 Merge pull request #5209 from vjpai/why_lever by Yang Gao · 9 years ago
  23. 221bb1d Merge pull request #5225 from stanley-cheung/php-ext-code-coverage by Michael Lumish · 9 years ago
  24. e683814 Merge pull request #5201 from vjpai/alarm_openloop by David G. Quintas · 9 years ago
  25. 43f6311 Merge pull request #5098 from a-veitch/base_log by Bogdan Drutu · 9 years ago
  26. f77a4ad channel constructor the array is required by Stanley Cheung · 9 years ago
  27. b91f0f2 revert unnecessary change by Stanley Cheung · 9 years ago
  28. 646d5cd Merge pull request #5224 from stanley-cheung/php-code-coverage by Michael Lumish · 9 years ago
  29. 2bf1a9c Merge branch 'master' into why_lever by vjpai · 9 years ago
  30. b48f4c8 Merge remote-tracking branch 'upstream/master' into alarm_openloop by Vijay Pai · 9 years ago
  31. f083013 Merge remote-tracking branch 'google/release-0_13' into upmerge-from-0.13 by Nicolas "Pixel" Noble · 9 years ago
  32. 44753c3 Merge pull request #5237 from nicolasnoble/flagging-release-as-0_13_1-pre1 by Masood Malekghassemi · 9 years ago
  33. 8eef7e3 Merge branch 'master' into alarm_openloop by Vijay Pai · 9 years ago
  34. 99a4e9e Merge pull request #5230 from soltanmm/doc by Masood Malekghassemi · 9 years ago
  35. cccf929 php: add more unit tests to improve code coverage by Stanley Cheung · 9 years ago
  36. 6910ce8 Flagging 0.13.1-pre1. by Nicolas "Pixel" Noble · 9 years ago
  37. 7a925f7 Flagging the release. by Nicolas "Pixel" Noble · 9 years ago
  38. 34df44a Merge branch 'master' into why_lever by vjpai · 9 years ago
  39. f74a67b Rename to reduce confusion by vjpai · 9 years ago
  40. dfab119 Update Python doc by Masood Malekghassemi · 9 years ago
  41. a3c968d Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library by yang-g · 9 years ago
  42. f747409 Use precompiled extensions only by Masood Malekghassemi · 9 years ago
  43. 017f84e Merge pull request #5078 from ctiller/compatibility_mode by Craig Tiller · 9 years ago
  44. a7d4114 Merge github.com:grpc/grpc into bad_metadata by Craig Tiller · 9 years ago
  45. 76e9ad4 php: add unit test to bring coverage back up above 95% by Stanley Cheung · 9 years ago
  46. b14ea1d Revert Ruby version specialization by Masood Malekghassemi · 9 years ago
  47. cd43584 Bump Python version by Masood Malekghassemi · 9 years ago
  48. dd6ee7a Truncate Python target triple by Masood Malekghassemi · 9 years ago
  49. 3f19f42 Merge pull request #5052 from ctiller/compress by David G. Quintas · 9 years ago
  50. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 9 years ago
  51. c3602dc Merge pull request #4038 from dgquintas/grpclb_api by Craig Tiller · 9 years ago
  52. d8e2c70 Remove a vestige by vjpai · 9 years ago
  53. fd307ef fixed_size_thread_pool : why do we even have that lever? It has been by vjpai · 9 years ago
  54. 090c867 This testing exposed a race condition in alarm creation - the by Vijay Pai · 9 years ago
  55. b6d3a82 Paper over custom command limitations by Masood Malekghassemi · 9 years ago
  56. 334e9e6 Use wheels instead for custom bdists by Masood Malekghassemi · 9 years ago
  57. 749250f merge to HEAD by Alistair Veitch · 9 years ago
  58. 532519a Respond to review comments by Alistair Veitch · 9 years ago
  59. 24e274b Add comment by Craig Tiller · 9 years ago
  60. c0473cc Merge github.com:grpc/grpc into compress by Craig Tiller · 9 years ago
  61. b718c8a Merge github.com:grpc/grpc into compatibility_mode by Craig Tiller · 9 years ago
  62. 810a13e Remove a small allocation, at the cost of a little uglier header file. by Vijay Pai · 9 years ago
  63. 742a783 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  64. c41abec Sanity: clang-format and regen projects by Vijay Pai · 9 years ago
  65. 8ae883f Merge branch 'master' into alarm_mods by Vijay Pai · 9 years ago
  66. e39cb74 Add a dummy reference to prevent unused variable warning if there is no rpc method defined. by yang-g · 9 years ago
  67. 8fdafed tag fed in by user should be any arbitrary tag, not a CompletionQueueTag type by vjpai · 9 years ago
  68. 9c7961a Merge pull request #5165 from ctiller/bring_back_gpr by Nicolas Noble · 9 years ago
  69. 6d74725 Merge pull request #5188 from jtattermusch/resolve_0_13_merge by Michael Lumish · 9 years ago
  70. 82e7eff Merge pull request #5185 from lepatryk/byte-buffer by Michael Lumish · 9 years ago
  71. d883683 Merge remote-tracking branch 'upstream/release-0_13' into resolve_0_13_merge by Jan Tattermusch · 9 years ago
  72. 10d3e59 WTF by Craig Tiller · 9 years ago
  73. 087c51a Fix 1 second stall on Windows by Craig Tiller · 9 years ago
  74. 1945ae4 Fix copyright by yang-g · 9 years ago
  75. d59ad7e Provide explicit API for user to set user agent string prefix by yang-g · 9 years ago
  76. 32b3f67 Merge remote-tracking branch 'google/release-0_13' into merge-and-regen by Nicolas "Pixel" Noble · 9 years ago
  77. 777777e Pass delete[] explicitely to Nan::NewBuffer. by Patryk Lesiewicz · 9 years ago
  78. ca144fd Fixing Ruby binary build (again). by Nicolas "Pixel" Noble · 9 years ago
  79. 21f1afc Fix some C# copyrights by vjpai · 9 years ago
  80. c4f70fc Merge pull request #5149 from bogdandrutu/bug by Alistair Veitch · 9 years ago
  81. f734299 Merge github.com:grpc/grpc into sceq by Craig Tiller · 9 years ago
  82. ab02713 Merge pull request #5066 from chrisdunelm/dnx_Profilers by Jan Tattermusch · 9 years ago
  83. c7ea439 Manually added empty lines and spaces in the copyright and it worked. by Bogdan Drutu · 9 years ago
  84. e9319da Add the removed line before the copyright by Bogdan Drutu · 9 years ago
  85. 3d9d252 run sudo ./tools/distrib/clang_format_code.sh by Bogdan Drutu · 9 years ago
  86. ecf8327 Merge pull request #5100 from nathanielmanistaatgoogle/python-grpc_set_ssl_roots_override_callback by Nathaniel Manista · 9 years ago
  87. 1298afd Get compilation working again by Craig Tiller · 9 years ago
  88. b0154c4 Stop generating .pyc files in boringssl by Craig Tiller · 9 years ago
  89. 03e250c Fix some indentation. by Bogdan Drutu · 9 years ago
  90. b3153f3 change gpr_int* to int*_t by Bogdan Drutu · 9 years ago
  91. da179ce Rollback gpr deletion by Craig Tiller · 9 years ago
  92. fa6cad7 grpc_set_ssl_roots_override_callback for Python by Nathaniel Manista · 9 years ago
  93. 7e46618 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  94. f9e3c23 Fixing ruby versionning. by Nicolas "Pixel" Noble · 9 years ago
  95. 806f434 Run clang-format by Bogdan Drutu · 9 years ago
  96. fc1ad74 fix copyrights by Jan Tattermusch · 9 years ago
  97. 1935c36 Flagging master as 0.14.0-dev. by Nicolas "Pixel" Noble · 9 years ago
  98. 079a179 Change the census metadata keys. Both census keys must be binary keys because of the encoding. by Bogdan Drutu · 9 years ago
  99. fe0c4a8 C# assembly version and current version by Jan Tattermusch · 9 years ago
  100. 6819ee7 fix GrpcEnvironmentTest by Jan Tattermusch · 9 years ago