1. 772a976 Re-enable rewrite test by Craig Tiller · 10 years ago
  2. cc07b2d Merge pull request #665 from nicolasnoble/ssl-prefix by jboeuf · 10 years ago
  3. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 10 years ago
  4. 1bc21a4 Removing the hardcoded SSL roots. by Julien Boeuf · 10 years ago
  5. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  6. aad0325 Merge pull request #652 from ctiller/interop2 by Yang Gao · 10 years ago
  7. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  8. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 10 years ago
  9. 6d96a03 Merge pull request #633 from nicolasnoble/ldconfig by Jan Tattermusch · 10 years ago
  10. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 10 years ago
  11. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 10 years ago
  12. 929325c Merge pull request #621 from yang-g/header by Nicolas Noble · 10 years ago
  13. 1a98696 add more missing headers by Yang Gao · 10 years ago
  14. 5055647 add missing header by Yang Gao · 10 years ago
  15. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 10 years ago
  16. c09c2f4 Merge remote-tracking branch 'upstream/master' into roots by Yang Gao · 10 years ago
  17. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  18. 522d712 Polishing Makefile to better install targets. by Nicolas "Pixel" Noble · 10 years ago
  19. 2ec0b3e make grpc_csharp_ext compile and install independently from the grpc and gpr libraries by Jan Tattermusch · 10 years ago
  20. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 10 years ago
  21. 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
  22. e359002 Merge pull request #576 from vjpai/mac by Nicolas Noble · 10 years ago
  23. 67fb94a remove nonexistent stream_context_interface.h from build.json by Jan Tattermusch · 10 years ago
  24. 7cc2c30 Mac-specific Makefile inclusions and installation instructions by vjpai · 10 years ago
  25. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  26. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 10 years ago
  27. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  28. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  29. 1f1b630 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  30. 23197ab Merge branch 'master' of github.com:google/grpc into uds by Nicolas "Pixel" Noble · 10 years ago
  31. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 10 years ago
  32. 3b93548 Add Makefile copyright by Craig Tiller · 10 years ago
  33. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  34. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  35. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  36. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 10 years ago
  37. da224d6 Fixes by Craig Tiller · 10 years ago
  38. 61b910f Add support for out of tree builds by Craig Tiller · 10 years ago
  39. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  40. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 10 years ago
  41. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  42. 421e87a Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  43. c061a2f Merge pull request #509 from chen-wang/master by Yang Gao · 10 years ago
  44. 96bd5f6 Add ubsan support by Craig Tiller · 10 years ago
  45. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 10 years ago
  46. 8423251 Rename examples/tips to examples/pubsub by Chen wang · 10 years ago
  47. 0d1f67f Merge github.com:google/grpc into c++api by Craig Tiller · 10 years ago
  48. bc91e25 Merge pull request #508 from nicolasnoble/make-protobuf by Craig Tiller · 10 years ago
  49. 5383062 Compiling protobuf from the Makefile if we don't have it on the system. by Nicolas Noble · 10 years ago
  50. 869a870 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  51. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 10 years ago
  52. 24c06ea Run build cleaner by Craig Tiller · 10 years ago
  53. d9dd8fe Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  54. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 10 years ago
  55. 6943fb3 added cpu_windows.c by Jan Tattermusch · 10 years ago
  56. 53eae7a Merge branch 'master' into epoll by David Klempner · 10 years ago
  57. c416577 Server progress by Craig Tiller · 10 years ago
  58. 2dac797 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  59. 187994e Merge pull request #448 from nicolasnoble/grpc-win32 by Craig Tiller · 10 years ago
  60. 5a4f991 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  61. baced4d Epoll based multipoller by David Klempner · 10 years ago
  62. 2d63da7 Updated as a result of changed options in build.json by Vijay Pai · 10 years ago
  63. 20f4af2 Move call.h -> impl/call.h by Craig Tiller · 10 years ago
  64. 80e00a8 Stub out unary call wrapper by Craig Tiller · 10 years ago
  65. 811b078 Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  66. 45e67a3 Addressing comments. by Nicolas Noble · 10 years ago
  67. 6513059 Cleanup by Craig Tiller · 10 years ago
  68. b470169 Remove more unnecessary files by Craig Tiller · 10 years ago
  69. 40fcdaf Remove stream_context by Craig Tiller · 10 years ago
  70. 1d2e219 Server progress by Craig Tiller · 10 years ago
  71. 3ccbf4c Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  72. a244967 Add call.cc by Craig Tiller · 10 years ago
  73. ee8f51f Merge pull request #381 from ctiller/async-api-new by Yang Gao · 10 years ago
  74. 2ca4708 Merge branch 'async-api-new' into c++api by Craig Tiller · 10 years ago
  75. ae00e37 Fix duplicated line by Craig Tiller · 10 years ago
  76. d78a657 Merge github.com:grpc/grpc into async-api-new by Craig Tiller · 10 years ago
  77. f834bdc Move completion_queue.cc to common by Craig Tiller · 10 years ago
  78. 1ffa52f Clean build.json by Craig Tiller · 10 years ago
  79. aa2ac59 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  80. cff2d15 Convert more tests (and re-enable some disabled ones) by Craig Tiller · 10 years ago
  81. f229d4f Merge pull request #359 from jboeuf/ssl_default_creds_integration by Yang Gao · 10 years ago
  82. 86d9159 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  83. 0f3ec82 Adding Windows tcp server code. by Nicolas "Pixel" Noble · 10 years ago
  84. 7413f10 Adding linux specific env implementation. by Julien Boeuf · 10 years ago
  85. 4b6ab78 Merge github.com:google/grpc into async-api by Craig Tiller · 10 years ago
  86. 900dadb Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  87. 6393dd3 Fixing build.json by removing files that are no longer present. by Nicolas Noble · 10 years ago
  88. d77c92b Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  89. 32c1ad9 Merge pull request #369 from jboeuf/tsan_openssl by Nicolas Noble · 10 years ago
  90. fdbb1b0 ... And the project files... by Julien Boeuf · 10 years ago
  91. 30fd935 Merge github.com:google/grpc into async-api by Craig Tiller · 10 years ago
  92. d27cf3b Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  93. ea61b07 Updated the first test (which fails) by Craig Tiller · 10 years ago
  94. f279362 Merge pull request #370 from jtattermusch/csharp_c_ext by Nicolas Noble · 10 years ago
  95. 21f627a First draft of the win32 implementation of iomgr. by Nicolas "Pixel" Noble · 10 years ago
  96. 94c3653 added grpc extension library for C# by Jan Tattermusch · 10 years ago
  97. ca3d6f1 Remove duplicated target tips_client defintion. by Chen Wang · 10 years ago
  98. 2c189e3 Fork tests into legacy/non-legacy by Craig Tiller · 10 years ago
  99. 4428596 Merge remote-tracking branch 'upstream/master' by Chen Wang · 10 years ago
  100. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 10 years ago