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