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. 74ace9e Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass by Craig Tiller · 9 years ago
  7. 7551fa6 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  8. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  9. 1eef5aa Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix by Nicolas Noble · 9 years ago
  10. eae6973 Merge pull request #1366 from ctiller/mwha by Nicolas Noble · 9 years ago
  11. ca9d0c0 Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass by Craig Tiller · 9 years ago
  12. 2b0f7c5 Thread safety fix by Craig Tiller · 9 years ago
  13. b56ca8d Fix use-after-free in lame client test by Craig Tiller · 9 years ago
  14. 64bc3fd remove annotations by Craig Tiller · 9 years ago
  15. 65f9f81 Fix memory leak by Craig Tiller · 9 years ago
  16. f5fcafd Renamed make variables for protoc presence and version checking. by David Garcia Quintas · 9 years ago
  17. 9c71b6f Fix memory leak by Craig Tiller · 9 years ago
  18. 916b152 annotations - revert later by Craig Tiller · 9 years ago
  19. 872af02 Fix memory leak by Craig Tiller · 9 years ago
  20. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  21. 9a5eee1 Merge pull request #1360 from nicolasnoble/flakes by Yang Gao · 9 years ago
  22. 68d6157 Add two scenarios in interop test by Yang Gao · 9 years ago
  23. 04f8156 Cleanup by Craig Tiller · 9 years ago
  24. 2660ebc Actually remove them by Craig Tiller · 9 years ago
  25. d896fa5 Remove some useless lines in the Makefile by Craig Tiller · 9 years ago
  26. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  27. 48bfcdc Fix memory leak by Craig Tiller · 9 years ago
  28. 4107ba2 Merge pull request #1365 from yang-g/init by Craig Tiller · 9 years ago
  29. 4df5cae Fix memory leak by Craig Tiller · 9 years ago
  30. 71cb81c Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  31. 6f7030b revert accidental change by Craig Tiller · 9 years ago
  32. 1a727fd clang-format by Craig Tiller · 9 years ago
  33. c52779f Add missing remove list by Craig Tiller · 9 years ago
  34. 60de66c Always wait for all ops to finish by Craig Tiller · 9 years ago
  35. 96de484 Add the new header to build.json and regenerate projects by Yang Gao · 9 years ago
  36. 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
  37. 2ea37fd Bug fixing by Craig Tiller · 9 years ago
  38. c1f7560 Stream mapping fixes by Craig Tiller · 9 years ago
  39. 436f964 Flagging a few census tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  40. a940752 Take a lock every time through client_channel - to simplify logic and ensure correctness by Craig Tiller · 9 years ago
  41. f87b609 Fix array size by Craig Tiller · 9 years ago
  42. e70413c Handle reading after cancellation by Craig Tiller · 9 years ago
  43. 884f4da Merge pull request #1362 from tbetbetbe/grpc_ruby_interop_fixes by Stanley Cheung · 9 years ago
  44. 932b13b Corrects bad return values in C error-handling block by Tim Emiola · 9 years ago
  45. 4e87e00 Fix uninitialized variable by Craig Tiller · 9 years ago
  46. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  47. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 9 years ago
  48. e79e2f5 adding csharp tests to travis by Jan Tattermusch · 9 years ago
  49. 9a7d30c improved C# support in run_tests.py by Jan Tattermusch · 9 years ago
  50. 48b9fde call progress by Craig Tiller · 9 years ago
  51. 7d4a96a Publish cancellation metadata by Craig Tiller · 9 years ago
  52. 119decc Fix logging version mismatchj by Tim Emiola · 9 years ago
  53. 117cc12 Fix failing interop servers by Tim Emiola · 9 years ago
  54. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  55. fdcd07b Merge branch 'master' of github.com:grpc/grpc into flakes by Nicolas "Pixel" Noble · 9 years ago
  56. b8137b3 Flagging some tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  57. 7abc8d2 Add missing clear by Craig Tiller · 9 years ago
  58. 7e320ba Add newline by Craig Tiller · 9 years ago
  59. f0ebc99 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  60. 76e49fd Forgot to rename header guard. by Nicolas "Pixel" Noble · 9 years ago
  61. d393f10 Fix uninitialized variable by Craig Tiller · 9 years ago
  62. e889314 Allow round-robin again in flow control by Craig Tiller · 9 years ago
  63. 3928c7a Add a hack to ensure one-op-at-a-time during connection establishment by Craig Tiller · 9 years ago
  64. e24dde5 Adressing comments. by Nicolas "Pixel" Noble · 9 years ago
  65. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  66. fa4f994 Add init/destroy, and a debug-only assert on bad headers by Craig Tiller · 9 years ago
  67. 6e84aba Make the things compile again by Craig Tiller · 9 years ago
  68. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  69. 3afd92f Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts by donnadionne · 9 years ago
  70. bc206b1 Corrects command/flags used in ruby interop tests by Tim Emiola · 9 years ago
  71. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  72. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  73. 312b2ef Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-time by Craig Tiller · 9 years ago
  74. 36e7517 Merge pull request #1356 from murgatroid99/node_grpc_custom_directory by Tim Emiola · 9 years ago
  75. 58584a3 Fixed typo in README change by murgatroid99 · 9 years ago
  76. 0a95d87 Added information about custom gRPC install locations in README, bumped version by murgatroid99 · 9 years ago
  77. 7e8489a Fix double-set of alarm by Craig Tiller · 9 years ago
  78. b3440f5 Merge pull request #1353 from murgatroid99/node_limit_thread_usage by Tim Emiola · 9 years ago
  79. 3cffd51 Merge pull request #1355 from tbetbetbe/grpc-ruby-update-docker-file-to-refresh-bundler by donnadionne · 9 years ago
  80. ca302f5 Updates the ruby docker file to refresh bundler by Tim Emiola · 9 years ago
  81. 482ef8b Add required NULL check by Craig Tiller · 9 years ago
  82. 06aeea7 clang-format by Craig Tiller · 9 years ago
  83. 8de0c88 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  84. 50d9db5 Flesh out initial_op by Craig Tiller · 9 years ago
  85. b6a96ff Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream by Michael Lumish · 9 years ago
  86. 6142c75 Merge branch 'master' of github.com:grpc/grpc into unsecure-no-really-this-time by Nicolas "Pixel" Noble · 9 years ago
  87. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  88. 0b20751 Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass by Craig Tiller · 9 years ago
  89. d7fa0ff Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  90. b372405 Merge pull request #1328 from vjpai/clamp by Craig Tiller · 9 years ago
  91. 3f2c221 Fiddling with an initial op by Craig Tiller · 9 years ago
  92. 2cade59 Merge branch 'master' of https://github.com/grpc/grpc by zeliard · 9 years ago
  93. 201d303 add nuget info by zeliard · 9 years ago
  94. 8ae189b 64bit support on Windows by zeliard · 9 years ago
  95. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  96. e7bd03c Merge pull request #1351 from nicolasnoble/flaky-travis by Craig Tiller · 9 years ago
  97. c23827b Avoid building shared libraries on Travis. This seems flaky. by Nicolas "Pixel" Noble · 9 years ago
  98. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  99. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  100. 23c6589 Adjust ProtoRPC podspec to the new RxLibrary by Jorge Canizales · 9 years ago