1. 40fc7a6 clang-format codebase by Craig Tiller · 10 years ago
  2. 375605b Merge github.com:google/grpc into api by Craig Tiller · 10 years ago
  3. 80fa15c Moving prototype from Google to GitHub by Craig Tiller · 10 years ago
  4. 21b19a5 Fix formatting by Craig Tiller · 10 years ago
  5. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  6. bf2659f Fix qps test. by Craig Tiller · 10 years ago
  7. 856e372 Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  8. 92fe70e Added new results to report resource usage and QPS, along with new proto support for this by vpai · 10 years ago
  9. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  10. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  11. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  12. 570d1f4 Return bound port number from grpc_server_add_http2_port. by ctiller · 10 years ago
  13. de990f9 Initialize gtest correctly by Craig Tiller · 10 years ago
  14. b2a42f3 Make this file compile by Craig Tiller · 10 years ago
  15. 9608f0f Make this file compile by Craig Tiller · 10 years ago
  16. 35e3971 Make this file compile by Craig Tiller · 10 years ago
  17. edd10d2 Make this file usable from C++ by Craig Tiller · 10 years ago
  18. 99e317a grpc census hash_table test coverage improvements. by hongyu · 10 years ago
  19. 0617057 Make interop server buildable on opensource build. by yangg · 10 years ago
  20. 00297df Ensure flow control callbacks happen outside the transport lock. by ctiller · 10 years ago
  21. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  22. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  23. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  24. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  25. 362b9dc Merge github.com:google/grpc by Nicolas Noble · 10 years ago
  26. 8bf337b Fix test under msan by ctiller · 10 years ago
  27. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  28. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  29. 6edb547 Enable streaming test case for gRPC client in GCE. by chenw · 10 years ago
  30. 58393c2 Remove libevent. by ctiller · 10 years ago
  31. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  32. a6899be Fix a compiler warning. by Craig Tiller · 10 years ago
  33. 1a277ec Remove libevent. by ctiller · 10 years ago
  34. 9f312b4 Fixing include paths for cmdline. by nnoble · 10 years ago
  35. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  36. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  37. b3e3317 Seed random numbers in each process based on pid. by ctiller · 10 years ago
  38. cd45aad Fix the socket pair fixtures to include the http filters. by klempner · 10 years ago
  39. ebb4e6d Add Flags to override host and enable prod ssl root. by chenw · 10 years ago
  40. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  41. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  42. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  43. 3f1af6e Make override hostname an argument for testing against prod gfe. by yangg · 10 years ago
  44. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  45. da029e3 Add a test where client side sees a deadline expired status. by yangg · 10 years ago
  46. 336bf21 Fix opensource build test. by ctiller · 10 years ago
  47. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  48. 246ec3b Set host to channel's target when creating a call. by yangg · 10 years ago
  49. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  50. cd0569a Fix include guards. by ctiller · 10 years ago
  51. 80b6d01 Prepare QPS tests for running in GCE by vpai · 10 years ago
  52. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  53. ab4f914 Adding JWT generation and signing code for service accounts credentials. by jboeuf · 10 years ago
  54. 69ca59f Add slow client consumer test case for flow control test. by chenw · 10 years ago
  55. 769b70b Make alarm initialization take a timespec now. by ctiller · 10 years ago
  56. c99774f Remove a (very) deprecated file. by ctiller · 10 years ago
  57. 2845cad Trailing metadata support. by ctiller · 10 years ago
  58. c6d61c4 GOAWAY & Reconnection support. by ctiller · 10 years ago
  59. c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
  60. c5abe59 Simplify alarm API. by ctiller · 10 years ago
  61. 482a5be Fix a bug in base-log, and add test. by aveitch · 10 years ago
  62. 5e04b13 Add a test for useful.h. by ctiller · 10 years ago
  63. ee3ebe1 Change the low level ping pong benchmark to run all tests by default. by klempner · 10 years ago
  64. 33023c4 Binary header encoding. by ctiller · 10 years ago
  65. abd90a6 Use '\0' instead of '0' in payload as java client actually checks that. by yangg · 10 years ago
  66. 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
  67. befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
  68. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  69. 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
  70. 87da1b9 Make the default deadline gpr_inf_future to avoid mismatch between by yangg · 10 years ago
  71. 33a2168 Fixes package prefixes by temiola · 10 years ago
  72. 94204dd Fix ipv6.c build breakage on Windows. by jtattermusch · 10 years ago
  73. 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
  74. 430c499 Cache encoded binary data on the metadata string object. by ctiller · 10 years ago
  75. 465554e Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specific by pmarks · 10 years ago
  76. c9e80fb Patch shutdown during write test to not fail or do a racy destroy if the write by klempner · 10 years ago
  77. f962f52 Tell call/channel op handlers who is invoking them. by ctiller · 10 years ago
  78. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
  79. 48b5a45 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  80. 1ef8175 Automated g4 rollback of changelist 81719124. by ctiller · 10 years ago
  81. 84518b4 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  82. 18b49ab Introducing iomgr. by ctiller · 10 years ago
  83. 5287817 Strip "_test" from the name of thread_stress_test.c. by nathaniel · 10 years ago
  84. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago
  85. 5ef5194 Make em destroy underlying descriptor objects (and their corresponding libevent by klempner · 10 years ago
  86. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  87. 8ac074b Remove argument to grpc_em_alarm_cancel as it isn't used. by vpai · 10 years ago
  88. b7ebd3b Initial import. by Nicolas Noble · 10 years ago