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