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.h
Commit message (
Expand
)
Author
Age
*
Revert format changes of unrelated files
Muxi Yan
2016-10-28
*
clang-format format clean
Muxi Yan
2016-10-25
*
Name revision
Muxi Yan
2016-10-02
*
ObjC API update
Muxi Yan
2016-09-30
*
Use NS_OPTIONS flags for ObjC API
Muxi Yan
2016-09-28
*
Allow more general flags to be passed to ObjC API
Muxi Yan
2016-09-28
*
Update grpc objc API for support of PUT method
Muxi Yan
2016-09-27
*
added comment about host parameter format (issue 4147)
Makarand Dharmapurikar
2016-06-07
*
Prevent warnings on dictionaries w/o string keys
Jorge Canizales
2015-12-17
*
Mark the GRPCRequestHeaders protocol deprecated
Jorge Canizales
2015-12-03
*
Add the protocol back for backward compatibility.
Jorge Canizales
2015-12-03
*
Makes GRPCRequestHeaders a NSMutableDictionary
Jorge Canizales
2015-12-03
*
Undo Cocoadoc’ing TODO line.
Jorge Canizales
2015-10-26
*
Reformat comments as Cocoadocs
Jorge Canizales
2015-10-26
*
Test file: GRPCCall.h
Jorge Canizales
2015-10-25
*
Make request headers a @property property.
Jorge Canizales
2015-09-03
*
Remove unneeded include of grpc.h
Jorge Canizales
2015-09-03
*
Manually merge release-0_11 into make-errors-public-beta to solve conflict
Jorge Canizales
2015-09-03
|
\
*
|
Make the error domain and codes public and documented.
Jorge Canizales
2015-09-03
|
*
nit: Documentation and formatting.
Jorge Canizales
2015-09-02
|
*
Make the grpc_metadataArray property private.
Jorge Canizales
2015-09-02
|
*
Publish GRPCRequestHeaders as a protocol
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
|
/
*
Document not to modify headers after start
Jorge Canizales
2015-08-12
*
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
*
nit: Comment formatting
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
*
Subclass GRXWriter instead of conforming to protocol
Jorge Canizales
2015-07-17
*
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
*
Import headers based on path in the runtime libraries
Jorge Canizales
2015-06-23
*
Specify responseMetadata structure
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 #import paths from RxLibrary -> gRPC
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
*
Imports code of the generic gRPC client library.
Jorge Canizales
2015-02-17