1. deb49dd Strip port in peer name check by Craig Tiller · 9 years ago
  2. afae27c Merge pull request #739 from soltanmm/py-update by Nathaniel Manista · 9 years ago
  3. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 9 years ago
  4. 59d9ff4 Updated Python protoc plugin testing. by Masood Malekghassemi · 9 years ago
  5. 9fff77e Addressing comments. by Julien Boeuf · 9 years ago
  6. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 9 years ago
  7. 0b9dfcf Merge pull request #725 from ctiller/unique by Yang Gao · 9 years ago
  8. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  9. 65b0759 Addressing a first batch of feedback. by Nicolas Noble · 9 years ago
  10. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 9 years ago
  11. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 9 years ago
  12. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 9 years ago
  13. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  14. a7b8b69 Addressing security concerns. by Nicolas Noble · 9 years ago
  15. cd9b1c8 Added support for default credentials. by Julien Boeuf · 10 years ago
  16. fe8af4e Rename interop_test.c --> interop_test.cc by Craig Tiller · 9 years ago
  17. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 9 years ago
  18. b13673d Added compiler plugin test for Python. by Masood Malekghassemi · 10 years ago
  19. 00bdbe6 Merge pull request #669 from yang-g/comments by Michael Lumish · 10 years ago
  20. d539f69 Merge pull request #663 from vjpai/python by Nicolas Noble · 10 years ago
  21. 3a6fe1b Merge pull request #592 from ctiller/chex2 by Nicolas Noble · 10 years ago
  22. 2f3e2ec Make interop server respond to sigint by Craig Tiller · 10 years ago
  23. bbd67c0 clean up some internal path and names by Yang Gao · 10 years ago
  24. 5b47818 Some compilers not happy with <:: and need < :: instead by vjpai · 10 years ago
  25. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  26. aad0325 Merge pull request #652 from ctiller/interop2 by Yang Gao · 10 years ago
  27. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  28. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 10 years ago
  29. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 10 years ago
  30. 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 10 years ago
  31. ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 10 years ago
  32. f47a5cb Implementing JWT credentials (a.k.a JWT ID Tokens). by Julien Boeuf · 10 years ago
  33. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 10 years ago
  34. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  35. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 10 years ago
  36. c1231eb Include typecasts so that int and size_t are not compared (since their by vjpai · 10 years ago
  37. 90bd7c4 Fixing sprintf and a few other things. by Julien Boeuf · 10 years ago
  38. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  39. 0fcd53c Fix a TSAN reported error by Craig Tiller · 10 years ago
  40. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 10 years ago
  41. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 10 years ago
  42. 9be83ee Fix use-after-free. by Craig Tiller · 10 years ago
  43. efad8fa Spam cleanup, test speedup by Craig Tiller · 10 years ago
  44. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  45. 492968f Server side cancellation receive support by Craig Tiller · 10 years ago
  46. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  47. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  48. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  49. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  50. aface44 Merge pull request #573 from yang-g/c++api by Craig Tiller · 10 years ago
  51. da699b8 do not leak reader or writer by Yang Gao · 10 years ago
  52. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 10 years ago
  53. 7bd5ab1 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  54. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  55. aea2fc0 Fix shutdown semantics. by Craig Tiller · 10 years ago
  56. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  57. 3031362 Merge pull request #551 from ctiller/shutdown by Yang Gao · 10 years ago
  58. 2d9c512 Add mixed shutdown/init test by Craig Tiller · 10 years ago
  59. 97b5c70 Merge pull request #530 from nathanielmanistaatgoogle/python-interop-server by soltanmm · 10 years ago
  60. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  61. 2531299 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  62. 32223cf Fix fling test leaks by Craig Tiller · 10 years ago
  63. 1f1b630 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  64. ad1fd3a Add proto copyrights by Craig Tiller · 10 years ago
  65. c2c7921 Add copyrights to Python code by Craig Tiller · 10 years ago
  66. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  67. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  68. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  69. 1d1f952 The Python interoperability testing server. by Nathaniel Manista · 10 years ago
  70. 8f9aaa9 Accidental change fixed by Craig Tiller · 10 years ago
  71. d209ed0 clang-format by Craig Tiller · 10 years ago
  72. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  73. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 10 years ago
  74. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 10 years ago
  75. 857680b Compile fixes by Craig Tiller · 10 years ago
  76. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 10 years ago
  77. 20a2b5b Merge pull request #515 from a11r/new_fling by Craig Tiller · 10 years ago
  78. a2d9ed0 Addressed review comments by Abhishek Kumar · 10 years ago
  79. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 10 years ago
  80. e3dd33f clang formatting by Abhishek Kumar · 10 years ago
  81. 445612e Btach handling of unary by Abhishek Kumar · 10 years ago
  82. 4151cac Initial draft of server using new async API by Abhishek Kumar · 10 years ago
  83. c05b6cb add a bidi test and simplify the test a bit, test passes by Yang Gao · 10 years ago
  84. bb84a30 let the client/server use their own cq and pretty the test by Yang Gao · 10 years ago
  85. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 10 years ago
  86. 0d1f67f Merge github.com:google/grpc into c++api by Craig Tiller · 10 years ago
  87. bc91e25 Merge pull request #508 from nicolasnoble/make-protobuf by Craig Tiller · 10 years ago
  88. d2cfde7 Forgot to add the test file. by Nicolas Noble · 10 years ago
  89. ec3257c Fix end2end leaks by Craig Tiller · 10 years ago
  90. 869a870 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  91. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 10 years ago
  92. 20bc56d Multi-completion-queue-server by Craig Tiller · 10 years ago
  93. 94f8758 Fix up C tests by Craig Tiller · 10 years ago
  94. d9dd8fe Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  95. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 10 years ago
  96. 7418d01 Make end2end_test use fewer threads by Craig Tiller · 10 years ago
  97. 0bae4b2 Merge pull request #471 from jboeuf/call_host_name_check by Nicolas Noble · 10 years ago
  98. 53eae7a Merge branch 'master' into epoll by David Klempner · 10 years ago
  99. 3af2465 Updated rest of client to new API by Abhishek Kumar · 10 years ago
  100. 2dac797 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago