1. 7f3ed1e Factor out the pollset kicking mechanism and eliminate sharding by David Klempner · 10 years ago
  2. aa6f993 Merge pull request #88 from ctiller/shutdown by Yang Gao · 10 years ago
  3. 047b727 Adding a few more comments in the Makefile template, to explain some of its more obscure features. by Nicolas Noble · 10 years ago
  4. 4ffdcd5 Add an optional server shutdown event. by Craig Tiller · 10 years ago
  5. 17f2b59 Fixing parallel build. by Nicolas "Pixel" Noble · 10 years ago
  6. 54f68b6 Fixing typos in build.json: .cpp -> .cc by Nicolas Noble · 10 years ago
  7. db2963e Merge pull request #47 from ctiller/makeclean by Nicolas Noble · 10 years ago
  8. a614caa Add missing space by Craig Tiller · 10 years ago
  9. 85bf09b Fixing zlib dependency build. by Nicolas "Pixel" Noble · 10 years ago
  10. f58b9ef Remove protoc_plugins, and use a variable. by Craig Tiller · 10 years ago
  11. f0afe50 Add missing space by Craig Tiller · 10 years ago
  12. 8f126a6 Remove _DEPS variables by Craig Tiller · 10 years ago
  13. 12c8209 Generate dependencies when compiling the .o by Craig Tiller · 10 years ago
  14. 3759e6f Remove clean rules by Craig Tiller · 10 years ago
  15. c4da6b7 Force using custom libraries if we are using ?SAN. by Craig Tiller · 10 years ago
  16. 3ccae02 Support compiling zlib with ?SAN by Craig Tiller · 10 years ago
  17. ec0b8f3 Compile OpenSSL differently for each config. by Craig Tiller · 10 years ago
  18. f4f2351 Merge pull request #13 from ctiller/nogo by Qi Zhao · 10 years ago
  19. ee988bc Merge github.com:google/grpc into gcov by Craig Tiller · 10 years ago
  20. 9e47552 Don't mix C and C++ libraries. by Nicolas Noble · 10 years ago
  21. 2e8ea78 Merge github.com:google/grpc into gcov by Craig Tiller · 10 years ago
  22. 3d829d8 Merge github.com:google/grpc into nogo by Craig Tiller · 10 years ago
  23. bf2659f Fix qps test. by Craig Tiller · 10 years ago
  24. cfc18ad Remove go compiler by Craig Tiller · 10 years ago
  25. 934baa3 Add tools/run_tests/run_lcov.sh by Craig Tiller · 10 years ago
  26. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  27. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  28. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  29. 27715ca Allow C++ tests to be built in parallel by Craig Tiller · 10 years ago
  30. d4773f5 Fix some C++ test dependencies by Craig Tiller · 10 years ago
  31. 35e7b0c Fix gRPC compilation failure by rsilvera · 10 years ago
  32. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  33. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  34. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  35. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  36. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  37. c008ae5 Fix opensource build. by ctiller · 10 years ago
  38. 58393c2 Remove libevent. by ctiller · 10 years ago
  39. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  40. 228ad9b Fix opensource build. by ctiller · 10 years ago
  41. 1a277ec Remove libevent. by ctiller · 10 years ago
  42. 102e4fe Use CONFIG after defining it. Define CONFIG before using it. by yangg · 10 years ago
  43. 8cfebb9 Add msan, tsan, asan targets for Makefile. by ctiller · 10 years ago
  44. cab52e7 Allow specifying CONFIG as a string, instead of DEBUG=1. by ctiller · 10 years ago
  45. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  46. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  47. 7e012cf Solving chicken-and-egg issue while detecting OpenSSL capabilities. by nnoble · 10 years ago
  48. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  49. 5210393 Update build.json, fix opensource build. by ctiller · 10 years ago
  50. 09cb6d5 Build debug/optimized builds into different target directories. by ctiller · 10 years ago
  51. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  52. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  53. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  54. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  55. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  56. fd2f3ac Sync up open source build with [] by yangg · 10 years ago
  57. d79b486 Introduce the (outside-of-iomgr) pollset API. by ctiller · 10 years ago
  58. 4cb9371 Changing compilation ordering to fix dependency issue between generated files and their inclusion. by nnoble · 10 years ago
  59. 80b6d01 Prepare QPS tests for running in GCE by vpai · 10 years ago
  60. 9ebc9b7 Fixing chicken-and-egg dependency by putting the openssl dependency first, in order to make sure headers are present. by nnoble · 10 years ago
  61. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  62. 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
  63. c99774f Remove a (very) deprecated file. by ctiller · 10 years ago
  64. 2845cad Trailing metadata support. by ctiller · 10 years ago
  65. c6d61c4 GOAWAY & Reconnection support. by ctiller · 10 years ago
  66. 6082540 Avoiding bashisms that'll prevent other shells to run our Makefile. by nnoble · 10 years ago
  67. bba7692 Fixing typo that was preventing some targets to build. by nnoble · 10 years ago
  68. c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
  69. 64f2910 Fix Makefile help text. by ctiller · 10 years ago
  70. 482a5be Fix a bug in base-log, and add test. by aveitch · 10 years ago
  71. 5e04b13 Add a test for useful.h. by ctiller · 10 years ago
  72. 33023c4 Binary header encoding. by ctiller · 10 years ago
  73. 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
  74. befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
  75. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  76. 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
  77. 82e275f Split client_channel into client_channel & child_channel. by ctiller · 10 years ago
  78. c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago
  79. 94204dd Fix ipv6.c build breakage on Windows. by jtattermusch · 10 years ago
  80. 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
  81. 465554e Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specific by pmarks · 10 years ago
  82. ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago
  83. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
  84. 8919f60 Reinstate build file validity checks. by ctiller · 10 years ago
  85. 15e664b Fixing opensource build - surface_em.* got removed. by nnoble · 10 years ago
  86. 18b49ab Introducing iomgr. by ctiller · 10 years ago
  87. 98bffb7 Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler) by jtattermusch · 10 years ago
  88. 5287817 Strip "_test" from the name of thread_stress_test.c. by nathaniel · 10 years ago
  89. 85a4926 C/C++ separation of the install target. by nnoble · 10 years ago
  90. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago
  91. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  92. 29e1d29 Better C/C++ split in the Makefile targets, to better prepare slicing it into two different Makefiles. by nnoble · 10 years ago
  93. b7ebd3b Initial import. by Nicolas Noble · 10 years ago