1. 6e0b280 Merge pull request #855 from nathanielmanistaatgoogle/python-test-port by Masood Malekghassemi · 10 years ago
  2. 3486f32 Fix comment by Craig Tiller · 10 years ago
  3. 8451e87 Extend timeouts for Travis 2x by Craig Tiller · 10 years ago
  4. f6901be Allow machine and build type tuning of slowdown by Craig Tiller · 10 years ago
  5. 7b5eb71 Increment 'try' variable by Craig Tiller · 10 years ago
  6. 4795a3c Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ by Craig Tiller · 10 years ago
  7. 73509a5 Better port picker by Craig Tiller · 10 years ago
  8. 7b7aa62 Merge pull request #841 from soltanmm/py-update by Nathaniel Manista · 10 years ago
  9. 732cf09 Drop fixed port from python_plugin_test by Nathaniel Manista · 10 years ago
  10. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  11. 40e8cbd Fix bugs in Python code generator by Masood Malekghassemi · 10 years ago
  12. 0e32857 Merge pull request #784 from ctiller/timeout by Yang Gao · 10 years ago
  13. c33731a Merge pull request #822 from ctiller/hard by David Klempner · 10 years ago
  14. e2d795a Fix max_concurrent_streams test by Craig Tiller · 10 years ago
  15. 57c0061 Deflake dualstack socket test by David Klempner · 10 years ago
  16. deb49dd Strip port in peer name check by Craig Tiller · 10 years ago
  17. afae27c Merge pull request #739 from soltanmm/py-update by Nathaniel Manista · 10 years ago
  18. c1f1162 Drastic speed up by Craig Tiller · 10 years ago
  19. 4b5c4db Drastic speed up by Craig Tiller · 10 years ago
  20. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 10 years ago
  21. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 10 years ago
  22. 59d9ff4 Updated Python protoc plugin testing. by Masood Malekghassemi · 10 years ago
  23. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  24. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 10 years ago
  25. 0b9dfcf Merge pull request #725 from ctiller/unique by Yang Gao · 10 years ago
  26. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  27. 65b0759 Addressing a first batch of feedback. by Nicolas Noble · 10 years ago
  28. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 10 years ago
  29. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 10 years ago
  30. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 10 years ago
  31. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 10 years ago
  32. a7b8b69 Addressing security concerns. by Nicolas Noble · 10 years ago
  33. cd9b1c8 Added support for default credentials. by Julien Boeuf · 10 years ago
  34. fe8af4e Rename interop_test.c --> interop_test.cc by Craig Tiller · 10 years ago
  35. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 10 years ago
  36. b13673d Added compiler plugin test for Python. by Masood Malekghassemi · 10 years ago
  37. 00bdbe6 Merge pull request #669 from yang-g/comments by Michael Lumish · 10 years ago
  38. d539f69 Merge pull request #663 from vjpai/python by Nicolas Noble · 10 years ago
  39. 3a6fe1b Merge pull request #592 from ctiller/chex2 by Nicolas Noble · 10 years ago
  40. 2f3e2ec Make interop server respond to sigint by Craig Tiller · 10 years ago
  41. bbd67c0 clean up some internal path and names by Yang Gao · 10 years ago
  42. 5b47818 Some compilers not happy with <:: and need < :: instead by vjpai · 10 years ago
  43. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  44. aad0325 Merge pull request #652 from ctiller/interop2 by Yang Gao · 10 years ago
  45. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  46. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 10 years ago
  47. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 10 years ago
  48. 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 10 years ago
  49. ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 10 years ago
  50. f47a5cb Implementing JWT credentials (a.k.a JWT ID Tokens). by Julien Boeuf · 10 years ago
  51. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 10 years ago
  52. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  53. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 10 years ago
  54. c1231eb Include typecasts so that int and size_t are not compared (since their by vjpai · 10 years ago
  55. 90bd7c4 Fixing sprintf and a few other things. by Julien Boeuf · 10 years ago
  56. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  57. 0fcd53c Fix a TSAN reported error by Craig Tiller · 10 years ago
  58. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 10 years ago
  59. 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
  60. 9be83ee Fix use-after-free. by Craig Tiller · 10 years ago
  61. efad8fa Spam cleanup, test speedup by Craig Tiller · 10 years ago
  62. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  63. 492968f Server side cancellation receive support by Craig Tiller · 10 years ago
  64. ce5021b Add missing new-lines at end of file by Craig Tiller · 10 years ago
  65. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  66. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  67. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  68. aface44 Merge pull request #573 from yang-g/c++api by Craig Tiller · 10 years ago
  69. da699b8 do not leak reader or writer by Yang Gao · 10 years ago
  70. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 10 years ago
  71. 7bd5ab1 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  72. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  73. aea2fc0 Fix shutdown semantics. by Craig Tiller · 10 years ago
  74. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  75. 3031362 Merge pull request #551 from ctiller/shutdown by Yang Gao · 10 years ago
  76. 2d9c512 Add mixed shutdown/init test by Craig Tiller · 10 years ago
  77. 97b5c70 Merge pull request #530 from nathanielmanistaatgoogle/python-interop-server by soltanmm · 10 years ago
  78. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  79. 2531299 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  80. 32223cf Fix fling test leaks by Craig Tiller · 10 years ago
  81. 1f1b630 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  82. ad1fd3a Add proto copyrights by Craig Tiller · 10 years ago
  83. c2c7921 Add copyrights to Python code by Craig Tiller · 10 years ago
  84. 1a61b17 Copyright checker by Craig Tiller · 10 years ago
  85. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  86. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  87. 1d1f952 The Python interoperability testing server. by Nathaniel Manista · 10 years ago
  88. 8f9aaa9 Accidental change fixed by Craig Tiller · 10 years ago
  89. d209ed0 clang-format by Craig Tiller · 10 years ago
  90. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  91. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 10 years ago
  92. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 10 years ago
  93. 857680b Compile fixes by Craig Tiller · 10 years ago
  94. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 10 years ago
  95. 20a2b5b Merge pull request #515 from a11r/new_fling by Craig Tiller · 10 years ago
  96. a2d9ed0 Addressed review comments by Abhishek Kumar · 10 years ago
  97. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 10 years ago
  98. e3dd33f clang formatting by Abhishek Kumar · 10 years ago
  99. 445612e Btach handling of unary by Abhishek Kumar · 10 years ago
  100. 4151cac Initial draft of server using new async API by Abhishek Kumar · 10 years ago