1. 8ff2459 add Windows x64 (WIN64) mode and make buildable on MSVC by zeliard · 9 years ago
  2. 3e3e0ad merge from upstream (grpc) master by zeliard · 9 years ago
  3. 179be50 merge VS solutions file from upstream master by zeliard · 9 years ago
  4. 04ddd8c fix expression bug on socket creation failure (fd<0 is always false because fd is unsigned and Windows returns ~0 (-1) on socket failure) by zeliard · 9 years ago
  5. 81f750e undo time_t type casting by zeliard · 9 years ago
  6. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  7. 1eef5aa Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix by Nicolas Noble · 9 years ago
  8. eae6973 Merge pull request #1366 from ctiller/mwha by Nicolas Noble · 9 years ago
  9. f5fcafd Renamed make variables for protoc presence and version checking. by David Garcia Quintas · 9 years ago
  10. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  11. 9a5eee1 Merge pull request #1360 from nicolasnoble/flakes by Yang Gao · 9 years ago
  12. 04f8156 Cleanup by Craig Tiller · 9 years ago
  13. 2660ebc Actually remove them by Craig Tiller · 9 years ago
  14. d896fa5 Remove some useless lines in the Makefile by Craig Tiller · 9 years ago
  15. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  16. 4107ba2 Merge pull request #1365 from yang-g/init by Craig Tiller · 9 years ago
  17. 96de484 Add the new header to build.json and regenerate projects by Yang Gao · 9 years ago
  18. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  19. 436f964 Flagging a few census tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  20. 884f4da Merge pull request #1362 from tbetbetbe/grpc_ruby_interop_fixes by Stanley Cheung · 9 years ago
  21. 932b13b Corrects bad return values in C error-handling block by Tim Emiola · 9 years ago
  22. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  23. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 9 years ago
  24. 119decc Fix logging version mismatchj by Tim Emiola · 9 years ago
  25. 117cc12 Fix failing interop servers by Tim Emiola · 9 years ago
  26. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  27. fdcd07b Merge branch 'master' of github.com:grpc/grpc into flakes by Nicolas "Pixel" Noble · 9 years ago
  28. b8137b3 Flagging some tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  29. 76e49fd Forgot to rename header guard. by Nicolas "Pixel" Noble · 9 years ago
  30. e24dde5 Adressing comments. by Nicolas "Pixel" Noble · 9 years ago
  31. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  32. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  33. 3afd92f Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts by donnadionne · 9 years ago
  34. bc206b1 Corrects command/flags used in ruby interop tests by Tim Emiola · 9 years ago
  35. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  36. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  37. 312b2ef Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-time by Craig Tiller · 9 years ago
  38. 36e7517 Merge pull request #1356 from murgatroid99/node_grpc_custom_directory by Tim Emiola · 9 years ago
  39. 58584a3 Fixed typo in README change by murgatroid99 · 9 years ago
  40. 0a95d87 Added information about custom gRPC install locations in README, bumped version by murgatroid99 · 9 years ago
  41. b3440f5 Merge pull request #1353 from murgatroid99/node_limit_thread_usage by Tim Emiola · 9 years ago
  42. 3cffd51 Merge pull request #1355 from tbetbetbe/grpc-ruby-update-docker-file-to-refresh-bundler by donnadionne · 9 years ago
  43. ca302f5 Updates the ruby docker file to refresh bundler by Tim Emiola · 9 years ago
  44. b6a96ff Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream by Michael Lumish · 9 years ago
  45. 6142c75 Merge branch 'master' of github.com:grpc/grpc into unsecure-no-really-this-time by Nicolas "Pixel" Noble · 9 years ago
  46. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  47. b372405 Merge pull request #1328 from vjpai/clamp by Craig Tiller · 9 years ago
  48. 2cade59 Merge branch 'master' of https://github.com/grpc/grpc by zeliard · 9 years ago
  49. 201d303 add nuget info by zeliard · 9 years ago
  50. 8ae189b 64bit support on Windows by zeliard · 9 years ago
  51. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  52. e7bd03c Merge pull request #1351 from nicolasnoble/flaky-travis by Craig Tiller · 9 years ago
  53. c23827b Avoid building shared libraries on Travis. This seems flaky. by Nicolas "Pixel" Noble · 9 years ago
  54. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  55. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  56. 23c6589 Adjust ProtoRPC podspec to the new RxLibrary by Jorge Canizales · 9 years ago
  57. 6fac833 Merge pull request #1349 from nicolasnoble/cleanup by Craig Tiller · 9 years ago
  58. 5a2ab90 Merge pull request #1317 from donnadionne/private_build by Tim Emiola · 9 years ago
  59. c43b345 Post merge cleanup. by Nicolas "Pixel" Noble · 9 years ago
  60. 3608a7b Merge pull request #1348 from nicolasnoble/unsecure-no-really by Craig Tiller · 9 years ago
  61. 99738f6 Making sure we don't require OpenSSL for tests that, in fact, don't need it. by Nicolas "Pixel" Noble · 9 years ago
  62. b4b185c Merge pull request #1339 from nicolasnoble/template-doc by Craig Tiller · 9 years ago
  63. 7451cf6 Adding more arguments and default values to allow the environment to be specified by Donna Dionne · 9 years ago
  64. 4241653 Merge branch 'master' of github.com:google/grpc into private_build by Donna Dionne · 9 years ago
  65. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  66. 5225281 Update flaky bit for unsecure tests by Craig Tiller · 9 years ago
  67. 58ece61 Making modifications after comments Add uploading private result to GCS by Donna Dionne · 9 years ago
  68. d0a162d Merge branch 'master' of github.com:google/grpc into private_build by Donna Dionne · 9 years ago
  69. 05bd511 Adds unit test of stub to the XCode project by Jorge Canizales · 9 years ago
  70. 3f576c7 Creates unit test for the stub by Jorge Canizales · 9 years ago
  71. 17b43e8 Fixes initializer of the generated stub by Jorge Canizales · 9 years ago
  72. f593fef Fixes syntax errors. by Jorge Canizales · 9 years ago
  73. 6482d5d Makes the runtime serialize alright. by Jorge Canizales · 9 years ago
  74. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago
  75. 2c48566 Merge pull request #1347 from jtattermusch/mathserver_fixedport by Michael Lumish · 9 years ago
  76. 8cad507 mathserver listens on fixed port by Jan Tattermusch · 9 years ago
  77. ea67c96 Merge pull request #1341 from jcanizales/merge-https-upstream by Michael Lumish · 9 years ago
  78. 62b8ddf Supporting comments in build-cleaner. by Nicolas "Pixel" Noble · 9 years ago
  79. 43f18f3 Merge pull request #1330 from yang-g/bugfix by Craig Tiller · 9 years ago
  80. a2f63bb Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback by Tim Emiola · 9 years ago
  81. dfd0a48 Merge pull request #1343 from wkubiak/master by Craig Tiller · 9 years ago
  82. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  83. 6e91ffe minor fix in TLS error message by Wojtek Kubiak · 9 years ago
  84. 292adfe fix MSVC solution build-able on x64 mode (remove _USE_32BIT_TIME_T) by zeliard · 9 years ago
  85. 2c15a0e Merge pull request #1340 from zeliard/master by Nicolas Noble · 9 years ago
  86. 91e97b8 fix missing pointers on gpr_atm_acq_cas on x64 by zeliard · 9 years ago
  87. 00b6585 add missing defines on windows (WIN64) by zeliard · 9 years ago
  88. 5d49923 Merge pull request #1337 from jtattermusch/windows_fixes by Nicolas Noble · 9 years ago
  89. 3dbb9c5 Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports by Jorge Canizales · 9 years ago
  90. 638c1ee partial fix for #546 by Jan Tattermusch · 9 years ago
  91. 48e07df Small cleanup of the sample app by Jorge Canizales · 9 years ago
  92. 914d74e Small logging formatting fix by Jorge Canizales · 9 years ago
  93. 5cff49d Adds proto support to the main app too. by Jorge Canizales · 9 years ago
  94. 25e28e8 Fixes proto remote test to use the actual protos of the service. by Jorge Canizales · 9 years ago
  95. d168f50 Adds podspec for the generated files by Jorge Canizales · 9 years ago
  96. 0c23f48 Merge pull request #1338 from jtattermusch/windows_less_verbose by Nicolas Noble · 9 years ago
  97. 7205cda Generates ObjC code for the test protos by Jorge Canizales · 9 years ago
  98. 41a5374 Adds Class prefix RMT by Jorge Canizales · 9 years ago
  99. 1380ac8 Brings in proto files for the remote test server. by Jorge Canizales · 9 years ago
  100. 23cb957 Move Route_guide protos to their own folder to make room for remote test protos by Jorge Canizales · 9 years ago