* Replaced fphttpclient with indy10.
* Added compression support
This commit is contained in:
1608
indy/FCL/IdCompilerDefines.inc
Normal file
1608
indy/FCL/IdCompilerDefines.inc
Normal file
File diff suppressed because it is too large
Load Diff
18
indy/FCL/IdVers.inc
Normal file
18
indy/FCL/IdVers.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
gsIdVersionMajor = 10;
|
||||
{$NODEFINE gsIdVersionMajor}
|
||||
gsIdVersionMinor = 6;
|
||||
{$NODEFINE gsIdVersionMinor}
|
||||
gsIdVersionRelease = 2;
|
||||
{$NODEFINE gsIdVersionRelease}
|
||||
gsIdVersionBuild = 0;
|
||||
{$NODEFINE gsIdVersionBuild}
|
||||
|
||||
(*$HPPEMIT '#define gsIdVersionMajor 10'*)
|
||||
(*$HPPEMIT '#define gsIdVersionMinor 6'*)
|
||||
(*$HPPEMIT '#define gsIdVersionRelease 2'*)
|
||||
(*$HPPEMIT '#define gsIdVersionBuild 0'*)
|
||||
(*$HPPEMIT ''*)
|
||||
|
||||
gsIdVersion = '10.6.2.0'; {do not localize}
|
||||
gsIdProductName = 'Indy'; {do not localize}
|
||||
gsIdProductVersion = '10.6.2'; {do not localize}
|
||||
18
indy/FCL/IdVers.inc.tmpl
Normal file
18
indy/FCL/IdVers.inc.tmpl
Normal file
@@ -0,0 +1,18 @@
|
||||
gsIdVersionMajor = 10;
|
||||
{$NODEFINE gsIdVersionMajor}
|
||||
gsIdVersionMinor = 6;
|
||||
{$NODEFINE gsIdVersionMinor}
|
||||
gsIdVersionRelease = 2;
|
||||
{$NODEFINE gsIdVersionRelease}
|
||||
gsIdVersionBuild = $WCREV$;
|
||||
{$NODEFINE gsIdVersionBuild}
|
||||
|
||||
(*$HPPEMIT '#define gsIdVersionMajor 10'*)
|
||||
(*$HPPEMIT '#define gsIdVersionMinor 6'*)
|
||||
(*$HPPEMIT '#define gsIdVersionRelease 2'*)
|
||||
(*$HPPEMIT '#define gsIdVersionBuild $WCREV$'*)
|
||||
(*$HPPEMIT ''*)
|
||||
|
||||
gsIdVersion = '10.6.2.$WCREV$'; {do not localize}
|
||||
gsIdProductName = 'Indy'; {do not localize}
|
||||
gsIdProductVersion = '10.6.2'; {do not localize}
|
||||
469
indy/FCL/Indy.Sockets.bdsproj
Normal file
469
indy/FCL/Indy.Sockets.bdsproj
Normal file
@@ -0,0 +1,469 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<BorlandProject>
|
||||
<PersonalityInfo>
|
||||
<Option>
|
||||
<Option Name="Personality">DelphiDotNet.Personality</Option>
|
||||
<Option Name="ProjectType"></Option>
|
||||
<Option Name="Version">1.0</Option>
|
||||
<Option Name="GUID">{0C9E5605-3BDE-4E8A-B8F4-4332AB6574D2}</Option>
|
||||
</Option>
|
||||
</PersonalityInfo>
|
||||
<DelphiDotNet.Personality>
|
||||
<Source>
|
||||
<Source Name="MainSource">Indy.Sockets.dpr</Source>
|
||||
</Source>
|
||||
<FileVersion>
|
||||
<FileVersion Name="Version">7.0</FileVersion>
|
||||
</FileVersion>
|
||||
<Compiler>
|
||||
<Compiler Name="A">0</Compiler>
|
||||
<Compiler Name="B">0</Compiler>
|
||||
<Compiler Name="C">1</Compiler>
|
||||
<Compiler Name="D">1</Compiler>
|
||||
<Compiler Name="E">0</Compiler>
|
||||
<Compiler Name="F">0</Compiler>
|
||||
<Compiler Name="G">1</Compiler>
|
||||
<Compiler Name="H">1</Compiler>
|
||||
<Compiler Name="I">1</Compiler>
|
||||
<Compiler Name="J">0</Compiler>
|
||||
<Compiler Name="K">0</Compiler>
|
||||
<Compiler Name="L">1</Compiler>
|
||||
<Compiler Name="M">0</Compiler>
|
||||
<Compiler Name="N">1</Compiler>
|
||||
<Compiler Name="O">1</Compiler>
|
||||
<Compiler Name="P">1</Compiler>
|
||||
<Compiler Name="Q">1</Compiler>
|
||||
<Compiler Name="R">1</Compiler>
|
||||
<Compiler Name="S">0</Compiler>
|
||||
<Compiler Name="T">0</Compiler>
|
||||
<Compiler Name="U">0</Compiler>
|
||||
<Compiler Name="V">1</Compiler>
|
||||
<Compiler Name="W">0</Compiler>
|
||||
<Compiler Name="X">1</Compiler>
|
||||
<Compiler Name="Y">1</Compiler>
|
||||
<Compiler Name="Z">1</Compiler>
|
||||
<Compiler Name="ShowHints">True</Compiler>
|
||||
<Compiler Name="ShowWarnings">True</Compiler>
|
||||
<Compiler Name="UnitAliases">WinTypes=Borland.Vcl.Windows;WinProcs=Borland.Vcl.Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
|
||||
<Compiler Name="NamespacePrefix">Borland.Vcl;Indy.Sockets</Compiler>
|
||||
<Compiler Name="GenerateDocumentation">False</Compiler>
|
||||
<Compiler Name="DefaultNamespace"></Compiler>
|
||||
<Compiler Name="SymbolDeprecated">True</Compiler>
|
||||
<Compiler Name="SymbolLibrary">True</Compiler>
|
||||
<Compiler Name="SymbolPlatform">True</Compiler>
|
||||
<Compiler Name="SymbolExperimental">True</Compiler>
|
||||
<Compiler Name="UnitLibrary">True</Compiler>
|
||||
<Compiler Name="UnitPlatform">True</Compiler>
|
||||
<Compiler Name="UnitDeprecated">True</Compiler>
|
||||
<Compiler Name="UnitExperimental">True</Compiler>
|
||||
<Compiler Name="HResultCompat">True</Compiler>
|
||||
<Compiler Name="HidingMember">True</Compiler>
|
||||
<Compiler Name="HiddenVirtual">True</Compiler>
|
||||
<Compiler Name="Garbage">True</Compiler>
|
||||
<Compiler Name="BoundsError">True</Compiler>
|
||||
<Compiler Name="ZeroNilCompat">True</Compiler>
|
||||
<Compiler Name="StringConstTruncated">True</Compiler>
|
||||
<Compiler Name="ForLoopVarVarPar">True</Compiler>
|
||||
<Compiler Name="TypedConstVarPar">True</Compiler>
|
||||
<Compiler Name="AsgToTypedConst">True</Compiler>
|
||||
<Compiler Name="CaseLabelRange">True</Compiler>
|
||||
<Compiler Name="ForVariable">True</Compiler>
|
||||
<Compiler Name="ConstructingAbstract">True</Compiler>
|
||||
<Compiler Name="ComparisonFalse">True</Compiler>
|
||||
<Compiler Name="ComparisonTrue">True</Compiler>
|
||||
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
|
||||
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
|
||||
<Compiler Name="UnsupportedConstruct">True</Compiler>
|
||||
<Compiler Name="FileOpen">True</Compiler>
|
||||
<Compiler Name="FileOpenUnitSrc">True</Compiler>
|
||||
<Compiler Name="BadGlobalSymbol">True</Compiler>
|
||||
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
|
||||
<Compiler Name="InvalidDirective">True</Compiler>
|
||||
<Compiler Name="PackageNoLink">True</Compiler>
|
||||
<Compiler Name="PackageThreadVar">True</Compiler>
|
||||
<Compiler Name="ImplicitImport">True</Compiler>
|
||||
<Compiler Name="HPPEMITIgnored">True</Compiler>
|
||||
<Compiler Name="NoRetVal">True</Compiler>
|
||||
<Compiler Name="UseBeforeDef">True</Compiler>
|
||||
<Compiler Name="ForLoopVarUndef">True</Compiler>
|
||||
<Compiler Name="UnitNameMismatch">True</Compiler>
|
||||
<Compiler Name="NoCFGFileFound">True</Compiler>
|
||||
<Compiler Name="MessageDirective">True</Compiler>
|
||||
<Compiler Name="ImplicitVariants">True</Compiler>
|
||||
<Compiler Name="UnicodeToLocale">True</Compiler>
|
||||
<Compiler Name="LocaleToUnicode">True</Compiler>
|
||||
<Compiler Name="ImagebaseMultiple">True</Compiler>
|
||||
<Compiler Name="SuspiciousTypecast">True</Compiler>
|
||||
<Compiler Name="PrivatePropAccessor">True</Compiler>
|
||||
<Compiler Name="UnsafeType">True</Compiler>
|
||||
<Compiler Name="UnsafeCode">True</Compiler>
|
||||
<Compiler Name="UnsafeCast">True</Compiler>
|
||||
<Compiler Name="OptionTruncated">True</Compiler>
|
||||
<Compiler Name="WideCharReduced">True</Compiler>
|
||||
<Compiler Name="DuplicatesIgnored">True</Compiler>
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Linker Name="MapFile">0</Linker>
|
||||
<Linker Name="OutputObjs">0</Linker>
|
||||
<Linker Name="ConsoleApp">1</Linker>
|
||||
<Linker Name="DebugInfo">True</Linker>
|
||||
<Linker Name="RemoteSymbols">False</Linker>
|
||||
<Linker Name="GenerateDRC">False</Linker>
|
||||
<Linker Name="MinStackSize">4096</Linker>
|
||||
<Linker Name="MaxStackSize">1048576</Linker>
|
||||
<Linker Name="ImageBase">4194304</Linker>
|
||||
<Linker Name="ExeDescription"></Linker>
|
||||
</Linker>
|
||||
<Directories>
|
||||
<Directories Name="OutputDir">w:\source\indy10\lib\fcl\</Directories>
|
||||
<Directories Name="UnitOutputDir"></Directories>
|
||||
<Directories Name="PackageDLLOutputDir"></Directories>
|
||||
<Directories Name="PackageDCPOutputDir"></Directories>
|
||||
<Directories Name="SearchPath">c:\windows\microsoft.net\framework\v1.1.4322;w:\source\indy10\lib\fcl</Directories>
|
||||
<Directories Name="Packages">w:\source\indy10\lib\fcl\Mono.Security.dll;c:\windows\microsoft.net\framework\v1.1.4322\System.dll</Directories>
|
||||
<Directories Name="Conditionals">DotNetDistro</Directories>
|
||||
<Directories Name="DebugSourceDirs"></Directories>
|
||||
<Directories Name="UsePackages">True</Directories>
|
||||
</Directories>
|
||||
<Parameters>
|
||||
<Parameters Name="RunParams"></Parameters>
|
||||
<Parameters Name="HostApplication"></Parameters>
|
||||
<Parameters Name="Launcher"></Parameters>
|
||||
<Parameters Name="UseLauncher">False</Parameters>
|
||||
<Parameters Name="DebugCWD"></Parameters>
|
||||
<Parameters Name="RemoteHost"></Parameters>
|
||||
<Parameters Name="RemotePath"></Parameters>
|
||||
<Parameters Name="RemoteLauncher"></Parameters>
|
||||
<Parameters Name="RemoteCWD"></Parameters>
|
||||
<Parameters Name="RemoteDebug">False</Parameters>
|
||||
</Parameters>
|
||||
<Language>
|
||||
<Language Name="ActiveLang"></Language>
|
||||
<Language Name="ProjectLang">$00000000</Language>
|
||||
<Language Name="RootDir"></Language>
|
||||
</Language>
|
||||
<VersionInfo>
|
||||
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
||||
<VersionInfo Name="MajorVer">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</VersionInfo>
|
||||
<VersionInfo Name="Debug">False</VersionInfo>
|
||||
<VersionInfo Name="PreRelease">False</VersionInfo>
|
||||
<VersionInfo Name="Special">False</VersionInfo>
|
||||
<VersionInfo Name="Private">False</VersionInfo>
|
||||
<VersionInfo Name="DLL">False</VersionInfo>
|
||||
<VersionInfo Name="Locale">1033</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductName"></VersionInfoKeys>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
|
||||
</VersionInfoKeys>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<FileList>
|
||||
<File FileName="$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll" ContainerId="DelphiDotNetAssemblyCompiler" ModuleName="System" AssemblyName="System" Version="1.0.5000.0" LinkUnits="False"/>
|
||||
<File FileName="Mono.Security.dll" ContainerId="DelphiDotNetAssemblyCompiler" ModuleName="Mono.Security" AssemblyName="Mono.Security" Version="1.0.5000.0" LinkUnits="False"/>
|
||||
<File FileName="Indy.Sockets.IdASN1Util.pas" ContainerId="" ModuleName="Indy.Sockets.IdASN1Util"/>
|
||||
<File FileName="Indy.Sockets.IdAllFTPListParsers.pas" ContainerId="" ModuleName="Indy.Sockets.IdAllFTPListParsers"/>
|
||||
<File FileName="Indy.Sockets.IdAntiFreezeBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdAntiFreezeBase"/>
|
||||
<File FileName="Indy.Sockets.IdAssignedNumbers.pas" ContainerId="" ModuleName="Indy.Sockets.IdAssignedNumbers"/>
|
||||
<File FileName="Indy.Sockets.IdAttachment.pas" ContainerId="" ModuleName="Indy.Sockets.IdAttachment"/>
|
||||
<File FileName="Indy.Sockets.IdAttachmentFile.pas" ContainerId="" ModuleName="Indy.Sockets.IdAttachmentFile"/>
|
||||
<File FileName="Indy.Sockets.IdAttachmentMemory.pas" ContainerId="" ModuleName="Indy.Sockets.IdAttachmentMemory"/>
|
||||
<File FileName="Indy.Sockets.IdAuthentication.pas" ContainerId="" ModuleName="Indy.Sockets.IdAuthentication"/>
|
||||
<File FileName="Indy.Sockets.IdAuthenticationDigest.pas" ContainerId="" ModuleName="Indy.Sockets.IdAuthenticationDigest"/>
|
||||
<File FileName="Indy.Sockets.IdAuthenticationManager.pas" ContainerId="" ModuleName="Indy.Sockets.IdAuthenticationManager"/>
|
||||
<File FileName="Indy.Sockets.IdBaseComponent.pas" ContainerId="" ModuleName="Indy.Sockets.IdBaseComponent"/>
|
||||
<File FileName="Indy.Sockets.IdBuffer.pas" ContainerId="" ModuleName="Indy.Sockets.IdBuffer"/>
|
||||
<File FileName="Indy.Sockets.IdCarrierStream.pas" ContainerId="" ModuleName="Indy.Sockets.IdCarrierStream"/>
|
||||
<File FileName="Indy.Sockets.IdChargenServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdChargenServer"/>
|
||||
<File FileName="Indy.Sockets.IdChargenUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdChargenUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdCharsets.pas" ContainerId="" ModuleName="Indy.Sockets.IdCharsets"/>
|
||||
<File FileName="Indy.Sockets.IdCmdTCPClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdCmdTCPClient"/>
|
||||
<File FileName="Indy.Sockets.IdCmdTCPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdCmdTCPServer"/>
|
||||
<File FileName="Indy.Sockets.IdCoder.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoder"/>
|
||||
<File FileName="Indy.Sockets.IdCoder00E.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoder00E"/>
|
||||
<File FileName="Indy.Sockets.IdCoder3to4.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoder3to4"/>
|
||||
<File FileName="Indy.Sockets.IdCoderBinHex4.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoderBinHex4"/>
|
||||
<File FileName="Indy.Sockets.IdCoderHeader.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoderHeader"/>
|
||||
<File FileName="Indy.Sockets.IdCoderMIME.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoderMIME"/>
|
||||
<File FileName="Indy.Sockets.IdCoderQuotedPrintable.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoderQuotedPrintable"/>
|
||||
<File FileName="Indy.Sockets.IdCoderUUE.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoderUUE"/>
|
||||
<File FileName="Indy.Sockets.IdCoderXXE.pas" ContainerId="" ModuleName="Indy.Sockets.IdCoderXXE"/>
|
||||
<File FileName="Indy.Sockets.IdCommandHandlers.pas" ContainerId="" ModuleName="Indy.Sockets.IdCommandHandlers"/>
|
||||
<File FileName="Indy.Sockets.IdComponent.pas" ContainerId="" ModuleName="Indy.Sockets.IdComponent"/>
|
||||
<File FileName="Indy.Sockets.IdConnectThroughHttpProxy.pas" ContainerId="" ModuleName="Indy.Sockets.IdConnectThroughHttpProxy"/>
|
||||
<File FileName="Indy.Sockets.IdContainers.pas" ContainerId="" ModuleName="Indy.Sockets.IdContainers"/>
|
||||
<File FileName="Indy.Sockets.IdContext.pas" ContainerId="" ModuleName="Indy.Sockets.IdContext"/>
|
||||
<File FileName="Indy.Sockets.IdCookie.pas" ContainerId="" ModuleName="Indy.Sockets.IdCookie"/>
|
||||
<File FileName="Indy.Sockets.IdCookieManager.pas" ContainerId="" ModuleName="Indy.Sockets.IdCookieManager"/>
|
||||
<File FileName="Indy.Sockets.IdCustomHTTPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdCustomHTTPServer"/>
|
||||
<File FileName="Indy.Sockets.IdCustomTCPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdCustomTCPServer"/>
|
||||
<File FileName="Indy.Sockets.IdCustomTransparentProxy.pas" ContainerId="" ModuleName="Indy.Sockets.IdCustomTransparentProxy"/>
|
||||
<File FileName="Indy.Sockets.IdDICT.pas" ContainerId="" ModuleName="Indy.Sockets.IdDICT"/>
|
||||
<File FileName="Indy.Sockets.IdDICTCommon.pas" ContainerId="" ModuleName="Indy.Sockets.IdDICTCommon"/>
|
||||
<File FileName="Indy.Sockets.IdDICTServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdDICTServer"/>
|
||||
<File FileName="Indy.Sockets.IdDNSCommon.pas" ContainerId="" ModuleName="Indy.Sockets.IdDNSCommon"/>
|
||||
<File FileName="Indy.Sockets.IdDNSResolver.pas" ContainerId="" ModuleName="Indy.Sockets.IdDNSResolver"/>
|
||||
<File FileName="Indy.Sockets.IdDNSServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdDNSServer"/>
|
||||
<File FileName="Indy.Sockets.IdDateTimeStamp.pas" ContainerId="" ModuleName="Indy.Sockets.IdDateTimeStamp"/>
|
||||
<File FileName="Indy.Sockets.IdDayTime.pas" ContainerId="" ModuleName="Indy.Sockets.IdDayTime"/>
|
||||
<File FileName="Indy.Sockets.IdDayTimeServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdDayTimeServer"/>
|
||||
<File FileName="Indy.Sockets.IdDayTimeUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdDayTimeUDP"/>
|
||||
<File FileName="Indy.Sockets.IdDayTimeUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdDayTimeUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdDiscardServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdDiscardServer"/>
|
||||
<File FileName="Indy.Sockets.IdDiscardUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdDiscardUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdEMailAddress.pas" ContainerId="" ModuleName="Indy.Sockets.IdEMailAddress"/>
|
||||
<File FileName="Indy.Sockets.IdEcho.pas" ContainerId="" ModuleName="Indy.Sockets.IdEcho"/>
|
||||
<File FileName="Indy.Sockets.IdEchoServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdEchoServer"/>
|
||||
<File FileName="Indy.Sockets.IdEchoUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdEchoUDP"/>
|
||||
<File FileName="Indy.Sockets.IdEchoUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdEchoUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdException.pas" ContainerId="" ModuleName="Indy.Sockets.IdException"/>
|
||||
<File FileName="Indy.Sockets.IdExceptionCore.pas" ContainerId="" ModuleName="Indy.Sockets.IdExceptionCore"/>
|
||||
<File FileName="Indy.Sockets.IdExplicitTLSClientServerBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdExplicitTLSClientServerBase"/>
|
||||
<File FileName="Indy.Sockets.IdFSP.pas" ContainerId="" ModuleName="Indy.Sockets.IdFSP"/>
|
||||
<File FileName="Indy.Sockets.IdFTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTP"/>
|
||||
<File FileName="Indy.Sockets.IdFTPBaseFileSystem.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPBaseFileSystem"/>
|
||||
<File FileName="Indy.Sockets.IdFTPCommon.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPCommon"/>
|
||||
<File FileName="Indy.Sockets.IdFTPList.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPList"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListOutput.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListOutput"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseAS400.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseAS400"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseBase"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseBullGCOS7.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseBullGCOS7"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseBullGCOS8.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseBullGCOS8"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseChameleonNewt.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseChameleonNewt"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseCiscoIOS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseCiscoIOS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseDistinctTCPIP.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseDistinctTCPIP"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseEPLF.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseEPLF"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseHellSoft.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseHellSoft"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseKA9Q.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseKA9Q"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseMPEiX.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseMPEiX"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseMVS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseMVS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseMicrowareOS9.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseMicrowareOS9"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseMusic.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseMusic"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseNCSAForDOS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseNCSAForDOS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseNCSAForMACOS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseNCSAForMACOS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseNovellNetware.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseNovellNetware"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseNovellNetwarePSU.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseNovellNetwarePSU"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseOS2.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseOS2"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseStercomOS390Exp.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseStercomOS390Exp"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseStercomUnixEnt.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseStercomUnixEnt"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseStratusVOS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseStratusVOS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseSuperTCP.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseSuperTCP"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseTOPS20.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseTOPS20"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseTSXPlus.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseTSXPlus"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseTandemGuardian.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseTandemGuardian"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseUnix.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseUnix"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseVM.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseVM"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseVMS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseVMS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseVSE.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseVSE"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseVxWorks.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseVxWorks"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseWfFTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseWfFTP"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseWinQVTNET.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseWinQVTNET"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseWindowsNT.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseWindowsNT"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListParseXecomMicroRTOS.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListParseXecomMicroRTOS"/>
|
||||
<File FileName="Indy.Sockets.IdFTPListTypes.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPListTypes"/>
|
||||
<File FileName="Indy.Sockets.IdFTPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPServer"/>
|
||||
<File FileName="Indy.Sockets.IdFTPServerContextBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdFTPServerContextBase"/>
|
||||
<File FileName="Indy.Sockets.IdFinger.pas" ContainerId="" ModuleName="Indy.Sockets.IdFinger"/>
|
||||
<File FileName="Indy.Sockets.IdFingerServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdFingerServer"/>
|
||||
<File FileName="Indy.Sockets.IdGlobal.pas" ContainerId="" ModuleName="Indy.Sockets.IdGlobal"/>
|
||||
<File FileName="Indy.Sockets.IdGlobalCore.pas" ContainerId="" ModuleName="Indy.Sockets.IdGlobalCore"/>
|
||||
<File FileName="Indy.Sockets.IdGlobalProtocols.pas" ContainerId="" ModuleName="Indy.Sockets.IdGlobalProtocols"/>
|
||||
<File FileName="Indy.Sockets.IdGopher.pas" ContainerId="" ModuleName="Indy.Sockets.IdGopher"/>
|
||||
<File FileName="Indy.Sockets.IdGopherConsts.pas" ContainerId="" ModuleName="Indy.Sockets.IdGopherConsts"/>
|
||||
<File FileName="Indy.Sockets.IdGopherServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdGopherServer"/>
|
||||
<File FileName="Indy.Sockets.IdHL7.pas" ContainerId="" ModuleName="Indy.Sockets.IdHL7"/>
|
||||
<File FileName="Indy.Sockets.IdHTTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdHTTP"/>
|
||||
<File FileName="Indy.Sockets.IdHTTPHeaderInfo.pas" ContainerId="" ModuleName="Indy.Sockets.IdHTTPHeaderInfo"/>
|
||||
<File FileName="Indy.Sockets.IdHTTPProxyServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdHTTPProxyServer"/>
|
||||
<File FileName="Indy.Sockets.IdHTTPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdHTTPServer"/>
|
||||
<File FileName="Indy.Sockets.IdHash.pas" ContainerId="" ModuleName="Indy.Sockets.IdHash"/>
|
||||
<File FileName="Indy.Sockets.IdHashCRC.pas" ContainerId="" ModuleName="Indy.Sockets.IdHashCRC"/>
|
||||
<File FileName="Indy.Sockets.IdHashElf.pas" ContainerId="" ModuleName="Indy.Sockets.IdHashElf"/>
|
||||
<File FileName="Indy.Sockets.IdHashMessageDigest.pas" ContainerId="" ModuleName="Indy.Sockets.IdHashMessageDigest"/>
|
||||
<File FileName="Indy.Sockets.IdHashSHA1.pas" ContainerId="" ModuleName="Indy.Sockets.IdHashSHA1"/>
|
||||
<File FileName="Indy.Sockets.IdHeaderList.pas" ContainerId="" ModuleName="Indy.Sockets.IdHeaderList"/>
|
||||
<File FileName="Indy.Sockets.IdIMAP4.pas" ContainerId="" ModuleName="Indy.Sockets.IdIMAP4"/>
|
||||
<File FileName="Indy.Sockets.IdIMAP4Server.pas" ContainerId="" ModuleName="Indy.Sockets.IdIMAP4Server"/>
|
||||
<File FileName="Indy.Sockets.IdIOHandler.pas" ContainerId="" ModuleName="Indy.Sockets.IdIOHandler"/>
|
||||
<File FileName="Indy.Sockets.IdIOHandlerSocket.pas" ContainerId="" ModuleName="Indy.Sockets.IdIOHandlerSocket"/>
|
||||
<File FileName="Indy.Sockets.IdIOHandlerStack.pas" ContainerId="" ModuleName="Indy.Sockets.IdIOHandlerStack"/>
|
||||
<File FileName="Indy.Sockets.IdIOHandlerStream.pas" ContainerId="" ModuleName="Indy.Sockets.IdIOHandlerStream"/>
|
||||
<File FileName="Indy.Sockets.IdIOHandlerTls.pas" ContainerId="" ModuleName="Indy.Sockets.IdIOHandlerTls"/>
|
||||
<File FileName="Indy.Sockets.IdIPAddrMon.pas" ContainerId="" ModuleName="Indy.Sockets.IdIPAddrMon"/>
|
||||
<File FileName="Indy.Sockets.IdIPAddress.pas" ContainerId="" ModuleName="Indy.Sockets.IdIPAddress"/>
|
||||
<File FileName="Indy.Sockets.IdIPMCastBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdIPMCastBase"/>
|
||||
<File FileName="Indy.Sockets.IdIPMCastClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdIPMCastClient"/>
|
||||
<File FileName="Indy.Sockets.IdIPMCastServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdIPMCastServer"/>
|
||||
<File FileName="Indy.Sockets.IdIPWatch.pas" ContainerId="" ModuleName="Indy.Sockets.IdIPWatch"/>
|
||||
<File FileName="Indy.Sockets.IdIRC.pas" ContainerId="" ModuleName="Indy.Sockets.IdIRC"/>
|
||||
<File FileName="Indy.Sockets.IdIcmpClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdIcmpClient"/>
|
||||
<File FileName="Indy.Sockets.IdIdent.pas" ContainerId="" ModuleName="Indy.Sockets.IdIdent"/>
|
||||
<File FileName="Indy.Sockets.IdIdentServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdIdentServer"/>
|
||||
<File FileName="Indy.Sockets.IdIntercept.pas" ContainerId="" ModuleName="Indy.Sockets.IdIntercept"/>
|
||||
<File FileName="Indy.Sockets.IdInterceptSimLog.pas" ContainerId="" ModuleName="Indy.Sockets.IdInterceptSimLog"/>
|
||||
<File FileName="Indy.Sockets.IdInterceptThrottler.pas" ContainerId="" ModuleName="Indy.Sockets.IdInterceptThrottler"/>
|
||||
<File FileName="Indy.Sockets.IdIrcServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdIrcServer"/>
|
||||
<File FileName="Indy.Sockets.IdLPR.pas" ContainerId="" ModuleName="Indy.Sockets.IdLPR"/>
|
||||
<File FileName="Indy.Sockets.IdLogBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdLogBase"/>
|
||||
<File FileName="Indy.Sockets.IdLogDebug.pas" ContainerId="" ModuleName="Indy.Sockets.IdLogDebug"/>
|
||||
<File FileName="Indy.Sockets.IdLogEvent.pas" ContainerId="" ModuleName="Indy.Sockets.IdLogEvent"/>
|
||||
<File FileName="Indy.Sockets.IdLogFile.pas" ContainerId="" ModuleName="Indy.Sockets.IdLogFile"/>
|
||||
<File FileName="Indy.Sockets.IdLogStream.pas" ContainerId="" ModuleName="Indy.Sockets.IdLogStream"/>
|
||||
<File FileName="Indy.Sockets.IdMIMETypes.pas" ContainerId="" ModuleName="Indy.Sockets.IdMIMETypes"/>
|
||||
<File FileName="Indy.Sockets.IdMailBox.pas" ContainerId="" ModuleName="Indy.Sockets.IdMailBox"/>
|
||||
<File FileName="Indy.Sockets.IdMappedFTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdMappedFTP"/>
|
||||
<File FileName="Indy.Sockets.IdMappedPOP3.pas" ContainerId="" ModuleName="Indy.Sockets.IdMappedPOP3"/>
|
||||
<File FileName="Indy.Sockets.IdMappedPortTCP.pas" ContainerId="" ModuleName="Indy.Sockets.IdMappedPortTCP"/>
|
||||
<File FileName="Indy.Sockets.IdMappedPortUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdMappedPortUDP"/>
|
||||
<File FileName="Indy.Sockets.IdMappedTelnet.pas" ContainerId="" ModuleName="Indy.Sockets.IdMappedTelnet"/>
|
||||
<File FileName="Indy.Sockets.IdMessage.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessage"/>
|
||||
<File FileName="Indy.Sockets.IdMessageClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageClient"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCoder.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCoder"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCoderMIME.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCoderMIME"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCoderQuotedPrintable.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCoderQuotedPrintable"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCoderUUE.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCoderUUE"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCoderXXE.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCoderXXE"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCoderYenc.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCoderYenc"/>
|
||||
<File FileName="Indy.Sockets.IdMessageCollection.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageCollection"/>
|
||||
<File FileName="Indy.Sockets.IdMessageParts.pas" ContainerId="" ModuleName="Indy.Sockets.IdMessageParts"/>
|
||||
<File FileName="Indy.Sockets.IdMultipartFormData.pas" ContainerId="" ModuleName="Indy.Sockets.IdMultipartFormData"/>
|
||||
<File FileName="Indy.Sockets.IdNNTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdNNTP"/>
|
||||
<File FileName="Indy.Sockets.IdNNTPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdNNTPServer"/>
|
||||
<File FileName="Indy.Sockets.IdNetworkCalculator.pas" ContainerId="" ModuleName="Indy.Sockets.IdNetworkCalculator"/>
|
||||
<File FileName="Indy.Sockets.IdOSFileName.pas" ContainerId="" ModuleName="Indy.Sockets.IdOSFileName"/>
|
||||
<File FileName="Indy.Sockets.IdOTPCalculator.pas" ContainerId="" ModuleName="Indy.Sockets.IdOTPCalculator"/>
|
||||
<File FileName="Indy.Sockets.IdObjs.pas" ContainerId="" ModuleName="Indy.Sockets.IdObjs"/>
|
||||
<File FileName="Indy.Sockets.IdObjsBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdObjsBase"/>
|
||||
<File FileName="Indy.Sockets.IdObjsFCL.pas" ContainerId="" ModuleName="Indy.Sockets.IdObjsFCL"/>
|
||||
<File FileName="Indy.Sockets.IdPOP3.pas" ContainerId="" ModuleName="Indy.Sockets.IdPOP3"/>
|
||||
<File FileName="Indy.Sockets.IdPOP3Server.pas" ContainerId="" ModuleName="Indy.Sockets.IdPOP3Server"/>
|
||||
<File FileName="Indy.Sockets.IdQOTDUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdQOTDUDP"/>
|
||||
<File FileName="Indy.Sockets.IdQOTDUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdQOTDUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdQotd.pas" ContainerId="" ModuleName="Indy.Sockets.IdQotd"/>
|
||||
<File FileName="Indy.Sockets.IdQotdServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdQotdServer"/>
|
||||
<File FileName="Indy.Sockets.IdRSH.pas" ContainerId="" ModuleName="Indy.Sockets.IdRSH"/>
|
||||
<File FileName="Indy.Sockets.IdRSHServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdRSHServer"/>
|
||||
<File FileName="Indy.Sockets.IdRawBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdRawBase"/>
|
||||
<File FileName="Indy.Sockets.IdRawClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdRawClient"/>
|
||||
<File FileName="Indy.Sockets.IdRawFunctions.pas" ContainerId="" ModuleName="Indy.Sockets.IdRawFunctions"/>
|
||||
<File FileName="Indy.Sockets.IdRawHeaders.pas" ContainerId="" ModuleName="Indy.Sockets.IdRawHeaders"/>
|
||||
<File FileName="Indy.Sockets.IdRemoteCMDClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdRemoteCMDClient"/>
|
||||
<File FileName="Indy.Sockets.IdRemoteCMDServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdRemoteCMDServer"/>
|
||||
<File FileName="Indy.Sockets.IdReply.pas" ContainerId="" ModuleName="Indy.Sockets.IdReply"/>
|
||||
<File FileName="Indy.Sockets.IdReplyFTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdReplyFTP"/>
|
||||
<File FileName="Indy.Sockets.IdReplyIMAP4.pas" ContainerId="" ModuleName="Indy.Sockets.IdReplyIMAP4"/>
|
||||
<File FileName="Indy.Sockets.IdReplyPOP3.pas" ContainerId="" ModuleName="Indy.Sockets.IdReplyPOP3"/>
|
||||
<File FileName="Indy.Sockets.IdReplyRFC.pas" ContainerId="" ModuleName="Indy.Sockets.IdReplyRFC"/>
|
||||
<File FileName="Indy.Sockets.IdReplySMTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdReplySMTP"/>
|
||||
<File FileName="Indy.Sockets.IdResourceStrings.pas" ContainerId="" ModuleName="Indy.Sockets.IdResourceStrings"/>
|
||||
<File FileName="Indy.Sockets.IdResourceStringsCore.pas" ContainerId="" ModuleName="Indy.Sockets.IdResourceStringsCore"/>
|
||||
<File FileName="Indy.Sockets.IdResourceStringsProtocols.pas" ContainerId="" ModuleName="Indy.Sockets.IdResourceStringsProtocols"/>
|
||||
<File FileName="Indy.Sockets.IdRexec.pas" ContainerId="" ModuleName="Indy.Sockets.IdRexec"/>
|
||||
<File FileName="Indy.Sockets.IdRexecServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdRexecServer"/>
|
||||
<File FileName="Indy.Sockets.IdSASL.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASL"/>
|
||||
<File FileName="Indy.Sockets.IdSASLAnonymous.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLAnonymous"/>
|
||||
<File FileName="Indy.Sockets.IdSASLCollection.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLCollection"/>
|
||||
<File FileName="Indy.Sockets.IdSASLExternal.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLExternal"/>
|
||||
<File FileName="Indy.Sockets.IdSASLLogin.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLLogin"/>
|
||||
<File FileName="Indy.Sockets.IdSASLOTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLOTP"/>
|
||||
<File FileName="Indy.Sockets.IdSASLPlain.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLPlain"/>
|
||||
<File FileName="Indy.Sockets.IdSASLSKey.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLSKey"/>
|
||||
<File FileName="Indy.Sockets.IdSASLUserPass.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASLUserPass"/>
|
||||
<File FileName="Indy.Sockets.IdSASL_CRAM_MD5.pas" ContainerId="" ModuleName="Indy.Sockets.IdSASL_CRAM_MD5"/>
|
||||
<File FileName="Indy.Sockets.IdSMTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdSMTP"/>
|
||||
<File FileName="Indy.Sockets.IdSMTPBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdSMTPBase"/>
|
||||
<File FileName="Indy.Sockets.IdSMTPRelay.pas" ContainerId="" ModuleName="Indy.Sockets.IdSMTPRelay"/>
|
||||
<File FileName="Indy.Sockets.IdSMTPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdSMTPServer"/>
|
||||
<File FileName="Indy.Sockets.IdSNPP.pas" ContainerId="" ModuleName="Indy.Sockets.IdSNPP"/>
|
||||
<File FileName="Indy.Sockets.IdSSL.pas" ContainerId="" ModuleName="Indy.Sockets.IdSSL"/>
|
||||
<File FileName="Indy.Sockets.IdScheduler.pas" ContainerId="" ModuleName="Indy.Sockets.IdScheduler"/>
|
||||
<File FileName="Indy.Sockets.IdSchedulerOfThread.pas" ContainerId="" ModuleName="Indy.Sockets.IdSchedulerOfThread"/>
|
||||
<File FileName="Indy.Sockets.IdSchedulerOfThreadDefault.pas" ContainerId="" ModuleName="Indy.Sockets.IdSchedulerOfThreadDefault"/>
|
||||
<File FileName="Indy.Sockets.IdSchedulerOfThreadPool.pas" ContainerId="" ModuleName="Indy.Sockets.IdSchedulerOfThreadPool"/>
|
||||
<File FileName="Indy.Sockets.IdServerIOHandler.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerIOHandler"/>
|
||||
<File FileName="Indy.Sockets.IdServerIOHandlerSocket.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerIOHandlerSocket"/>
|
||||
<File FileName="Indy.Sockets.IdServerIOHandlerStack.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerIOHandlerStack"/>
|
||||
<File FileName="Indy.Sockets.IdServerIOHandlerTls.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerIOHandlerTls"/>
|
||||
<File FileName="Indy.Sockets.IdServerInterceptLogBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerInterceptLogBase"/>
|
||||
<File FileName="Indy.Sockets.IdServerInterceptLogEvent.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerInterceptLogEvent"/>
|
||||
<File FileName="Indy.Sockets.IdServerInterceptLogFile.pas" ContainerId="" ModuleName="Indy.Sockets.IdServerInterceptLogFile"/>
|
||||
<File FileName="Indy.Sockets.IdSimpleServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdSimpleServer"/>
|
||||
<File FileName="Indy.Sockets.IdSocketHandle.pas" ContainerId="" ModuleName="Indy.Sockets.IdSocketHandle"/>
|
||||
<File FileName="Indy.Sockets.IdSocketStream.pas" ContainerId="" ModuleName="Indy.Sockets.IdSocketStream"/>
|
||||
<File FileName="Indy.Sockets.IdSocks.pas" ContainerId="" ModuleName="Indy.Sockets.IdSocks"/>
|
||||
<File FileName="Indy.Sockets.IdStack.pas" ContainerId="" ModuleName="Indy.Sockets.IdStack"/>
|
||||
<File FileName="Indy.Sockets.IdStackConsts.pas" ContainerId="" ModuleName="Indy.Sockets.IdStackConsts"/>
|
||||
<File FileName="Indy.Sockets.IdStackDotNet.pas" ContainerId="" ModuleName="Indy.Sockets.IdStackDotNet"/>
|
||||
<File FileName="Indy.Sockets.IdStream.pas" ContainerId="" ModuleName="Indy.Sockets.IdStream"/>
|
||||
<File FileName="Indy.Sockets.IdStreamNET.pas" ContainerId="" ModuleName="Indy.Sockets.IdStreamNET"/>
|
||||
<File FileName="Indy.Sockets.IdStrings.pas" ContainerId="" ModuleName="Indy.Sockets.IdStrings"/>
|
||||
<File FileName="Indy.Sockets.IdStruct.pas" ContainerId="" ModuleName="Indy.Sockets.IdStruct"/>
|
||||
<File FileName="Indy.Sockets.IdSync.pas" ContainerId="" ModuleName="Indy.Sockets.IdSync"/>
|
||||
<File FileName="Indy.Sockets.IdSys.pas" ContainerId="" ModuleName="Indy.Sockets.IdSys"/>
|
||||
<File FileName="Indy.Sockets.IdSysBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdSysBase"/>
|
||||
<File FileName="Indy.Sockets.IdSysLog.pas" ContainerId="" ModuleName="Indy.Sockets.IdSysLog"/>
|
||||
<File FileName="Indy.Sockets.IdSysLogMessage.pas" ContainerId="" ModuleName="Indy.Sockets.IdSysLogMessage"/>
|
||||
<File FileName="Indy.Sockets.IdSysLogServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdSysLogServer"/>
|
||||
<File FileName="Indy.Sockets.IdSysNet.pas" ContainerId="" ModuleName="Indy.Sockets.IdSysNet"/>
|
||||
<File FileName="Indy.Sockets.IdSystat.pas" ContainerId="" ModuleName="Indy.Sockets.IdSystat"/>
|
||||
<File FileName="Indy.Sockets.IdSystatServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdSystatServer"/>
|
||||
<File FileName="Indy.Sockets.IdSystatUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdSystatUDP"/>
|
||||
<File FileName="Indy.Sockets.IdSystatUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdSystatUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdTCPClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdTCPClient"/>
|
||||
<File FileName="Indy.Sockets.IdTCPConnection.pas" ContainerId="" ModuleName="Indy.Sockets.IdTCPConnection"/>
|
||||
<File FileName="Indy.Sockets.IdTCPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdTCPServer"/>
|
||||
<File FileName="Indy.Sockets.IdTCPStream.pas" ContainerId="" ModuleName="Indy.Sockets.IdTCPStream"/>
|
||||
<File FileName="Indy.Sockets.IdTask.pas" ContainerId="" ModuleName="Indy.Sockets.IdTask"/>
|
||||
<File FileName="Indy.Sockets.IdTelnet.pas" ContainerId="" ModuleName="Indy.Sockets.IdTelnet"/>
|
||||
<File FileName="Indy.Sockets.IdTelnetServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdTelnetServer"/>
|
||||
<File FileName="Indy.Sockets.IdText.pas" ContainerId="" ModuleName="Indy.Sockets.IdText"/>
|
||||
<File FileName="Indy.Sockets.IdThread.pas" ContainerId="" ModuleName="Indy.Sockets.IdThread"/>
|
||||
<File FileName="Indy.Sockets.IdThreadComponent.pas" ContainerId="" ModuleName="Indy.Sockets.IdThreadComponent"/>
|
||||
<File FileName="Indy.Sockets.IdThreadSafe.pas" ContainerId="" ModuleName="Indy.Sockets.IdThreadSafe"/>
|
||||
<File FileName="Indy.Sockets.IdTime.pas" ContainerId="" ModuleName="Indy.Sockets.IdTime"/>
|
||||
<File FileName="Indy.Sockets.IdTimeServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdTimeServer"/>
|
||||
<File FileName="Indy.Sockets.IdTimeUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdTimeUDP"/>
|
||||
<File FileName="Indy.Sockets.IdTimeUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdTimeUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdTlsClientOptions.pas" ContainerId="" ModuleName="Indy.Sockets.IdTlsClientOptions"/>
|
||||
<File FileName="Indy.Sockets.IdTlsServerOptions.pas" ContainerId="" ModuleName="Indy.Sockets.IdTlsServerOptions"/>
|
||||
<File FileName="Indy.Sockets.IdTraceRoute.pas" ContainerId="" ModuleName="Indy.Sockets.IdTraceRoute"/>
|
||||
<File FileName="Indy.Sockets.IdTrivialFTP.pas" ContainerId="" ModuleName="Indy.Sockets.IdTrivialFTP"/>
|
||||
<File FileName="Indy.Sockets.IdTrivialFTPBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdTrivialFTPBase"/>
|
||||
<File FileName="Indy.Sockets.IdTrivialFTPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdTrivialFTPServer"/>
|
||||
<File FileName="Indy.Sockets.IdUDPBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdUDPBase"/>
|
||||
<File FileName="Indy.Sockets.IdUDPClient.pas" ContainerId="" ModuleName="Indy.Sockets.IdUDPClient"/>
|
||||
<File FileName="Indy.Sockets.IdUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdURI.pas" ContainerId="" ModuleName="Indy.Sockets.IdURI"/>
|
||||
<File FileName="Indy.Sockets.IdUnixTime.pas" ContainerId="" ModuleName="Indy.Sockets.IdUnixTime"/>
|
||||
<File FileName="Indy.Sockets.IdUnixTimeServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdUnixTimeServer"/>
|
||||
<File FileName="Indy.Sockets.IdUnixTimeUDP.pas" ContainerId="" ModuleName="Indy.Sockets.IdUnixTimeUDP"/>
|
||||
<File FileName="Indy.Sockets.IdUnixTimeUDPServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdUnixTimeUDPServer"/>
|
||||
<File FileName="Indy.Sockets.IdUserAccounts.pas" ContainerId="" ModuleName="Indy.Sockets.IdUserAccounts"/>
|
||||
<File FileName="Indy.Sockets.IdUserPassProvider.pas" ContainerId="" ModuleName="Indy.Sockets.IdUserPassProvider"/>
|
||||
<File FileName="Indy.Sockets.IdVCard.pas" ContainerId="" ModuleName="Indy.Sockets.IdVCard"/>
|
||||
<File FileName="Indy.Sockets.IdWhoIsServer.pas" ContainerId="" ModuleName="Indy.Sockets.IdWhoIsServer"/>
|
||||
<File FileName="Indy.Sockets.IdWhois.pas" ContainerId="" ModuleName="Indy.Sockets.IdWhois"/>
|
||||
<File FileName="Indy.Sockets.IdYarn.pas" ContainerId="" ModuleName="Indy.Sockets.IdYarn"/>
|
||||
<File FileName="Indy.Sockets.IdZLibCompressorBase.pas" ContainerId="" ModuleName="Indy.Sockets.IdZLibCompressorBase"/>
|
||||
<File FileName="Indy.Sockets.IdAssemblyInfo.pas" ContainerId="" ModuleName="Indy.Sockets.IdAssemblyInfo"/>
|
||||
</FileList>
|
||||
</DelphiDotNet.Personality>
|
||||
</BorlandProject>
|
||||
345
indy/FCL/Indy.Sockets.dpr
Normal file
345
indy/FCL/Indy.Sockets.dpr
Normal file
@@ -0,0 +1,345 @@
|
||||
library Indy.Sockets;
|
||||
|
||||
{%DelphiDotNetAssemblyCompiler '$(SystemRoot)\microsoft.net\framework\v1.1.4322\System.dll'}
|
||||
{%DelphiDotNetAssemblyCompiler 'Mono.Security.dll'}
|
||||
|
||||
|
||||
uses
|
||||
Indy.Sockets.IdASN1Util in 'Indy.Sockets.IdASN1Util.pas',
|
||||
Indy.Sockets.IdAllFTPListParsers in 'Indy.Sockets.IdAllFTPListParsers.pas',
|
||||
Indy.Sockets.IdAntiFreezeBase in 'Indy.Sockets.IdAntiFreezeBase.pas',
|
||||
Indy.Sockets.IdAssignedNumbers in 'Indy.Sockets.IdAssignedNumbers.pas',
|
||||
Indy.Sockets.IdAttachment in 'Indy.Sockets.IdAttachment.pas',
|
||||
Indy.Sockets.IdAttachmentFile in 'Indy.Sockets.IdAttachmentFile.pas',
|
||||
Indy.Sockets.IdAttachmentMemory in 'Indy.Sockets.IdAttachmentMemory.pas',
|
||||
Indy.Sockets.IdAuthentication in 'Indy.Sockets.IdAuthentication.pas',
|
||||
Indy.Sockets.IdAuthenticationDigest in 'Indy.Sockets.IdAuthenticationDigest.pas',
|
||||
Indy.Sockets.IdAuthenticationManager in 'Indy.Sockets.IdAuthenticationManager.pas',
|
||||
Indy.Sockets.IdBaseComponent in 'Indy.Sockets.IdBaseComponent.pas',
|
||||
Indy.Sockets.IdBuffer in 'Indy.Sockets.IdBuffer.pas',
|
||||
Indy.Sockets.IdCarrierStream in 'Indy.Sockets.IdCarrierStream.pas',
|
||||
Indy.Sockets.IdChargenServer in 'Indy.Sockets.IdChargenServer.pas',
|
||||
Indy.Sockets.IdChargenUDPServer in 'Indy.Sockets.IdChargenUDPServer.pas',
|
||||
Indy.Sockets.IdCharsets in 'Indy.Sockets.IdCharsets.pas',
|
||||
Indy.Sockets.IdCmdTCPClient in 'Indy.Sockets.IdCmdTCPClient.pas',
|
||||
Indy.Sockets.IdCmdTCPServer in 'Indy.Sockets.IdCmdTCPServer.pas',
|
||||
Indy.Sockets.IdCoder in 'Indy.Sockets.IdCoder.pas',
|
||||
Indy.Sockets.IdCoder00E in 'Indy.Sockets.IdCoder00E.pas',
|
||||
Indy.Sockets.IdCoder3to4 in 'Indy.Sockets.IdCoder3to4.pas',
|
||||
Indy.Sockets.IdCoderBinHex4 in 'Indy.Sockets.IdCoderBinHex4.pas',
|
||||
Indy.Sockets.IdCoderHeader in 'Indy.Sockets.IdCoderHeader.pas',
|
||||
Indy.Sockets.IdCoderMIME in 'Indy.Sockets.IdCoderMIME.pas',
|
||||
Indy.Sockets.IdCoderQuotedPrintable in 'Indy.Sockets.IdCoderQuotedPrintable.pas',
|
||||
Indy.Sockets.IdCoderUUE in 'Indy.Sockets.IdCoderUUE.pas',
|
||||
Indy.Sockets.IdCoderXXE in 'Indy.Sockets.IdCoderXXE.pas',
|
||||
Indy.Sockets.IdCommandHandlers in 'Indy.Sockets.IdCommandHandlers.pas',
|
||||
Indy.Sockets.IdComponent in 'Indy.Sockets.IdComponent.pas',
|
||||
Indy.Sockets.IdConnectThroughHttpProxy in 'Indy.Sockets.IdConnectThroughHttpProxy.pas',
|
||||
Indy.Sockets.IdContainers in 'Indy.Sockets.IdContainers.pas',
|
||||
Indy.Sockets.IdContext in 'Indy.Sockets.IdContext.pas',
|
||||
Indy.Sockets.IdCookie in 'Indy.Sockets.IdCookie.pas',
|
||||
Indy.Sockets.IdCookieManager in 'Indy.Sockets.IdCookieManager.pas',
|
||||
Indy.Sockets.IdCustomHTTPServer in 'Indy.Sockets.IdCustomHTTPServer.pas',
|
||||
Indy.Sockets.IdCustomTCPServer in 'Indy.Sockets.IdCustomTCPServer.pas',
|
||||
Indy.Sockets.IdCustomTransparentProxy in 'Indy.Sockets.IdCustomTransparentProxy.pas',
|
||||
Indy.Sockets.IdDICT in 'Indy.Sockets.IdDICT.pas',
|
||||
Indy.Sockets.IdDICTCommon in 'Indy.Sockets.IdDICTCommon.pas',
|
||||
Indy.Sockets.IdDICTServer in 'Indy.Sockets.IdDICTServer.pas',
|
||||
Indy.Sockets.IdDNSCommon in 'Indy.Sockets.IdDNSCommon.pas',
|
||||
Indy.Sockets.IdDNSResolver in 'Indy.Sockets.IdDNSResolver.pas',
|
||||
Indy.Sockets.IdDNSServer in 'Indy.Sockets.IdDNSServer.pas',
|
||||
Indy.Sockets.IdDateTimeStamp in 'Indy.Sockets.IdDateTimeStamp.pas',
|
||||
Indy.Sockets.IdDayTime in 'Indy.Sockets.IdDayTime.pas',
|
||||
Indy.Sockets.IdDayTimeServer in 'Indy.Sockets.IdDayTimeServer.pas',
|
||||
Indy.Sockets.IdDayTimeUDP in 'Indy.Sockets.IdDayTimeUDP.pas',
|
||||
Indy.Sockets.IdDayTimeUDPServer in 'Indy.Sockets.IdDayTimeUDPServer.pas',
|
||||
Indy.Sockets.IdDiscardServer in 'Indy.Sockets.IdDiscardServer.pas',
|
||||
Indy.Sockets.IdDiscardUDPServer in 'Indy.Sockets.IdDiscardUDPServer.pas',
|
||||
Indy.Sockets.IdEMailAddress in 'Indy.Sockets.IdEMailAddress.pas',
|
||||
Indy.Sockets.IdEcho in 'Indy.Sockets.IdEcho.pas',
|
||||
Indy.Sockets.IdEchoServer in 'Indy.Sockets.IdEchoServer.pas',
|
||||
Indy.Sockets.IdEchoUDP in 'Indy.Sockets.IdEchoUDP.pas',
|
||||
Indy.Sockets.IdEchoUDPServer in 'Indy.Sockets.IdEchoUDPServer.pas',
|
||||
Indy.Sockets.IdException in 'Indy.Sockets.IdException.pas',
|
||||
Indy.Sockets.IdExceptionCore in 'Indy.Sockets.IdExceptionCore.pas',
|
||||
Indy.Sockets.IdExplicitTLSClientServerBase in 'Indy.Sockets.IdExplicitTLSClientServerBase.pas',
|
||||
Indy.Sockets.IdFSP in 'Indy.Sockets.IdFSP.pas',
|
||||
Indy.Sockets.IdFTP in 'Indy.Sockets.IdFTP.pas',
|
||||
Indy.Sockets.IdFTPBaseFileSystem in 'Indy.Sockets.IdFTPBaseFileSystem.pas',
|
||||
Indy.Sockets.IdFTPCommon in 'Indy.Sockets.IdFTPCommon.pas',
|
||||
Indy.Sockets.IdFTPList in 'Indy.Sockets.IdFTPList.pas',
|
||||
Indy.Sockets.IdFTPListOutput in 'Indy.Sockets.IdFTPListOutput.pas',
|
||||
Indy.Sockets.IdFTPListParseAS400 in 'Indy.Sockets.IdFTPListParseAS400.pas',
|
||||
Indy.Sockets.IdFTPListParseBase in 'Indy.Sockets.IdFTPListParseBase.pas',
|
||||
Indy.Sockets.IdFTPListParseBullGCOS7 in 'Indy.Sockets.IdFTPListParseBullGCOS7.pas',
|
||||
Indy.Sockets.IdFTPListParseBullGCOS8 in 'Indy.Sockets.IdFTPListParseBullGCOS8.pas',
|
||||
Indy.Sockets.IdFTPListParseChameleonNewt in 'Indy.Sockets.IdFTPListParseChameleonNewt.pas',
|
||||
Indy.Sockets.IdFTPListParseCiscoIOS in 'Indy.Sockets.IdFTPListParseCiscoIOS.pas',
|
||||
Indy.Sockets.IdFTPListParseDistinctTCPIP in 'Indy.Sockets.IdFTPListParseDistinctTCPIP.pas',
|
||||
Indy.Sockets.IdFTPListParseEPLF in 'Indy.Sockets.IdFTPListParseEPLF.pas',
|
||||
Indy.Sockets.IdFTPListParseHellSoft in 'Indy.Sockets.IdFTPListParseHellSoft.pas',
|
||||
Indy.Sockets.IdFTPListParseKA9Q in 'Indy.Sockets.IdFTPListParseKA9Q.pas',
|
||||
Indy.Sockets.IdFTPListParseMPEiX in 'Indy.Sockets.IdFTPListParseMPEiX.pas',
|
||||
Indy.Sockets.IdFTPListParseMVS in 'Indy.Sockets.IdFTPListParseMVS.pas',
|
||||
Indy.Sockets.IdFTPListParseMicrowareOS9 in 'Indy.Sockets.IdFTPListParseMicrowareOS9.pas',
|
||||
Indy.Sockets.IdFTPListParseMusic in 'Indy.Sockets.IdFTPListParseMusic.pas',
|
||||
Indy.Sockets.IdFTPListParseNCSAForDOS in 'Indy.Sockets.IdFTPListParseNCSAForDOS.pas',
|
||||
Indy.Sockets.IdFTPListParseNCSAForMACOS in 'Indy.Sockets.IdFTPListParseNCSAForMACOS.pas',
|
||||
Indy.Sockets.IdFTPListParseNovellNetware in 'Indy.Sockets.IdFTPListParseNovellNetware.pas',
|
||||
Indy.Sockets.IdFTPListParseNovellNetwarePSU in 'Indy.Sockets.IdFTPListParseNovellNetwarePSU.pas',
|
||||
Indy.Sockets.IdFTPListParseOS2 in 'Indy.Sockets.IdFTPListParseOS2.pas',
|
||||
Indy.Sockets.IdFTPListParseStercomOS390Exp in 'Indy.Sockets.IdFTPListParseStercomOS390Exp.pas',
|
||||
Indy.Sockets.IdFTPListParseStercomUnixEnt in 'Indy.Sockets.IdFTPListParseStercomUnixEnt.pas',
|
||||
Indy.Sockets.IdFTPListParseStratusVOS in 'Indy.Sockets.IdFTPListParseStratusVOS.pas',
|
||||
Indy.Sockets.IdFTPListParseSuperTCP in 'Indy.Sockets.IdFTPListParseSuperTCP.pas',
|
||||
Indy.Sockets.IdFTPListParseTOPS20 in 'Indy.Sockets.IdFTPListParseTOPS20.pas',
|
||||
Indy.Sockets.IdFTPListParseTSXPlus in 'Indy.Sockets.IdFTPListParseTSXPlus.pas',
|
||||
Indy.Sockets.IdFTPListParseTandemGuardian in 'Indy.Sockets.IdFTPListParseTandemGuardian.pas',
|
||||
Indy.Sockets.IdFTPListParseUnix in 'Indy.Sockets.IdFTPListParseUnix.pas',
|
||||
Indy.Sockets.IdFTPListParseVM in 'Indy.Sockets.IdFTPListParseVM.pas',
|
||||
Indy.Sockets.IdFTPListParseVMS in 'Indy.Sockets.IdFTPListParseVMS.pas',
|
||||
Indy.Sockets.IdFTPListParseVSE in 'Indy.Sockets.IdFTPListParseVSE.pas',
|
||||
Indy.Sockets.IdFTPListParseVxWorks in 'Indy.Sockets.IdFTPListParseVxWorks.pas',
|
||||
Indy.Sockets.IdFTPListParseWfFTP in 'Indy.Sockets.IdFTPListParseWfFTP.pas',
|
||||
Indy.Sockets.IdFTPListParseWinQVTNET in 'Indy.Sockets.IdFTPListParseWinQVTNET.pas',
|
||||
Indy.Sockets.IdFTPListParseWindowsNT in 'Indy.Sockets.IdFTPListParseWindowsNT.pas',
|
||||
Indy.Sockets.IdFTPListParseXecomMicroRTOS in 'Indy.Sockets.IdFTPListParseXecomMicroRTOS.pas',
|
||||
Indy.Sockets.IdFTPListTypes in 'Indy.Sockets.IdFTPListTypes.pas',
|
||||
Indy.Sockets.IdFTPServer in 'Indy.Sockets.IdFTPServer.pas',
|
||||
Indy.Sockets.IdFTPServerContextBase in 'Indy.Sockets.IdFTPServerContextBase.pas',
|
||||
Indy.Sockets.IdFinger in 'Indy.Sockets.IdFinger.pas',
|
||||
Indy.Sockets.IdFingerServer in 'Indy.Sockets.IdFingerServer.pas',
|
||||
Indy.Sockets.IdGlobal in 'Indy.Sockets.IdGlobal.pas',
|
||||
Indy.Sockets.IdGlobalCore in 'Indy.Sockets.IdGlobalCore.pas',
|
||||
Indy.Sockets.IdGlobalProtocols in 'Indy.Sockets.IdGlobalProtocols.pas',
|
||||
Indy.Sockets.IdGopher in 'Indy.Sockets.IdGopher.pas',
|
||||
Indy.Sockets.IdGopherConsts in 'Indy.Sockets.IdGopherConsts.pas',
|
||||
Indy.Sockets.IdGopherServer in 'Indy.Sockets.IdGopherServer.pas',
|
||||
Indy.Sockets.IdHL7 in 'Indy.Sockets.IdHL7.pas',
|
||||
Indy.Sockets.IdHTTP in 'Indy.Sockets.IdHTTP.pas',
|
||||
Indy.Sockets.IdHTTPHeaderInfo in 'Indy.Sockets.IdHTTPHeaderInfo.pas',
|
||||
Indy.Sockets.IdHTTPProxyServer in 'Indy.Sockets.IdHTTPProxyServer.pas',
|
||||
Indy.Sockets.IdHTTPServer in 'Indy.Sockets.IdHTTPServer.pas',
|
||||
Indy.Sockets.IdHash in 'Indy.Sockets.IdHash.pas',
|
||||
Indy.Sockets.IdHashCRC in 'Indy.Sockets.IdHashCRC.pas',
|
||||
Indy.Sockets.IdHashElf in 'Indy.Sockets.IdHashElf.pas',
|
||||
Indy.Sockets.IdHashMessageDigest in 'Indy.Sockets.IdHashMessageDigest.pas',
|
||||
Indy.Sockets.IdHashSHA1 in 'Indy.Sockets.IdHashSHA1.pas',
|
||||
Indy.Sockets.IdHeaderList in 'Indy.Sockets.IdHeaderList.pas',
|
||||
Indy.Sockets.IdIMAP4 in 'Indy.Sockets.IdIMAP4.pas',
|
||||
Indy.Sockets.IdIMAP4Server in 'Indy.Sockets.IdIMAP4Server.pas',
|
||||
Indy.Sockets.IdIOHandler in 'Indy.Sockets.IdIOHandler.pas',
|
||||
Indy.Sockets.IdIOHandlerSocket in 'Indy.Sockets.IdIOHandlerSocket.pas',
|
||||
Indy.Sockets.IdIOHandlerStack in 'Indy.Sockets.IdIOHandlerStack.pas',
|
||||
Indy.Sockets.IdIOHandlerStream in 'Indy.Sockets.IdIOHandlerStream.pas',
|
||||
Indy.Sockets.IdIOHandlerTls in 'Indy.Sockets.IdIOHandlerTls.pas',
|
||||
Indy.Sockets.IdIPAddrMon in 'Indy.Sockets.IdIPAddrMon.pas',
|
||||
Indy.Sockets.IdIPAddress in 'Indy.Sockets.IdIPAddress.pas',
|
||||
Indy.Sockets.IdIPMCastBase in 'Indy.Sockets.IdIPMCastBase.pas',
|
||||
Indy.Sockets.IdIPMCastClient in 'Indy.Sockets.IdIPMCastClient.pas',
|
||||
Indy.Sockets.IdIPMCastServer in 'Indy.Sockets.IdIPMCastServer.pas',
|
||||
Indy.Sockets.IdIPWatch in 'Indy.Sockets.IdIPWatch.pas',
|
||||
Indy.Sockets.IdIRC in 'Indy.Sockets.IdIRC.pas',
|
||||
Indy.Sockets.IdIcmpClient in 'Indy.Sockets.IdIcmpClient.pas',
|
||||
Indy.Sockets.IdIdent in 'Indy.Sockets.IdIdent.pas',
|
||||
Indy.Sockets.IdIdentServer in 'Indy.Sockets.IdIdentServer.pas',
|
||||
Indy.Sockets.IdIntercept in 'Indy.Sockets.IdIntercept.pas',
|
||||
Indy.Sockets.IdInterceptSimLog in 'Indy.Sockets.IdInterceptSimLog.pas',
|
||||
Indy.Sockets.IdInterceptThrottler in 'Indy.Sockets.IdInterceptThrottler.pas',
|
||||
Indy.Sockets.IdIrcServer in 'Indy.Sockets.IdIrcServer.pas',
|
||||
Indy.Sockets.IdLPR in 'Indy.Sockets.IdLPR.pas',
|
||||
Indy.Sockets.IdLogBase in 'Indy.Sockets.IdLogBase.pas',
|
||||
Indy.Sockets.IdLogDebug in 'Indy.Sockets.IdLogDebug.pas',
|
||||
Indy.Sockets.IdLogEvent in 'Indy.Sockets.IdLogEvent.pas',
|
||||
Indy.Sockets.IdLogFile in 'Indy.Sockets.IdLogFile.pas',
|
||||
Indy.Sockets.IdLogStream in 'Indy.Sockets.IdLogStream.pas',
|
||||
Indy.Sockets.IdMIMETypes in 'Indy.Sockets.IdMIMETypes.pas',
|
||||
Indy.Sockets.IdMailBox in 'Indy.Sockets.IdMailBox.pas',
|
||||
Indy.Sockets.IdMappedFTP in 'Indy.Sockets.IdMappedFTP.pas',
|
||||
Indy.Sockets.IdMappedPOP3 in 'Indy.Sockets.IdMappedPOP3.pas',
|
||||
Indy.Sockets.IdMappedPortTCP in 'Indy.Sockets.IdMappedPortTCP.pas',
|
||||
Indy.Sockets.IdMappedPortUDP in 'Indy.Sockets.IdMappedPortUDP.pas',
|
||||
Indy.Sockets.IdMappedTelnet in 'Indy.Sockets.IdMappedTelnet.pas',
|
||||
Indy.Sockets.IdMessage in 'Indy.Sockets.IdMessage.pas',
|
||||
Indy.Sockets.IdMessageClient in 'Indy.Sockets.IdMessageClient.pas',
|
||||
Indy.Sockets.IdMessageCoder in 'Indy.Sockets.IdMessageCoder.pas',
|
||||
Indy.Sockets.IdMessageCoderMIME in 'Indy.Sockets.IdMessageCoderMIME.pas',
|
||||
Indy.Sockets.IdMessageCoderQuotedPrintable in 'Indy.Sockets.IdMessageCoderQuotedPrintable.pas',
|
||||
Indy.Sockets.IdMessageCoderUUE in 'Indy.Sockets.IdMessageCoderUUE.pas',
|
||||
Indy.Sockets.IdMessageCoderXXE in 'Indy.Sockets.IdMessageCoderXXE.pas',
|
||||
Indy.Sockets.IdMessageCoderYenc in 'Indy.Sockets.IdMessageCoderYenc.pas',
|
||||
Indy.Sockets.IdMessageCollection in 'Indy.Sockets.IdMessageCollection.pas',
|
||||
Indy.Sockets.IdMessageParts in 'Indy.Sockets.IdMessageParts.pas',
|
||||
Indy.Sockets.IdMultipartFormData in 'Indy.Sockets.IdMultipartFormData.pas',
|
||||
Indy.Sockets.IdNNTP in 'Indy.Sockets.IdNNTP.pas',
|
||||
Indy.Sockets.IdNNTPServer in 'Indy.Sockets.IdNNTPServer.pas',
|
||||
Indy.Sockets.IdNetworkCalculator in 'Indy.Sockets.IdNetworkCalculator.pas',
|
||||
Indy.Sockets.IdOSFileName in 'Indy.Sockets.IdOSFileName.pas',
|
||||
Indy.Sockets.IdOTPCalculator in 'Indy.Sockets.IdOTPCalculator.pas',
|
||||
Indy.Sockets.IdObjs in 'Indy.Sockets.IdObjs.pas',
|
||||
Indy.Sockets.IdObjsBase in 'Indy.Sockets.IdObjsBase.pas',
|
||||
Indy.Sockets.IdObjsFCL in 'Indy.Sockets.IdObjsFCL.pas',
|
||||
Indy.Sockets.IdPOP3 in 'Indy.Sockets.IdPOP3.pas',
|
||||
Indy.Sockets.IdPOP3Server in 'Indy.Sockets.IdPOP3Server.pas',
|
||||
Indy.Sockets.IdQOTDUDP in 'Indy.Sockets.IdQOTDUDP.pas',
|
||||
Indy.Sockets.IdQOTDUDPServer in 'Indy.Sockets.IdQOTDUDPServer.pas',
|
||||
Indy.Sockets.IdQotd in 'Indy.Sockets.IdQotd.pas',
|
||||
Indy.Sockets.IdQotdServer in 'Indy.Sockets.IdQotdServer.pas',
|
||||
Indy.Sockets.IdRSH in 'Indy.Sockets.IdRSH.pas',
|
||||
Indy.Sockets.IdRSHServer in 'Indy.Sockets.IdRSHServer.pas',
|
||||
Indy.Sockets.IdRawBase in 'Indy.Sockets.IdRawBase.pas',
|
||||
Indy.Sockets.IdRawClient in 'Indy.Sockets.IdRawClient.pas',
|
||||
Indy.Sockets.IdRawFunctions in 'Indy.Sockets.IdRawFunctions.pas',
|
||||
Indy.Sockets.IdRawHeaders in 'Indy.Sockets.IdRawHeaders.pas',
|
||||
Indy.Sockets.IdRemoteCMDClient in 'Indy.Sockets.IdRemoteCMDClient.pas',
|
||||
Indy.Sockets.IdRemoteCMDServer in 'Indy.Sockets.IdRemoteCMDServer.pas',
|
||||
Indy.Sockets.IdReply in 'Indy.Sockets.IdReply.pas',
|
||||
Indy.Sockets.IdReplyFTP in 'Indy.Sockets.IdReplyFTP.pas',
|
||||
Indy.Sockets.IdReplyIMAP4 in 'Indy.Sockets.IdReplyIMAP4.pas',
|
||||
Indy.Sockets.IdReplyPOP3 in 'Indy.Sockets.IdReplyPOP3.pas',
|
||||
Indy.Sockets.IdReplyRFC in 'Indy.Sockets.IdReplyRFC.pas',
|
||||
Indy.Sockets.IdReplySMTP in 'Indy.Sockets.IdReplySMTP.pas',
|
||||
Indy.Sockets.IdResourceStrings in 'Indy.Sockets.IdResourceStrings.pas',
|
||||
Indy.Sockets.IdResourceStringsCore in 'Indy.Sockets.IdResourceStringsCore.pas',
|
||||
Indy.Sockets.IdResourceStringsProtocols in 'Indy.Sockets.IdResourceStringsProtocols.pas',
|
||||
Indy.Sockets.IdRexec in 'Indy.Sockets.IdRexec.pas',
|
||||
Indy.Sockets.IdRexecServer in 'Indy.Sockets.IdRexecServer.pas',
|
||||
Indy.Sockets.IdSASL in 'Indy.Sockets.IdSASL.pas',
|
||||
Indy.Sockets.IdSASLAnonymous in 'Indy.Sockets.IdSASLAnonymous.pas',
|
||||
Indy.Sockets.IdSASLCollection in 'Indy.Sockets.IdSASLCollection.pas',
|
||||
Indy.Sockets.IdSASLExternal in 'Indy.Sockets.IdSASLExternal.pas',
|
||||
Indy.Sockets.IdSASLLogin in 'Indy.Sockets.IdSASLLogin.pas',
|
||||
Indy.Sockets.IdSASLOTP in 'Indy.Sockets.IdSASLOTP.pas',
|
||||
Indy.Sockets.IdSASLPlain in 'Indy.Sockets.IdSASLPlain.pas',
|
||||
Indy.Sockets.IdSASLSKey in 'Indy.Sockets.IdSASLSKey.pas',
|
||||
Indy.Sockets.IdSASLUserPass in 'Indy.Sockets.IdSASLUserPass.pas',
|
||||
Indy.Sockets.IdSASL_CRAM_MD5 in 'Indy.Sockets.IdSASL_CRAM_MD5.pas',
|
||||
Indy.Sockets.IdSMTP in 'Indy.Sockets.IdSMTP.pas',
|
||||
Indy.Sockets.IdSMTPBase in 'Indy.Sockets.IdSMTPBase.pas',
|
||||
Indy.Sockets.IdSMTPRelay in 'Indy.Sockets.IdSMTPRelay.pas',
|
||||
Indy.Sockets.IdSMTPServer in 'Indy.Sockets.IdSMTPServer.pas',
|
||||
Indy.Sockets.IdSNPP in 'Indy.Sockets.IdSNPP.pas',
|
||||
Indy.Sockets.IdSSL in 'Indy.Sockets.IdSSL.pas',
|
||||
Indy.Sockets.IdScheduler in 'Indy.Sockets.IdScheduler.pas',
|
||||
Indy.Sockets.IdSchedulerOfThread in 'Indy.Sockets.IdSchedulerOfThread.pas',
|
||||
Indy.Sockets.IdSchedulerOfThreadDefault in 'Indy.Sockets.IdSchedulerOfThreadDefault.pas',
|
||||
Indy.Sockets.IdSchedulerOfThreadPool in 'Indy.Sockets.IdSchedulerOfThreadPool.pas',
|
||||
Indy.Sockets.IdServerIOHandler in 'Indy.Sockets.IdServerIOHandler.pas',
|
||||
Indy.Sockets.IdServerIOHandlerSocket in 'Indy.Sockets.IdServerIOHandlerSocket.pas',
|
||||
Indy.Sockets.IdServerIOHandlerStack in 'Indy.Sockets.IdServerIOHandlerStack.pas',
|
||||
Indy.Sockets.IdServerIOHandlerTls in 'Indy.Sockets.IdServerIOHandlerTls.pas',
|
||||
Indy.Sockets.IdServerInterceptLogBase in 'Indy.Sockets.IdServerInterceptLogBase.pas',
|
||||
Indy.Sockets.IdServerInterceptLogEvent in 'Indy.Sockets.IdServerInterceptLogEvent.pas',
|
||||
Indy.Sockets.IdServerInterceptLogFile in 'Indy.Sockets.IdServerInterceptLogFile.pas',
|
||||
Indy.Sockets.IdSimpleServer in 'Indy.Sockets.IdSimpleServer.pas',
|
||||
Indy.Sockets.IdSocketHandle in 'Indy.Sockets.IdSocketHandle.pas',
|
||||
Indy.Sockets.IdSocketStream in 'Indy.Sockets.IdSocketStream.pas',
|
||||
Indy.Sockets.IdSocks in 'Indy.Sockets.IdSocks.pas',
|
||||
Indy.Sockets.IdStack in 'Indy.Sockets.IdStack.pas',
|
||||
Indy.Sockets.IdStackConsts in 'Indy.Sockets.IdStackConsts.pas',
|
||||
Indy.Sockets.IdStackDotNet in 'Indy.Sockets.IdStackDotNet.pas',
|
||||
Indy.Sockets.IdStream in 'Indy.Sockets.IdStream.pas',
|
||||
Indy.Sockets.IdStreamNET in 'Indy.Sockets.IdStreamNET.pas',
|
||||
Indy.Sockets.IdStrings in 'Indy.Sockets.IdStrings.pas',
|
||||
Indy.Sockets.IdStruct in 'Indy.Sockets.IdStruct.pas',
|
||||
Indy.Sockets.IdSync in 'Indy.Sockets.IdSync.pas',
|
||||
Indy.Sockets.IdSys in 'Indy.Sockets.IdSys.pas',
|
||||
Indy.Sockets.IdSysBase in 'Indy.Sockets.IdSysBase.pas',
|
||||
Indy.Sockets.IdSysLog in 'Indy.Sockets.IdSysLog.pas',
|
||||
Indy.Sockets.IdSysLogMessage in 'Indy.Sockets.IdSysLogMessage.pas',
|
||||
Indy.Sockets.IdSysLogServer in 'Indy.Sockets.IdSysLogServer.pas',
|
||||
Indy.Sockets.IdSysNet in 'Indy.Sockets.IdSysNet.pas',
|
||||
Indy.Sockets.IdSystat in 'Indy.Sockets.IdSystat.pas',
|
||||
Indy.Sockets.IdSystatServer in 'Indy.Sockets.IdSystatServer.pas',
|
||||
Indy.Sockets.IdSystatUDP in 'Indy.Sockets.IdSystatUDP.pas',
|
||||
Indy.Sockets.IdSystatUDPServer in 'Indy.Sockets.IdSystatUDPServer.pas',
|
||||
Indy.Sockets.IdTCPClient in 'Indy.Sockets.IdTCPClient.pas',
|
||||
Indy.Sockets.IdTCPConnection in 'Indy.Sockets.IdTCPConnection.pas',
|
||||
Indy.Sockets.IdTCPServer in 'Indy.Sockets.IdTCPServer.pas',
|
||||
Indy.Sockets.IdTCPStream in 'Indy.Sockets.IdTCPStream.pas',
|
||||
Indy.Sockets.IdTask in 'Indy.Sockets.IdTask.pas',
|
||||
Indy.Sockets.IdTelnet in 'Indy.Sockets.IdTelnet.pas',
|
||||
Indy.Sockets.IdTelnetServer in 'Indy.Sockets.IdTelnetServer.pas',
|
||||
Indy.Sockets.IdText in 'Indy.Sockets.IdText.pas',
|
||||
Indy.Sockets.IdThread in 'Indy.Sockets.IdThread.pas',
|
||||
Indy.Sockets.IdThreadComponent in 'Indy.Sockets.IdThreadComponent.pas',
|
||||
Indy.Sockets.IdThreadSafe in 'Indy.Sockets.IdThreadSafe.pas',
|
||||
Indy.Sockets.IdTime in 'Indy.Sockets.IdTime.pas',
|
||||
Indy.Sockets.IdTimeServer in 'Indy.Sockets.IdTimeServer.pas',
|
||||
Indy.Sockets.IdTimeUDP in 'Indy.Sockets.IdTimeUDP.pas',
|
||||
Indy.Sockets.IdTimeUDPServer in 'Indy.Sockets.IdTimeUDPServer.pas',
|
||||
Indy.Sockets.IdTlsClientOptions in 'Indy.Sockets.IdTlsClientOptions.pas',
|
||||
Indy.Sockets.IdTlsServerOptions in 'Indy.Sockets.IdTlsServerOptions.pas',
|
||||
Indy.Sockets.IdTraceRoute in 'Indy.Sockets.IdTraceRoute.pas',
|
||||
Indy.Sockets.IdTrivialFTP in 'Indy.Sockets.IdTrivialFTP.pas',
|
||||
Indy.Sockets.IdTrivialFTPBase in 'Indy.Sockets.IdTrivialFTPBase.pas',
|
||||
Indy.Sockets.IdTrivialFTPServer in 'Indy.Sockets.IdTrivialFTPServer.pas',
|
||||
Indy.Sockets.IdUDPBase in 'Indy.Sockets.IdUDPBase.pas',
|
||||
Indy.Sockets.IdUDPClient in 'Indy.Sockets.IdUDPClient.pas',
|
||||
Indy.Sockets.IdUDPServer in 'Indy.Sockets.IdUDPServer.pas',
|
||||
Indy.Sockets.IdURI in 'Indy.Sockets.IdURI.pas',
|
||||
Indy.Sockets.IdUnixTime in 'Indy.Sockets.IdUnixTime.pas',
|
||||
Indy.Sockets.IdUnixTimeServer in 'Indy.Sockets.IdUnixTimeServer.pas',
|
||||
Indy.Sockets.IdUnixTimeUDP in 'Indy.Sockets.IdUnixTimeUDP.pas',
|
||||
Indy.Sockets.IdUnixTimeUDPServer in 'Indy.Sockets.IdUnixTimeUDPServer.pas',
|
||||
Indy.Sockets.IdUserAccounts in 'Indy.Sockets.IdUserAccounts.pas',
|
||||
Indy.Sockets.IdUserPassProvider in 'Indy.Sockets.IdUserPassProvider.pas',
|
||||
Indy.Sockets.IdVCard in 'Indy.Sockets.IdVCard.pas',
|
||||
Indy.Sockets.IdWhoIsServer in 'Indy.Sockets.IdWhoIsServer.pas',
|
||||
Indy.Sockets.IdWhois in 'Indy.Sockets.IdWhois.pas',
|
||||
Indy.Sockets.IdYarn in 'Indy.Sockets.IdYarn.pas',
|
||||
Indy.Sockets.IdZLibCompressorBase in 'Indy.Sockets.IdZLibCompressorBase.pas',
|
||||
Indy.Sockets.IdAssemblyInfo in 'Indy.Sockets.IdAssemblyInfo.pas';
|
||||
|
||||
//
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
// Microsoft .NET Framework documentation for more information on assembly signing.
|
||||
//
|
||||
// Use the attributes below to control which key is used for signing.
|
||||
//
|
||||
// Notes:
|
||||
// (*) If no key is specified, the assembly is not signed.
|
||||
// (*) KeyName refers to a key that has been installed in the Crypto Service
|
||||
// Provider (CSP) on your machine. KeyFile refers to a file which contains
|
||||
// a key.
|
||||
// (*) If the KeyFile and the KeyName values are both specified, the
|
||||
// following processing occurs:
|
||||
// (1) If the KeyName can be found in the CSP, that key is used.
|
||||
// (2) If the KeyName does not exist and the KeyFile does exist, the key
|
||||
// in the KeyFile is installed into the CSP and used.
|
||||
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
|
||||
// When specifying the KeyFile, the location of the KeyFile should be
|
||||
// relative to the project output directory. For example, if your KeyFile is
|
||||
// located in the project directory, you would specify the AssemblyKeyFile
|
||||
// attribute as [assembly: AssemblyKeyFile('mykey.snk')], provided your output
|
||||
// directory is the project directory (the default).
|
||||
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
|
||||
// documentation for more information on this.
|
||||
//
|
||||
|
||||
//
|
||||
// Use the attributes below to control the COM visibility of your assembly. By
|
||||
// default the entire assembly is visible to COM. Setting ComVisible to false
|
||||
// is the recommended default for your assembly. To then expose a class and interface
|
||||
// to COM set ComVisible to true on each one. It is also recommended to add a
|
||||
// Guid attribute.
|
||||
//
|
||||
|
||||
//[assembly: Guid(')]
|
||||
//[assembly: TypeLibVersion(1, 0)]
|
||||
|
||||
begin
|
||||
|
||||
end.
|
||||
BIN
indy/FCL/Mono.Security.dll
Normal file
BIN
indy/FCL/Mono.Security.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user