Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Return nil instead of assert when the test certs can’t be read | Jorge Canizales | 2015-08-05 | |
| | | ||||
* | | Undo forward-declaring grpc_channel_args, which isn’t a struct! | Jorge Canizales | 2015-08-05 | |
| | | | | | | | | It’s a typedef of an anonymous struct. | |||
* | | Fix breakage (struct before undefined structs) | Jorge Canizales | 2015-08-05 | |
| | | ||||
* | | Forward-declare structs in GRPCSecureChannel.h | Jorge Canizales | 2015-08-05 | |
| | | | | | | | | And add warning about using custom certificates or name override if not testing. | |||
* | | Make GRPCHost cache thread-safe. | Jorge Canizales | 2015-08-05 | |
| | | ||||
* | | Document intention of hostURL.port conditional check. | Jorge Canizales | 2015-08-05 | |
| | | ||||
* | | Forward-declare GRPCCompletionQueue and grpc_call | Jorge Canizales | 2015-08-05 | |
| | | ||||
* | | Forward-declare grpc_channel and specify ownership semantics | Jorge Canizales | 2015-08-05 | |
| | | ||||
| * | Update Objective-C | Craig Tiller | 2015-08-05 | |
| | | ||||
* | | Fixup: mark CertificatesAtPath static | Jorge Canizales | 2015-08-03 | |
| | | ||||
* | | Fixup: GRPCChannel.unmanagedChannel back to readonly | Jorge Canizales | 2015-08-03 | |
| | | ||||
| * | Merge pull request #2774 from jcanizales/diagnose-jenkins | Michael Lumish | 2015-08-03 | |
| |\ | | | | | | | Have the tests preferably use the protoc compiled by make. | |||
| | * | 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 | |
| | | | ||||
* | | | GRPCChannel with NULL grpc_channel is nil. | Jorge Canizales | 2015-08-01 | |
| | | | ||||
* | | | Clarify comments in GRPCHost.m | Jorge Canizales | 2015-08-01 | |
| | | | ||||
* | | | Let register SSL config per-host. | Jorge Canizales | 2015-08-01 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Surfaced in GRPCCall+Tests.h Add GRPCHost to store channel config, and to create channels on demand with that config. GRPCChannels and configs are cached together. GRPCSecureChannel is now initialized with (nullable) path to a certificates file and (nullable) name override. The same mechanism will be used for creating insecure channels, removing the ability to do it by specifying the HTTP scheme in the address (which was deemed too subtle for its implications). | |||
* | | | Remove GRPCChannel-initWithHost to simplify implementation | Jorge Canizales | 2015-08-01 | |
| | | | ||||
* | | | Encapsulate grpc_call creation inside GRPCChannel | Jorge Canizales | 2015-08-01 | |
| | | | ||||
* | | | Move _channel from GRPCCall into GRPCWrappedCall | Jorge Canizales | 2015-08-01 | |
|/ / | ||||
* | | Update doc in GRPCCompletionQueue.h | 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 | |
|/ | ||||
* | Merge pull request #2663 from jcanizales/run-test-server-locally | Michael Lumish | 2015-07-31 | |
|\ | | | | | Run test server locally | |||
| * | Make plugin & server, and pod install via run_tests.py | Jorge Canizales | 2015-07-30 | |
| | | ||||
| * | Ensure the tests podspecs find the plugin they make | Jorge Canizales | 2015-07-30 | |
| | | ||||
| * | Have tests podspecs make only the ObjC plugin | 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 | |
| | | | | | | | | They don’t work against the local server. | |||
| * | 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 | |
| | | ||||
* | | ObjC formatting fix | Craig Tiller | 2015-07-22 | |
| | | ||||
* | | Rename grpc_channel_create to grpc_insecure_channel_create | Craig Tiller | 2015-07-21 | |
|/ | ||||
* | 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 | |
|\ | | | | | Accept [GRXWriter writerWithContainer:nil] for consistency with the rest | |||
* \ | Merge pull request #2525 from jcanizales/fix-emptywriter | Michael Lumish | 2015-07-20 | |
|\ \ | | | | | | | Fix [GRXWriter emptyWriter] not being reusable. | |||
* \ \ | Merge pull request #2501 from jcanizales/gpr-inf-future | Michael Lumish | 2015-07-20 | |
|\ \ \ | | | | | | | | | Fix C library gpr_inf_future breakage | |||
* \ \ \ | Merge pull request #2500 from jcanizales/remove-cocoapods-warning | Michael Lumish | 2015-07-20 | |
|\ \ \ \ | | | | | | | | | | | Remove Cocoapods warning of OTHER_LDFLAGS | |||
| | | | * | 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 | |
| | | |/ |