1. d7d9ce2 WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD by David Garcia Quintas · 9 years ago
  2. fc0fa33 Moar tests, fixed wrongly named vbles, minor bugs. by David Garcia Quintas · 9 years ago
  3. 331d2da Always include compression filter in channel creation by David Garcia Quintas · 9 years ago
  4. b910170 Removed spurious changes. by David Garcia Quintas · 9 years ago
  5. dd2ebee Added compression text fixture. by David Garcia Quintas · 9 years ago
  6. 92ce588 Fixed bad merge. by David Garcia Quintas · 9 years ago
  7. e75d4c8 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  8. e25e928 Added compression filter to server creation by David Garcia Quintas · 9 years ago
  9. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  10. f8fedc4 Merge pull request #2141 from murgatroid99/core_support_conversion_warnings by Craig Tiller · 9 years ago
  11. 60401f1 Merge pull request #2165 from nicolasnoble/backup-poller-broke-me by Craig Tiller · 9 years ago
  12. aa555df Merge pull request #2175 from yang-g/constness by Craig Tiller · 9 years ago
  13. 8d5bfcc Merge pull request #2173 from nicolasnoble/don-t-recurse-locks by Craig Tiller · 9 years ago
  14. b1bbc87 proper init const char * by yang-g · 9 years ago
  15. d16af0e Redesign of compression algorithm propagation based on metadata by David Garcia Quintas · 9 years ago
  16. 138f947 Merge pull request #2170 from ctiller/metadata-docs by David G. Quintas · 9 years ago
  17. bbb9a28 Merge pull request #2166 from dgquintas/fix_compress_enum_parsing_win by Nicolas Noble · 9 years ago
  18. 04a841f Fixing recursive locking under Windows. by Nicolas "Pixel" Noble · 9 years ago
  19. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  20. a14ebbb Fixing Windows port after the removal of the backup poller. by Nicolas Noble · 9 years ago
  21. cb89db7 Add metadata batch documentation by Craig Tiller · 9 years ago
  22. 3e5964f Merge pull request #2164 from ctiller/all-my-little-snowflakes by Nicolas Noble · 9 years ago
  23. 10dfcc0 Merge pull request #2158 from murgatroid99/generated_files_info_message by Nicolas Noble · 9 years ago
  24. 1d7683d Merge pull request #2142 from murgatroid99/core_json_conversion_warnings by Nicolas Noble · 9 years ago
  25. 84976a7 Reverted slice.c changes by murgatroid99 · 9 years ago
  26. 6b3cb2a Merge pull request #2168 from ctiller/dont-do-nothing-infinite-times by David G. Quintas · 9 years ago
  27. 1a256bd Merge pull request #2154 from jcanizales/fix-build-json by Craig Tiller · 9 years ago
  28. f7b7c89 Dont do nothing for eternity by Craig Tiller · 9 years ago
  29. 154cb40 Made requested fixes by murgatroid99 · 9 years ago
  30. 874e1e1 Merge pull request #2047 from grpc/jtattermusch-patch-3 by Craig Tiller · 9 years ago
  31. 51cd7d7 Fixed warning while parsing compression enum bytes. by David Garcia Quintas · 9 years ago
  32. 4bf27c5 Merge branch 'master' of github.com:grpc/grpc into jtattermusch-patch-3 by Jan Tattermusch · 9 years ago
  33. d1873b0 Fixed incorrect comment format by murgatroid99 · 9 years ago
  34. 04b0383 Merge pull request #2160 from ctiller/no-point-for-an-object-here by Yang Gao · 9 years ago
  35. 8cca469 Fix flaky test by Craig Tiller · 9 years ago
  36. 5912fb5 Reverted incorrect type change by murgatroid99 · 9 years ago
  37. c4ce71e Merge pull request #2123 from jboeuf/ssl_auth_context_fix by Yang Gao · 9 years ago
  38. aeedff1 Use a character literal instead of grpc::string by Craig Tiller · 9 years ago
  39. aadc13a clarify grpc_call_start_batch thread safety. by Jan Tattermusch · 9 years ago
  40. 026e600 Update to set flags=0 on all ops by Craig Tiller · 9 years ago
  41. f680af0 Regenerated files by murgatroid99 · 9 years ago
  42. c241d2c Added info about regenerating files to Makefile and BUILD templates by murgatroid99 · 9 years ago
  43. c525de8 Added generated file info and copyright notice to podspec template by murgatroid99 · 9 years ago
  44. 3de4b47 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  45. e9fad15 Remove redundant decls by Craig Tiller · 9 years ago
  46. 8222b19 Merge pull request #2152 from ctiller/fix-the-pointy-sea by Jan Tattermusch · 9 years ago
  47. 828e0ad Merge pull request #2156 from jcanizales/fix-garbage-flags by Michael Lumish · 9 years ago
  48. 40c9481 Merge pull request #2136 from dgquintas/unconst-reporter by Vijay Pai · 9 years ago
  49. 5b1fdc5 Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix by Julien Boeuf · 9 years ago
  50. 8848704 Document why a grpc_op ivar, and the role of -finish by Jorge Canizales · 9 years ago
  51. 8d99775 Simplify GRPCOps implementations by Jorge Canizales · 9 years ago
  52. bae38d9 Output call_error number by Jorge Canizales · 9 years ago
  53. fb95092 Ensure op flags don't have garbage from malloc by Jorge Canizales · 9 years ago
  54. fe8ad73 Add pollset_set.h to build.json by Jorge Canizales · 9 years ago
  55. 096b77d Merge pull request #2153 from ctiller/tools-are-people-too by Nicolas Noble · 9 years ago
  56. 7552f0f Ensure tests are built during run_tests runs by Craig Tiller · 9 years ago
  57. b8d3a31 Always use the first status code received by Craig Tiller · 9 years ago
  58. 04a0395 Added casts to a macro by murgatroid99 · 9 years ago
  59. 482a44c Fixed incorrect functional change by murgatroid99 · 9 years ago
  60. c729998 Merge pull request #2073 from dgquintas/compression-metadata by Craig Tiller · 9 years ago
  61. ee6efae Merge pull request #2132 from soltanmm/whats-up-doc by Craig Tiller · 9 years ago
  62. 8deffe9 Merge pull request #2105 from vjpai/poller2 by Craig Tiller · 9 years ago
  63. ab67485 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  64. 8e27779 Merge branch 'master' into poller2 by vjpai · 9 years ago
  65. f3fac56 Merge pull request #1577 from ctiller/we-dont-need-no-backup by Nicolas Noble · 9 years ago
  66. 5927aec Added generated configs by David Garcia Quintas · 9 years ago
  67. dc65c14 Merge pull request #2122 from jboeuf/tsi_ssl_npn by Nicolas Noble · 9 years ago
  68. 3acc428 Merge pull request #2072 from jtattermusch/fix_json_rewrite_test by Nicolas Noble · 9 years ago
  69. 247bb9e Fixed conversion warnings in src/core/json by murgatroid99 · 9 years ago
  70. 5e71d7a Silenced conversion warnings in src/core/support by murgatroid99 · 9 years ago
  71. 61a25fb Merge pull request #2138 from tbetbetbe/grpc-ruby-fix-cancel-after-first-response by Michael Lumish · 9 years ago
  72. aa57bab Corrects the cancel_after_first_response behaviour by Tim Emiola · 9 years ago
  73. 3afa2dc Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix by Julien Boeuf · 9 years ago
  74. afc8c77 Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npn by Julien Boeuf · 9 years ago
  75. 96e12de Removed const-ness from Reporter interface methods by David Garcia Quintas · 9 years ago
  76. f9b803e Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  77. f74a49e WIP. Need to merge and add more tests. by David Garcia Quintas · 9 years ago
  78. 9e9aaa8 Merge branch 'master' of github.com:grpc/grpc into compression-metadata by David Garcia Quintas · 9 years ago
  79. aeb1a9f Clarify behavior of grpc_server_register_completion_queue by Masood Malekghassemi · 9 years ago
  80. 3e29de1 Adressing comments. by Julien Boeuf · 9 years ago
  81. 1658ef7 Merge branch 'master' into poller2 by Vijay Pai · 9 years ago
  82. 52c6142 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  83. a15f08c Merge pull request #2130 from murgatroid99/objective-c-stop-surpressing-warnings by Jorge Canizales · 9 years ago
  84. 7e997eb Merge pull request #2116 from nicolasnoble/jenkins-clang by Jan Tattermusch · 9 years ago
  85. 9fb72cd Re-enabled warnings in the gRPC podspec by murgatroid99 · 9 years ago
  86. 94213df Merge pull request #2084 from stanley-cheung/php_pecl_extension by Tim Emiola · 9 years ago
  87. f75ed23 Fix scope of a lock by Vijay Pai · 9 years ago
  88. e0eac8b Merge pull request #2125 from jtattermusch/fix_win_read_memory_leak by Nicolas Noble · 9 years ago
  89. b910095 prevent leaking gpr_slice in windows on_read() by Jan Tattermusch · 9 years ago
  90. 37a8448 Merge pull request #2104 from murgatroid99/build_json_add_missing_context.h by Nicolas Noble · 9 years ago
  91. cb14eab Add package.xml and necessary files for pecl extension by Stanley Cheung · 9 years ago
  92. d03adc3 Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2 by Vijay Pai · 9 years ago
  93. 6174b9a Docs by Craig Tiller · 9 years ago
  94. a701ade Fixing ssl auth context. by Julien Boeuf · 9 years ago
  95. d153132 Adding NPN support if ALPN support is not available. by Julien Boeuf · 9 years ago
  96. f020c10 Merge remote-tracking branch 'local/bb_from_bbreader' into decompression by David Garcia Quintas · 9 years ago
  97. 3df5c44 Introduced function to create byte buffers from the output of a byte buffer reader. by David Garcia Quintas · 9 years ago
  98. 76fa6b6 Switching from wheezy to jessie. by Nicolas "Pixel" Noble · 9 years ago
  99. 42b239f Docs by Craig Tiller · 9 years ago
  100. b6b3015 Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago