windows/CodePush/miniz/miniz.c (11 lines): - line 3954: /* TODO: Better sanity check archive_size and the # of actual remaining bytes */ - line 4102: /* FIXME: Remove this check? Is it necessary - we already check the filename. */ - line 5314: /* TODO: parse local header extra data when local_header_comp_size is 0xFFFFFFFF! (big_descriptor.zip) */ - line 5882: /* TODO: We could add a flag that lets the user start writing immediately AFTER the existing central dir - this would be safer. */ - line 5888: /* TODO: We could easily maintain the sorted central directory offsets. */ - line 5901: /* TODO: pArchive_name is a terrible name here! */ - line 6807: /* TODO: This func is now pretty freakin complex due to zip64, split it up? */ - line 6848: /* TODO: We don't support central dir's >= MZ_UINT32_MAX bytes right now (+32 fudge factor in case we need to add more extra data) */ - line 6861: /* TODO: Our zip64 support still has some 32-bit limits that may not be worth fixing. */ - line 7152: /* TODO: Support central dirs >= 32-bits in size */ - line 7214: MZ_WRITE_LE16(hdr + MZ_ZIP64_ECDH_VERSION_MADE_BY_OFS, 0x031E); /* TODO: always Unix */ ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m (3 lines): - line 162: // TODO: special error handling here. - line 271: //TODO: after import algorithm by pem, this code seems not working well. - line 273: //TODO: add error inout parameter to this method. windows/CodePush/miniz/miniz.h (3 lines): - line 149: /* TODO: Work around "error: include file 'sys\utime.h' when compiling with tcc on Linux */ - line 1217: /* TODO */ - line 1322: /* TODO: Perhaps add an option to leave the existing central dir in place in case the add dies? We could then truncate the file (so the old central dir would be at the end) if something goes wrong. */ windows-legacy/CodePush.Net46/UpdateManager.cs (2 lines): - line 47: * TODO: - line 104: // TODO verify hash for diff update windows-legacy/CodePush/UpdateManager.cs (2 lines): - line 88: // TODO verify hash for diff update - line 101: /*TODO: ZipFile.ExtractToDirectory is not reliable and throws exceptions if: ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m (1 line): - line 109: // TODO: Add error handling later. windows-legacy/CodePush.Shared/CodePushNativeModule.cs (1 line): - line 118: // TODO generate binary hash windows-legacy/CodePush.Shared/TelemetryManager.cs (1 line): - line 86: //TODO: should be reported error ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m (1 line): - line 59: // TODO: add array support later ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m (1 line): - line 88: //TODO: check correctness. ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h (1 line): - line 14: // TODO: available in 3.0 ios/CodePush/SSZipArchive/minizip/unzip.c (1 line): - line 1302: FIXME: Upgrading to minizip 1.1 caused issues here, Uncommented the code that was commented before. 11/24/2015 ios/CodePush/SSZipArchive/SSZipArchive.m (1 line): - line 234: //FIXME: couldBe CRC Check?