Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2526 from jcanizales/accept-nil-container | 2015-07-20 | |
|\ | | | | | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest | ||
* \ | Merge pull request #2525 from jcanizales/fix-emptywriter | 2015-07-20 | |
|\ \ | | | | | | | Fix [GRXWriter emptyWriter] not being reusable. | ||
| | * | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest | 2015-07-19 | |
| | | | |||
| * | | Fix [GRXWriter emptyWriter] not being reusable. | 2015-07-19 | |
| |/ | |||
* | | Make the call retain cycle explicit and encapsulated within GRPCCall.m | 2015-07-18 | |
| | | |||
* | | ConcurrentWriteable: NSData *message -> id value | 2015-07-18 | |
| | | |||
* | | Rename GRPCDelegateWrapper -> GRXConcurrentWriteable | 2015-07-18 | |
|/ | | | | And move it to the RxLibrary. | ||
* | Remove GRXWriter wrappers that are now unnecessary | 2015-07-17 | |
| | | | | | | With GRXWriter a subclass of all writers, we can map the requestsWriter directly without a dumb wrapper, and return GRXImmediateWriter objects where GRXWriter is expected. | ||
* | Subclass GRXWriter instead of conforming to protocol | 2015-07-17 | |
| | |||
* | id<GRXWriter> -> GRXWriter * in the runtime | 2015-07-17 | |
| | |||
* | Separate GRXForwardingWriter, delete the protocol | 2015-07-17 | |
| | |||
* | Import headers based on path in the runtime libraries | 2015-06-23 | |
| | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Merge pull request #1664 from jcanizales/renames-grx-writeable-methods | 2015-05-20 | |
|\ | | | | | Rename GRXWriteable methods | ||
| * | s/didFinishWithError/writesFinishedWithError | 2015-05-19 | |
| | | |||
| * | s/didReceiveValue/writeValue | 2015-05-19 | |
| | | |||
* | | Copy values before buffering them. | 2015-05-18 | |
| | | | | | | | | So they aren’t mutated before being written later. | ||
* | | Add warning about the perils of buffering without bounds | 2015-05-18 | |
|/ | |||
* | Adds GRXBufferedPipe | 2015-05-18 | |
| | |||
* | Adds basic runtime library and generated stub | 2015-04-22 | |
| | | | | | | | The stub is manually adapted: - to the evolved runtime, - as if generated with insertion points. | ||
* | Working podspecs for gRPC core & wrapper | 2015-04-21 | |
| | | | | | | | - Moves them to the root of the repo. - Makes them pass lint (except for the release tag warning). - Includes the script to rename time.h and string.h in the spec. - Fixes the #includes in the wrapper files. | ||
* | include .m in check_copyright.py | 2015-02-20 | |
| | |||
* | Fixes podspec of the RxLibrary | 2015-02-17 | |
| | |||
* | Fixes copyright notices | 2015-02-17 | |
| | |||
* | Adds podspec for RxLibrary and sample app | 2015-02-17 | |
| | |||
* | Imports code of the RX library. | 2015-02-17 | |