1. ba65a10 Point test and sample podfiles to protobuf release by Jorge Canizales · 9 years ago
  2. 08dfef2 Make sample app easier to understand by Jorge Canizales · 9 years ago
  3. 2ab5383 Remove remaining tests and RouteGuide from sample app by Jorge Canizales · 9 years ago
  4. 0f5ee82 Move RouteGuideClient to generated_libraries/ by Jorge Canizales · 9 years ago
  5. 1641cc9 Delete RemoteProtoTests from sample app by Jorge Canizales · 9 years ago
  6. 15c8e1b Point Podfile of sample app to new RemoteTestsClient location by Jorge Canizales · 9 years ago
  7. 2884822 Move RemoteTestClient files to /objective-c by Jorge Canizales · 9 years ago
  8. f03d266 Fix for changed parseFromData: signature (now parseFromData:error:) by Marc Wandschneider · 9 years ago
  9. cf08bad Point sample app to official protobuf podspec by Jorge Canizales · 9 years ago
  10. 8166675 Fixed writer comment by murgatroid99 · 9 years ago
  11. 606129b Fixed boolean variable by murgatroid99 · 9 years ago
  12. dbfe2f4 Added cancel_after_first_response test by murgatroid99 · 9 years ago
  13. b2c300c s/didFinishWithError/writesFinishedWithError by Jorge Canizales · 9 years ago
  14. a90a9c3 s/didReceiveValue/writeValue by Jorge Canizales · 9 years ago
  15. 421f6c9 Use BufferedPipe to add PingPong test and fix Cancel test by Jorge Canizales · 9 years ago
  16. e454f4a Fix false positive in server streaming test by Jorge Canizales · 9 years ago
  17. 05456f8 Move sample app to proto3 and clarify usage example by Jorge Canizales · 9 years ago
  18. c54a0ca Adds local sample test using generated service by Jorge Canizales · 9 years ago
  19. 184e02b Moves the RouteGuide local tests to proto3 by Jorge Canizales · 9 years ago
  20. 2410f99 Regenerates RouteGuide library as proto3 by Jorge Canizales · 9 years ago
  21. 206e75b Adjust remote tests to use proto3 by Jorge Canizales · 9 years ago
  22. fd88e46 Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile by Jorge Canizales · 9 years ago
  23. 25750d9 Some modifications based on comments by murgatroid99 · 9 years ago
  24. 343bea6 Fixed cancellation tests by murgatroid99 · 9 years ago
  25. 1602c5f Added more interop tests by murgatroid99 · 9 years ago
  26. ea43b90 Added server_streaming interop test by murgatroid99 · 9 years ago
  27. c55a0ca Podfile.lock prevents gRPC to be properly installed by Jorge Canizales · 9 years ago
  28. 87b650b Increases timeout of client_streaming test to 4s by Jorge Canizales · 9 years ago
  29. 6f1ce1a Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  30. 9b3951d Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  31. f93b11b Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  32. 57d9f93 Augments the timeout of the large_unary test to 4s by Jorge Canizales · 9 years ago
  33. 9d96aa6 Implements empty_unary, large_unary, and client_streaming integration tests. by Jorge Canizales · 9 years ago
  34. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  35. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  36. 05bd511 Adds unit test of stub to the XCode project by Jorge Canizales · 9 years ago
  37. 3f576c7 Creates unit test for the stub by Jorge Canizales · 9 years ago
  38. 17b43e8 Fixes initializer of the generated stub by Jorge Canizales · 9 years ago
  39. f593fef Fixes syntax errors. by Jorge Canizales · 9 years ago
  40. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago
  41. 3dbb9c5 Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports by Jorge Canizales · 9 years ago
  42. 48e07df Small cleanup of the sample app by Jorge Canizales · 9 years ago
  43. 914d74e Small logging formatting fix by Jorge Canizales · 9 years ago
  44. 5cff49d Adds proto support to the main app too. by Jorge Canizales · 9 years ago
  45. 25e28e8 Fixes proto remote test to use the actual protos of the service. by Jorge Canizales · 9 years ago
  46. d168f50 Adds podspec for the generated files by Jorge Canizales · 9 years ago
  47. 7205cda Generates ObjC code for the test protos by Jorge Canizales · 9 years ago
  48. 41a5374 Adds Class prefix RMT by Jorge Canizales · 9 years ago
  49. 1380ac8 Brings in proto files for the remote test server. by Jorge Canizales · 9 years ago
  50. 23cb957 Move Route_guide protos to their own folder to make room for remote test protos by Jorge Canizales · 9 years ago
  51. e72114c Fixes local test after ensuring using https:// doesn't work with it. by Jorge Canizales · 9 years ago
  52. f1bda85 Add remote HTTPS tests. Local HTTP ones fail to connect. by Jorge Canizales · 9 years ago
  53. bb58d22 Removes scheme before passing to C layer by Jorge Canizales · 9 years ago
  54. 3d86bca Centers the sample location in Gran Canaria :P by Jorge Canizales · 9 years ago
  55. 6ad8c20 Adds more assertions to the test by Jorge Canizales · 9 years ago
  56. 6a84b3d Adds test that sends proto and expects one by Jorge Canizales · 9 years ago
  57. aa5611b Adds Objective-C prefixes to the protos by Jorge Canizales · 9 years ago
  58. 0ae1f4d Fix Route_guide to declare public headers by Jorge Canizales · 9 years ago
  59. b7f970b Point the Podfile to a "generated" local podspec by Jorge Canizales · 9 years ago
  60. f4ddfab Generated files :) by Jorge Canizales · 9 years ago
  61. 1f1d2c3 Copy route_guide.proto and make it 2.6 by Jorge Canizales · 9 years ago
  62. 14ae0b0 Add dependency to Protobuf 2.6 to the podfile by Jorge Canizales · 9 years ago
  63. e6300b2 Changes #import paths from RxLibrary -> gRPC by Jorge Canizales · 9 years ago
  64. 045fabb Moves RxLibrary.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  65. aa83409 Adds documentation to the tests and reduces timeout to 2s by Jorge Canizales · 9 years ago
  66. 5f0c0f1 Adds two tests that pass with the RouteGuide Java server by Jorge Canizales · 9 years ago
  67. 7502bd2 Asynchronous unit test by Jorge Canizales · 9 years ago
  68. 1d37349 Fixes the sample app to point to the new podspecs by Jorge Canizales · 9 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. af2d997 Fixes podspec of the RxLibrary by Jorge Canizales · 10 years ago
  73. e8304d5 Fixes copyright notices by Jorge Canizales · 10 years ago
  74. d1a8cc0 Adds podspec for RxLibrary and sample app by Jorge Canizales · 10 years ago