- 2993123 Fix warning in Xcode 26 in client service for thread performance checker. by eDO Team · 36 hours ago master
- d228369 Fix warning in Xcode 26. by eDO Team · 3 weeks ago
- 5030b6a Minor cleanup to remove EDOSocket init. by eDO Team · 3 weeks ago
- 4d0798b Resolve cast-function-type-mismatch and newline-eof warnings. by eDO Team · 4 weeks ago
- b33375c Automatically forward `isKindOfClass:` for NSError. by eDO Team · 5 weeks ago
- 38e71ff Add test to check optional deserialization of `CodableVariable` by eDO Team · 4 months ago
- fef76c3 Add helper method for interacting with remote arrays. by eDO Team · 4 months ago
- 7fdc388 Add an info message for remote Swift classes on the method requirements. by eDO Team · 5 months ago
- a75d424 Support wrapping SwiftObjects in EDO parameters. by eDO Team · 6 months ago
- 13fd306 Error when tracking object deallocation from multiple host ports. by eDO Team · 7 months ago
- d6eabd6 Update docs about EDOWeakObject. by eDO Team · 7 months ago
- 840deeb Re-enable tests previously disabled due to incorrect OCMock usage. by eDO Team · 7 months ago
- 49b4209 Fix tests failure when the same port is used across tests. by eDO Team · 7 months ago
- 8c825ef Fix a typo in EDOChannelForwarder by Dave MacLachlan · 10 months ago
- 8b0be00 Adding FOUNDATION_EXTERN annotations to C functions declared in header. by eDO Team · 11 months ago
- afdcbb0 Skip broken test for investigation. by eDO Team · 1 year, 1 month ago
- a81474e Internal cleanup by eDO Team · 1 year, 3 months ago
- 2762c7a Make NSUUID a value type. by eDO Team · 1 year, 3 months ago
- 1f30433 Bypass C-pointer limitation so dictionary can be enumerated. by Albert Wang · 1 year, 5 months ago
- 20cb17f Fix the 3th ordinal suffix. by eDO Team · 1 year, 6 months ago
- 0032cf5 Add -[EDOClientService isServiceAvailableOnPort]. by eDO Team · 1 year, 10 months ago
- 184cc47 [iOS] Remove deprecated suppression warning in edo lib by eDO Team · 1 year, 11 months ago
- a49d4af Xcode Project Update by eDO Team · 2 years ago
- 726d5e6 Create eDO Swift equivalence of `EDO_REMOTE_CLASS`. by Albert Wang · 2 years, 1 month ago
- 56d1ab9 Add detail to C pointer not supported error and fail it earlier. by Albert Wang · 2 years, 3 months ago
- 2f8f331 Add callback to EDOHostService for device connection failure. by Albert Wang · 2 years, 3 months ago
- 112acf9 Reveal Swift error description through EarlGrey. by Albert Wang · 2 years, 3 months ago
- f395ee1 Use type inference for CodableVariable.unwrap() instead of explicit type parameter by eDO Team · 2 years, 4 months ago
- 73ba9da Fix variadic methods breakage on device tests. by Albert Wang · 2 years, 5 months ago
- 51058a3 Proj Update by Aditya Atul Tirodkar · 2 years, 6 months ago
- 1e427ab Internal tests by eDO Team · 2 years, 6 months ago
- d4d6f7d Internal by Aditya Atul Tirodkar · 2 years, 8 months ago
- 1d58a06 Internal by Aditya Atul Tirodkar · 2 years, 9 months ago
- 904c99f Prints more logs for eDO device connections. by Albert Wang · 2 years, 11 months ago
- e571ad6 Add type encoding checks for NSArray elements before encoding. by Albert Wang · 2 years, 11 months ago
- fa26220 Changed comment format by eDO Team · 3 years ago
- 101cd05 Type Safety Update by eDO Team · 3 years, 1 month ago
- 3d3dcee Simplify EDOObjectAliveMessage. by Albert Wang · 3 years, 1 month ago
- 988a6d0 Fix for eDO to manage extra release (from ARC) for non vanilla selectors. by eDO Team · 3 years, 2 months ago
- 5b83bbe Fix for eDO to manage extra release (from ARC) for non vanilla selectors. by eDO Team · 3 years, 2 months ago
- f35669a Always allow protocol in blocklist check. by Albert Wang · 3 years, 2 months ago
- 3e49e0e Cache remote weak for multiple invocations. by Albert Wang · 3 years, 2 months ago
- 80e7a3c Add API to exclude types from eDO blocklist. by Albert Wang · 3 years, 2 months ago
- 07ef2f3 Add API to exclude types from eDO blocklist. by eDO Team · 3 years, 2 months ago
- 4be4a94 Internal Change. by eDO Team · 3 years, 2 months ago
- b21633c Add API to exclude types from eDO blocklist. by eDO Team · 3 years, 2 months ago
- a99f9d7 Add API to exclude types from eDO blocklist. by Albert Wang · 3 years, 2 months ago
- 07f8979 Expose server decoding error for failed eDO invocation. by Albert Wang · 3 years, 3 months ago
- a431b7f Internal by eDO Team · 3 years, 3 months ago
- c3ff324 Internal by eDO Team · 3 years, 3 months ago
- 385dd87 Internal by eDO Team · 3 years, 3 months ago
- 08988a2 Fix eDO -Wunused-but-set-variable by using equivalent approach in related code. by Albert Wang · 3 years, 4 months ago
- a9543bd Add warning to variadic method +arrayWithObjects:. by Albert Wang · 3 years, 4 months ago
- 727e556 Fix up EDO with -Wunused-but-set-variable warning turned on. (#244) by strangewiz · 3 years, 5 months ago
- f7dea1a Internal test update only. by Yan Zhang · 3 years, 5 months ago
- 8ab0126 Test update only. by Yan Zhang · 3 years, 5 months ago
- b043e0b eDO won't block the object encoding if the object is passed by value. by Albert Wang · 3 years, 7 months ago
- c979e4c Change EDOHostService.keepDeviceConnection to readwrite and atomic. by Albert Wang · 3 years, 9 months ago
- a8147aa Change internal-only property from "readwrite/atomic" to "readonly/nonatomic". by Albert Wang · 3 years, 9 months ago
- 54883c1 Add appropriate nonatomics to properties so we can enable `-Wimplicit-atomic-properties` by eDO Team · 3 years, 9 months ago
- 25bdb08 Fix up EDO with `-Wbad-function-cast` warning turned on. by eDO Team · 3 years, 10 months ago
- c8d8878 Fix up EDO with `-Warc-repeated-use-of-weak` by eDO Team · 3 years, 10 months ago
- da97a52 Invalidate the host service before resetting the service map. by Yan Zhang · 3 years, 10 months ago
- 420f25a Add reconnection logic if eDO host is constructed via device connection. by Albert Wang · 3 years, 10 months ago
- b7dabae Fix an issue of encoding for some targets. by Yan Zhang · 3 years, 10 months ago
- 48f00d5 Merge pull request #228 from wuhao5:xcode12.5 by Mobile DevX Robot · 4 years ago
- c07cfeb Update to Xcode 12.5 and clean up Travis. by Hao Wu · 4 years ago
- f516fcc Don't prevent passing NULL to non-Objective-C pointer parameters. by Mobile DevX Robot · 4 years, 1 month ago
- 3afaeda Correct return value of eDO class request to be nullable. by Albert Wang · 4 years, 3 months ago
- 90f4589 Upgrade eDO deployment os target to 11.0. by Albert Wang · 4 years, 4 months ago
- e904b04 Create helper class to pass Codable pure Swift types through a remote call. by Albert Wang · 4 years, 4 months ago
- 73009d7 Bump Travis xcode version to 12.0. by Albert Wang · 4 years, 4 months ago
- b9cfc0c Avoid always creating listening port on the temporary service. by Albert Wang · 4 years, 5 months ago
- 1c59aa7 Clean up IWYU warnings for eDO code base. by Albert Wang · 4 years, 5 months ago
- 5ddded8 Adds one more test case for deadlock fix. by Albert Wang · 4 years, 6 months ago
- 1e3afec Fix the deadlock caused by recursive eDO call from temporary host service. by Albert Wang · 4 years, 6 months ago
- 6b5c01b Internal Change. by Mobile DevX Robot · 4 years, 6 months ago
- 14a804b Update eDO comments. by Aditya Atul Tirodkar · 4 years, 7 months ago
- 3832b71 Fix remote invocation failure on EDOObject wrapped EDOWeakObject. by Albert Wang · 4 years, 8 months ago
- 6733a91 Upgrade CHANGELOG and podspec for eDO 1.0.2 release. by Albert Wang · 4 years, 8 months ago 1.0.2
- 91c532d Retrieve block signatures directly from block headers. by Hao Wu · 4 years, 9 months ago
- 7a72382 Add signature to blocks in EDO by Mobile DevX Robot · 4 years, 9 months ago
- 6ffbf83 Fix Swift Array objectAtIndex: failure on eDO since iOS 13.4. by Albert Wang · 4 years, 9 months ago
- 0e88901 Fix eDO TSAN issue caused by __block variable. by Albert Wang · 4 years, 10 months ago
- a5b351e Enable ASAN and TSAN Travis tests in external CI. by Albert Wang · 4 years, 10 months ago
- 56c675a Fix eDO ASAN issue captured by Xcode 10. by Albert Wang · 4 years, 10 months ago
- 8cc67a7 Fix TSAN warning on EDOListenSocket. by Albert Wang · 4 years, 11 months ago
- 8f4c8d3 Remove the unneeded cancel block. by Hao Wu · 4 years, 11 months ago
- e8a9842 Added 1.0.1 patch release for respectful code. by Albert Wang · 5 years ago
- 17a3435 Rename EDOBlacklistedType to EDOBlockedType per go/respectful-code. by Albert Wang · 5 years ago 1.0.1
- f27af12 Fix ASAN breakage on eDO device unit test. by Albert Wang · 5 years ago
- a63a8c6 Internal Change. by Albert Wang · 5 years ago
- be936c0 Comments for ${POD_TARGET_SRCROOT} in podspec. by Albert Wang · 5 years ago
- 1c392bb Upgrade podspec for Cocoapods 1.0.0 release. by Albert Wang · 5 years ago
- b6ac886 Second improvement of TSAN flakiness on channel tests. by Albert Wang · 5 years ago 1.0.0
- 1e41b4c Fix part of the TSAN flakiness of ChannelTests. by Albert Wang · 5 years ago
- 61a4ad8 Fix Tsan for eDO channel tests. by Albert Wang · 5 years ago
- 6bcc078 Fix clang-tidy complaint on OCMock imports in unit tests. by Albert Wang · 5 years ago
- fce5ff2 Trivial clean-ups. by Hao Wu · 5 years ago
- 9306bc3 Fix a test failure that happens with TSAN enabled. by Albert Wang · 5 years ago