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
*
Expose :authority pseudo-header to Obj-C API.
thassss
2017-06-26
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Support configuring dispatch queue in GRPCCall and below
Muxi Yan
2017-04-05
*
Addressed the comments
Muxi Yan
2017-03-22
*
Add comment for ignoring errorHandler in GRPCOpSendMessage and TODO
Muxi Yan
2017-03-10
*
Add comments
Muxi Yan
2017-03-07
*
Add comment and fix a trivial
Muxi Yan
2017-03-07
*
Eliminate magic number 6
Muxi Yan
2017-03-07
*
Nit fixes
Muxi Yan
2017-02-08
*
Packet coalescing Objc layer and interop tests
Muxi Yan
2017-01-04
*
Use nil function instead of empty function
Muxi Yan
2016-10-28
*
Revert format changes in related files
Muxi Yan
2016-10-28
*
Create connectivityMonitor after call is set up
Muxi Yan
2016-10-25
*
clang-format format clean
Muxi Yan
2016-10-25
*
Fix stupid compiler error
Muxi Yan
2016-10-21
*
Do not finish call with error when switching between wifi and cellular
Muxi Yan
2016-10-21
*
Break retain cycle and fix bug
Muxi Yan
2016-10-21
*
Flush host when network connectivity changes
Muxi Yan
2016-10-20
*
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
*
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
Nicolas "Pixel" Noble
2016-09-08
|
\
|
*
Let tracing be enabled before starting an RPC
Jorge Canizales
2016-08-24
*
|
Merge pull request #7245 from muxi/fix-7181
makdharma
2016-07-18
|
\
\
|
|
/
|
/
|
|
*
Remove redundant comment
Muxi Yan
2016-07-14
|
*
Update error message when client does not enough memory to hold server response
Muxi Yan
2016-07-07
|
*
Fix error code when client run out of memory in Objective C code base
Muxi Yan
2016-07-06
*
|
Merge master into merge-0.14-into-master
Jorge Canizales
2016-06-30
|
\
|
*
|
Restore fix undid by https://github.com/grpc/grpc/pull/5893
Jorge Canizales
2016-06-28
*
|
Restore fix undid by https://github.com/grpc/grpc/pull/5893
Jorge Canizales
2016-06-24
|
*
Fixes #2868
Makarand Dharmapurikar
2016-06-14
|
/
*
Add state transitions to GRPCCall
Jorge Canizales
2016-04-30
*
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
[next]