1. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  2. b618136 Improved Makefile protoc message by murgatroid99 · 10 years ago
  3. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  4. faa8480 Tracer registration. by Craig Tiller · 10 years ago
  5. 79b3e49 Merge remote-tracking branch 'upstream/master' by vjpai · 10 years ago
  6. c6e387b Fix typo by Craig Tiller · 10 years ago
  7. 86fa1c5 Save makefile var clobbering by Craig Tiller · 10 years ago
  8. f6901be Allow machine and build type tuning of slowdown by Craig Tiller · 10 years ago
  9. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 10 years ago
  10. d7631a4 Fixing make install target for MacOS - strip -x is the command to use here. by Nicolas "Pixel" Noble · 10 years ago
  11. 4795a3c Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ by Craig Tiller · 10 years ago
  12. 18953e3 Fixing dependency on protobuf for parallel C++ build. by Nicolas "Pixel" Noble · 10 years ago
  13. 95a34ef Add async multithreaded tests to build scripts by vjpai · 10 years ago
  14. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  15. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  16. 0e32857 Merge pull request #784 from ctiller/timeout by Yang Gao · 10 years ago
  17. d32eab2 We have decided our release version number shall be 0.5.0. by Nicolas "Pixel" Noble · 10 years ago
  18. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 10 years ago
  19. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 10 years ago
  20. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  21. 9f80dc3 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  22. 044fe22 suppress output of which by Yang Gao · 10 years ago
  23. 2c23a72 Fixing typo in Makefile. by Nicolas "Pixel" Noble · 10 years ago
  24. 7ab4fee Allow multiple tmp-merge directories at once by Craig Tiller · 10 years ago
  25. e8eb8a4 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  26. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 10 years ago
  27. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 10 years ago
  28. e2b6018 Merge pull request #654 from ctiller/copyright by Tim Emiola · 10 years ago
  29. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  30. 759026c Server API simplification by Craig Tiller · 10 years ago
  31. 47c83fd Credentials prototyping by Craig Tiller · 10 years ago
  32. cd9b1c8 Added support for default credentials. by Julien Boeuf · 10 years ago
  33. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 10 years ago
  34. f26f219 Merge pull request #704 from ctiller/interop3 by Yang Gao · 10 years ago
  35. b8f5f1b Re-generated project files. by Nicolas "Pixel" Noble · 10 years ago
  36. 8883e94 Merge pull request #703 from nicolasnoble/win32 by Craig Tiller · 10 years ago
  37. fe8af4e Rename interop_test.c --> interop_test.cc by Craig Tiller · 10 years ago
  38. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 10 years ago
  39. c6d8f5a Merge branch 'master' of github.com:google/grpc into win32 by Nicolas "Pixel" Noble · 10 years ago
  40. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago
  41. 9ec95fa Fix in tree build of protobuf by Craig Tiller · 10 years ago
  42. 98ab998 Adding a helpful installation message about protobuf. by Nicolas "Pixel" Noble · 10 years ago
  43. 1c0542f Regenerated outdated Makefile. by Nicolas "Pixel" Noble · 10 years ago
  44. 6a88c25 Merge pull request #690 from ctiller/mac2 by Nicolas Noble · 10 years ago
  45. 724f5dc Merge pull request #689 from nicolasnoble/macos-fix by Craig Tiller · 10 years ago
  46. ec04303 Fix in tree build of openssl on mac by Craig Tiller · 10 years ago
  47. 5732a8c Force compilation of protobuf using -fPIC. by Nicolas "Pixel" Noble · 10 years ago
  48. 932d5d3 Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. by Nicolas "Pixel" Noble · 10 years ago
  49. d8fb2af Merge branch 'master' of github.com:google/grpc into httpcli_test by Nicolas "Pixel" Noble · 10 years ago
  50. 1f0d58d Merge branch 'master' of github.com:google/grpc into unsecure-fix by Nicolas "Pixel" Noble · 10 years ago
  51. dda049c Various MacOS build fixes. by Nicolas "Pixel" Noble · 10 years ago
  52. 6e7c622 Add a facility to control tracing without recompiling by Craig Tiller · 10 years ago
  53. d7f3335 Makefile cleanup by Craig Tiller · 10 years ago
  54. ab37138 Update year by Craig Tiller · 10 years ago
  55. 772a976 Re-enable rewrite test by Craig Tiller · 10 years ago
  56. cc07b2d Merge pull request #665 from nicolasnoble/ssl-prefix by jboeuf · 10 years ago
  57. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 10 years ago
  58. 1bc21a4 Removing the hardcoded SSL roots. by Julien Boeuf · 10 years ago
  59. 3f1e696 Disabled httpcli_test, and ran build cleaner. by Nicolas "Pixel" Noble · 10 years ago
  60. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  61. aad0325 Merge pull request #652 from ctiller/interop2 by Yang Gao · 10 years ago
  62. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  63. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 10 years ago
  64. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 10 years ago
  65. 6d96a03 Merge pull request #633 from nicolasnoble/ldconfig by Jan Tattermusch · 10 years ago
  66. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 10 years ago
  67. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 10 years ago
  68. 929325c Merge pull request #621 from yang-g/header by Nicolas Noble · 10 years ago
  69. 1a98696 add more missing headers by Yang Gao · 10 years ago
  70. 5055647 add missing header by Yang Gao · 10 years ago
  71. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 10 years ago
  72. c09c2f4 Merge remote-tracking branch 'upstream/master' into roots by Yang Gao · 10 years ago
  73. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  74. 522d712 Polishing Makefile to better install targets. by Nicolas "Pixel" Noble · 10 years ago
  75. 2ec0b3e make grpc_csharp_ext compile and install independently from the grpc and gpr libraries by Jan Tattermusch · 10 years ago
  76. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 10 years ago
  77. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 10 years ago
  78. e359002 Merge pull request #576 from vjpai/mac by Nicolas Noble · 10 years ago
  79. 67fb94a remove nonexistent stream_context_interface.h from build.json by Jan Tattermusch · 10 years ago
  80. 7cc2c30 Mac-specific Makefile inclusions and installation instructions by vjpai · 10 years ago
  81. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  82. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  83. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  84. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  85. 1f1b630 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  86. 23197ab Merge branch 'master' of github.com:google/grpc into uds by Nicolas "Pixel" Noble · 10 years ago
  87. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 10 years ago
  88. 3b93548 Add Makefile copyright by Craig Tiller · 10 years ago
  89. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  90. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  91. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  92. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 10 years ago
  93. da224d6 Fixes by Craig Tiller · 10 years ago
  94. 61b910f Add support for out of tree builds by Craig Tiller · 10 years ago
  95. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  96. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 10 years ago
  97. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  98. 421e87a Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  99. c061a2f Merge pull request #509 from chen-wang/master by Yang Gao · 10 years ago
  100. 96bd5f6 Add ubsan support by Craig Tiller · 10 years ago