Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
aca5043ca3b6c2b8970e7bce66884fb856167411
/
src
/
objective-c
« Previous
860b1da
Resume GRXBufferedPipe when it gets dealloced
by Muxi Yan
· 7 years ago
021c29e
Create optional subspec for GRPCCall+GID
by Muxi Yan
· 7 years ago
8dc1b7d
Merge pull request #11732 from muxi/update-podspecs
by Muxi Yan
· 7 years ago
c95110a
Move OAuth2 provider to GRPCCall+OAuth2
by Muxi Yan
· 7 years ago
c80526d
Modify C++ and Objective C to initialize maybe_stream_compression_level
by Muxi Yan
· 7 years ago
e30a87d
Fix warning in GRPCCall.h
by Marek Gilbert
· 7 years ago
104dd1f
Fix umbrella header of BoringSSL
by Muxi Yan
· 7 years ago
7dc61e0
Polish property name
by Muxi Yan
· 7 years ago
23f19d8
Move closure to a method of GRPCCall
by Muxi Yan
· 7 years ago
8ad304b
Fix a bug when setting GRPCCall.state = GRXWriterStateFinished
by Muxi Yan
· 7 years ago
d996379
Reset OWNERS state
by Craig Tiller
· 7 years ago
34949db
Add protocol and corresponding changes in GRPCClient
by Muxi Yan
· 7 years ago
e476f7d
Strawman OWNERS --> CODEOWNERS script
by Craig Tiller
· 7 years ago
4d39b4d
Merge pull request #11070 from muxi/fix-pipe-buffer
by Muxi Yan
· 7 years ago
2ca8282
Merge pull request #11738 from mehrdada/canonica-urls
by Mehrdad Afshari
· 7 years ago
a840e4a
make SwiftSample support Xcode8
by Jan Tattermusch
· 7 years ago
c0d3bab
Update BoringSSL version
by Muxi Yan
· 7 years ago
bb3d95b
Use https://grpc.io consistently as the canonical URL
by Mehrdad Afshari
· 7 years ago
367c2c0
Update protoc version
by Muxi Yan
· 7 years ago
be7f2a4
Merge pull request #11602 from muxi/add_cancel_after_round_trip_test
by Muxi Yan
· 7 years ago
dadb4ab
Merge pull request #11606 from vsco/upstream
by Muxi Yan
· 7 years ago
5c8f27b
Update serverName comment to be more accurate
by thassss
· 7 years ago
a5082db
Pass NULL to grpc_channel_create_call for nil serverName
by thassss
· 7 years ago
260ddd1
Remove nullability specifiers
by thassss
· 7 years ago
e78a0b7
Warn against using serverName property with Cronet
by thassss
· 7 years ago
be3c7e2
Fix the memory leak in metadata
by Muxi Yan
· 7 years ago
c05d1b4
Some fixes for tests and change contract
by Muxi Yan
· 7 years ago
bea9fe4
Merge remote-tracking branch 'upstream/master' into fix-pipe-buffer
by Muxi Yan
· 7 years ago
d6cee15
Simply queue up writesFinishedWithError without cancelling pending messages
by Muxi Yan
· 7 years ago
a139bfd
Expose :authority pseudo-header to Obj-C API.
by thassss
· 7 years ago
08fef09
Fix minor problems
by Muxi Yan
· 7 years ago
d19c112
Add test
by Muxi Yan
· 7 years ago
655a275
Merge pull request #11521 from muxi/fix-objc-memory-leak
by Muxi Yan
· 7 years ago
070a8ee
Merge pull request #11341 from muxi/fix-objc-plugin-output
by Muxi Yan
· 7 years ago
9ae2a7d
Remove conditionals covered by invoke agreement
by Muxi Yan
· 7 years ago
f1ce470
Release slice no longer owned
by Muxi Yan
· 7 years ago
d4792e9
Polish GRXBufferedPipe
by Muxi Yan
· 7 years ago
035f7e4
Modify copyright information
by Muxi Yan
· 7 years ago
7352bae
Move tests
by Muxi Yan
· 7 years ago
4d5c310
fix remaining license notices
by Jan Tattermusch
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
cc620df
Fix test proto
by Muxi Yan
· 7 years ago
d7d6a2e
Better concurrency handling
by Muxi Yan
· 7 years ago
6a8763e
Add test to verify objective c plugin outputs correct filename
by Muxi Yan
· 7 years ago
e09e47c
Use getter/setter
by Muxi Yan
· 7 years ago
d6545bb
Comments on BufferedPipe
by Muxi Yan
· 7 years ago
aebcdbd
master bumped to 1.5.x
by David Garcia Quintas
· 7 years ago
033db46
Fix pipeline finishing bug
by Muxi Yan
· 7 years ago
a8d40b5
Asynchronously wait for tests
by Muxi Yan
· 7 years ago
49b7f83
Remove synchronization in GRXBufferedPipe:writesFinishedWithError and change tests correspondingly
by Muxi Yan
· 7 years ago
ec8e825
Use dispatch_queue to serialize writes
by Muxi Yan
· 7 years ago
91d7bb0
Sync writes with queue
by Muxi Yan
· 7 years ago
716c7c5
Added a binary trailer test
by Makarand Dharmapurikar
· 7 years ago
42a95a2
Merge pull request #10505 from muxi/move-parsing-queue
by Muxi Yan
· 8 years ago
fd00263
Fix nit
by Muxi Yan
· 8 years ago
a2529ce
Minor comment polish
by Muxi Yan
· 8 years ago
b965ff6
Move test to GRPCClientTests
by Muxi Yan
· 8 years ago
8805306
Revert API to change default queue for a stub
by Muxi Yan
· 8 years ago
cac4e17
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
c2d9f1e
Merge pull request #10689 from muxi/revert-boringssl-81
by Muxi Yan
· 8 years ago
d280788
Revert umbrella header too
by Muxi Yan
· 8 years ago
8938943
Merge pull request #10609 from makdharma/xcodebuild_cmdline
by makdharma
· 8 years ago
50810d7
Revert a change in BoringSSL 8.1
by Muxi Yan
· 8 years ago
2c6f637
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
fe5ec74
Merge pull request #10631 from muxi/fix-xcode83-modulemap
by Muxi Yan
· 8 years ago
0e5fa9e
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
a3aec50
Remove arm_arch and hack version number
by Muxi Yan
· 8 years ago
9e1acc0
master to 1.4.0-dev
by David Garcia Quintas
· 8 years ago
2eeedad
fix mac issues
by Sree Kuchibhotla
· 8 years ago
60df47a
added env var to the Cronet target
by Makarand Dharmapurikar
· 8 years ago
840a135
Add shutdown_cq as a server cq so that progress can be made when calling cq_pluck on f->shutdown_cq
by Sree Kuchibhotla
· 8 years ago
db32770
Fix modulemap redefinition
by Muxi Yan
· 8 years ago
b3d308b
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
e7a8f41
Create f->shutdown_cq in the fixture
by Sree Kuchibhotla
· 8 years ago
2bb075d
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
f70b9ee
added correct preprocessor defines to xcodeproj
by Makarand Dharmapurikar
· 8 years ago
b4e9727
replaced hardcoded server path with cmdline arg
by Makarand Dharmapurikar
· 8 years ago
da2f0cf
Restore Cronet test accidentally removed
by Muxi Yan
· 8 years ago
a6ff103
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
e1ed771
Add test
by Muxi Yan
· 8 years ago
41f46ab
Merge github.com:grpc/grpc into cpparena
by Craig Tiller
· 8 years ago
895f3d8
Support configuring dispatch queue in GRPCCall and below
by Muxi Yan
· 8 years ago
5ce09f0
Disable CronetUnitTests for possible Jenkins flakiness
by Muxi Yan
· 8 years ago
c1a32fa
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
dd36b15
Call ref/unref, bugfixes
by Craig Tiller
· 8 years ago
ea9d8b6
Display time between tests for troubleshooting timeout
by Muxi Yan
· 8 years ago
14ab588
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
d7e5862
Merge pull request #9247 from muxi/packet-coalescing-objc
by Muxi Yan
· 8 years ago
67647d4
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
29a912d
Add more comments
by Muxi Yan
· 8 years ago
da4cf9d
Merge pull request #10244 from muxi/more-test-information
by Muxi Yan
· 8 years ago
2b7a4ed
Merge pull request #10278 from muxi/fix-timeout
by Muxi Yan
· 8 years ago
944a56f
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
d34f2a4
Better strategy
by Muxi Yan
· 8 years ago
e44a50f
Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0
by Nicolas "Pixel" Noble
· 8 years ago
1cef41f
Fix testInternalError that caused Jenkins hang for a long time
by Muxi Yan
· 8 years ago
e0b6aaa
More granularity in objc tests
by Muxi Yan
· 8 years ago
c2e53b5
Addressed the comments
by Muxi Yan
· 8 years ago
12081c0
Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factory
by Sree Kuchibhotla
· 8 years ago
e414d6c
Merge branch 'master' into cq_create_api_changes
by Sree Kuchibhotla
· 8 years ago
Next »