index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
objective-c
/
GRPCClient
Commit message (
Expand
)
Author
Age
*
id<GRXWriter> -> GRXWriter * in the runtime
Jorge Canizales
2015-07-17
*
Don’t use containsString as it’s iOS 8 only
Jorge Canizales
2015-07-07
*
Move ProtoMethod to ProtoRPC package
Jorge Canizales
2015-07-04
*
Rename interface->service
Jorge Canizales
2015-07-04
*
Rename GRPCMethodName->ProtoMethod
Jorge Canizales
2015-07-04
*
Add roots.pem bundle to the Bazel target, and use a better bundle name.
Jorge Canizales
2015-06-28
*
Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
Jorge Canizales
2015-06-25
|
\
|
*
Fixed name in comments
murgatroid99
2015-06-25
|
*
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
murgatroid99
2015-06-24
*
|
Remove const cast warning in GRPCSecureChannel.m
murgatroid99
2015-06-24
|
/
*
Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes
Michael Lumish
2015-06-24
|
\
|
*
Have Cocoapods rename includes in the core wrapper
Jorge Canizales
2015-06-23
*
|
Import headers based on path in the runtime libraries
Jorge Canizales
2015-06-23
|
/
*
Document why a grpc_op ivar, and the role of -finish
Jorge Canizales
2015-06-21
*
Simplify GRPCOps implementations
Jorge Canizales
2015-06-21
*
Output call_error number
Jorge Canizales
2015-06-21
*
Ensure op flags don't have garbage from malloc
Jorge Canizales
2015-06-21
*
Merge pull request #2108 from jcanizales/disallow-started-writers
Michael Lumish
2015-06-17
|
\
|
*
Disallow started request writers on GRPCCall init
Jorge Canizales
2015-06-17
*
|
Fix NPE for trying to add metadata to error when it was nil
Jorge Canizales
2015-06-15
|
/
*
Specify responseMetadata structure
Jorge Canizales
2015-06-13
*
Drop repeated response headers.
Jorge Canizales
2015-06-13
*
Merge trailers into responseMetadata. Add it to NSError.
Jorge Canizales
2015-06-13
*
Let set NSDictionary as headers, and init the property (not nil)
Jorge Canizales
2015-06-13
*
Changes to byte_buffer based on comments.
David Garcia Quintas
2015-06-08
*
Merge pull request #1866 from dgquintas/stack-allocate-bb-reader
Craig Tiller
2015-06-02
|
\
*
|
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
|
/
*
Fix problem loading certs for tests of library projects
Jorge Canizales
2015-05-30
*
s/didFinishWithError/writesFinishedWithError
Jorge Canizales
2015-05-19
*
s/didReceiveValue/writeValue
Jorge Canizales
2015-05-19
*
Made cache thread-safe
murgatroid99
2015-05-14
*
Added channel caching by host string
murgatroid99
2015-05-14
*
Ignore .DS_Store files
murgatroid99
2015-05-11
*
Updated Objective C code to match completion queue changes
murgatroid99
2015-05-08
*
Resolved some comments
murgatroid99
2015-05-01
*
Fixed ivar names and comments
murgatroid99
2015-04-29
*
Simplified startBatch, resolved comments
murgatroid99
2015-04-29
*
Moved deallocation code to the right place
murgatroid99
2015-04-29
*
Added nil check in GRPCWrappedCall initializer
murgatroid99
2015-04-29
*
Fixed missing increment
murgatroid99
2015-04-29
*
Removed thrown error in one case
murgatroid99
2015-04-29
*
Simplified some batch code, resolved comments
murgatroid99
2015-04-29
*
Updated GRPCCall comments and spacing
murgatroid99
2015-04-28
*
Merged changes from master
murgatroid99
2015-04-28
|
\
*
|
Changed message handling, fixed line lengths
murgatroid99
2015-04-28
*
|
Rewrote comment to match changes
murgatroid99
2015-04-27
*
|
Re-added completion_queue_destroy call
murgatroid99
2015-04-27
*
|
Simplified an initializer call
murgatroid99
2015-04-27
[next]