Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
d9b6fcfee4cb986f148762a4a7d0794de9b3ba62
/
src
/
objective-c
5260f53
Rename HTTP2Path -> HTTPPath
by Jorge Canizales
· 9 years ago
be808e3
Move ProtoMethod to ProtoRPC package
by Jorge Canizales
· 9 years ago
1ac8f9a
Rename interface->service
by Jorge Canizales
· 9 years ago
469d4b6
Rename GRPCMethodName->ProtoMethod
by Jorge Canizales
· 9 years ago
3cacaac
Minor: add TODO to improve an error message.
by Jorge Canizales
· 9 years ago
c608686
Don’t import Protobuf runtime using Cocoapods paths
by Jorge Canizales
· 9 years ago
bb54ae8
Add roots.pem bundle to the Bazel target, and use a better bundle name.
by Jorge Canizales
· 9 years ago
d5c5de9
Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes
by Jorge Canizales
· 9 years ago
8841208
Merge pull request #2211 from murgatroid99/objective_c_retain_cycle
by Jorge Canizales
· 9 years ago
25a2661
Changed argument names in Objective-C generated code
by murgatroid99
· 9 years ago
231103b
Fixed name in comments
by murgatroid99
· 9 years ago
dbda969
Fixed 'retain cycle' warnings in GRPCWrappedCall.m
by murgatroid99
· 9 years ago
4a77f3b
Remove const cast warning in GRPCSecureChannel.m
by murgatroid99
· 9 years ago
269575a
Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes
by Michael Lumish
· 9 years ago
59bb9d7
Have Cocoapods rename includes in the core wrapper
by Jorge Canizales
· 9 years ago
b888139
Import headers based on path in sample app
by Jorge Canizales
· 9 years ago
c42a38e
Import headers based on path in the tests project
by Jorge Canizales
· 9 years ago
3936ed7
Import headers based on path in the runtime libraries
by Jorge Canizales
· 9 years ago
8848704
Document why a grpc_op ivar, and the role of -finish
by Jorge Canizales
· 9 years ago
8d99775
Simplify GRPCOps implementations
by Jorge Canizales
· 9 years ago
bae38d9
Output call_error number
by Jorge Canizales
· 9 years ago
fb95092
Ensure op flags don't have garbage from malloc
by Jorge Canizales
· 9 years ago
22a7cdf
Merge pull request #2108 from jcanizales/disallow-started-writers
by Michael Lumish
· 9 years ago
6bbfcc3
Disallow started request writers on GRPCCall init
by Jorge Canizales
· 9 years ago
656e776
Merge pull request #2092 from jcanizales/point-to-official-proto-podspec
by Michael Lumish
· 9 years ago
beabcfd
Link to official protobuf podspec in the README
by Jorge Canizales
· 9 years ago
c58a110
Fix NPE for trying to add metadata to error when it was nil
by Jorge Canizales
· 9 years ago
0d6cf99
Merge pull request #2052 from jcanizales/fix-empty-globs
by Michael Lumish
· 9 years ago
a1e32ba
Remove failing globs from examples and tests
by Jorge Canizales
· 9 years ago
2285b36
Specify responseMetadata structure
by Jorge Canizales
· 9 years ago
1a38475
Drop repeated response headers.
by Jorge Canizales
· 9 years ago
8c6bc6e
Test call and error metadata are the same.
by Jorge Canizales
· 9 years ago
f3a4f2c
Merge trailers into responseMetadata. Add it to NSError.
by Jorge Canizales
· 9 years ago
544963e
Let set NSDictionary as headers, and init the property (not nil)
by Jorge Canizales
· 9 years ago
d798125
Add test to set and read headers. Flaky!!
by Jorge Canizales
· 9 years ago
d666fd0
Cleanup GRPCClientTests.m
by Jorge Canizales
· 9 years ago
59f905d
Changes to byte_buffer based on comments.
by David Garcia Quintas
· 9 years ago
80afb14
Regenerate README table of contents
by Jorge Canizales
· 9 years ago
df1a29f
Update README (minus table of content)
by Jorge Canizales
· 9 years ago
27a0627
Make podspecs work for nested dirs
by Jorge Canizales
· 9 years ago
ceb4362
Use grpc-common’s route_guide in local tests
by Jorge Canizales
· 9 years ago
3b309d6
Generate RemoteTest code on podspec install
by Jorge Canizales
· 9 years ago
e37a41c
Generate RouteGuide code on pod install
by Jorge Canizales
· 9 years ago
9f95dcd
Fix version reqs in generated podspecs
by Jorge Canizales
· 9 years ago
ba65a10
Point test and sample podfiles to protobuf release
by Jorge Canizales
· 9 years ago
669c139
Merge pull request #1866 from dgquintas/stack-allocate-bb-reader
by Craig Tiller
· 9 years ago
d3a2d40
Disallow NSString headers with -bin suffix
by Jorge Canizales
· 9 years ago
b9692ca
Fix NSDictionary <-> metadata codec
by Jorge Canizales
· 9 years ago
30bd4eb
Removed grpc_byte_buffer_reader_{create,destroy}.
by David Garcia Quintas
· 9 years ago
a932f78
Merge pull request #1848 from jcanizales/simplify-sample-app
by Michael Lumish
· 9 years ago
2835696
Merge pull request #1847 from jcanizales/finish-moving-tests-out
by Michael Lumish
· 9 years ago
743a157
Merge pull request #1845 from jcanizales/move-tests-off-sample
by Michael Lumish
· 9 years ago
ee06637
Merge pull request #1839 from jcanizales/fix-certs-bundle
by Michael Lumish
· 9 years ago
6de364e
Merge pull request #1835 from grpc/jcanizales-fix-podspec-example-in-readme
by Michael Lumish
· 9 years ago
08dfef2
Make sample app easier to understand
by Jorge Canizales
· 9 years ago
2ab5383
Remove remaining tests and RouteGuide from sample app
by Jorge Canizales
· 9 years ago
b3be229
Add RemoteTests as GRPCClientTests to tests project
by Jorge Canizales
· 9 years ago
e17c72b
Add SampleTests as LocalClearTextTests to tests project
by Jorge Canizales
· 9 years ago
244365d
Add RouteGuideClient to tests’ Podfile
by Jorge Canizales
· 9 years ago
0f5ee82
Move RouteGuideClient to generated_libraries/
by Jorge Canizales
· 9 years ago
1641cc9
Delete RemoteProtoTests from sample app
by Jorge Canizales
· 9 years ago
7307684
Add RemoteProtoTests as InteropTests to tests project
by Jorge Canizales
· 9 years ago
dc42ee6
Add RemoteTestClient to tests' Podfile
by Jorge Canizales
· 9 years ago
15c8e1b
Point Podfile of sample app to new RemoteTestsClient location
by Jorge Canizales
· 9 years ago
2884822
Move RemoteTestClient files to /objective-c
by Jorge Canizales
· 9 years ago
f1c368c
Fix problem loading certs for tests of library projects
by Jorge Canizales
· 9 years ago
297a2f7
Fix podspec example in README to work with dir hierarchies
by Jorge Canizales
· 9 years ago
eb1509c
Remove empty class AllTests
by Jorge Canizales
· 9 years ago
6caf911
Add a few unit tests for GRX
by Jorge Canizales
· 9 years ago
ad0965e
Install GRX into RxLibraryUnitTests.m
by Jorge Canizales
· 9 years ago
f3530ac
Podfile to link RxLibrary to its unit tests
by Jorge Canizales
· 9 years ago
6295115
Minimal "test library" project
by Jorge Canizales
· 9 years ago
f03d266
Fix for changed parseFromData: signature (now parseFromData:error:)
by Marc Wandschneider
· 9 years ago
4432330
Move anchors above headers, so TOC links work properly
by Jorge Canizales
· 9 years ago
cf685a7
Update README.md
by Jorge Canizales
· 9 years ago
4ed4e10
Add TOC and anchors in the headers
by Jorge Canizales
· 9 years ago
c39e4ae
Add simpler instructions for ObjC (using Homebrew)
by Jorge Canizales
· 9 years ago
35d9fcf
Merge pull request #1715 from jcanizales/fixes-evil-typo
by Michael Lumish
· 9 years ago
10b3193
Fix typo in README commands to compile protos!
by Jorge Canizales
· 9 years ago
cf08bad
Point sample app to official protobuf podspec
by Jorge Canizales
· 9 years ago
8166675
Fixed writer comment
by murgatroid99
· 9 years ago
606129b
Fixed boolean variable
by murgatroid99
· 9 years ago
dbfe2f4
Added cancel_after_first_response test
by murgatroid99
· 9 years ago
1155d0a
Merge pull request #1671 from jcanizales/add-codegen-instructions
by Michael Lumish
· 9 years ago
958b0b9
Merge pull request #1664 from jcanizales/renames-grx-writeable-methods
by Michael Lumish
· 9 years ago
c5c65aa
Add instructions to generate code and integrate it
by Jorge Canizales
· 9 years ago
b2c300c
s/didFinishWithError/writesFinishedWithError
by Jorge Canizales
· 9 years ago
a90a9c3
s/didReceiveValue/writeValue
by Jorge Canizales
· 9 years ago
42e47b4
Copy values before buffering them.
by Jorge Canizales
· 9 years ago
63e4091
Add warning about the perils of buffering without bounds
by Jorge Canizales
· 9 years ago
421f6c9
Use BufferedPipe to add PingPong test and fix Cancel test
by Jorge Canizales
· 9 years ago
142acc9
Adds GRXBufferedPipe
by Jorge Canizales
· 9 years ago
e454f4a
Fix false positive in server streaming test
by Jorge Canizales
· 9 years ago
05456f8
Move sample app to proto3 and clarify usage example
by Jorge Canizales
· 9 years ago
c54a0ca
Adds local sample test using generated service
by Jorge Canizales
· 9 years ago
184e02b
Moves the RouteGuide local tests to proto3
by Jorge Canizales
· 9 years ago
2410f99
Regenerates RouteGuide library as proto3
by Jorge Canizales
· 9 years ago
44fb295
Move our runtime to proto3 and make the dependency explicit
by Jorge Canizales
· 9 years ago
206e75b
Adjust remote tests to use proto3
by Jorge Canizales
· 9 years ago
fd88e46
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
by Jorge Canizales
· 9 years ago
Next »