1. 404fc6a Wave of Win32 fixes. by Nicolas "Pixel" Noble · 9 years ago
  2. 99076fe Fixing generated code under Windows. by Nicolas "Pixel" Noble · 9 years ago
  3. 113d169 Add rdtsc profiling support, implement begin/end and tag hiding by Craig Tiller · 9 years ago
  4. 6f0812c Merge pull request #1437 from jtattermusch/trace_batch_fix by Craig Tiller · 9 years ago
  5. 5ae895a Merge pull request #1363 from murgatroid99/objective_c_batch_migration by Jorge Canizales · 9 years ago
  6. a77d3f6 Merge pull request #1394 from yang-g/bugfix by Craig Tiller · 9 years ago
  7. 4925063 Resolved some comments by murgatroid99 · 9 years ago
  8. 87344c8 Merge pull request #1397 from ctiller/delete-the-old-api by Yang Gao · 9 years ago
  9. 4db2954 merge with head by Yang Gao · 9 years ago
  10. e217307 Merge pull request #1436 from ctiller/crash-cxx by Yang Gao · 9 years ago
  11. 76eabbd Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  12. a9a3e88 remove unused function from grpc_csharp_ext by Jan Tattermusch · 9 years ago
  13. 6e5bad3 Merge pull request #1421 from zeliard/master by Nicolas Noble · 9 years ago
  14. 81b6711 make Windows.h lowercase for cross compiling from Linux by Simon Koo · 9 years ago
  15. ff4ee96 Remove another old function by Craig Tiller · 9 years ago
  16. 70e299f Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-it by Nicolas Noble · 9 years ago
  17. 532cd4d added param names for grpc_call_start_batch trace. by Jan Tattermusch · 9 years ago
  18. 51fe022 Merge pull request #1439 from nicolasnoble/python-c89 by Masood Malekghassemi · 9 years ago
  19. 64237fb C89-ify the python code. by Nicolas "Pixel" Noble · 9 years ago
  20. 9f8682c Release Python 0.5.0a2 by Masood Malekghassemi · 9 years ago
  21. 0420d7c fix: trace for grpc_call_start_batch only displayed lower 32bits of tag by Jan Tattermusch · 9 years ago
  22. f96dbc7 Fix for a crash seen in the wild by Craig Tiller · 9 years ago
  23. f722b0c Extern-ify symbols so they don't collide by Masood Malekghassemi · 9 years ago
  24. 1260892 Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  25. 19f7121 Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  26. b753ab4 Merge pull request #1426 from ctiller/bad-frame by Yang Gao · 9 years ago
  27. 48373df Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  28. f2791ab Merge pull request #1408 from dgquintas/stap by Craig Tiller · 9 years ago
  29. fae9d99 Release Python 0.5.0a1 by Masood Malekghassemi · 9 years ago
  30. 94d7f85 Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  31. 4fbc53e more comments by Stanley Cheung · 9 years ago
  32. 67bfefd Ensure call alarms are cancelled when the underlying stream closes by Craig Tiller · 9 years ago
  33. 0e08aed add php service account credentials auth interop test, tested against cloud server by Stanley Cheung · 9 years ago
  34. 3b1e37d Fix errant empty data frame after trailers by Craig Tiller · 9 years ago
  35. 34c3963 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  36. 6d42a73 Merge pull request #1412 from murgatroid99/node_stub_expose_address by Tim Emiola · 9 years ago
  37. 06d64cd implement gpr_cpu_num_cores() and gpr_cpu_current_cpu() on Windows by zeliard · 9 years ago
  38. 3874ad0 make initializing overlapped-struct obvious for preventing a ciritical bug by zeliard · 9 years ago
  39. 76dcd38 Hack to get Mac end2end test working by Craig Tiller · 9 years ago
  40. 31e3a6f Removed redundant if from basic_timers.c by David Garcia Quintas · 9 years ago
  41. 7af45f2 Fixed bad merge on basic_timers.c by David Garcia Quintas · 9 years ago
  42. 5f9f455 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  43. 900e451 Remove ungeneratable enum values and union members by Craig Tiller · 9 years ago
  44. 5f5fd67 Remove ungeneratable enum values and union members by Craig Tiller · 9 years ago
  45. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  46. 72f7646 Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  47. ca38ddb Fixed ivar names and comments by murgatroid99 · 9 years ago
  48. b877639 Exposed server address string in stub by murgatroid99 · 9 years ago
  49. 1685d77 Merge pull request #1406 from ctiller/crash-boom-bang by Yang Gao · 9 years ago
  50. 2101a48 Simplified startBatch, resolved comments by murgatroid99 · 9 years ago
  51. f376429 Ref the cache default creds so that we do not crash next time we use it... by Julien Boeuf · 9 years ago
  52. d7ec8a3 Merge pull request #1369 from ctiller/one-pass by Abhishek Kumar · 9 years ago
  53. 33655f9 Moved deallocation code to the right place by murgatroid99 · 9 years ago
  54. 4434796 Merge pull request #1400 from ctiller/timers by Vijay Pai · 9 years ago
  55. fe2c0c6 Added nil check in GRPCWrappedCall initializer by murgatroid99 · 9 years ago
  56. a571ceb Fixed missing increment by murgatroid99 · 9 years ago
  57. def47aa Removed thrown error in one case by murgatroid99 · 9 years ago
  58. 6a084f4 Simplified some batch code, resolved comments by murgatroid99 · 9 years ago
  59. 45d54e4 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  60. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  61. 8a5bce3 Incoming stream id validation fixes by Craig Tiller · 9 years ago
  62. 5b8c255 Merge pull request #1382 from soltanmm/migrate by Nathaniel Manista · 9 years ago
  63. 6fb5d56 Merge branch 'one-pass' into delete-the-old-api by Craig Tiller · 9 years ago
  64. a0f666a Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  65. 6eda2d7 Merge pull request #1386 from ctiller/cxx by Yang Gao · 9 years ago
  66. 87ab19f Capure thread id with default timer implementation by Craig Tiller · 9 years ago
  67. 4354a8e Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  68. 37815e5 Merge branch 'one-pass' of github.com:ctiller/grpc into one-pass by Craig Tiller · 9 years ago
  69. 816791c Add comment by Craig Tiller · 9 years ago
  70. 3767f8b Removed Podfile.lock by murgatroid99 · 9 years ago
  71. b56609c Updated GRPCCall comments and spacing by murgatroid99 · 9 years ago
  72. c48f26f Merge pull request #1399 from jcanizales/first-objc-integration-tests by Michael Lumish · 9 years ago
  73. c55a0ca Podfile.lock prevents gRPC to be properly installed by Jorge Canizales · 9 years ago
  74. 87b650b Increases timeout of client_streaming test to 4s by Jorge Canizales · 9 years ago
  75. f394616 Merge pull request #1370 from zeliard/master by Nicolas Noble · 9 years ago
  76. 0e91956 Remove _old apis from the core library by Craig Tiller · 9 years ago
  77. 2288b2d Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  78. 3a1309b Merged changes from master by murgatroid99 · 9 years ago
  79. c9e39c0 Fix flow control issue by Yang Gao · 9 years ago
  80. f579e1d Migrate Python to batch core API by Masood Malekghassemi · 9 years ago
  81. 6cc4680 Changed message handling, fixed line lengths by murgatroid99 · 9 years ago
  82. 20ecfc8 Merge pull request #1377 from ctiller/server-cq-own by Vijay Pai · 9 years ago
  83. 809bcff Merge pull request #1388 from jcanizales/fixes-podspec by Michael Lumish · 9 years ago
  84. 0619af7 Merge pull request #1383 from jtattermusch/csharp_auth by Tim Emiola · 9 years ago
  85. 4df412b Add some infrastructure for call refcount debugging by Craig Tiller · 9 years ago
  86. 333ee25 Remove errant double finish by Craig Tiller · 9 years ago
  87. c9fd80e Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  88. a3c42cd Merge pull request #1378 from nicolasnoble/vs2010 by Craig Tiller · 9 years ago
  89. 6abfd75 Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  90. 5488d28 Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  91. 624b694 Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  92. 6f1ce1a Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  93. 9b3951d Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  94. f93b11b Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  95. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  96. a9eb302 STAP annotation working. by David Garcia Quintas · 9 years ago
  97. bec41a2 Return correct status message for lame client by Craig Tiller · 9 years ago
  98. 57d9f93 Augments the timeout of the large_unary test to 4s by Jorge Canizales · 9 years ago
  99. b11728b Mac C++ compile fix by Craig Tiller · 9 years ago
  100. 9d96aa6 Implements empty_unary, large_unary, and client_streaming integration tests. by Jorge Canizales · 9 years ago