1. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  2. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  3. 8ba42be s/maybe_compression_level.compression_level/maybe_compression_level.level by David Garcia Quintas · 8 years ago
  4. a24d153 fix windows build by Adam Michalik · 8 years ago
  5. 4ad746e clang-format, fix headers, windows fixes by Adam Michalik · 8 years ago
  6. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  7. da5d85d Add completion queue argument which is necessary after merge with master by Adam Michalik · 8 years ago
  8. 4023382 Add support for establishing server channel using existing FD by Adam Michalik · 8 years ago
  9. a1f8b14 revert grpc.h by Adam Michalik · 8 years ago
  10. 8cf5303 more separation by Adam Michalik · 8 years ago
  11. 321b1fb separate posix functionality to grpc_posix.h by Adam Michalik · 8 years ago
  12. 6e9fab5 Add support for establishing client channel using existing FD by Adam Michalik · 8 years ago
  13. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  14. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  15. 6c81c25 Merge pull request #6306 from y-zeng/win32_suffix by Jan Tattermusch · 8 years ago
  16. d38b2c4 Merge pull request #6761 from ctiller/there-were-no-fatalities by Jan Tattermusch · 8 years ago
  17. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  18. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  19. 4594bd9 Merge remote-tracking branch 'upstream/master' into base by Yuchen Zeng · 8 years ago
  20. de5039d Fix sanity by Craig Tiller · 8 years ago
  21. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  22. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  23. ac09447 Merge branch 'compression_incoming_checks' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  24. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  25. f54171c Merge branch 'moar-compression-public-refactorings' into compression_md_level_bis by David Garcia Quintas · 8 years ago
  26. a41ac57 Windows port of error system by Craig Tiller · 8 years ago
  27. 113a934 Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks by David Garcia Quintas · 8 years ago
  28. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago
  29. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  30. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  31. 3370b8b Bring the 80s back. by David Garcia Quintas · 8 years ago
  32. 118dc63 made send_initial_md compression level a "maybe" by David Garcia Quintas · 8 years ago
  33. 48a5ddd Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  34. 5028334 Further renamings (compression channel arg keys) by David Garcia Quintas · 8 years ago
  35. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  36. e644cfd better docstrings for compression_types.h by David Garcia Quintas · 8 years ago
  37. 6d0b4d2 Merge branch 'master' of github.com:grpc/grpc into merge by David Garcia Quintas · 8 years ago
  38. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  39. a58ed7c Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  40. 8dbe2cb Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  41. cfbe020 Merge pull request #6320 from markdroth/limit_metadata_size by Jan Tattermusch · 8 years ago
  42. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  43. 0545d7f Revert "Merge pull request #6214 from makdharma/master" by Nicolas "Pixel" Noble · 8 years ago
  44. 965eab3 Fix refcounting by Craig Tiller · 8 years ago
  45. 1c51edc Progress converting to new error system by Craig Tiller · 8 years ago
  46. f4c70ca Move manylinux1 precompiler definitions into port_platform.h by Masood Malekghassemi · 8 years ago
  47. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 8 years ago
  48. 5a5dafa Merge pull request #6409 from jtattermusch/master by Jan Tattermusch · 8 years ago
  49. ed4d89e Remove trailing space. by Jan Tattermusch · 8 years ago
  50. 8a1d805 Added bad_client test to check that the server rejects requests with too by Mark D. Roth · 8 years ago
  51. 19abba3 Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER by Jan Tattermusch · 8 years ago
  52. 80721b2 Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto by David Garcia Quintas · 8 years ago
  53. 586c866 Merge branch 'master' into limit_metadata_size by Mark D. Roth · 8 years ago
  54. 8081319 reverting stuff by Makarand Dharmapurikar · 8 years ago
  55. be5186a created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@ by Makarand Dharmapurikar · 8 years ago
  56. 7704483 fixed clang formating by Makarand Dharmapurikar · 8 years ago
  57. a49b13b cronet wrapper code by Makarand Dharmapurikar · 8 years ago
  58. 580987a Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  59. a2b5495 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  60. b41363e all good! missing end2end test for new lr filter by David Garcia Quintas · 8 years ago
  61. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  62. 192afb9 Merge remote-tracking branch 'upstream/master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  63. 165c62f Merge pull request #6183 from nicolasnoble/msys-support by Jan Tattermusch · 8 years ago
  64. 1b2db63 Moved protos out of core_codegen interface by David Garcia Quintas · 8 years ago
  65. ac2e88f Initial attempt at adding support for max metadata size. Currently, the by Mark D. Roth · 8 years ago
  66. 886b344 Modified the template of public_headers_must_be_c89.c by Yuchen Zeng · 8 years ago
  67. 12dfdc3 Change win32 file suffix by Yuchen Zeng · 8 years ago
  68. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  69. 73dcbda Validation for incoming compressed data by David Garcia Quintas · 8 years ago
  70. 0190712 generate_projects.sh and fix copyright year by Sree Kuchibhotla · 8 years ago
  71. 1f5e262 Add the option of adding a non-listening server completion queue. This makes writing certain test cases (like hybrid_end2end tests) easier by Sree Kuchibhotla · 8 years ago
  72. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  73. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  74. 2e7d957 Provide a function that converts grpc_call_error values into a string by Yuchen Zeng · 8 years ago
  75. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  76. 95e4c48 Add knob for default core output verbosity by Yuchen Zeng · 8 years ago
  77. a0091cb Re-adding GPR_POSIX_FILE. by Nicolas "Pixel" Noble · 8 years ago
  78. c4b18a5 Adding support for msys. by Nicolas "Pixel" Noble · 8 years ago
  79. b29d8cf Last few mallocs / frees. by Nicolas "Pixel" Noble · 8 years ago
  80. abb4f5f Merge pull request #6070 from ctiller/head-of-line-blocking by Jan Tattermusch · 8 years ago
  81. e3e91a3 Merge pull request #6033 from ctiller/channel_max_reconnect_backoff by Nicolas Noble · 8 years ago
  82. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  83. 06cb1a9 Initial interface rework to allow knowing whether to pull payload at registration, not at request time by Craig Tiller · 8 years ago
  84. 41dac84 Merge github.com:grpc/grpc into ignore_connectivity by Craig Tiller · 8 years ago
  85. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  86. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  87. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  88. 44ad3fd Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  89. c201158 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  90. e72454c merge to take src/core componentization into account by ahedberg · 8 years ago
  91. c5ff781 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  92. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  93. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  94. f40df23 Auto-changes by Craig Tiller · 8 years ago
  95. 8d7cff4 make IP_PKTINFO and IPV6_RECVPKTINFO optional by ahedberg · 8 years ago
  96. f1050f6 Merge pull request #5755 from ahedberg/unix_sockets_optional by Jan Tattermusch · 8 years ago
  97. 9ed7fb6 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  98. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  99. ddd4d7f Merge pull request #5494 from dgquintas/guard_check by Jan Tattermusch · 8 years ago
  100. 8bce393 Merge pull request #5819 from dgquintas/compression_levels by Jan Tattermusch · 9 years ago