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
/
GRPCCall.m
Commit message (
Expand
)
Author
Age
*
Update copyrights
Craig Tiller
2016-03-31
*
Fixing copyrights.
Nicolas "Pixel" Noble
2016-03-21
*
For GRPCOperation's, ensure finish _handler can only be called once, and rele...
Nicolas "Pixel" Noble
2016-03-21
*
Add monitoring of connectivity
Jorge Canizales
2016-03-11
*
Makes GRPCRequestHeaders a NSMutableDictionary
Jorge Canizales
2015-12-03
*
Make request headers a @property property.
Jorge Canizales
2015-09-03
*
Publish GRPCRequestHeaders as a protocol
Jorge Canizales
2015-09-02
*
Remove -[asDictionary]
Jorge Canizales
2015-09-02
*
Make GRPCRequestHeaders public and import from GRPCCall
Jorge Canizales
2015-09-02
*
Added class for setting request headers on a call
murgatroid99
2015-09-01
*
Put both headers and trailers in the error.userInfo
Jorge Canizales
2015-08-12
*
Turn allResponseMetadata into *Headers and *Trailers
Jorge Canizales
2015-08-12
*
More requestMetadata -> requestHeaders renaming
Jorge Canizales
2015-08-12
*
Rename responseMetadata -> allResponseMetadata
Jorge Canizales
2015-08-12
*
Rename requestMetadata -> requestHeaders
Jorge Canizales
2015-08-12
*
Don’t retain self here!
Jorge Canizales
2015-08-08
*
Don’t set the request writer to nil, as @synchr(nil) is undefined behavior.
Jorge Canizales
2015-08-08
*
Rename super-confusing ivar _self -> _retainSelf
Jorge Canizales
2015-08-08
*
Eliminate race in GRPCCall’s operation of the requests writer
Jorge Canizales
2015-08-07
*
Return nil instead of assert when the test certs can’t be read
Jorge Canizales
2015-08-05
*
Move _channel from GRPCCall into GRPCWrappedCall
Jorge Canizales
2015-08-01
*
Unused ivar in GRPCCall.m
Jorge Canizales
2015-08-01
*
grpc_init() is already called in GRPCWrappedCall
Jorge Canizales
2015-08-01
*
GRPCCall.m formatting.
Jorge Canizales
2015-08-01
*
Make the call retain cycle explicit and encapsulated within GRPCCall.m
Jorge Canizales
2015-07-18
*
ConcurrentWriteable: NSData *message -> id value
Jorge Canizales
2015-07-18
*
Rename GRPCDelegateWrapper -> GRXConcurrentWriteable
Jorge Canizales
2015-07-18
*
id<GRXWriter> -> GRXWriter * in the runtime
Jorge Canizales
2015-07-17
*
Move ProtoMethod to ProtoRPC package
Jorge Canizales
2015-07-04
*
Rename GRPCMethodName->ProtoMethod
Jorge Canizales
2015-07-04
*
Have Cocoapods rename includes in the core wrapper
Jorge Canizales
2015-06-23
*
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
|
/
*
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
*
s/didFinishWithError/writesFinishedWithError
Jorge Canizales
2015-05-19
*
s/didReceiveValue/writeValue
Jorge Canizales
2015-05-19
*
Fixed ivar names and comments
murgatroid99
2015-04-29
*
Updated GRPCCall comments and spacing
murgatroid99
2015-04-28
*
Changed message handling, fixed line lengths
murgatroid99
2015-04-28
*
Rewrote comment to match changes
murgatroid99
2015-04-27
*
Simplified an initializer call
murgatroid99
2015-04-27
*
Fixed spacing
murgatroid99
2015-04-27
*
Made startBatch more strongly typed
murgatroid99
2015-04-27
*
Addressed review comments
murgatroid99
2015-04-24
*
Migrated Objective C library to C batch API
murgatroid99
2015-04-24
*
Working podspecs for gRPC core & wrapper
Jorge Canizales
2015-04-21
*
include .m in check_copyright.py
Yang Gao
2015-02-20
*
Adds copyright notices to the GRPCClient files.
Jorge Canizales
2015-02-18
[next]