1. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 10 years ago
  2. f5065c5 Enable asan for C core 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. 73509a5 Better port picker by Craig Tiller · 10 years ago
  7. 0e32857 Merge pull request #784 from ctiller/timeout by Yang Gao · 10 years ago
  8. c33731a Merge pull request #822 from ctiller/hard by David Klempner · 10 years ago
  9. e2d795a Fix max_concurrent_streams test by Craig Tiller · 10 years ago
  10. 57c0061 Deflake dualstack socket test by David Klempner · 10 years ago
  11. deb49dd Strip port in peer name check by Craig Tiller · 10 years ago
  12. c1f1162 Drastic speed up by Craig Tiller · 10 years ago
  13. 4b5c4db Drastic speed up by Craig Tiller · 10 years ago
  14. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 10 years ago
  15. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 10 years ago
  16. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  17. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  18. 65b0759 Addressing a first batch of feedback. by Nicolas Noble · 10 years ago
  19. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 10 years ago
  20. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 10 years ago
  21. a7b8b69 Addressing security concerns. by Nicolas Noble · 10 years ago
  22. cd9b1c8 Added support for default credentials. by Julien Boeuf · 10 years ago
  23. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 10 years ago
  24. 3a6fe1b Merge pull request #592 from ctiller/chex2 by Nicolas Noble · 10 years ago
  25. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  26. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 10 years ago
  27. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 10 years ago
  28. f47a5cb Implementing JWT credentials (a.k.a JWT ID Tokens). by Julien Boeuf · 10 years ago
  29. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  30. 90bd7c4 Fixing sprintf and a few other things. by Julien Boeuf · 10 years ago
  31. 0fcd53c Fix a TSAN reported error by Craig Tiller · 10 years ago
  32. 9be83ee Fix use-after-free. by Craig Tiller · 10 years ago
  33. efad8fa Spam cleanup, test speedup by Craig Tiller · 10 years ago
  34. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  35. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  36. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  37. 7bd5ab1 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  38. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  39. aea2fc0 Fix shutdown semantics. by Craig Tiller · 10 years ago
  40. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  41. 2d9c512 Add mixed shutdown/init test by Craig Tiller · 10 years ago
  42. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  43. 2531299 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  44. 32223cf Fix fling test leaks by Craig Tiller · 10 years ago
  45. 1f1b630 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  46. c2c7921 Add copyrights to Python code by Craig Tiller · 10 years ago
  47. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  48. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  49. 8f9aaa9 Accidental change fixed by Craig Tiller · 10 years ago
  50. d209ed0 clang-format by Craig Tiller · 10 years ago
  51. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  52. 20a2b5b Merge pull request #515 from a11r/new_fling by Craig Tiller · 10 years ago
  53. a2d9ed0 Addressed review comments by Abhishek Kumar · 10 years ago
  54. e3dd33f clang formatting by Abhishek Kumar · 10 years ago
  55. 445612e Btach handling of unary by Abhishek Kumar · 10 years ago
  56. 4151cac Initial draft of server using new async API by Abhishek Kumar · 10 years ago
  57. 869a870 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  58. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 10 years ago
  59. 20bc56d Multi-completion-queue-server by Craig Tiller · 10 years ago
  60. 94f8758 Fix up C tests by Craig Tiller · 10 years ago
  61. d9dd8fe Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  62. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 10 years ago
  63. 0bae4b2 Merge pull request #471 from jboeuf/call_host_name_check by Nicolas Noble · 10 years ago
  64. 53eae7a Merge branch 'master' into epoll by David Klempner · 10 years ago
  65. 3af2465 Updated rest of client to new API by Abhishek Kumar · 10 years ago
  66. 2dac797 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  67. 187994e Merge pull request #448 from nicolasnoble/grpc-win32 by Craig Tiller · 10 years ago
  68. baced4d Epoll based multipoller by David Klempner · 10 years ago
  69. 8e8fd89 Allow two completion queues on request call by Craig Tiller · 10 years ago
  70. 787a924 Updated ping_pong_request to new API by Abhishek Kumar · 10 years ago
  71. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 10 years ago
  72. 1d3561e Merge branch 'fix6' of github.com:ctiller/grpc into c++api by Craig Tiller · 10 years ago
  73. e801eb3 Fix some tests by Craig Tiller · 10 years ago
  74. 811b078 Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  75. 1d2e219 Server progress by Craig Tiller · 10 years ago
  76. ae00e37 Fix duplicated line by Craig Tiller · 10 years ago
  77. 41efbf3 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  78. 4bf41d8 Merge pull request #387 from maxwell-demon/census_active_ops by Alistair Veitch · 10 years ago
  79. 8b976d0 Fixes by Craig Tiller · 10 years ago
  80. 3054756 Fix in-flight cancellations by Craig Tiller · 10 years ago
  81. 16c5032 Add a failing test by Craig Tiller · 10 years ago
  82. 2bfbfe8 prefix struct & functions in census_tracing.h per ctiller's suggestion. by Hongyu Chen · 10 years ago
  83. 2832cb0 Remove accidentally added file by Craig Tiller · 10 years ago
  84. fee91b4 Converted some cancellation tests by Craig Tiller · 10 years ago
  85. aa2ac59 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  86. c58330a Convert simple_delayed_request by Craig Tiller · 10 years ago
  87. cff2d15 Convert more tests (and re-enable some disabled ones) by Craig Tiller · 10 years ago
  88. f229d4f Merge pull request #359 from jboeuf/ssl_default_creds_integration by Yang Gao · 10 years ago
  89. c9903bc Convert request_response_with_trailing_metadata_and_payload by Craig Tiller · 10 years ago
  90. bea3840 Convert request_response_with_binary_metadata_and_payload by Craig Tiller · 10 years ago
  91. 16c3967 Convert request_response_with_metadata_and_payload by Craig Tiller · 10 years ago
  92. 26aeb1f Remove accidentally added file by Craig Tiller · 10 years ago
  93. 4f97273 Fix memory usage by Craig Tiller · 10 years ago
  94. c0ef1de Update trace_test.c by Alistair Veitch · 10 years ago
  95. 86d9159 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  96. 53476f1 Merge pull request #396 from dklempner/source_cleanup by Craig Tiller · 10 years ago
  97. 4b6ab78 Merge github.com:google/grpc into async-api by Craig Tiller · 10 years ago
  98. 900dadb Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  99. 05fce42 Fix a memory leak and a gpr_strdup/free mismatch in json_test by David Klempner · 10 years ago
  100. 2078a7e Merge branch 'master' into source_cleanup by David Klempner · 10 years ago