Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed format issues | Yuchen Zeng | 2016-06-21 |
| | |||
* | Addressed review comments | Yuchen Zeng | 2016-06-21 |
| | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues | ||
* | Merge remote-tracking branch 'upstream/master' into ios-test | Yuchen Zeng | 2016-06-20 |
|\ | |||
* | | Enable treating warnings as errors for target gRPC | Yuchen Zeng | 2016-06-20 |
| | | |||
* | | Enable treating warnings as errors in objc tests | Yuchen Zeng | 2016-06-15 |
| | | |||
| * | fix terminal encoding for cocoapods | Jan Tattermusch | 2016-06-14 |
| | | |||
| * | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-06-13 |
|/| | |||
* | | Style guide related feedback fixes. | Makarand Dharmapurikar | 2016-05-26 |
| | | |||
* | | Slight change to surface API. | Makarand Dharmapurikar | 2016-05-25 |
| | | |||
| * | Merge pull request #6671 from jcanizales/move-to-cocoapods-1 | makdharma | 2016-05-25 |
| |\ | | | | | | | Move tests to Cocoapods 1.0.0 | ||
* | | | Cosmetic changes to address feedback. | Makarand Dharmapurikar | 2016-05-25 |
| | | | |||
* | | | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 |
|/ / | |||
| * | Disable deterministic UUIDs in the test Podfile | Jorge Canizales | 2016-05-20 |
| | | |||
| * | Update tests XCode project to Cocoapods 1.0.0 | Jorge Canizales | 2016-05-20 |
| | | |||
* | | Test that GRPCCall transitions states properly | Jorge Canizales | 2016-04-30 |
| | | |||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge pull request #5722 from jcanizales/fix-writeable | Jan Tattermusch | 2016-03-14 |
|\ \ | | | | | | | Make GRXWriteable with single handler robust against streaming Writers | ||
* | | | Disabling iOS user-agent test. | Nicolas "Pixel" Noble | 2016-03-11 |
| | | | |||
| * | | Test robustness of WriteableSingleHandler against non-single Writers | Jorge Canizales | 2016-03-11 |
|/ / | |||
| * | Update Podfile for CocoaPods 1.0 changes requiring more fields and the ↵ | Paul Querna | 2016-03-03 |
|/ | | | | removal of link_with in podspec. | ||
* | Another nit fix.. | Makarand Dharmapurikar | 2016-02-26 |
| | |||
* | fixed indentation and removed unnecessary empty line | Makarand Dharmapurikar | 2016-02-26 |
| | |||
* | Added a test to verify user agent prefix can be set correctly. | Makarand Dharmapurikar | 2016-02-26 |
| | |||
* | Fixing format and copyright. | Nicolas "Pixel" Noble | 2016-02-25 |
| | |||
* | Order change of includes. | Makarand Dharmapurikar | 2016-02-24 |
| | |||
* | Reverted a change, removed empty test. | Makarand Dharmapurikar | 2016-02-24 |
| | |||
* | Fixed nits. | Makarand Dharmapurikar | 2016-02-24 |
| | |||
* | Addressed feedback from @jcanizales | Makarand Dharmapurikar | 2016-02-23 |
| | |||
* | Added tests for code coverage | Test User | 2016-02-18 |
| | |||
* | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | |||
* | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 |
| | |||
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |
| | |||
* | Merge pull request #4223 from jcanizales/filter-protobuf-warnings | Michael Lumish | 2015-12-01 |
|\ | | | | | Filter Protobuf nullable warnings | ||
| * | Filter Protobuf nullable warnings | Jorge Canizales | 2015-12-01 |
| | | |||
* | | Adjust version requirements through samples and tests. | Jorge Canizales | 2015-11-25 |
|/ | |||
* | Remove unused RouteGuideClient and move RemoteTestClient to tests | Benny Wong | 2015-11-12 |
| | | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393 | ||
* | Fixup: Target name changed. | Jorge Canizales | 2015-10-28 |
| | |||
* | Fix documentation of tests | Jorge Canizales | 2015-10-28 |
| | |||
* | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
| | | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. | ||
* | Remove outdated routeguide test | Jorge Canizales | 2015-10-28 |
| | | | Eventually all samples will be tested. | ||
* | change objc | yang-g | 2015-10-01 |
| | |||
* | Removed comment from code generation and updated tests | Nate Kibler | 2015-09-25 |
| | |||
* | change test too | yang-g | 2015-08-31 |
| | |||
* | 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 |
| |