Muxi Yan
484836973c
Clean cache thoroughly
9 years ago
Muxi Yan
5655130171
Break retain cycle and fix bug
9 years ago
Muxi Yan
b93053f868
bug fix
9 years ago
Muxi Yan
0a18d64fcc
Address the comments
9 years ago
Muxi Yan
544c23adea
Reverts PR #8426
9 years ago
Muxi Yan
4a08e71464
Revert PR #8425
9 years ago
Muxi Yan
72e92441f7
Fix nonnull problem
9 years ago
Muxi Yan
e1443b195e
Flush host when network connectivity changes
9 years ago
Jorge Canizales
924a2cb1a2
Update tests project to XCode 8
9 years ago
Jorge Canizales
fd7df959c8
Update Sample project to XCode 8
9 years ago
Jorge Canizales
b2583d89cf
Upgrade SwiftSample to XCode 8 and Swift 3
9 years ago
Jorge Canizales
8f4e312c58
Update tests project to XCode 8
9 years ago
Muxi Yan
abb0f0b306
Update CronetFramework.podspec license
9 years ago
Muxi Yan
a4ead72a12
Use BoringSSL tag instead of commit#
9 years ago
Muxi Yan
a507de342d
Advance version of BoringSSL
9 years ago
Muxi Yan
6758caae31
Advance versions from 1.0.0 to 1.0.1-pre1
9 years ago
Muxi Yan
31c3e01ce9
Clean up code
9 years ago
Muxi Yan
45c8c30ad3
Set initial backoff to 10000ms when creating channel
9 years ago
Muxi Yan
44b673c763
Remove makarandd's TODO hack
9 years ago
Muxi Yan
a79de37daf
Clean format with clang-format
9 years ago
Muxi Yan
be4fcc47c5
Fix InteropTests.m bug
9 years ago
Muxi Yan
a8d6681cce
Update Podfile
9 years ago
Muxi Yan
e5d8531d51
Recover the missing CoreCronetEnd2EndTests.m
9 years ago
Jorge Canizales
bc7fae22ae
Update Sample project to XCode 8
9 years ago
Jorge Canizales
20d58ef124
Upgrade SwiftSample to XCode 8 and Swift 3
9 years ago
Muxi Yan
8739e806fc
Update test
9 years ago
Muxi Yan
6c0b960a45
Name revision
9 years ago
Muxi Yan
0814e3cb17
Minor fixes
9 years ago
Muxi Yan
1bd5c77a65
Add idempotent test
9 years ago
Muxi Yan
22f7973179
ObjC API update
9 years ago
Muxi Yan
1674f650ad
Clean up code
9 years ago
Muxi Yan
dcbf5440b8
Set initial backoff to 10000ms when creating channel
9 years ago
Muxi Yan
9deb09fa36
Use NS_OPTIONS flags for ObjC API
9 years ago
Muxi Yan
e97f7c0ba6
Allow more general flags to be passed to ObjC API
9 years ago
Muxi Yan
fdea83d42a
Update grpc objc API for support of PUT method
9 years ago
Mark D. Roth
c99fd89d32
Increase max send message size on server used in objc tests.
9 years ago
Mark D. Roth
a4d9ee23c2
Fix objective-C test case.
9 years ago
Mark D. Roth
7331a7aa62
Change wrapped languages to use the new channel arg macro name.
9 years ago
Jorge Canizales
ea5325c484
Avoid static initialization of the kIdentity block
...
Unlike other Objective-C objects, there's no hard reason why the compiler wouldn't be able to initialize a block statically (as it does with NSString literals). And it certainly doesn't complain about it (like it does with other object initializers). But as I haven't been able to find confirmation of this, and we're seeing a weird crash occur near this code, let's play it safe.
9 years ago
Jorge Canizales
7603d64982
Let tracing be enabled before starting an RPC
...
by calling grpc_init on [GRPCCall load], instead of lazily.
9 years ago
Jorge Canizales
36031d50db
Move user-agent version to 1.0.0
...
I can’t wait to get all of these automatically from a single source :)
9 years ago
Jorge Canizales
4a18c67b77
Move Podspecs to v1
9 years ago
Makarand Dharmapurikar
91d519532a
removed file from commit
9 years ago
Muxi Yan
c44f619984
Bug fix on error suppression and comment
9 years ago
Muxi Yan
d915c6e28a
Suppress warning in all libraries whose names starting with gRPC-Core
9 years ago
Jorge Canizales
9e83d7ef0f
Fix local server tests & exceptions tests
9 years ago
Muxi Yan
b9be58ee5a
Use dedicated build configuration 'Cronet' for the new target
9 years ago
Jorge Canizales
32fde7af29
Better names for the methods to clear all host settings
9 years ago
Jorge Canizales
fb3a71d9c0
Fix usage of proto message parsing
...
On account of https://github.com/google/protobuf/pull/1712
9 years ago
Jorge Canizales
72dce2dfbc
Update podspecs to use Protobuf 3.0.0
...
The SwiftSample doesn’t build in this commit, but I need to sync with
head anyway so I’ll first merge v1.0.x into this branch and then debug.
9 years ago