1. c4af224 Remove one range-based for and do appropriate static casts on nullptr by Vijay Pai · 9 years ago
  2. 556875d Merge pull request #2559 from ctiller/holographic-ninja-soda by Nicolas Noble · 9 years ago
  3. 0ac5580 Merge pull request #2554 from murgatroid99/node_oauth_interop by Michael Lumish · 9 years ago
  4. 2620536 Fix (forever) a TSAN bug thats plagued us by Craig Tiller · 9 years ago
  5. 40d808f Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bits by Jan Tattermusch · 9 years ago
  6. 63bb2f1 Removed now-incorrect asserts in oauth test by murgatroid99 · 9 years ago
  7. c7b8872 Removed unnecessary arguments from auth message by murgatroid99 · 9 years ago
  8. 21ec6c3 Added oauth2_auth_token and per_rpc_creds Node interop tests by murgatroid99 · 9 years ago
  9. 1e24847 Merge pull request #2553 from jtattermusch/auth_interop_tests by Michael Lumish · 9 years ago
  10. 33c9130 fixed dependencies in C# project by Jan Tattermusch · 9 years ago
  11. 7b4a31f implement per_rpc_creds and oauth2_auth_token interop tests by Jan Tattermusch · 9 years ago
  12. 482d761 Making sure that 32 bits is being built and run on Jenkins. by Nicolas "Pixel" Noble · 9 years ago
  13. aabf72c Merge pull request #2551 from ctiller/markup-the-things by Nicolas Noble · 9 years ago
  14. 7a68b29 Merge pull request #2552 from murgatroid99/node_metadata_meainingful_keys by Abhishek Kumar · 9 years ago
  15. 02c160a Use more meaningful names for metadata keys in tests by murgatroid99 · 9 years ago
  16. 2d984bf Mark up all existing comments in grpc.h for Doxygen, add main page by Craig Tiller · 9 years ago
  17. 2355066 Merge pull request #2464 from murgatroid99/node_server_construction_change by Abhishek Kumar · 9 years ago
  18. 58df9ee Merge pull request #2530 from ctiller/no-reserve by David G. Quintas · 9 years ago
  19. ddb4b1a Merge pull request #2538 from jcanizales/tests-script by Michael Lumish · 9 years ago
  20. aaab651 Refer simplifying script with xctool. by Jorge Canizales · 9 years ago
  21. cbe18e5 Remove unneeded error trap. by Jorge Canizales · 9 years ago
  22. b71f8fb Simplify xcodebuild’s output filter regex by Jorge Canizales · 9 years ago
  23. a307728 Test on iPhone instead of iPad by Jorge Canizales · 9 years ago
  24. 5dc5899 Filter xcodebuild output, fix return code, and leave make to the podspec by Jorge Canizales · 9 years ago
  25. bed5c3c Always use the locally-built plugin for tests by Jorge Canizales · 9 years ago
  26. be85352 Script to build the ObjC plugin, generate code, and run tests by Jorge Canizales · 9 years ago
  27. 0535b03 Share AllTests scheme, without the local RouteGuide tests by Jorge Canizales · 9 years ago
  28. cd32956 Merge pull request #2526 from jcanizales/accept-nil-container by Michael Lumish · 9 years ago
  29. 51c69e6 Merge pull request #2525 from jcanizales/fix-emptywriter by Michael Lumish · 9 years ago
  30. 03f0bd6 Merge pull request #2501 from jcanizales/gpr-inf-future by Michael Lumish · 9 years ago
  31. baf2ab0 Merge pull request #2503 from jcanizales/fixup-codegen by Michael Lumish · 9 years ago
  32. 669297b Merge pull request #2536 from stanley-cheung/add_homebrew_to_jenkins by Stanley Cheung · 9 years ago
  33. ba906ed Merge pull request #2500 from jcanizales/remove-cocoapods-warning by Michael Lumish · 9 years ago
  34. b00472b missed a php depenedency in dockerfile by Stanley Cheung · 9 years ago
  35. b69d4c0 Merge pull request #2499 from jcanizales/move-delegate-wrapper-to-grx by Michael Lumish · 9 years ago
  36. 8584cb1 Merge pull request #2497 from jcanizales/update-head-v-to-0.7 by Michael Lumish · 9 years ago
  37. af1f97e Fix typo by Craig Tiller · 9 years ago
  38. a314f2c Merge pull request #2531 from stanley-cheung/add_homebrew_to_jenkins by Jan Tattermusch · 9 years ago
  39. 488a5b4 temp directory doesnt work when tests run in parallel by Stanley Cheung · 9 years ago
  40. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  41. 9b602e0 Merge pull request #2491 from stanley-cheung/add_homebrew_to_jenkins by Jan Tattermusch · 9 years ago
  42. f08b067 Merge pull request #2494 from grpc/cconfig-readme by Craig Tiller · 9 years ago
  43. ad33910 Merge branch 'dgquintas-decompression' by Craig Tiller · 9 years ago
  44. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  45. 17bb3ec support macos in jenkins run_distributions script by Stanley Cheung · 9 years ago
  46. 5fcdffc Accept [GRXWriter writerWithContainer:nil] for consistency with the rest by Jorge Canizales · 9 years ago
  47. bc970ae Fix [GRXWriter emptyWriter] not being reusable. by Jorge Canizales · 9 years ago
  48. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  49. 4368221 Merge pull request #2476 from murgatroid99/ruby_fix_warnings by Nicolas Noble · 9 years ago
  50. faeeac5 Rephrasing of lb policies sentence by David G. Quintas · 9 years ago
  51. 9fce455 Fixup codegen now that GRXWriter is a class by Jorge Canizales · 9 years ago
  52. 570e941 Fix C library gpr_inf_future breakage by Jorge Canizales · 9 years ago
  53. 243e8ee Remove Cocoapods warning of OTHER_LDFLAGS by Jorge Canizales · 9 years ago
  54. 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
  55. 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
  56. 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
  57. f2b7020 Merge pull request #2404 from yang-g/oauth_interop by jboeuf · 9 years ago
  58. 5e7e55b Merge with head and resolve conflict by yang-g · 9 years ago
  59. 63c3efb Move head podspec to v0.7. by Jorge Canizales · 9 years ago
  60. 4a4e22d client config README small fixes by David G. Quintas · 9 years ago
  61. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  62. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  63. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  64. 0c2f162 Moved docs from .c to .h for compress_filter by David Garcia Quintas · 9 years ago
  65. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  66. 2d883e7 Merge pull request #2489 from yang-g/header_guard by Craig Tiller · 9 years ago
  67. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  68. 463cde7 update according to spec change by yang-g · 9 years ago
  69. efccb3f Merge pull request #2472 from nicolasnoble/4000-is-infinite-right by Craig Tiller · 9 years ago
  70. 6ca6ec8 set header guard by yang-g · 9 years ago
  71. e086725 Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  72. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  73. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  74. 232e04b Spelling correction by Craig Tiller · 9 years ago
  75. 2510ce4 Reflect new gpr_timespec type in C# by Craig Tiller · 9 years ago
  76. 7c4fdb5 Added comments by David Garcia Quintas · 9 years ago
  77. fea28b7 Merge pull request #2485 from ctiller/thread-stress=craig-stress by David G. Quintas · 9 years ago
  78. 068e320 Merge pull request #2486 from murgatroid99/node_error_status_test by Jan Tattermusch · 9 years ago
  79. 048fc2f Merge pull request #2488 from jcanizales/subclass-grxwriter by Michael Lumish · 9 years ago
  80. 560b82c Added tests for UNKNOWN status when the handler does not specify by murgatroid99 · 9 years ago
  81. fb5ce3d Merge pull request #2479 from grpc/pick_first_h_docstring by Craig Tiller · 9 years ago
  82. 3644adf Merge pull request #2478 from grpc/pollset_set_comment_fix by Craig Tiller · 9 years ago
  83. be2b9b2 Merge pull request #2463 from dgquintas/bitsetmacros by Craig Tiller · 9 years ago
  84. aff4f2a Changing a very long (4000s) deadline to 10s. by Nicolas "Pixel" Noble · 9 years ago
  85. 29f55d5 Remove GRXWriter wrappers that are now unnecessary by Jorge Canizales · 9 years ago
  86. a38baae Subclass GRXWriter instead of conforming to protocol by Jorge Canizales · 9 years ago
  87. 739c998 Codegen GRXWriter* instead of id<GRXWriter> by Jorge Canizales · 9 years ago
  88. a8c5d96 id<GRXWriter> -> GRXWriter * in the tests by Jorge Canizales · 9 years ago
  89. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  90. 29f13f2 Moar parenthesis! by David Garcia Quintas · 9 years ago
  91. 7b52c98 Separate GRXForwardingWriter, delete the protocol by Jorge Canizales · 9 years ago
  92. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  93. 1eedf26 Merge pull request #2385 from yang-g/timeout_interop by Craig Tiller · 9 years ago
  94. 06f0972 Add tests for translating server handler errors to status objects by murgatroid99 · 9 years ago
  95. 304048c Fix leaked completions (leading to leaked calls in thread_stress_test) by Craig Tiller · 9 years ago
  96. 9d70c81 Merge pull request #2483 from stanley-cheung/add_homebrew_to_jenkins by Jan Tattermusch · 9 years ago
  97. d76bb25 rename script to run_distribution by Stanley Cheung · 9 years ago
  98. c876923 Merge pull request #2451 from yang-g/authcontext_iterator by jboeuf · 9 years ago
  99. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  100. 06fabde add missed 'class' by yang-g · 9 years ago