1. c29812f Merge pull request #2845 from ctiller/reorder-some-things by jboeuf · 9 years ago
  2. 95a98ca Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things by Yang Gao · 9 years ago
  3. 012349f Merge pull request #2842 from ctiller/asan-is-sad by Yang Gao · 9 years ago
  4. 8f1b169 Reorder filters to ensure that :authority is available when the auth filter needs it by Craig Tiller · 9 years ago
  5. c7989b6 Merge pull request #2788 from ctiller/kinetic-lopsided-poetry by Nicolas Noble · 9 years ago
  6. 2e95e4a Move parent removal from final destruction to destruction request by Craig Tiller · 9 years ago
  7. 26f8b28 Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things by Craig Tiller · 9 years ago
  8. 7aff428 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  9. 6659d8b Fix memory leaks by Craig Tiller · 9 years ago
  10. f3128e6 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  11. 6b9477e Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  12. aee5d5c Print error message on client auth error by Craig Tiller · 9 years ago
  13. c281152 Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into tell-the-world-about-ALL-the-things by Craig Tiller · 9 years ago
  14. 5a20170 Merge pull request #2803 from ctiller/delay-start-resolution by Yang Gao · 9 years ago
  15. d3368e4 Merge branch 'master' of github.com:grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  16. 7c8d255 Cleanup. by Julien Boeuf · 9 years ago
  17. 77a7b87 Fixing API (thanks Craig for the comments) and associated tests. by Julien Boeuf · 9 years ago
  18. 0700d8b Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  19. a6f8f92 Add comment by Craig Tiller · 9 years ago
  20. fdbd728 Rename constants by Craig Tiller · 9 years ago
  21. 22de7b6 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  22. 4e407ba Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter by Vijay Pai · 9 years ago
  23. d2e9cb3 Merge pull request #2765 from ctiller/the-test-be-sleepy by Yang Gao · 9 years ago
  24. 9f007f0 Merge pull request #2732 from ctiller/primary-goat-whisperer by Vijay Pai · 9 years ago
  25. 8158c6c Merge pull request #2713 from ctiller/plucking-hell by Vijay Pai · 9 years ago
  26. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  27. 402acf6 Fix proxy, finalize API by Craig Tiller · 9 years ago
  28. 183c9f7 Merge pull request #2767 from ctiller/no-poop-on-pizza by Abhishek Kumar · 9 years ago
  29. ebd7a59 Merge remote-tracking branch 'upstream/master' into reconnect_branch_based_on_jitter by yang-g · 9 years ago
  30. 20a3c35 Delay name resolution until we need a channel to be READY by Craig Tiller · 9 years ago
  31. 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  32. dcd45cf Cleanup includes by Craig Tiller · 9 years ago
  33. 5afe5e3 Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  34. 220adcc Merge branch 'primary-goat-whisperer' into the-test-be-sleepy by Craig Tiller · 9 years ago
  35. c436a80 Merge github.com:grpc/grpc into primary-goat-whisperer by Craig Tiller · 9 years ago
  36. 1dc978c Merge pull request #2791 from pmarks-net/uri by Craig Tiller · 9 years ago
  37. 63541a1 Return normalized IPv4 addresses from grpc_sockaddr_to_uri(). by Paul Marks · 9 years ago
  38. 902d9c4 Merge pull request #2749 from yang-g/default_host_to_null by Craig Tiller · 9 years ago
  39. f53d9c8 Testing port server by Craig Tiller · 9 years ago
  40. 847dfff Merge pull request #2779 from jtattermusch/properly_decrement_active_ports by Nicolas Noble · 9 years ago
  41. dd8a80f clarified comment and silenced error log by Jan Tattermusch · 9 years ago
  42. e871ef4 Merge branch 'primary-goat-whisperer' into the-test-be-sleepy by Craig Tiller · 9 years ago
  43. 08dda26 Back-out unnecessary change by Craig Tiller · 9 years ago
  44. 82389ec Merge branch 'primary-goat-whisperer' into the-test-be-sleepy by Craig Tiller · 9 years ago
  45. 05b35c4 Merge branch 'plucking-hell' into primary-goat-whisperer by Craig Tiller · 9 years ago
  46. 060ca5f Update comment by Craig Tiller · 9 years ago
  47. a9c643f Merge github.com:grpc/grpc into plucking-hell by Craig Tiller · 9 years ago
  48. 17effab Add proxy tests to end2end suite by Craig Tiller · 9 years ago
  49. abd60a3 Change cast to avoid warning by Christian Blichmann · 9 years ago
  50. e60c5e3 Use an unsigned pointer compare, as the highest bit may sometimes be set. by Christian Blichmann · 9 years ago
  51. 2f25d98 properly decrement active_ports by Jan Tattermusch · 9 years ago
  52. 324b4b1 Merge branch 'auth_md_processor' into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  53. 095f4f9 Merge branch 'master' of github.com:grpc/grpc into auth_md_processor by Julien Boeuf · 9 years ago
  54. deab29e Fix compilation under VS 2010 by Jan Tattermusch · 9 years ago
  55. 4372884 merge with head and resolve conflicts by yang-g · 9 years ago
  56. c5ae3eb Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port by Craig Tiller · 9 years ago
  57. 0c23f29 Fix edge cases resulting in close not being sent by Craig Tiller · 9 years ago
  58. 65b0749 Merge pull request #2743 from ctiller/ampidextrous-parrot by Eric Anderson · 9 years ago
  59. 3d382a0 Merge pull request #2751 from ctiller/alphanumeric-juju-fish by Michael Lumish · 9 years ago
  60. 2b4997a Merge branch 'plucking-hell' into the-test-be-sleepy by Craig Tiller · 9 years ago
  61. 9c7c0e8 Fix typo by Craig Tiller · 9 years ago
  62. 8155d98 Merge branch 'plucking-hell' into the-test-be-sleepy by Craig Tiller · 9 years ago
  63. c7df0df Implement cancellation propagation, define auth propagation by Craig Tiller · 9 years ago
  64. 791e78a Dont crash on too many pluckers by Craig Tiller · 9 years ago
  65. 489df07 Formalize max pluckers by Craig Tiller · 9 years ago
  66. 42ce225 Merge github.com:grpc/grpc into plucking-hell by Craig Tiller · 9 years ago
  67. 6728bef Merge branch 'propagate' of github.com:ctiller/grpc into propagate by Craig Tiller · 9 years ago
  68. fa44f18 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  69. 2f04c6e check before unref, this will fail in BadCreds test by yang-g · 9 years ago
  70. 7716c53 Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about by Yang Gao · 9 years ago
  71. 5666a20 Respond to review by Craig Tiller · 9 years ago
  72. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  73. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  74. 2cd9dd9 Remove optional parameter from watch connectivity state by Craig Tiller · 9 years ago
  75. 3e7c6a7 Core-supported context inheritance sketch by Craig Tiller · 9 years ago
  76. b709269 Spam cleanup by Craig Tiller · 9 years ago
  77. 6af3f39 Merge branch 'plucking-hell' into primary-goat-whisperer by Craig Tiller · 9 years ago
  78. 2fc2a16 Switch ALPN/NPN to advertise only h2 by Craig Tiller · 9 years ago
  79. 1a849ab Save some iterations by Craig Tiller · 9 years ago
  80. 45ce927 Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failures by Craig Tiller · 9 years ago
  81. be043d9 Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with-both-passion-and-meaning by Craig Tiller · 9 years ago
  82. 755d6df Merge branch 'plucking-hell' into primary-goat-whisperer by Craig Tiller · 9 years ago
  83. 86d1f13 Merge github.com:grpc/grpc into insolent-pork-chop by Craig Tiller · 9 years ago
  84. 44a127c Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about by Craig Tiller · 9 years ago
  85. 70e9b3d Merge github.com:grpc/grpc into plucking-hell by Craig Tiller · 9 years ago
  86. 10cd634 Merge branch 'plucking-hell' into primary-goat-whisperer by Craig Tiller · 9 years ago
  87. 9b0fd3b Merge pull request #2723 from a-veitch/issue_2710 by Michael Lumish · 9 years ago
  88. 561300f Merge branch 'plucking-hell' of github.com:ctiller/grpc into plucking-hell by Craig Tiller · 9 years ago
  89. 0c1cea1 Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into tepid-tarantula by Craig Tiller · 9 years ago
  90. 98371d9 Reject incoming calls if the server is already shutting down by Craig Tiller · 9 years ago
  91. d1c0034 Abort writes if a stream is cancelled by Craig Tiller · 9 years ago
  92. b36a582 merge with head by yang-g · 9 years ago
  93. 6765604 Merge pull request #2590 from yang-g/jitter by Vijay Pai · 9 years ago
  94. c400604 Merge branch 'plucking-hell' into primary-goat-whisperer by Craig Tiller · 9 years ago
  95. 1191e21 More aggressively kill pending work by Craig Tiller · 9 years ago
  96. 6796805 Merge branch 'master' into issue_2709 by Alistair Veitch · 9 years ago
  97. d1885e0 Implement new pollset semantics for Windows by Craig Tiller · 9 years ago
  98. e97c9b4 Fix TSAN reported lock-inversion in epoll fd addition by Craig Tiller · 9 years ago
  99. c5d3f43 make random uint32 by yang-g · 9 years ago
  100. 0613e58 Fix a race that could cause a double delete by Craig Tiller · 9 years ago