Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
03f2200e83d17f71f9cf88a306c98e5a3d7c46c1
/
src
/
objective-c
5699cfc
Merge pull request #14318 from muxi/add-logging-interface
by Muxi Yan
· 7 years ago
9073ea0
Regenerate projects
by Mehrdad Afshari
· 7 years ago
1a6d3a5
Add comments to the interface
by Muxi Yan
· 7 years ago
0aa0324
Merge pull request #14433 from muxi/add-cronet-bin-base64
by Muxi Yan
· 7 years ago
efc5ae8
Add binary metadata support for cronet transport
by Muxi Yan
· 7 years ago
dda548f
Fix comiler warning
by Noah Eisen
· 7 years ago
b1ef84a
Merge branch 'master' into gpr_review_host_port
by Vijay Pai
· 7 years ago
6f0b195
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
by Muxi Yan
· 7 years ago
091f546
Minor fix on obj-c code
by Vijay Pai
· 7 years ago
45ca202
Resolve warnings of implementing deprecated class
by Muxi Yan
· 7 years ago
3e440f3
Add MobileLog support
by Muxi Yan
· 7 years ago
53a295b
Fix a typo
by Muxi Yan
· 7 years ago
d65458d
Fix reference of self in block
by Muxi Yan
· 7 years ago
9e794d8
Remove initial backoff override in ObjC
by Muxi Yan
· 7 years ago
1acfaca
Merge branch 'master' into gpr_review_host_port
by Vijay Pai
· 7 years ago
e5b0a50
Merge pull request #14015 from vjpai/alarm
by Vijay Pai
· 7 years ago
f2e99e9
Exclude bcm.c for dup symbol issue
by Muxi Yan
· 7 years ago
e1e939e
Update BoringSSL podspec
by Muxi Yan
· 7 years ago
ae376bf
Privatize host_port.h; was not used in any wrapped language implementation
by Vijay Pai
· 7 years ago
dc80282
Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac
by apolcyn
· 7 years ago
190a8db
Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1
by Alexander Polcyn
· 7 years ago
fd900e0
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
392e213
Removing grpc_alarm from core requires a major version bump for core
by Vijay Pai
· 7 years ago
401f903
Build fix
by Muxi Yan
· 7 years ago
4388404
Regenerate projects
by Mehrdad Afshari
· 7 years ago
fb061c3
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
dbdf495
Split lib/support into lib/gpr and lib/gpr++.
by Mark D. Roth
· 7 years ago
47fe850
Merge pull request #14031 from muxi/fix-boringssl-sed
by Muxi Yan
· 7 years ago
53e0b74
Specify minimum supported versions in README.md
by Muxi Yan
· 7 years ago
f3c83bf
Fix sed error in podspecs on sed 4.4
by Muxi Yan
· 7 years ago
d9c69e1
Merge pull request #13865 from muxi/add-objc-compression
by Muxi Yan
· 7 years ago
5132bf3
Reconcile messages.proto; abort() when an invalid compression algorithm is set
by Muxi Yan
· 7 years ago
3d44fc3
print output when the first test succeeded
by Muxi Yan
· 7 years ago
36abd15
Redirect stderr of xcodebuild
by Muxi Yan
· 7 years ago
c47b3f5
Add interface to API to enable compression
by Muxi Yan
· 7 years ago
9f2dd2d
Retry test when xcodebuild exit with simulator error
by Muxi Yan
· 7 years ago
032e9b3
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
98e075a
Add a comment when Xcode simulator fails to start.
by Muxi Yan
· 7 years ago
2b57a10
pre-boot xcode sim in objc-tests
by Muxi Yan
· 7 years ago
99024d6
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
6043006
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
fc38142
Merge commit 'b0bad8f^' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
4a117f0
Merge e759d2a^
by Muxi Yan
· 7 years ago
8cf1470
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
by Yash Tibrewal
· 7 years ago
ad4d2dd
Revert "All instances of exec_ctx being passed around in src/core removed"
by Yash Tibrewal
· 7 years ago
36522e9
Merge master after no Extern C changes
by Yash Tibrewal
· 7 years ago
9a7c736
Merge pull request #13432 from ncteisen/no-more-extern-c
by Noah Eisen
· 7 years ago
4efc604
Merge pull request #13571 from muxi/verbose-objc-tests
by Muxi Yan
· 7 years ago
10f2790
Merge branch 'master' into execctx
by Yash Tibrewal
· 7 years ago
01bc32c
Fine tune test output better
by Muxi Yan
· 7 years ago
4b947d3
Verbose log of start of each test suite
by Muxi Yan
· 7 years ago
c354269
Remove _ prefixed variable names
by Yash Tibrewal
· 7 years ago
e641196
Fix in one more file
by Muxi Yan
· 7 years ago
81f8be3
Upgrade protobuf version in podspec
by Muxi Yan
· 7 years ago
78683f7
Fix ObjC++ build error
by Muxi Yan
· 7 years ago
03412ee
Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
by Yash Tibrewal
· 7 years ago
14e96f9
Bump 1.8.0-dev to 1.9.0-dev
by Mehrdad Afshari
· 7 years ago
9898212a
Merge remote-tracking branch 'upstream/master' into fix-objc-void-func
by Muxi Yan
· 7 years ago
6fbe010
minor objc test change
by Yash Tibrewal
· 7 years ago
32318b0
Fix ObjC C++ syntax error
by Muxi Yan
· 7 years ago
47d843b
Add comment to self == [GRPCCall self]
by Muxi Yan
· 7 years ago
87b1914
Change [GRPCCall load] to [GRPCCall initialize]
by Muxi Yan
· 7 years ago
0c0ebc5
Fix gRPC ObjC void function definition
by Muxi Yan
· 7 years ago
3b99079
Refer test to internal doc of issue
by Muxi Yan
· 7 years ago
3305e5c
Add user-agent test and regex matching test to test suite
by Muxi Yan
· 7 years ago
03fc857
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface
by Muxi Yan
· 7 years ago
cd97297
Make platform-specific headers textual
by Muxi Yan
· 7 years ago
1cd67eb
Add test for forward declaration
by Muxi Yan
· 7 years ago
528369f
Fix Objective C build
by Muxi Yan
· 7 years ago
9887379
Update version to 1.8.0-dev, update g word to 'generous'
by murgatroid99
· 7 years ago
c70a0e4
Merge pull request #12339 from muxi/add-objc-call-deadline
by Muxi Yan
· 7 years ago
2795eae
Fix timeout test
by Muxi Yan
· 7 years ago
3fb250b
Polish output more
by Muxi Yan
· 7 years ago
9894661
Polish comment
by Muxi Yan
· 7 years ago
f6e61bf
Add comment for timeout; assert on negative timeout value; fix timeout test
by Muxi Yan
· 7 years ago
afa4700
Use Apple internal type for timeout
by Muxi Yan
· 7 years ago
ef84a1c
Port #12253
by Muxi Yan
· 7 years ago
c7c8e3c
Rename deadline to timeout
by Muxi Yan
· 7 years ago
f282c8f
Surface call deadline to Objective C API
by Muxi Yan
· 7 years ago
6b2b5bd
Merge remote-tracking branch 'upstream/master' into stream_compression_config
by Muxi Yan
· 7 years ago
72827fb
Merge pull request #12225 from muxi/fix-already-finished
by Muxi Yan
· 7 years ago
e3d6a9a
Merge pull request #12180 from grpc/revert-12086-revert-11832-objc-oauth-protocol
by Muxi Yan
· 7 years ago
7c62a35
Merge remote-tracking branch 'upstream/master' into stream_compression_config
by Muxi Yan
· 7 years ago
183a9cf
Merge pull request #12169 from muxi/improve-objc-test-info
by Muxi Yan
· 7 years ago
4e1b26e
Replace dispatch_once_t with BOOL
by Muxi Yan
· 7 years ago
713597f
Master version bump to 1.7.x
by David Garcia Quintas
· 7 years ago
b82f82b
Revert "Revert "Add OAuth2 protocol in GRPCClient""
by Muxi Yan
· 7 years ago
41ccb77
Reenable CronetUnitTests as it is no longer a blocker
by Muxi Yan
· 7 years ago
c53c379
Make Jenkins debug information more useful
by Muxi Yan
· 7 years ago
229125a
Merge remote-tracking branch 'upstream/master' into stream_compression_config
by Muxi Yan
· 7 years ago
26cdf5b
fix run_plugin_tests.sh
by Jan Tattermusch
· 7 years ago
9359e50
objc tests cleanup
by Jan Tattermusch
· 7 years ago
5e1ac7f
Fix Objc Readme for directory hierarchies
by Paul Beusterien
· 7 years ago
f6f12de
Revert "Add OAuth2 protocol in GRPCClient"
by Muxi Yan
· 7 years ago
ab38a3d
Merge pull request #11832 from muxi/objc-oauth-protocol
by Muxi Yan
· 7 years ago
69b8fe0
Merge branch 'master' into stream_compression_config
by Muxi Yan
· 7 years ago
4f68ecf
Merge pull request #11893 from wilhuff/wilhuff/copy-servername
by Muxi Yan
· 7 years ago
3188ae5
Merge pull request #11998 from muxi/revert-debug-info
by Muxi Yan
· 7 years ago
5fbfa18
Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak
by Muxi Yan
· 7 years ago
b25c9bf
Show passed tests as well
by Muxi Yan
· 7 years ago
Next »