| Commit message (Expand) | Author | Age |
* | replace all grpc-common occurances with examples | Stanley Cheung | 2015-08-27 |
* | Fixed KVO test | murgatroid99 | 2015-08-24 |
* | Added test for responseHeaders KVO compliance | murgatroid99 | 2015-08-24 |
* | Put both headers and trailers in the error.userInfo | Jorge Canizales | 2015-08-12 |
* | Rename responseMetadata -> allResponseMetadata | Jorge Canizales | 2015-08-12 |
* | Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler | Jorge Canizales | 2015-08-12 |
* | Increase test timeouts to reduce flakiness. | Jorge Canizales | 2015-08-09 |
* | Fixup for 42898cf: Correct documentation. | Jorge Canizales | 2015-08-09 |
* | Add remote interop tests to the suite of tests. | Jorge Canizales | 2015-08-09 |
* | Rename oauth2_lowerCamel -> oauth2UpperCamel | Jorge Canizales | 2015-08-07 |
* | Exercise GRPCCall+OAuth2 in the tests | Jorge Canizales | 2015-08-06 |
* | Require very explicit registration of non-SSL hosts. | Jorge Canizales | 2015-08-06 |
* | Use test certificates and name override for local tests :) | Jorge Canizales | 2015-08-06 |
* | Subclass InteropTests to later repeat the tests using SSL | Jorge Canizales | 2015-08-06 |
* | Make the host of interop tests modifiable per-class | Jorge Canizales | 2015-08-06 |
* | Run test server with and without SSL | Jorge Canizales | 2015-08-06 |
* | Formatting and documentation | Jorge Canizales | 2015-08-03 |
* | Use the protoc made when one isn’t yet installed | Jorge Canizales | 2015-08-03 |
* | Reactivate Cocoapods error output | Jorge Canizales | 2015-08-02 |
* | Fail early and explicitly if protoc, pod, or xcodebuild are missing | Jorge Canizales | 2015-08-02 |
* | Make plugin & server, and pod install via run_tests.py | Jorge Canizales | 2015-07-30 |
* | Generate deterministic UUIDs in the Pods project | Jorge Canizales | 2015-07-30 |
* | Disable tests: unknown method and bad access token | Jorge Canizales | 2015-07-24 |
* | Temporarily point tests to localhost | Jorge Canizales | 2015-07-24 |
* | Compile and run locally the interop C++ server before the tests | Jorge Canizales | 2015-07-24 |
* | Refer simplifying script with xctool. | Jorge Canizales | 2015-07-20 |
* | Remove unneeded error trap. | Jorge Canizales | 2015-07-20 |
* | Simplify xcodebuild’s output filter regex | Jorge Canizales | 2015-07-20 |
* | Test on iPhone instead of iPad | Jorge Canizales | 2015-07-20 |
* | Filter xcodebuild output, fix return code, and leave make to the podspec | Jorge Canizales | 2015-07-20 |
* | Script to build the ObjC plugin, generate code, and run tests | Jorge Canizales | 2015-07-20 |
* | Share AllTests scheme, without the local RouteGuide tests | Jorge Canizales | 2015-07-20 |
* | Remove Cocoapods warning of OTHER_LDFLAGS | Jorge Canizales | 2015-07-18 |
* | id<GRXWriter> -> GRXWriter * in the tests | Jorge Canizales | 2015-07-17 |
* | Increase timeout of tests to remove flakes. | Jorge Canizales | 2015-07-15 |
* | Merge pull request #2302 from jcanizales/point-to-protobuf-head | Michael Lumish | 2015-07-08 |
|\ |
|
| * | Point tests Podfile to Protobuf submodule instead of release | Jorge Canizales | 2015-07-06 |
* | | Rename HTTP2Path -> HTTPPath | Jorge Canizales | 2015-07-04 |
* | | Move ProtoMethod to ProtoRPC package | Jorge Canizales | 2015-07-04 |
* | | Rename GRPCMethodName->ProtoMethod | Jorge Canizales | 2015-07-04 |
| * | Point tests Podfile to head protobuf podspec | Jorge Canizales | 2015-07-04 |
|/ |
|
* | Changed argument names in Objective-C generated code | murgatroid99 | 2015-06-25 |
* | Import headers based on path in the tests project | Jorge Canizales | 2015-06-23 |
* | Drop repeated response headers. | Jorge Canizales | 2015-06-13 |
* | Test call and error metadata are the same. | Jorge Canizales | 2015-06-13 |
* | Let set NSDictionary as headers, and init the property (not nil) | Jorge Canizales | 2015-06-13 |
* | Add test to set and read headers. Flaky!! | Jorge Canizales | 2015-06-13 |
* | Cleanup GRPCClientTests.m | Jorge Canizales | 2015-06-13 |
* | Use grpc-common’s route_guide in local tests | Jorge Canizales | 2015-06-04 |
* | Generate RouteGuide code on pod install | Jorge Canizales | 2015-06-04 |