Commit Graph

972 Commits

Author SHA1 Message Date
Muxi Yan 47d843b1ad
Add comment to self == [GRPCCall self] 2017-11-06 13:43:53 -08:00
Muxi Yan 87b1914437 Change [GRPCCall load] to [GRPCCall initialize] 2017-11-05 21:25:35 -08:00
Muxi Yan 3b990795bb Refer test to internal doc of issue 2017-10-16 11:18:10 -07:00
Muxi Yan 3305e5c94b Add user-agent test and regex matching test to test suite 2017-10-11 18:31:43 -07:00
Muxi Yan cd9729780a Make platform-specific headers textual 2017-10-06 17:44:36 -07:00
Muxi Yan 1cd67ebb2d Add test for forward declaration 2017-10-05 12:08:39 -07:00
murgatroid99 9887379158 Update version to 1.8.0-dev, update g word to 'generous' 2017-10-02 17:31:33 -07:00
Muxi Yan c70a0e4b3e Merge pull request #12339 from muxi/add-objc-call-deadline
Surface call deadline to Objective C API
2017-09-16 11:57:30 -07:00
Muxi Yan 2795eae06e Fix timeout test 2017-09-16 09:59:20 -07:00
Muxi Yan 3fb250bdb1 Polish output more 2017-09-15 11:47:50 -07:00
Muxi Yan 9894661712 Polish comment 2017-09-14 15:21:16 -07:00
Muxi Yan f6e61bf768 Add comment for timeout; assert on negative timeout value; fix timeout test 2017-09-11 15:48:51 -07:00
Muxi Yan afa4700501 Use Apple internal type for timeout 2017-09-11 12:22:49 -07:00
Muxi Yan ef84a1c12c Port #12253 2017-08-31 14:30:48 -07:00
Muxi Yan c7c8e3cb17 Rename deadline to timeout 2017-08-30 15:37:45 -07:00
Muxi Yan f282c8f525 Surface call deadline to Objective C API 2017-08-30 14:40:15 -07:00
Muxi Yan 6b2b5bd645 Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-23 09:56:47 -07:00
Muxi Yan 72827fb8be Merge pull request #12225 from muxi/fix-already-finished
Fix undefined behavior of using dispatch_once_t as instance variable
2017-08-22 12:47:28 -07:00
Muxi Yan e3d6a9a8d4 Merge pull request #12180 from grpc/revert-12086-revert-11832-objc-oauth-protocol
Revert "Revert "Add OAuth2 protocol in GRPCClient""
2017-08-22 12:18:11 -07:00
Muxi Yan 7c62a35c6f Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-21 15:19:50 -07:00
Muxi Yan 183a9cf523 Merge pull request #12169 from muxi/improve-objc-test-info
Improve objc test info
2017-08-21 11:45:17 -07:00
Muxi Yan 4e1b26ec1b Replace dispatch_once_t with BOOL 2017-08-18 11:03:35 -07:00
David Garcia Quintas 713597f1cd Master version bump to 1.7.x 2017-08-16 20:59:05 -07:00
Muxi Yan b82f82b725 Revert "Revert "Add OAuth2 protocol in GRPCClient"" 2017-08-14 12:01:14 -07:00
Muxi Yan 41ccb773bf Reenable CronetUnitTests as it is no longer a blocker 2017-08-11 17:16:28 -07:00
Muxi Yan c53c379b1d Make Jenkins debug information more useful 2017-08-11 17:13:20 -07:00
Muxi Yan 229125abb1 Merge remote-tracking branch 'upstream/master' into stream_compression_config 2017-08-11 16:15:53 -07:00
Jan Tattermusch 26cdf5ba84 fix run_plugin_tests.sh 2017-08-10 10:38:07 +02:00
Jan Tattermusch 9359e50045 objc tests cleanup 2017-08-10 10:38:06 +02:00
Paul Beusterien 5e1ac7f201 Fix Objc Readme for directory hierarchies 2017-08-07 15:01:49 -07:00
Muxi Yan f6f12de88a Revert "Add OAuth2 protocol in GRPCClient" 2017-08-04 15:30:57 -07:00
Muxi Yan ab38a3d4f4 Merge pull request #11832 from muxi/objc-oauth-protocol
Add OAuth2 protocol in GRPCClient
2017-08-03 22:40:15 -07:00
Muxi Yan 69b8fe02b6 Merge branch 'master' into stream_compression_config 2017-08-02 16:57:23 -07:00
Muxi Yan 4f68ecf665 Merge pull request #11893 from wilhuff/wilhuff/copy-servername
Fix warning in GRPCCall.h
2017-08-02 14:11:53 -07:00
Muxi Yan 3188ae5caf Merge pull request #11998 from muxi/revert-debug-info
Get more useful debug info out of Jenkins
2017-07-31 16:42:11 -07:00
Muxi Yan 5fbfa1845a Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak
Fix two memory leak points in ObjC
2017-07-31 16:19:09 -07:00
Muxi Yan b25c9bf664 Show passed tests as well 2017-07-31 11:37:07 -07:00
Muxi Yan dde4548733 Revert to more useful debug info 2017-07-31 11:24:45 -07:00
Muxi Yan 6a8355de45 Fix two memory leaks 2017-07-31 10:25:12 -07:00
Muxi Yan 860b1da060 Resume GRXBufferedPipe when it gets dealloced 2017-07-29 12:05:19 -07:00
Muxi Yan 021c29ea36 Create optional subspec for GRPCCall+GID 2017-07-28 13:10:26 -07:00
Muxi Yan 8dc1b7db51 Merge pull request #11732 from muxi/update-podspecs
Advance versions of BoringSSL and protoc
2017-07-28 10:17:43 -07:00
Muxi Yan c95110a721 Move OAuth2 provider to GRPCCall+OAuth2 2017-07-27 18:19:00 -07:00
Muxi Yan c80526d122 Modify C++ and Objective C to initialize maybe_stream_compression_level 2017-07-27 11:16:49 -07:00
Marek Gilbert e30a87d69d Fix warning in GRPCCall.h
GRPCCall.h:185:1:
warning: no 'assign', 'retain', or 'copy' attribute is specified -
'assign' is assumed [-Wobjc-property-no-attribute]
@property (atomic, readwrite) NSString *serverName;
^
2017-07-20 12:34:05 -07:00
Muxi Yan 104dd1fba7 Fix umbrella header of BoringSSL 2017-07-18 12:36:29 -07:00
Muxi Yan 7dc61e04c9 Polish property name 2017-07-17 18:54:37 -07:00
Muxi Yan 23f19d8854 Move closure to a method of GRPCCall 2017-07-17 17:39:54 -07:00
Muxi Yan 8ad304ba16 Fix a bug when setting GRPCCall.state = GRXWriterStateFinished 2017-07-17 17:14:21 -07:00
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00