1. ca38ddb Fixed ivar names and comments by murgatroid99 · 9 years ago
  2. 2101a48 Simplified startBatch, resolved comments by murgatroid99 · 9 years ago
  3. 33655f9 Moved deallocation code to the right place by murgatroid99 · 9 years ago
  4. fe2c0c6 Added nil check in GRPCWrappedCall initializer by murgatroid99 · 9 years ago
  5. a571ceb Fixed missing increment by murgatroid99 · 9 years ago
  6. def47aa Removed thrown error in one case by murgatroid99 · 9 years ago
  7. 6a084f4 Simplified some batch code, resolved comments by murgatroid99 · 9 years ago
  8. 3767f8b Removed Podfile.lock by murgatroid99 · 9 years ago
  9. b56609c Updated GRPCCall comments and spacing by murgatroid99 · 9 years ago
  10. 3a1309b Merged changes from master by murgatroid99 · 9 years ago
  11. 6cc4680 Changed message handling, fixed line lengths by murgatroid99 · 9 years ago
  12. 6abfd75 Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  13. 5488d28 Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  14. 624b694 Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  15. b5c076f Rewrote comment to match changes by murgatroid99 · 9 years ago
  16. 92552fc Re-added completion_queue_destroy call by murgatroid99 · 9 years ago
  17. e08a9c0 Simplified an initializer call by murgatroid99 · 9 years ago
  18. dcde970 Fixed spacing by murgatroid99 · 9 years ago
  19. 54e93d4 Made startBatch more strongly typed by murgatroid99 · 9 years ago
  20. a89cc64 Fixed dictionary usage by murgatroid99 · 9 years ago
  21. 3d13eb0 Fixed grpc_getMetadataArray by murgatroid99 · 9 years ago
  22. 69927d6 Addressed review comments by murgatroid99 · 9 years ago
  23. 463a7a8 Fixed indentation by murgatroid99 · 9 years ago
  24. 30b7d4e Migrated Objective C library to C batch API by murgatroid99 · 9 years ago
  25. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  26. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  27. 05bd511 Adds unit test of stub to the XCode project by Jorge Canizales · 9 years ago
  28. 3f576c7 Creates unit test for the stub by Jorge Canizales · 9 years ago
  29. 17b43e8 Fixes initializer of the generated stub by Jorge Canizales · 9 years ago
  30. f593fef Fixes syntax errors. by Jorge Canizales · 9 years ago
  31. 6482d5d Makes the runtime serialize alright. by Jorge Canizales · 9 years ago
  32. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago
  33. 3dbb9c5 Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports by Jorge Canizales · 9 years ago
  34. 48e07df Small cleanup of the sample app by Jorge Canizales · 9 years ago
  35. 914d74e Small logging formatting fix by Jorge Canizales · 9 years ago
  36. 5cff49d Adds proto support to the main app too. by Jorge Canizales · 9 years ago
  37. 25e28e8 Fixes proto remote test to use the actual protos of the service. by Jorge Canizales · 9 years ago
  38. d168f50 Adds podspec for the generated files by Jorge Canizales · 9 years ago
  39. 7205cda Generates ObjC code for the test protos by Jorge Canizales · 9 years ago
  40. 41a5374 Adds Class prefix RMT by Jorge Canizales · 9 years ago
  41. 1380ac8 Brings in proto files for the remote test server. by Jorge Canizales · 9 years ago
  42. 23cb957 Move Route_guide protos to their own folder to make room for remote test protos by Jorge Canizales · 9 years ago
  43. e72114c Fixes local test after ensuring using https:// doesn't work with it. by Jorge Canizales · 9 years ago
  44. eddb006 Fixes host transformation when user supplies a port. by Jorge Canizales · 9 years ago
  45. f1bda85 Add remote HTTPS tests. Local HTTP ones fail to connect. by Jorge Canizales · 9 years ago
  46. aa4fb14 Cleanup by Jorge Canizales · 9 years ago
  47. 6465c34 Loads certificates from file. SSL works ^^ by Jorge Canizales · 9 years ago
  48. bb58d22 Removes scheme before passing to C layer by Jorge Canizales · 9 years ago
  49. ba37a3e Fixes scheme detection logic and NPE by Jorge Canizales · 9 years ago
  50. ccf3997 Makes GRPCChannel a cluster class of secure and unsecured. by Jorge Canizales · 9 years ago
  51. 3d86bca Centers the sample location in Gran Canaria :P by Jorge Canizales · 9 years ago
  52. 6ad8c20 Adds more assertions to the test by Jorge Canizales · 9 years ago
  53. 6a84b3d Adds test that sends proto and expects one by Jorge Canizales · 9 years ago
  54. aa5611b Adds Objective-C prefixes to the protos by Jorge Canizales · 9 years ago
  55. 0ae1f4d Fix Route_guide to declare public headers by Jorge Canizales · 9 years ago
  56. b7f970b Point the Podfile to a "generated" local podspec by Jorge Canizales · 9 years ago
  57. f4ddfab Generated files :) by Jorge Canizales · 9 years ago
  58. 1f1d2c3 Copy route_guide.proto and make it 2.6 by Jorge Canizales · 9 years ago
  59. 14ae0b0 Add dependency to Protobuf 2.6 to the podfile by Jorge Canizales · 9 years ago
  60. e6300b2 Changes #import paths from RxLibrary -> gRPC by Jorge Canizales · 9 years ago
  61. 045fabb Moves RxLibrary.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  62. aa83409 Adds documentation to the tests and reduces timeout to 2s by Jorge Canizales · 9 years ago
  63. 5f0c0f1 Adds two tests that pass with the RouteGuide Java server by Jorge Canizales · 9 years ago
  64. 7502bd2 Asynchronous unit test by Jorge Canizales · 9 years ago
  65. 1d37349 Fixes the sample app to point to the new podspecs by Jorge Canizales · 9 years ago
  66. c2d7ecb Working podspecs for gRPC core & wrapper by Jorge Canizales · 9 years ago
  67. bed880b Merge pull request #632 from jcanizales/add-grpcclient-podspec by Tim Emiola · 9 years ago
  68. 5fc9029 include .m in check_copyright.py by Yang Gao · 10 years ago
  69. d5c1b56 Adds sample usage code of GRPCClient by Jorge Canizales · 10 years ago
  70. e379e5c Adds dependency on GRPCClient to Sample app by Jorge Canizales · 10 years ago
  71. 13ffb9a Adds dependency on GRPCClient to Sample app by Jorge Canizales · 10 years ago
  72. 1d4662d Adds podspec for GRPCClient by Jorge Canizales · 10 years ago
  73. 3e9e180 Merge pull request #629 from jcanizales/fix-internal-include-path by Tim Emiola · 10 years ago
  74. 788b766 Fix internal include path by Jorge Canizales · 10 years ago
  75. 9409ad8 Adds copyright notices to the GRPCClient files. by Jorge Canizales · 10 years ago
  76. af2d997 Fixes podspec of the RxLibrary by Jorge Canizales · 10 years ago
  77. e8304d5 Fixes copyright notices by Jorge Canizales · 10 years ago
  78. d1a8cc0 Adds podspec for RxLibrary and sample app by Jorge Canizales · 10 years ago
  79. 5e0efd9 Imports code of the generic gRPC client library. by Jorge Canizales · 10 years ago
  80. 30697c9 Imports code of the RX library. by Jorge Canizales · 10 years ago