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
Commit message (
Expand
)
Author
Age
*
Refer simplifying script with xctool.
Jorge Canizales
2015-07-20
*
Remove unneeded error trap.
Jorge Canizales
2015-07-20
*
Simplify xcodebuild’s output filter regex
Jorge Canizales
2015-07-20
*
Test on iPhone instead of iPad
Jorge Canizales
2015-07-20
*
Filter xcodebuild output, fix return code, and leave make to the podspec
Jorge Canizales
2015-07-20
*
Always use the locally-built plugin for tests
Jorge Canizales
2015-07-20
*
Script to build the ObjC plugin, generate code, and run tests
Jorge Canizales
2015-07-20
*
Share AllTests scheme, without the local RouteGuide tests
Jorge Canizales
2015-07-20
*
Merge pull request #2526 from jcanizales/accept-nil-container
Michael Lumish
2015-07-20
|
\
*
\
Merge pull request #2525 from jcanizales/fix-emptywriter
Michael Lumish
2015-07-20
|
\
\
*
\
\
Merge pull request #2501 from jcanizales/gpr-inf-future
Michael Lumish
2015-07-20
|
\
\
\
*
\
\
\
Merge pull request #2500 from jcanizales/remove-cocoapods-warning
Michael Lumish
2015-07-20
|
\
\
\
\
|
|
|
|
*
Accept [GRXWriter writerWithContainer:nil] for consistency with the rest
Jorge Canizales
2015-07-19
|
|
|
*
|
Fix [GRXWriter emptyWriter] not being reusable.
Jorge Canizales
2015-07-19
|
|
|
|
/
|
|
*
/
Fix C library gpr_inf_future breakage
Jorge Canizales
2015-07-18
|
|
|
/
|
*
/
Remove Cocoapods warning of OTHER_LDFLAGS
Jorge Canizales
2015-07-18
|
|
/
*
|
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
|
/
*
Remove GRXWriter wrappers that are now unnecessary
Jorge Canizales
2015-07-17
*
Subclass GRXWriter instead of conforming to protocol
Jorge Canizales
2015-07-17
*
id<GRXWriter> -> GRXWriter * in the tests
Jorge Canizales
2015-07-17
*
id<GRXWriter> -> GRXWriter * in the runtime
Jorge Canizales
2015-07-17
*
Separate GRXForwardingWriter, delete the protocol
Jorge Canizales
2015-07-17
*
Increase timeout of tests to remove flakes.
Jorge Canizales
2015-07-15
*
Merge pull request #2302 from jcanizales/point-to-protobuf-head
Michael Lumish
2015-07-08
|
\
*
|
Don’t use containsString as it’s iOS 8 only
Jorge Canizales
2015-07-07
|
*
Point tests Podfile to Protobuf submodule instead of release
Jorge Canizales
2015-07-06
*
|
Rename HTTP2Path -> HTTPPath
Jorge Canizales
2015-07-04
*
|
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
|
*
Point tests Podfile to head protobuf podspec
Jorge Canizales
2015-07-04
|
/
*
Minor: add TODO to improve an error message.
Jorge Canizales
2015-06-29
*
Don’t import Protobuf runtime using Cocoapods paths
Jorge Canizales
2015-06-29
*
Add roots.pem bundle to the Bazel target, and use a better bundle name.
Jorge Canizales
2015-06-28
*
Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes
Jorge Canizales
2015-06-25
|
\
*
\
Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
Jorge Canizales
2015-06-25
|
\
\
|
|
*
Changed argument names in Objective-C generated code
murgatroid99
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 sample app
Jorge Canizales
2015-06-23
*
|
Import headers based on path in the tests project
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
[next]