1. 9533d04 Fix includes by Craig Tiller · 9 years ago
  2. 8a9fd52 Fix copyright by Craig Tiller · 9 years ago
  3. 9a4dddd Fix include guards by Craig Tiller · 9 years ago
  4. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 9 years ago
  5. 534ce4e Fixes by Craig Tiller · 9 years ago
  6. 2e19036 Fix copyrights by Craig Tiller · 9 years ago
  7. f40df23 Auto-changes by Craig Tiller · 9 years ago
  8. 6412479 dont check read_info for writes by Jan Tattermusch · 9 years ago
  9. 77371cc Merge pull request #5920 from yang-g/ipv6 by Jan Tattermusch · 9 years ago
  10. cf82665 Merge pull request #5909 from vjpai/make_building_great_again by Jan Tattermusch · 9 years ago
  11. 8ce3b1a Merge pull request #5383 from miselin/add_request_parsing by Jan Tattermusch · 9 years ago
  12. 5ce5d82 Merge pull request #5897 from ctiller/fix_time by Jan Tattermusch · 9 years ago
  13. b7921c7 resolve comments by yang-g · 9 years ago
  14. f1050f6 Merge pull request #5755 from ahedberg/unix_sockets_optional by Jan Tattermusch · 9 years ago
  15. 1824f05 Add HTTP request parsing. by Matthew Iselin · 9 years ago
  16. 6346041 Fix failure handling code by yang-g · 9 years ago
  17. 39fd221 Merge pull request #5899 from dgquintas/uchannels_kthxbai by Jan Tattermusch · 9 years ago
  18. fe279af Merge pull request #5733 from ctiller/dns_backoff by Jan Tattermusch · 9 years ago
  19. 3271dbc Merge pull request #5896 from vjpai/i_know_freelists by Jan Tattermusch · 9 years ago
  20. 6753ae0 fix include guard for unix_sockets_posix by ahedberg · 9 years ago
  21. 3811dc7 more style fixes by ahedberg · 9 years ago
  22. 879ce77 include sockaddr.h in unix_sockets_posix.h for platform compatibility by ahedberg · 9 years ago
  23. 8afb88d fix copyright dates and style issues by ahedberg · 9 years ago
  24. 799fd4b fix compilation errors by ahedberg · 9 years ago
  25. fcbcbff prefix external linkage functions with grpc by ahedberg · 9 years ago
  26. e7077b5 Fix a missing include in UDP_SERVER code and by vjpai · 9 years ago
  27. bf7df7d Merge pull request #5870 from dgquintas/fix_static by Jan Tattermusch · 9 years ago
  28. 84ffe2b Merge pull request #5898 from vjpai/log_wall by Jan Tattermusch · 9 years ago
  29. 795a50f Merge pull request #5417 from ctiller/fix_something by Jan Tattermusch · 9 years ago
  30. 029ecca Merge pull request #5832 from vjpai/make_udp_server_test_great_again by Nicolas Noble · 9 years ago
  31. fb349b9 removed uchannels by David Garcia Quintas · 9 years ago
  32. 3abc651 Remove a spammy log by vjpai · 9 years ago
  33. c699342 Lock the FD when initializing it out of the freelist. by vjpai · 9 years ago
  34. d262454 Fix time encoding by Craig Tiller · 9 years ago
  35. 07503b6 Add identity to static metadata accept-encodings bitmasks by David Garcia Quintas · 9 years ago
  36. fb6e13b Merge pull request #5788 from vjpai/make_clang_great_again_v2 by Jan Tattermusch · 9 years ago
  37. 0f30cd8 Merge github.com:grpc/grpc into dns_backoff by Craig Tiller · 9 years ago
  38. d13178a Merge branch 'fix_something' of github.com:ctiller/grpc into fix_something by Craig Tiller · 9 years ago
  39. 5389dc3 Merge github.com:grpc/grpc into fix_something by Craig Tiller · 9 years ago
  40. f4e2564 Merge branch 'master' into make_clang_great_again_v2 by vjpai · 9 years ago
  41. 3d2686b Fix cast by Craig Tiller · 9 years ago
  42. 9d9e4d3 Please the include sanity check by Craig Tiller · 9 years ago
  43. 3448887 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 9 years ago
  44. ddd4d7f Merge pull request #5494 from dgquintas/guard_check by Jan Tattermusch · 9 years ago
  45. de7edf8 Merge github.com:grpc/grpc into backoff2 by Craig Tiller · 9 years ago
  46. 4ce09cf Reorder a release store after the operations it protects. by vjpai · 9 years ago
  47. 8bce393 Merge pull request #5819 from dgquintas/compression_levels by Jan Tattermusch · 9 years ago
  48. 58270d5 Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"" by Craig Tiller · 9 years ago
  49. 6b0cb77 Merge pull request #5527 from ctiller/xoxo by Jan Tattermusch · 9 years ago
  50. 108cecb Revert "Factor out backoff code into a separate library (to be re-used elsewhere)" by David G. Quintas · 9 years ago
  51. ee69f42 Merge pull request #5706 from deepaklukose/dev by Jan Tattermusch · 9 years ago
  52. aea3207 Remove a typedef that was causing a redefinition error on some compilers by vjpai · 9 years ago
  53. 7d2c733 Locked read access to call->encodings_accepted_by_peer by David Garcia Quintas · 9 years ago
  54. c14f1cb new fixed guards by David Garcia Quintas · 9 years ago
  55. 0a5fce8 vs doesn't like some c99 features... by David Garcia Quintas · 9 years ago
  56. 43df295 add unix_sockets_posix module to build system and fix compilation errors by ahedberg · 9 years ago
  57. 13c2f6e Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer. by David Garcia Quintas · 9 years ago
  58. 185768b Merge branch 'master' of github.com:grpc/grpc into guard_check by David Garcia Quintas · 9 years ago
  59. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 9 years ago
  60. 6c59e16 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 9 years ago
  61. 8ee4ee7 clang-fmt by Craig Tiller · 9 years ago
  62. 40d34bf Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 9 years ago
  63. e415ca9 Merge github.com:grpc/grpc into fix_something by Craig Tiller · 9 years ago
  64. 1f375d7 Duh by Craig Tiller · 9 years ago
  65. 36bf4d5 Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 9 years ago
  66. 835065a Merge pull request #5270 from dgquintas/codegen_lib by Nicolas Noble · 9 years ago
  67. b9012fc Fixing bitrotting in udp_server_test.c by Nicolas "Pixel" Noble · 9 years ago
  68. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 9 years ago
  69. f4f57f0 Merge pull request #5474 from ctiller/esan by Jan Tattermusch · 9 years ago
  70. 5ee157c Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 9 years ago
  71. 239d6d5 Merge github.com:grpc/grpc into xoxo by Craig Tiller · 9 years ago
  72. 3bcdb6a Merge github.com:grpc/grpc into fix_something by Craig Tiller · 9 years ago
  73. 121e7a9 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 9 years ago
  74. 3598d44 Fixed include guards by David Garcia Quintas · 9 years ago
  75. f0555e6 Merge pull request #5705 from paddybyers/free_aligned by Jan Tattermusch · 9 years ago
  76. 24ebdfb Remove duplicate include of string.h by ahedberg · 9 years ago
  77. 803931d Make use of unix sockets optional. by ahedberg · 9 years ago
  78. 9db7268 Use gpr_free() in gpr_free_aligned() by Paddy Byers · 9 years ago
  79. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 9 years ago
  80. 27df689 Add note about refactor portability header by Paul Querna · 9 years ago
  81. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 9 years ago
  82. f9b26d9 Merge pull request #5731 from ctiller/huh_omg by Jan Tattermusch · 9 years ago
  83. ff08a0c Merge pull request #5545 from yang-g/windows_leaks by Jan Tattermusch · 9 years ago
  84. 822f1d7 Add comment, tighten loop by Craig Tiller · 9 years ago
  85. 69f57b4 clang-format by Craig Tiller · 9 years ago
  86. 9fb89ea If we cant check timers due to contention, at least make sure we do a follow up check soon by Craig Tiller · 9 years ago
  87. 3591482 Expand lock by Craig Tiller · 9 years ago
  88. 2ba4133 Fix race in subchannel.c by Craig Tiller · 9 years ago
  89. 476bb3b Integrate backoff library with dns retries by Craig Tiller · 9 years ago
  90. 48eaab0 Merge branch 'dns_retry' into dns_backoff by Craig Tiller · 9 years ago
  91. 536fc53 Integrate backoff library with subchannel by Craig Tiller · 9 years ago
  92. 9aa4f1b fix windows leaks by yang-g · 9 years ago
  93. c72cc42 Build out backoff as a library by Craig Tiller · 9 years ago
  94. b18fe55 Update copyrights by Craig Tiller · 9 years ago
  95. e2327db Fit and finish for dns retry loop by Craig Tiller · 9 years ago
  96. 1e55bd4 Add retry for dns resolution by Craig Tiller · 9 years ago
  97. e1e4559 Make blocking_resolve_address overridable by Craig Tiller · 9 years ago
  98. fa45a5e fix race between send message and send initial metadata by Jan Tattermusch · 9 years ago
  99. e3e640f Merge pull request #5676 from ctiller/neg by Vijay Pai · 9 years ago
  100. 907f963 Merge pull request #5677 from ctiller/neg3 by Vijay Pai · 9 years ago