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
/
tests
Commit message (
Expand
)
Author
Age
*
Formatting and documentation
Jorge Canizales
2015-08-03
*
Use the protoc made when one isn’t yet installed
Jorge Canizales
2015-08-03
*
Reactivate Cocoapods error output
Jorge Canizales
2015-08-02
*
Fail early and explicitly if protoc, pod, or xcodebuild are missing
Jorge Canizales
2015-08-02
*
Make plugin & server, and pod install via run_tests.py
Jorge Canizales
2015-07-30
*
Generate deterministic UUIDs in the Pods project
Jorge Canizales
2015-07-30
*
Disable tests: unknown method and bad access token
Jorge Canizales
2015-07-24
*
Temporarily point tests to localhost
Jorge Canizales
2015-07-24
*
Compile and run locally the interop C++ server before the tests
Jorge Canizales
2015-07-24
*
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
*
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
*
Remove Cocoapods warning of OTHER_LDFLAGS
Jorge Canizales
2015-07-18
*
id<GRXWriter> -> GRXWriter * in the tests
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
|
\
|
*
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 GRPCMethodName->ProtoMethod
Jorge Canizales
2015-07-04
|
*
Point tests Podfile to head protobuf podspec
Jorge Canizales
2015-07-04
|
/
*
Changed argument names in Objective-C generated code
murgatroid99
2015-06-25
*
Import headers based on path in the tests project
Jorge Canizales
2015-06-23
*
Drop repeated response headers.
Jorge Canizales
2015-06-13
*
Test call and error metadata are the same.
Jorge Canizales
2015-06-13
*
Let set NSDictionary as headers, and init the property (not nil)
Jorge Canizales
2015-06-13
*
Add test to set and read headers. Flaky!!
Jorge Canizales
2015-06-13
*
Cleanup GRPCClientTests.m
Jorge Canizales
2015-06-13
*
Use grpc-common’s route_guide in local tests
Jorge Canizales
2015-06-04
*
Generate RouteGuide code on pod install
Jorge Canizales
2015-06-04
*
Point test and sample podfiles to protobuf release
Jorge Canizales
2015-06-04
*
Add RemoteTests as GRPCClientTests to tests project
Jorge Canizales
2015-05-31
*
Add SampleTests as LocalClearTextTests to tests project
Jorge Canizales
2015-05-31
*
Add RouteGuideClient to tests’ Podfile
Jorge Canizales
2015-05-31
*
Add RemoteProtoTests as InteropTests to tests project
Jorge Canizales
2015-05-30
*
Add RemoteTestClient to tests' Podfile
Jorge Canizales
2015-05-30
*
Remove empty class AllTests
Jorge Canizales
2015-05-29
*
Add a few unit tests for GRX
Jorge Canizales
2015-05-29
*
Install GRX into RxLibraryUnitTests.m
Jorge Canizales
2015-05-29
*
Podfile to link RxLibrary to its unit tests
Jorge Canizales
2015-05-29
*
Minimal "test library" project
Jorge Canizales
2015-05-29