Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #7219 from jcanizales/merge-0.14-into-master | makdharma | 2016-07-08 |
|\ | | | | | Merge 0.14 into master | ||
* \ | Merge pull request #7190 from dgquintas/bb_reader_error | Nicolas Noble | 2016-07-07 |
|\ \ | | | | | | | Return success status of grpc_byte_buffer_reader_init | ||
* \ \ | Merge pull request #7159 from jcanizales/p0-connectivity-app | kpayson64 | 2016-07-07 |
|\ \ \ | | | | | | | | | App to manually test behavior under changing connectivity conditions | ||
| | * \ | Merge branch 'complicated-syndrome-of-the-alien-kind' of ↵ | David Garcia Quintas | 2016-07-02 |
| | |\ \ | |_|/ / |/| | | | | | | | https://github.com/soltanmm/grpc into bb_reader_error | ||
| | | * | Fix examples to work with local gRPC-Core | Jorge Canizales | 2016-07-01 |
| | | | | |||
| | | * | Merge commit '20caeb182cbc152e7e038306a9b01f438f79ca41' into ↵ | Jorge Canizales | 2016-07-01 |
| | | |\ | |_|_|/ |/| | | | | | | | merge-0.14-into-master | ||
| | | * | Fix example Podfiles, and document better | Jorge Canizales | 2016-07-01 |
| | | | | |||
| | | * | Merge fixup: version, deployment target & spec name | Jorge Canizales | 2016-07-01 |
| | | | | |||
| | * | | Added comment for obj-c | David Garcia Quintas | 2016-06-30 |
| | | | | |||
| | * | | Added TODO for php. | David Garcia Quintas | 2016-06-30 |
| | | | | |||
| | * | | Return success status of grpc_byte_buffer_reader | David Garcia Quintas | 2016-06-30 |
| | | | | |||
* | | | | Merge pull request #6992 from y-zeng/auto-build-example | makdharma | 2016-06-30 |
|\ \ \ \ | |_|/ / |/| | | | Build objective-c examples as part of automatic tests | ||
| | | * | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-06-30 |
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks. | ||
* | | | | Merge pull request #6378 from jcanizales/let-invalidate-channels | Jan Tattermusch | 2016-06-30 |
|\ \ \ \ | | | | | | | | | | | Add a maybe-temporary way for apps to clear the channel cache | ||
* \ \ \ \ | Merge pull request #7120 from makdharma/issue6746 | Jan Tattermusch | 2016-06-30 |
|\ \ \ \ \ | | | | | | | | | | | | | fix for working with compressed data. Fixes #6746. | ||
| | | * | | | Add comments in build_example_test.sh | Yuchen Zeng | 2016-06-30 |
| | | | | | | |||
| | | | | * | Merge pull request #7132 from jcanizales/pander-to-pod-lint-core | makdharma | 2016-06-30 |
| | | | | |\ | | | | | | | | | | | | | | | Fix Cocoapods linter issues with gRPC-Core.podspec | ||
| | | * | | | | Use protoc and objc plugins built by run_test | Yuchen Zeng | 2016-06-29 |
| | | | | | | | |||
| | | | * | | | Add README.md explaining use of the app | Jorge Canizales | 2016-06-29 |
| | | | | | | | |||
| | | | * | | | Make RPCs on a loop | Jorge Canizales | 2016-06-29 |
| | | | | | | | |||
| | | | * | | | Add Podfile and pod install | Jorge Canizales | 2016-06-29 |
| | | | | | | | |||
| | | | | * | | Merge pull request #7129 from jcanizales/pander-to-pod-lint-boringssl | makdharma | 2016-06-29 |
| | | | | |\ \ | | | | | | | | | | | | | | | | | Fix Cocoapods linter issues with BoringSSL.podspec | ||
| | | | * | | | | Minimal iOS app | Jorge Canizales | 2016-06-29 |
| | | | | | | | | |||
| * | | | | | | | fixed compiler warning #2 | Makarand Dharmapurikar | 2016-06-29 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #7081 from y-zeng/build-example-travis | Jan Tattermusch | 2016-06-29 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | Build ObjC examples in travis | ||
| | * | | | | | | fixed a compiler warning | Makarand Dharmapurikar | 2016-06-29 |
| | | | | | | | | |||
| | | | | | | * | Divide gRPC-Core in Interface & Impl subspecs | Jorge Canizales | 2016-06-28 |
| | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This works around the Cocoapods' linter header_mapping_dir restrictions. Incidentally, it also removes the need to set build settings in the user target. | ||
| | | | | | * | BoringSSL: further documentation nit. | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL fixup: pqueue.h is removed in v4 | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL: move podspec to v4 | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL: Document podspec hacks | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL fixup: remove unneeded empty source file | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL: Intf and Impl subspecs. WIP | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL: Point to v3 tag in the repo | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | | * | BoringSSL: import all in the umbrella header | Jorge Canizales | 2016-06-28 |
| | | | | | | | |||
| | | | | * | | Merge pull request #7080 from jcanizales/p0-restore-connectivity-fix | makdharma | 2016-06-28 |
| | | | | |\ \ | | | | | | |/ | | | | | |/| | Restore fix undone by https://github.com/grpc/grpc/pull/5893 | ||
* | | | | | | | Merge pull request #7066 from y-zeng/ios-test | Jan Tattermusch | 2016-06-28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix InteropTests.m | ||
| | | * | | | | | Added another comment | Makarand Dharmapurikar | 2016-06-28 |
| | | | | | | | | |||
| | | * | | | | | Added a comment | Makarand Dharmapurikar | 2016-06-28 |
| | | | | | | | | |||
| | | * | | | | | fix for working with compressed data. Fixes #6746. | Makarand Dharmapurikar | 2016-06-28 |
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Using correct API that gives length of uncompressed data so correct amount of memory is allocated. | ||
| | | | | | * | Restore fix undid by https://github.com/grpc/grpc/pull/5893 | Jorge Canizales | 2016-06-28 |
| | | | | | | | | | | | | | | | | | | | | | That PR wasn’t tested nor reviewed adequately. | ||
| | | | * | | | Avoid using git checkout and git clean | Yuchen Zeng | 2016-06-27 |
| | | | | | | | |||
* | | | | | | | fixed indentation #2 | Makarand Dharmapurikar | 2016-06-27 |
| | | | | | | | |||
* | | | | | | | fixed indentation | Makarand Dharmapurikar | 2016-06-27 |
| | | | | | | | |||
* | | | | | | | fixes #7051 | Makarand Dharmapurikar | 2016-06-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed return type to GRPCCall * from ProtoRPC * | ||
| | * | | | | | Add .xcscheme files for ObjC examples | Yuchen Zeng | 2016-06-27 |
| | | | | | | | |||
* | | | | | | | Merge pull request #6906 from makdharma/2646 | Jan Tattermusch | 2016-06-25 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Pass NULL in the host parameter of grpc_channel_create_call | ||
| | * | | | | | Fix InteropTests.m | Yuchen Zeng | 2016-06-24 |
| | | | | | | | |||
| | | | * | | | Merge remote-tracking branch 'upstream/master' into auto-build-example | Yuchen Zeng | 2016-06-24 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | | | * | | | Add .xcscheme files for ObjC examples | Yuchen Zeng | 2016-06-24 |
| | | | | | | |