Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Use grpc-common’s route_guide in local tests | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Generate RemoteTest code on podspec install | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Generate RouteGuide code on pod install | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Fix version reqs in generated podspecs | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Point test and sample podfiles to protobuf release | Jorge Canizales | 2015-06-04 | |
| | ||||
* | Merge pull request #1866 from dgquintas/stack-allocate-bb-reader | Craig Tiller | 2015-06-02 | |
|\ | | | | | Removed grpc_byte_buffer_reader_{create,destroy}. | |||
* | | Disallow NSString headers with -bin suffix | Jorge Canizales | 2015-06-02 | |
| | | ||||
* | | Fix NSDictionary <-> metadata codec | Jorge Canizales | 2015-06-02 | |
| | | ||||
| * | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 | |
|/ | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | |||
* | Merge pull request #1848 from jcanizales/simplify-sample-app | Michael Lumish | 2015-06-01 | |
|\ | | | | | Make sample app easier to understand | |||
* \ | Merge pull request #1847 from jcanizales/finish-moving-tests-out | Michael Lumish | 2015-06-01 | |
|\ \ | | | | | | | Finish moving tests out of the sample app, into the tests project | |||
* \ \ | Merge pull request #1845 from jcanizales/move-tests-off-sample | Michael Lumish | 2015-06-01 | |
|\ \ \ | | | | | | | | | Move interop tests to new tests project | |||
* \ \ \ | Merge pull request #1839 from jcanizales/fix-certs-bundle | Michael Lumish | 2015-06-01 | |
|\ \ \ \ | | | | | | | | | | | Fix problem loading certs for tests of library projects | |||
* \ \ \ \ | Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readme | Michael Lumish | 2015-06-01 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix podspec example in README to work with dir hierarchies | |||
| | | | | * | Make sample app easier to understand | Jorge Canizales | 2015-05-31 | |
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the launch screen. - Add a label explaining where to look for the code and results. - Delete unnecessary boilerplate code. | |||
| | | | * | Remove remaining tests and RouteGuide from sample app | Jorge Canizales | 2015-05-31 | |
| | | | | | ||||
| | | | * | Add RemoteTests as GRPCClientTests to tests project | Jorge Canizales | 2015-05-31 | |
| | | | | | ||||
| | | | * | Add SampleTests as LocalClearTextTests to tests project | Jorge Canizales | 2015-05-31 | |
| | | | | | ||||
| | | | * | Add RouteGuideClient to tests’ Podfile | Jorge Canizales | 2015-05-31 | |
| | | | | | ||||
| | | | * | Move RouteGuideClient to generated_libraries/ | Jorge Canizales | 2015-05-31 | |
| | | |/ | ||||
| | | * | Delete RemoteProtoTests from sample app | Jorge Canizales | 2015-05-30 | |
| | | | | ||||
| | | * | Add RemoteProtoTests as InteropTests to tests project | Jorge Canizales | 2015-05-30 | |
| | | | | ||||
| | | * | Add RemoteTestClient to tests' Podfile | Jorge Canizales | 2015-05-30 | |
| | | | | ||||
| | | * | Point Podfile of sample app to new RemoteTestsClient location | Jorge Canizales | 2015-05-30 | |
| | | | | ||||
| | | * | Move RemoteTestClient files to /objective-c | Jorge Canizales | 2015-05-30 | |
| |_|/ |/| | | | | | | | | The tests are going to use it too | |||
| | * | Fix problem loading certs for tests of library projects | Jorge Canizales | 2015-05-30 | |
| | | | | | | | | | | | | | | | In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects. Also makes the library load the certificates only once. | |||
| * | | Fix podspec example in README to work with dir hierarchies | Jorge Canizales | 2015-05-29 | |
| |/ | | | | | Because the sample protos were all in a flat directory, I hadn't noticed the issue. | |||
* | | Remove empty class AllTests | Jorge Canizales | 2015-05-29 | |
| | | ||||
* | | Add a few unit tests for GRX | Jorge Canizales | 2015-05-29 | |
| | | ||||
* | | Install GRX into RxLibraryUnitTests.m | Jorge Canizales | 2015-05-29 | |
| | | ||||
* | | Podfile to link RxLibrary to its unit tests | Jorge Canizales | 2015-05-29 | |
| | | ||||
* | | Minimal "test library" project | Jorge Canizales | 2015-05-29 | |
|/ | ||||
* | Fix for changed parseFromData: signature (now parseFromData:error:) | Marc Wandschneider | 2015-05-27 | |
| | ||||
* | Move anchors above headers, so TOC links work properly | Jorge Canizales | 2015-05-26 | |
| | ||||
* | Update README.md | Jorge Canizales | 2015-05-26 | |
| | ||||
* | Add TOC and anchors in the headers | Jorge Canizales | 2015-05-26 | |
| | ||||
* | Add simpler instructions for ObjC (using Homebrew) | Jorge Canizales | 2015-05-26 | |
| | | | It also clarifies the Cocoapods part for people new to Cocoapods, and links to the sample app for examples on how to use the generated library. | |||
* | Merge pull request #1715 from jcanizales/fixes-evil-typo | Michael Lumish | 2015-05-21 | |
|\ | | | | | Fix typo in README commands to compile protos! | |||
| * | Fix typo in README commands to compile protos! | Jorge Canizales | 2015-05-21 | |
| | | | | | | Let's fix this before everybody hates me. | |||
* | | Point sample app to official protobuf podspec | Jorge Canizales | 2015-05-21 | |
|/ | ||||
* | Fixed writer comment | murgatroid99 | 2015-05-20 | |
| | ||||
* | Fixed boolean variable | murgatroid99 | 2015-05-20 | |
| | ||||
* | Added cancel_after_first_response test | murgatroid99 | 2015-05-20 | |
| | ||||
* | Merge pull request #1671 from jcanizales/add-codegen-instructions | Michael Lumish | 2015-05-20 | |
|\ | | | | | Add instructions to generate code and integrate it | |||
* \ | Merge pull request #1664 from jcanizales/renames-grx-writeable-methods | Michael Lumish | 2015-05-20 | |
|\ \ | | | | | | | Rename GRXWriteable methods | |||
| | * | Add instructions to generate code and integrate it | Jorge Canizales | 2015-05-19 | |
| |/ |/| | ||||
| * | s/didFinishWithError/writesFinishedWithError | Jorge Canizales | 2015-05-19 | |
| | | ||||
| * | s/didReceiveValue/writeValue | Jorge Canizales | 2015-05-19 | |
| | | ||||
* | | Copy values before buffering them. | Jorge Canizales | 2015-05-18 | |
| | | | | | | | | So they aren’t mutated before being written later. | |||
* | | Add warning about the perils of buffering without bounds | Jorge Canizales | 2015-05-18 | |
|/ |