aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient
Commit message (Collapse)AuthorAge
...
* Rename grpc_channel_create to grpc_insecure_channel_createGravatar Craig Tiller2015-07-21
|
* Merge pull request #2501 from jcanizales/gpr-inf-futureGravatar Michael Lumish2015-07-20
|\ | | | | Fix C library gpr_inf_future breakage
| * Fix C library gpr_inf_future breakageGravatar Jorge Canizales2015-07-18
| |
* | Make the call retain cycle explicit and encapsulated within GRPCCall.mGravatar Jorge Canizales2015-07-18
| |
* | ConcurrentWriteable: NSData *message -> id valueGravatar Jorge Canizales2015-07-18
| |
* | Rename GRPCDelegateWrapper -> GRXConcurrentWriteableGravatar Jorge Canizales2015-07-18
|/ | | | And move it to the RxLibrary.
* Subclass GRXWriter instead of conforming to protocolGravatar Jorge Canizales2015-07-17
|
* id<GRXWriter> -> GRXWriter * in the runtimeGravatar Jorge Canizales2015-07-17
|
* Don’t use containsString as it’s iOS 8 onlyGravatar Jorge Canizales2015-07-07
|
* Move ProtoMethod to ProtoRPC packageGravatar Jorge Canizales2015-07-04
|
* Rename interface->serviceGravatar Jorge Canizales2015-07-04
|
* Rename GRPCMethodName->ProtoMethodGravatar Jorge Canizales2015-07-04
|
* Add roots.pem bundle to the Bazel target, and use a better bundle name.Gravatar Jorge Canizales2015-06-28
|
* Merge pull request #2211 from murgatroid99/objective_c_retain_cycleGravatar Jorge Canizales2015-06-25
|\ | | | | Fixed retain cycles in GRPCWrappedCall.m
| * Fixed name in commentsGravatar murgatroid992015-06-25
| |
| * Fixed 'retain cycle' warnings in GRPCWrappedCall.mGravatar murgatroid992015-06-24
| |
* | Remove const cast warning in GRPCSecureChannel.mGravatar murgatroid992015-06-24
|/
* Merge pull request #2195 from jcanizales/rewrite-grpcclient-includesGravatar Michael Lumish2015-06-24
|\ | | | | Have Cocoapods rename includes in the core wrapper
| * Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 .
* | Import headers based on path in the runtime librariesGravatar Jorge Canizales2015-06-23
|/ | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Document why a grpc_op ivar, and the role of -finishGravatar Jorge Canizales2015-06-21
|
* Simplify GRPCOps implementationsGravatar Jorge Canizales2015-06-21
|
* Output call_error numberGravatar Jorge Canizales2015-06-21
|
* Ensure op flags don't have garbage from mallocGravatar Jorge Canizales2015-06-21
| | | | And free ops_array that was leaking.
* Merge pull request #2108 from jcanizales/disallow-started-writersGravatar Michael Lumish2015-06-17
|\ | | | | Disallow started request writers on GRPCCall init
| * Disallow started request writers on GRPCCall initGravatar Jorge Canizales2015-06-17
| |
* | Fix NPE for trying to add metadata to error when it was nilGravatar Jorge Canizales2015-06-15
|/
* Specify responseMetadata structureGravatar Jorge Canizales2015-06-13
|
* Drop repeated response headers.Gravatar Jorge Canizales2015-06-13
|
* Merge trailers into responseMetadata. Add it to NSError.Gravatar Jorge Canizales2015-06-13
|
* Let set NSDictionary as headers, and init the property (not nil)Gravatar Jorge Canizales2015-06-13
|
* Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
|
* Merge pull request #1866 from dgquintas/stack-allocate-bb-readerGravatar Craig Tiller2015-06-02
|\ | | | | Removed grpc_byte_buffer_reader_{create,destroy}.
* | Disallow NSString headers with -bin suffixGravatar Jorge Canizales2015-06-02
| |
* | Fix NSDictionary <-> metadata codecGravatar Jorge Canizales2015-06-02
| |
| * Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
|/ | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* Fix problem loading certs for tests of library projectsGravatar Jorge Canizales2015-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.
* s/didFinishWithError/writesFinishedWithErrorGravatar Jorge Canizales2015-05-19
|
* s/didReceiveValue/writeValueGravatar Jorge Canizales2015-05-19
|
* Made cache thread-safeGravatar murgatroid992015-05-14
|
* Added channel caching by host stringGravatar murgatroid992015-05-14
|
* Ignore .DS_Store filesGravatar murgatroid992015-05-11
|
* Updated Objective C code to match completion queue changesGravatar murgatroid992015-05-08
|
* Resolved some commentsGravatar murgatroid992015-05-01
|
* Fixed ivar names and commentsGravatar murgatroid992015-04-29
|
* Simplified startBatch, resolved commentsGravatar murgatroid992015-04-29
|
* Moved deallocation code to the right placeGravatar murgatroid992015-04-29
|
* Added nil check in GRPCWrappedCall initializerGravatar murgatroid992015-04-29
|
* Fixed missing incrementGravatar murgatroid992015-04-29
|
* Removed thrown error in one caseGravatar murgatroid992015-04-29
|