1. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 10 years ago
  2. c8095bd Merge pull request #1258 from yang-g/interop by jboeuf · 10 years ago
  3. 702c709 It turns out I missed an indirect dependency after all in 1244 by Yang Gao · 10 years ago
  4. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 10 years ago
  5. fa4549d Add missing public headers by Yang Gao · 10 years ago
  6. 6392d50 add indirect dependencies by Yang Gao · 10 years ago
  7. b5d5fb3 Merge pull request #1240 from ctiller/qps by Vijay Pai · 10 years ago
  8. 8cca9ab Thread local storage for grpc by Craig Tiller · 10 years ago
  9. ffda067 Merge remote-tracking branch 'upstream/master' into interop by Yang Gao · 10 years ago
  10. 66048f4 Add reporting library, use it by Craig Tiller · 10 years ago
  11. 8158c6b depend on what I use by Yang Gao · 10 years ago
  12. a400207 Split interop client and server into components by Yang Gao · 10 years ago
  13. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 10 years ago
  14. 2c2cf6d Smoke test initial version by Craig Tiller · 10 years ago
  15. 0f6a1cc Merge pull request #1226 from murgatroid99/objective_c_plugin by Tim Emiola · 10 years ago
  16. ac0002a Made Objective C plugin build without error by murgatroid99 · 10 years ago
  17. 5e51518 Bumping library version to 0.6. by Nicolas "Pixel" Noble · 10 years ago
  18. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 10 years ago
  19. 7eb76cc make target of port.c depend on test_config by Yang Gao · 10 years ago
  20. 929481e add missing header into build.json and regenerate project by Yang Gao · 10 years ago
  21. b946b5e Refactor and add a unit test by Yang Gao · 10 years ago
  22. 48bbd00 merge upstream and resolve conflict by Yang Gao · 10 years ago
  23. 65c5efb Private headers shouldn't be public... by Nicolas "Pixel" Noble · 10 years ago
  24. 3c10ee4 Merge pull request #989 from murgatroid99/core_start_batch_trace by Nicolas Noble · 10 years ago
  25. 714cf69 Moving all of the codegens into a temporary static library. by Nicolas "Pixel" Noble · 10 years ago
  26. a5e20d3 a stub of the cli tool by Yang Gao · 10 years ago
  27. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 10 years ago
  28. 710b6a4 Added a few more missing files and re-generated project files. by Nicolas "Pixel" Noble · 10 years ago
  29. 49d0df3 Merge pull request #1099 from nicolasnoble/build-regen by Jan Tattermusch · 10 years ago
  30. 51f5b91 Adding missing public files to build.json, and re-generating all project files. by Nicolas "Pixel" Noble · 10 years ago
  31. 75e2f6d Implementation of generic stub by Yang Gao · 10 years ago
  32. 3bb5215 Make Python package spec indirect by Masood Malekghassemi · 10 years ago
  33. 4999649 Rename to AsyncGeneric* by Yang Gao · 10 years ago
  34. 005eb88 Rename anonymous to generic globally by Yang Gao · 10 years ago
  35. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 10 years ago
  36. fccea1f merge with upstream and resolve conflict by Yang Gao · 10 years ago
  37. 61c4131 initial imple of byte buffer and slice by Yang Gao · 10 years ago
  38. d47946b Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch by murgatroid99 · 10 years ago
  39. 061690d Don't merge OpenSSL into C++ upper layer libraries; only C. by Nicolas "Pixel" Noble · 10 years ago
  40. 1c40233 first sets of changes, it builds by Yang Gao · 10 years ago
  41. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  42. a8dc37a Rename some files by Craig Tiller · 10 years ago
  43. d6479d6 Async server works by Craig Tiller · 10 years ago
  44. 8856875 Async client progress by Craig Tiller · 10 years ago
  45. e70a0cc Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  46. 07b3d31 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  47. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  48. 32083bd Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  49. 26598a3 WIP by Craig Tiller · 10 years ago
  50. 91cc481 Merge remote-tracking branch 'upstream/master' into pubsub by Yang Gao · 10 years ago
  51. 0aad3d7 Merge pull request #908 from ctiller/ssl by Nicolas Noble · 10 years ago
  52. 4511584 Mark fling_*test non-flaky by Craig Tiller · 10 years ago
  53. b449de0 Cleaned by Craig Tiller · 10 years ago
  54. 3e9cbc7 Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  55. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  56. faa8480 Tracer registration. by Craig Tiller · 10 years ago
  57. 0c84e3c Merge pull request #886 from ctiller/asan2 by Nicolas Noble · 10 years ago
  58. f5065c5 Enable asan for C core by Craig Tiller · 10 years ago
  59. 7795324 Redo #817. Update pubsub example channel creation and credentials by Yang Gao · 10 years ago
  60. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 10 years ago
  61. 9db7c3b Adding flaky attribute for tests. by Nicolas "Pixel" Noble · 10 years ago
  62. 95a34ef Add async multithreaded tests to build scripts by vjpai · 10 years ago
  63. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  64. d32eab2 We have decided our release version number shall be 0.5.0. by Nicolas "Pixel" Noble · 10 years ago
  65. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  66. 2d0f36c Driver to client/server kind of works by Craig Tiller · 10 years ago
  67. 4271a34 Merge github.com:google/grpc into qps_driver by Craig Tiller · 10 years ago
  68. e486019 Getting the driver pieces in place by Craig Tiller · 10 years ago
  69. e8eb8a4 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  70. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 10 years ago
  71. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 10 years ago
  72. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  73. 759026c Server API simplification by Craig Tiller · 10 years ago
  74. 47c83fd Credentials prototyping by Craig Tiller · 10 years ago
  75. cd9b1c8 Added support for default credentials. by Julien Boeuf · 10 years ago
  76. f26f219 Merge pull request #704 from ctiller/interop3 by Yang Gao · 10 years ago
  77. b8f5f1b Re-generated project files. by Nicolas "Pixel" Noble · 10 years ago
  78. 8883e94 Merge pull request #703 from nicolasnoble/win32 by Craig Tiller · 10 years ago
  79. fe8af4e Rename interop_test.c --> interop_test.cc by Craig Tiller · 10 years ago
  80. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 10 years ago
  81. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago
  82. d8fb2af Merge branch 'master' of github.com:google/grpc into httpcli_test by Nicolas "Pixel" Noble · 10 years ago
  83. 1f0d58d Merge branch 'master' of github.com:google/grpc into unsecure-fix by Nicolas "Pixel" Noble · 10 years ago
  84. dda049c Various MacOS build fixes. by Nicolas "Pixel" Noble · 10 years ago
  85. 6e7c622 Add a facility to control tracing without recompiling by Craig Tiller · 10 years ago
  86. 9024f47 Cleanup by Craig Tiller · 10 years ago
  87. 772a976 Re-enable rewrite test by Craig Tiller · 10 years ago
  88. 04ab715 Also check build=test by Craig Tiller · 10 years ago
  89. 1bc21a4 Removing the hardcoded SSL roots. by Julien Boeuf · 10 years ago
  90. 3f1e696 Disabled httpcli_test, and ran build cleaner. by Nicolas "Pixel" Noble · 10 years ago
  91. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  92. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  93. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 10 years ago
  94. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 10 years ago
  95. 929325c Merge pull request #621 from yang-g/header by Nicolas Noble · 10 years ago
  96. 1a98696 add more missing headers by Yang Gao · 10 years ago
  97. 5055647 add missing header by Yang Gao · 10 years ago
  98. db80aff Remove cpu.h which is no longer a thing by Vijay Pai · 10 years ago
  99. c09c2f4 Merge remote-tracking branch 'upstream/master' into roots by Yang Gao · 10 years ago
  100. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago