murgatroid99
25a2661d6d
Changed argument names in Objective-C generated code
10 years ago
murgatroid99
231103ba39
Fixed name in comments
10 years ago
murgatroid99
dbda969039
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
10 years ago
murgatroid99
4a77f3b311
Remove const cast warning in GRPCSecureChannel.m
10 years ago
Jorge Canizales
59bb9d7d56
Have Cocoapods rename includes in the core wrapper
...
Fixes https://github.com/grpc/grpc/issues/2194 .
10 years ago
Jorge Canizales
b8881399ee
Import headers based on path in sample app
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
c42a38e53b
Import headers based on path in the tests project
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
3936ed70c9
Import headers based on path in the runtime libraries
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Jorge Canizales
884870461d
Document why a grpc_op ivar, and the role of -finish
10 years ago
Jorge Canizales
8d99775295
Simplify GRPCOps implementations
10 years ago
Jorge Canizales
bae38d9d55
Output call_error number
10 years ago
Jorge Canizales
fb9509275f
Ensure op flags don't have garbage from malloc
...
And free ops_array that was leaking.
10 years ago
Jorge Canizales
6bbfcc3fec
Disallow started request writers on GRPCCall init
10 years ago
Jorge Canizales
beabcfd590
Link to official protobuf podspec in the README
...
It was still linking to my pull request's podspec.
10 years ago
Jorge Canizales
c58a1103b6
Fix NPE for trying to add metadata to error when it was nil
10 years ago
Jorge Canizales
a1e32ba927
Remove failing globs from examples and tests
10 years ago
Jorge Canizales
2285b362ca
Specify responseMetadata structure
10 years ago
Jorge Canizales
1a38475093
Drop repeated response headers.
10 years ago
Jorge Canizales
8c6bc6e5aa
Test call and error metadata are the same.
10 years ago
Jorge Canizales
f3a4f2cee9
Merge trailers into responseMetadata. Add it to NSError.
10 years ago
Jorge Canizales
544963e18a
Let set NSDictionary as headers, and init the property (not nil)
10 years ago
Jorge Canizales
d7981253de
Add test to set and read headers. Flaky!!
10 years ago
Jorge Canizales
d666fd068b
Cleanup GRPCClientTests.m
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Jorge Canizales
80afb1436f
Regenerate README table of contents
10 years ago
Jorge Canizales
df1a29f7ed
Update README (minus table of content)
10 years ago
Jorge Canizales
27a0627917
Make podspecs work for nested dirs
10 years ago
Jorge Canizales
ceb43623ba
Use grpc-common’s route_guide in local tests
10 years ago
Jorge Canizales
3b309d69cc
Generate RemoteTest code on podspec install
10 years ago
Jorge Canizales
e37a41cf66
Generate RouteGuide code on pod install
10 years ago
Jorge Canizales
9f95dcdc9a
Fix version reqs in generated podspecs
10 years ago
Jorge Canizales
ba65a1028d
Point test and sample podfiles to protobuf release
10 years ago
Jorge Canizales
d3a2d40b10
Disallow NSString headers with -bin suffix
10 years ago
Jorge Canizales
b9692ca809
Fix NSDictionary <-> metadata codec
10 years ago
David Garcia Quintas
30bd4eb5cc
Removed grpc_byte_buffer_reader_{create,destroy}.
...
Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to
manage memory.
10 years ago
Jorge Canizales
08dfef224e
Make sample app easier to understand
...
- Remove the launch screen.
- Add a label explaining where to look for the code and results.
- Delete unnecessary boilerplate code.
10 years ago
Jorge Canizales
2ab53833bf
Remove remaining tests and RouteGuide from sample app
10 years ago
Jorge Canizales
b3be22956c
Add RemoteTests as GRPCClientTests to tests project
10 years ago
Jorge Canizales
e17c72bbbd
Add SampleTests as LocalClearTextTests to tests project
10 years ago
Jorge Canizales
244365d521
Add RouteGuideClient to tests’ Podfile
10 years ago
Jorge Canizales
0f5ee82cea
Move RouteGuideClient to generated_libraries/
10 years ago
Jorge Canizales
1641cc93b6
Delete RemoteProtoTests from sample app
10 years ago
Jorge Canizales
7307684b2b
Add RemoteProtoTests as InteropTests to tests project
10 years ago
Jorge Canizales
dc42ee624d
Add RemoteTestClient to tests' Podfile
10 years ago
Jorge Canizales
15c8e1b60c
Point Podfile of sample app to new RemoteTestsClient location
10 years ago
Jorge Canizales
28848229b5
Move RemoteTestClient files to /objective-c
...
The tests are going to use it too
10 years ago
Jorge Canizales
f1c368c068
Fix problem loading certs for tests of library projects
...
In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects.
Also makes the library load the certificates only once.
10 years ago
Jorge Canizales
297a2f70c0
Fix podspec example in README to work with dir hierarchies
...
Because the sample protos were all in a flat directory, I hadn't noticed the issue.
10 years ago
Jorge Canizales
eb1509c18c
Remove empty class AllTests
10 years ago
Jorge Canizales
6caf911392
Add a few unit tests for GRX
10 years ago