1. d6dcec5 Making the gpr_tmpfile's win32 version a bit more Windows-y. by Nicolas "Pixel" Noble · 9 years ago
  2. f229d4f Merge pull request #359 from jboeuf/ssl_default_creds_integration by Yang Gao · 9 years ago
  3. 7413f10 Adding linux specific env implementation. by Julien Boeuf · 9 years ago
  4. 4b6ab78 Merge github.com:google/grpc into async-api by Craig Tiller · 9 years ago
  5. 6393dd3 Fixing build.json by removing files that are no longer present. by Nicolas Noble · 9 years ago
  6. 32c1ad9 Merge pull request #369 from jboeuf/tsan_openssl by Nicolas Noble · 9 years ago
  7. e0bfcc9 Removing removed files from build.json by Julien Boeuf · 9 years ago
  8. 30fd935 Merge github.com:google/grpc into async-api by Craig Tiller · 9 years ago
  9. f279362 Merge pull request #370 from jtattermusch/csharp_c_ext by Nicolas Noble · 9 years ago
  10. 94c3653 added grpc extension library for C# by Jan Tattermusch · 9 years ago
  11. ca3d6f1 Remove duplicated target tips_client defintion. by Chen Wang · 9 years ago
  12. 4428596 Merge remote-tracking branch 'upstream/master' by Chen Wang · 9 years ago
  13. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 9 years ago
  14. 5350c2e Clean build file, regen projects by Craig Tiller · 9 years ago
  15. 7431fa9 Preserve proto order by Craig Tiller · 9 years ago
  16. 04f1aa8 Implement both Publisher and Subscriber. by Chen Wang · 9 years ago
  17. 4450db2 Add bbq by Craig Tiller · 9 years ago
  18. 3c63c0c Adding a few more tests. by Nicolas "Pixel" Noble · 9 years ago
  19. 9574132 Merge branch 'master' of github.com:google/grpc into json by Nicolas Noble · 9 years ago
  20. 66b5bba Fixing a couple of minor bugs, and adding a few tests. by Nicolas Noble · 9 years ago
  21. 3b56a57 Merge pull request #157 from dklempner/eventfd by Craig Tiller · 9 years ago
  22. a54b60d added src/core/support/string.h to build.json by Jan Tattermusch · 9 years ago
  23. e360568 Rename poll_kick_test to poll_kick_posix_test by David Klempner · 9 years ago
  24. 8bfbc88 Rename wakeup_fd.[hc] to wakeup_fd_posix.[hc] by David Klempner · 9 years ago
  25. e04455a Addressing comments. by Nicolas Noble · 9 years ago
  26. 64c3e72 removed string.h reference from build.json by Jan Tattermusch · 9 years ago
  27. 6e8bdb9 Merge branch 'master' into eventfd by David Klempner · 9 years ago
  28. 78dc6cd Refactor the pipe/eventfd abstraction by David Klempner · 9 years ago
  29. fee065c Merge branch 'master' of github.com:google/grpc into json by Nicolas Noble · 9 years ago
  30. d5a9985 Fixing a few winsocket misuses. by Nicolas "Pixel" Noble · 9 years ago
  31. 1de8ddb move proto files in dependency order by Yang Gao · 9 years ago
  32. ac139de Merge pull request #153 from ctiller/windows-fixes by Jan Tattermusch · 9 years ago
  33. 614c2bf Replacing cJSON with our own code instead. by Nicolas Noble · 9 years ago
  34. 6933075 Merge branch 'master' of github.com:google/grpc into tips by Chen Wang · 9 years ago
  35. 86af8cf TIPS client implementation. by Chen Wang · 9 years ago
  36. dbb4f94 Add support for eventfd based kicking on linux. by David Klempner · 9 years ago
  37. 6a6e4a1 Build projects by Craig Tiller · 9 years ago
  38. f2d39b7 Copy pollset_posix to pollset_windows by Craig Tiller · 9 years ago
  39. 7d7b6c7 Sort by language, then by name by Craig Tiller · 9 years ago
  40. 3a65358 Merge branch 'testrun' of github.com:ctiller/grpc into build-cleaner by Craig Tiller · 9 years ago
  41. 0b2a372 build.json prettifier by Craig Tiller · 9 years ago
  42. 59140fc Explicitly name the target language. by Craig Tiller · 9 years ago
  43. 19e0aa9 Changing tabs for spaces. by Nicolas Noble · 9 years ago
  44. 7f3ed1e Factor out the pollset kicking mechanism and eliminate sharding by David Klempner · 9 years ago
  45. 54f68b6 Fixing typos in build.json: .cpp -> .cc by Nicolas Noble · 9 years ago
  46. 3d829d8 Merge github.com:google/grpc into nogo by Craig Tiller · 9 years ago
  47. c688a67 Merge branch 'testcpp' of github.com:ctiller/grpc into testcpp by Craig Tiller · 9 years ago
  48. bf2659f Fix qps test. by Craig Tiller · 9 years ago
  49. 856e372 Merge github.com:google/grpc into testcpp by Craig Tiller · 9 years ago
  50. cfc18ad Remove go compiler by Craig Tiller · 9 years ago
  51. e1586a7 Fix alignment by Craig Tiller · 9 years ago
  52. 472f60e Fixing opensource build. by nnoble · 9 years ago
  53. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 9 years ago
  54. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 9 years ago
  55. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 9 years ago
  56. d4773f5 Fix some C++ test dependencies by Craig Tiller · 9 years ago
  57. 35e7b0c Fix gRPC compilation failure by rsilvera · 9 years ago
  58. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  59. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  60. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  61. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  62. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  63. 58393c2 Remove libevent. by ctiller · 10 years ago
  64. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  65. 1a277ec Remove libevent. by ctiller · 10 years ago
  66. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  67. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  68. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  69. 5210393 Update build.json, fix opensource build. by ctiller · 10 years ago
  70. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  71. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  72. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  73. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  74. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  75. fd2f3ac Sync up open source build with [] by yangg · 10 years ago
  76. d79b486 Introduce the (outside-of-iomgr) pollset API. by ctiller · 10 years ago
  77. 4cb9371 Changing compilation ordering to fix dependency issue between generated files and their inclusion. by nnoble · 10 years ago
  78. 80b6d01 Prepare QPS tests for running in GCE by vpai · 10 years ago
  79. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  80. 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
  81. c99774f Remove a (very) deprecated file. by ctiller · 10 years ago
  82. c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
  83. 482a5be Fix a bug in base-log, and add test. by aveitch · 10 years ago
  84. 5e04b13 Add a test for useful.h. by ctiller · 10 years ago
  85. 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
  86. befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
  87. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  88. 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
  89. 82e275f Split client_channel into client_channel & child_channel. by ctiller · 10 years ago
  90. c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago
  91. 94204dd Fix ipv6.c build breakage on Windows. by jtattermusch · 10 years ago
  92. 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
  93. 465554e Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specific by pmarks · 10 years ago
  94. ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago
  95. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
  96. 8919f60 Reinstate build file validity checks. by ctiller · 10 years ago
  97. 15e664b Fixing opensource build - surface_em.* got removed. by nnoble · 10 years ago
  98. 18b49ab Introducing iomgr. by ctiller · 10 years ago
  99. 98bffb7 Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler) by jtattermusch · 10 years ago
  100. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago