1. 23197ab Merge branch 'master' of github.com:google/grpc into uds by Nicolas "Pixel" Noble · 10 years ago
  2. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 10 years ago
  3. c132f34 Merge pull request #510 from jtattermusch/grpc_tests by Nicolas Noble · 10 years ago
  4. 8f4c827 Merge pull request #523 from ctiller/sopb by Yang Gao · 10 years ago
  5. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  6. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  7. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 10 years ago
  8. 361c5be Merge pull request #539 from nathanielmanistaatgoogle/grpc-h-doc-tweaks by Craig Tiller · 10 years ago
  9. 6d41a05 Documentation tweaks in grpc.h. by Nathaniel Manista · 10 years ago
  10. da224d6 Fixes by Craig Tiller · 10 years ago
  11. 61b910f Add support for out of tree builds by Craig Tiller · 10 years ago
  12. 96e352c Merge pull request #524 from nicolasnoble/msan by Craig Tiller · 10 years ago
  13. 8f9aaa9 Accidental change fixed by Craig Tiller · 10 years ago
  14. d209ed0 clang-format by Craig Tiller · 10 years ago
  15. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  16. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 10 years ago
  17. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  18. 44cdd6e Merge pull request #522 from nicolasnoble/posix by Craig Tiller · 10 years ago
  19. 3609f78 Merge pull request #517 from vjpai/mac by Craig Tiller · 10 years ago
  20. 43517d9 Merge pull request #519 from nicolasnoble/docker-clang by Craig Tiller · 10 years ago
  21. fbdd7ab Cleaning up our posix definition / usage. by Nicolas "Pixel" Noble · 10 years ago
  22. 3793267 Merge pull request #521 from nathanielmanistaatgoogle/future by soltanmm · 10 years ago
  23. 20a2b5b Merge pull request #515 from a11r/new_fling by Craig Tiller · 10 years ago
  24. 83edf3e Change the interface of RPC Framework's Future interface. by Nathaniel Manista · 10 years ago
  25. d1049b7 Merge pull request #520 from donnadionne/docker by Tim Emiola · 10 years ago
  26. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  27. 6fd5a35 Setting default ssh directory in the case of test runs running as root. by Donna Dionne · 10 years ago
  28. faa5f51 Renaming the docker image to grpc_clang, and optimizing the build a bit. by Nicolas "Pixel" Noble · 10 years ago
  29. a2d9ed0 Addressed review comments by Abhishek Kumar · 10 years ago
  30. f474919 Merge pull request #518 from jtattermusch/csharp_licenseheaders by Michael Lumish · 10 years ago
  31. 07002d7 changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  32. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  33. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  34. c234087 Fix header file for Mac by vjpai · 10 years ago
  35. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  36. e3dd33f clang formatting by Abhishek Kumar · 10 years ago
  37. bb62706 Merge pull request #514 from donnadionne/docker by Tim Emiola · 10 years ago
  38. 445612e Btach handling of unary by Abhishek Kumar · 10 years ago
  39. 6fcd2aa useless commit to test email address. by Donna Dionne · 10 years ago
  40. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  41. c061a2f Merge pull request #509 from chen-wang/master by Yang Gao · 10 years ago
  42. 5acbfbd Merge branch 'grpc_tests' of github.com:jtattermusch/grpc into grpc_tests by Jan Tattermusch · 10 years ago
  43. 64d10c1 added zlib and openssl dependencies by Jan Tattermusch · 10 years ago
  44. 4151cac Initial draft of server using new async API by Abhishek Kumar · 10 years ago
  45. 510a693 Merge pull request #512 from ctiller/ubsan by Nicolas Noble · 10 years ago
  46. 4635dc9 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 10 years ago
  47. 96bd5f6 Add ubsan support by Craig Tiller · 10 years ago
  48. bf275ec Merge pull request #511 from nicolasnoble/msan-cxx by Craig Tiller · 10 years ago
  49. a339c16 Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler. by Nicolas "Pixel" Noble · 10 years ago
  50. d3f1d2b added libraries to link against by Jan Tattermusch · 10 years ago
  51. a2ad558 polishing of Grpc.mak by Jan Tattermusch · 10 years ago
  52. eca6547 added some more non-test targets to Grpc.mak by Jan Tattermusch · 10 years ago
  53. d5b076a improving makefile for Windows by Jan Tattermusch · 10 years ago
  54. 32647c8 added make.bat helper by Jan Tattermusch · 10 years ago
  55. 1312666 fixed GrpcTests.mak and removed build_and_run_tests.bat by Jan Tattermusch · 10 years ago
  56. 451a227 Added NMake file to ease building and running tests. by Jan Tattermusch · 10 years ago
  57. 0963425 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 10 years ago
  58. 1829e4c Fixing go docker file to use the correct golang path by Donna Dionne · 10 years ago
  59. 8423251 Rename examples/tips to examples/pubsub by Chen wang · 10 years ago
  60. adeaf63 add more tests into build_and_run_tests.bat by Jan Tattermusch · 10 years ago
  61. bc91e25 Merge pull request #508 from nicolasnoble/make-protobuf by Craig Tiller · 10 years ago
  62. d2cfde7 Forgot to add the test file. by Nicolas Noble · 10 years ago
  63. c70752a Updating build instructions in regard to protobuf. by Nicolas Noble · 10 years ago
  64. 5383062 Compiling protobuf from the Makefile if we don't have it on the system. by Nicolas Noble · 10 years ago
  65. 6b6c3dd Merge pull request #500 from nicolasnoble/secure_getenv by Craig Tiller · 10 years ago
  66. 9b09d19 Merge pull request #505 from jtattermusch/csharp_single_dll by Tim Emiola · 10 years ago
  67. a9edeef clang-format of grpc_csharp_ext.c by Jan Tattermusch · 10 years ago
  68. 6b41b61 Merge pull request #503 from murgatroid99/core_empty_batch by Craig Tiller · 10 years ago
  69. 13b9cfb added ssl.props as a dependency for grpc_csharp_ext, regenerated project files by Jan Tattermusch · 10 years ago
  70. 61f93b2 Fixed Timespec to work on Windows, fixes in ServerSafeHandle by Jan Tattermusch · 10 years ago
  71. c9562b6 fixes in extension library by Jan Tattermusch · 10 years ago
  72. 86a249f little refactoring for Timespec by Jan Tattermusch · 10 years ago
  73. e1e1187 bind Pinvoke c# call to the new wrappers by Jan Tattermusch · 10 years ago
  74. 35e4280 added wrappers for all grpc and gpr functions used by grpc C# by Jan Tattermusch · 10 years ago
  75. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 10 years ago
  76. bf18198 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 10 years ago
  77. e0da0f7 Merge pull request #502 from murgatroid99/core_call_race_fix by Yang Gao · 10 years ago
  78. 04c4479 Fix race in call.c by murgatroid99 · 10 years ago
  79. 573a096 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 10 years ago
  80. f0ee545 Merge pull request #497 from nicolasnoble/buildcheck by Craig Tiller · 10 years ago
  81. d3ae976 Not all Linuxes are equal, and secure_getenv isn't always there. by Nicolas Noble · 10 years ago
  82. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 10 years ago
  83. 98d1dd0 Merge pull request #1 from ctiller/bc by Nicolas Noble · 10 years ago
  84. 9d085a3 Generate more pleasing build.json output by Craig Tiller · 10 years ago
  85. 1407adb Ran build-cleaner, and re-generated project files. by Nicolas Noble · 10 years ago
  86. 5fa1c3f Destroy the wakeup fd in the right function by David Klempner · 10 years ago
  87. 6be5e58 Merge pull request #480 from dklempner/runs_per_test by Craig Tiller · 10 years ago
  88. 2ea18ee Merge pull request #492 from jtattermusch/csharp_mono by Michael Lumish · 10 years ago
  89. 20b738d reference windows-style library names in DllImport, mono still finds the right library by Jan Tattermusch · 10 years ago
  90. a99bf34 Merge pull request #491 from nicolasnoble/win32-tmpfile-fix by Jan Tattermusch · 10 years ago
  91. 630f1b8 Update completion type enum to reflect changes in grpc.h by Jan Tattermusch · 10 years ago
  92. df80ba8 Freeing the proper string in gpr_tmpfile. by Nicolas Noble · 10 years ago
  93. 2573958 Change TestCache to parameterize whether to skip running tests. by David Klempner · 10 years ago
  94. c9b8eb3 Merge pull request #490 from nicolasnoble/win32-debug by Jan Tattermusch · 10 years ago
  95. 24cad9b Enabling debug symbols while running batched tests under Windows. by Nicolas Noble · 10 years ago
  96. 31f89f8 Merge pull request #489 from jtattermusch/cpu_windows by Nicolas Noble · 10 years ago
  97. 1a9cf61 Merge pull request #481 from jtattermusch/csharp_win_dll by Nicolas Noble · 10 years ago
  98. 2cdacb8 added log messages for cpu_windows.c by Jan Tattermusch · 10 years ago
  99. 6943fb3 added cpu_windows.c by Jan Tattermusch · 10 years ago
  100. 59680ee Merge pull request #482 from nicolasnoble/typos by Craig Tiller · 10 years ago