1. 7f3ed1e Factor out the pollset kicking mechanism and eliminate sharding by David Klempner · 10 years ago
  2. 33a0b83 clang compile fixes by Craig Tiller · 10 years ago
  3. aa6f993 Merge pull request #88 from ctiller/shutdown by Yang Gao · 10 years ago
  4. 4ffdcd5 Add an optional server shutdown event. by Craig Tiller · 10 years ago
  5. 4853791 Build fix by Craig Tiller · 10 years ago
  6. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  7. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  8. 3eef2c4 clang-format by Craig Tiller · 10 years ago
  9. 32946d3 () --> (void) by Craig Tiller · 10 years ago
  10. d7f2c2b clang-format by Craig Tiller · 10 years ago
  11. a2075b9 Remove calls to grpc_call_accept from C core tests. by Craig Tiller · 10 years ago
  12. 5680ff4 Run clang-format-all.sh by Yang Gao · 10 years ago
  13. e1e2475 Unify signal handling in C by Craig Tiller · 10 years ago
  14. 80d68c0 Fixing test_config.c by Nicolas "Pixel" Noble · 10 years ago
  15. 21b19a5 Fix formatting by Craig Tiller · 10 years ago
  16. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  17. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  18. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  19. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  20. 570d1f4 Return bound port number from grpc_server_add_http2_port. by ctiller · 10 years ago
  21. edd10d2 Make this file usable from C++ by Craig Tiller · 10 years ago
  22. 99e317a grpc census hash_table test coverage improvements. by hongyu · 10 years ago
  23. 00297df Ensure flow control callbacks happen outside the transport lock. by ctiller · 10 years ago
  24. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  25. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  26. 362b9dc Merge github.com:google/grpc by Nicolas Noble · 10 years ago
  27. 8bf337b Fix test under msan by ctiller · 10 years ago
  28. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  29. 58393c2 Remove libevent. by ctiller · 10 years ago
  30. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  31. a6899be Fix a compiler warning. by Craig Tiller · 10 years ago
  32. 1a277ec Remove libevent. by ctiller · 10 years ago
  33. 9f312b4 Fixing include paths for cmdline. by nnoble · 10 years ago
  34. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  35. b3e3317 Seed random numbers in each process based on pid. by ctiller · 10 years ago
  36. cd45aad Fix the socket pair fixtures to include the http filters. by klempner · 10 years ago
  37. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  38. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  39. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  40. 336bf21 Fix opensource build test. by ctiller · 10 years ago
  41. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  42. cd0569a Fix include guards. by ctiller · 10 years ago
  43. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  44. ab4f914 Adding JWT generation and signing code for service accounts credentials. by jboeuf · 10 years ago
  45. 769b70b Make alarm initialization take a timespec now. by ctiller · 10 years ago
  46. c99774f Remove a (very) deprecated file. by ctiller · 10 years ago
  47. 2845cad Trailing metadata support. by ctiller · 10 years ago
  48. c6d61c4 GOAWAY & Reconnection support. by ctiller · 10 years ago
  49. c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
  50. c5abe59 Simplify alarm API. by ctiller · 10 years ago
  51. 482a5be Fix a bug in base-log, and add test. by aveitch · 10 years ago
  52. 5e04b13 Add a test for useful.h. by ctiller · 10 years ago
  53. ee3ebe1 Change the low level ping pong benchmark to run all tests by default. by klempner · 10 years ago
  54. 33023c4 Binary header encoding. by ctiller · 10 years ago
  55. befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
  56. 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
  57. 94204dd Fix ipv6.c build breakage on Windows. by jtattermusch · 10 years ago
  58. 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
  59. 430c499 Cache encoded binary data on the metadata string object. by ctiller · 10 years ago
  60. 465554e Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specific by pmarks · 10 years ago
  61. c9e80fb Patch shutdown during write test to not fail or do a racy destroy if the write by klempner · 10 years ago
  62. f962f52 Tell call/channel op handlers who is invoking them. by ctiller · 10 years ago
  63. 48b5a45 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  64. 1ef8175 Automated g4 rollback of changelist 81719124. by ctiller · 10 years ago
  65. 84518b4 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  66. 18b49ab Introducing iomgr. by ctiller · 10 years ago
  67. 5287817 Strip "_test" from the name of thread_stress_test.c. by nathaniel · 10 years ago
  68. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago
  69. 5ef5194 Make em destroy underlying descriptor objects (and their corresponding libevent by klempner · 10 years ago
  70. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  71. 8ac074b Remove argument to grpc_em_alarm_cancel as it isn't used. by vpai · 10 years ago
  72. b7ebd3b Initial import. by Nicolas Noble · 10 years ago