------------------------------------------------------------------------ r3962 | Indy-JPeterMugaas | 2009-12-25 07:21:33 +0100 (Fri, 25 Dec 2009) | 1 line Facilitate inlining. ------------------------------------------------------------------------ r3568 | JPeterMugaas | 2009-04-03 05:20:14 +0200 (Fri, 03 Apr 2009) | 1 line Consistency with other .rc files. ------------------------------------------------------------------------ r3566 | JPeterMugaas | 2009-04-03 00:19:36 +0200 (Fri, 03 Apr 2009) | 1 line Rebuilt .exe's with new fixes. ------------------------------------------------------------------------ r3565 | JPeterMugaas | 2009-04-03 00:17:40 +0200 (Fri, 03 Apr 2009) | 1 line Minor GUI improvement. ------------------------------------------------------------------------ r3564 | JPeterMugaas | 2009-04-03 00:17:26 +0200 (Fri, 03 Apr 2009) | 1 line Remove old code that always caused the program to use the .exe path instead of the path provided. All that's done by the data module. ------------------------------------------------------------------------ r3563 | JPeterMugaas | 2009-04-03 00:16:22 +0200 (Fri, 03 Apr 2009) | 1 line Make independent of IdGlobals unit so we can compile this without Indy. Temporary pause code at end so we can the output in Delphi (will probably be removed).Output DatabaseName for debugging. ------------------------------------------------------------------------ r3562 | JPeterMugaas | 2009-04-03 00:14:19 +0200 (Fri, 03 Apr 2009) | 1 line Make independent of IdGlobals unit so we can compile this without Indy. Remove debug compiler directives because those can add unwanted overhead to release builds. ------------------------------------------------------------------------ r3561 | JPeterMugaas | 2009-04-03 00:12:14 +0200 (Fri, 03 Apr 2009) | 1 line Make independent of IdGlobals unit so we can compile this without Indy. ------------------------------------------------------------------------ r3560 | JPeterMugaas | 2009-04-03 00:11:59 +0200 (Fri, 03 Apr 2009) | 1 line Make independent of IdGlobals unit so we can compile this without Indy. ------------------------------------------------------------------------ r3556 | JPeterMugaas | 2009-03-30 12:32:38 +0200 (Mon, 30 Mar 2009) | 1 line Updates for OpenSSL 0.9.8k ------------------------------------------------------------------------ r3291 | JPeterMugaas | 2008-10-21 19:15:42 +0200 (Tue, 21 Oct 2008) | 1 line Expansions for Tiburon branch. ------------------------------------------------------------------------ r3290 | JPeterMugaas | 2008-10-21 19:14:24 +0200 (Tue, 21 Oct 2008) | 1 line Updates for Tiburon branch. ------------------------------------------------------------------------ r3208 | TommiPrami | 2008-07-23 07:07:18 +0200 (Wed, 23 Jul 2008) | 2 lines - BytesToCardinal -> BytesToLongWord - Cardinal -> LongWord ------------------------------------------------------------------------ r3200 | ArvidWinkelsdorf | 2008-07-16 23:57:21 +0200 (Wed, 16 Jul 2008) | 1 line Backport of JPMugaas changes to SSL functions from Branch for fixing SSL Exceptions and implementing WSSetLastError. Also fixes IdSslUCTTimeDecode bug in IdSSLOpenSSL.pas as reported in public newsgroup. ------------------------------------------------------------------------ r3199 | ArvidWinkelsdorf | 2008-07-16 11:44:27 +0200 (Wed, 16 Jul 2008) | 1 line Added overloaded IsNumeric with Length from Branch (Backport) to support changed IdSslUCTTimeDecode in IdSSLOpenSSLHeaders.pas ------------------------------------------------------------------------ r3198 | ArvidWinkelsdorf | 2008-07-16 11:43:43 +0200 (Wed, 16 Jul 2008) | 1 line Backport from Branch to Fix Empty-Record Bug when compiling with enabled TD32 Symbols, Updated IdSslUCTTimeDecode ------------------------------------------------------------------------ r3153 | ArvidWinkelsdorf | 2008-06-19 18:36:55 +0200 (Thu, 19 Jun 2008) | 8 lines Applied changes from current Branch: 1) Attempt to fix bug described at: http://groups.google.fr/group/borland.public.delphi.internet.winsock/browse_thread/thread/1a77e94544c8a60a/fddca87882b0a586 A workaround probably should only be done with SSL Version 0.9.8a. 2) Updated for OpenSSL 0.9.8h. Also fixed some bugs in the earlier headers. Hopefully, fixed a conflict with a macro in WinCrypt named X509_NAME. Added some stuff from ocsp.h. Added some macros for SSL_ctrl, SSL_CTX_ctrl, SSL_callback_ctrl, and SSL_CTX_callback_ctrl. ------------------------------------------------------------------------ r3131 | ArvidWinkelsdorf | 2008-06-10 21:37:55 +0200 (Tue, 10 Jun 2008) | 3 lines Applied changes from JPeterMugaas as in Branch. Workaround for some mingw32 OpenSSL builds. One part of openssl is named "libssl32.dll" instead of "ssleay32.dll" like you would expect. You have to attempt to load "ssleay32.dll" and if that fails, you load "libssl32.dll". ------------------------------------------------------------------------ r3126 | JPeterMugaas | 2008-06-04 16:18:24 +0200 (Wed, 04 Jun 2008) | 1 line New bitmaps for new components. ------------------------------------------------------------------------ r3125 | JPeterMugaas | 2008-06-04 16:17:57 +0200 (Wed, 04 Jun 2008) | 1 line Removed. Old component names that are no longer used. ------------------------------------------------------------------------ r3124 | JPeterMugaas | 2008-06-04 16:17:03 +0200 (Wed, 04 Jun 2008) | 1 line Tiburon. ------------------------------------------------------------------------ r3123 | JPeterMugaas | 2008-06-04 16:15:07 +0200 (Wed, 04 Jun 2008) | 1 line New bitmaps for new components. ------------------------------------------------------------------------ r3122 | JPeterMugaas | 2008-06-04 16:14:08 +0200 (Wed, 04 Jun 2008) | 1 line New bitmaps for new components. ------------------------------------------------------------------------ r3121 | JPeterMugaas | 2008-06-04 16:13:36 +0200 (Wed, 04 Jun 2008) | 1 line New bitmaps for new components. ------------------------------------------------------------------------ r2972 | JPeterMugaas | 2008-02-12 08:55:56 +0100 (Tue, 12 Feb 2008) | 1 line Minor formatting. ------------------------------------------------------------------------ r2971 | JPeterMugaas | 2008-02-12 05:20:38 +0100 (Tue, 12 Feb 2008) | 1 line System.IO.Path.GetTempPath is available in Microsoft.NET 1.1. Use that instead of System.IO.GetTempPath; ------------------------------------------------------------------------ r2970 | JPeterMugaas | 2008-02-12 05:18:59 +0100 (Tue, 12 Feb 2008) | 1 line System.Text.Decoder.Reset is not supported in the Microsoft.NET 1.1 Framework. ------------------------------------------------------------------------ r2969 | JPeterMugaas | 2008-02-12 05:17:43 +0100 (Tue, 12 Feb 2008) | 1 line In Microsoft.NET 1.1 Framework, this has to use IdResourceStrings because of an exception that could possibly be raised. The exception occurs if you attempt to do ping6. The exception is raised because ping6 is not supported in that Framework version. ------------------------------------------------------------------------ r2959 | JPeterMugaas | 2008-02-09 07:24:49 +0100 (Sat, 09 Feb 2008) | 1 line ------------------------------------------------------------------------ r2957 | JPeterMugaas | 2008-02-08 22:15:34 +0100 (Fri, 08 Feb 2008) | 1 line Fix typeo. IPACKRecords should be PACKRECORDS. ------------------------------------------------------------------------ r2956 | JPeterMugaas | 2008-02-08 18:14:22 +0100 (Fri, 08 Feb 2008) | 1 line Unix to dos and Dos to Unix line-ending converter. This is used for Unix versions of Indy. From Clem Dye and licensed under GPL. ------------------------------------------------------------------------ r2955 | JPeterMugaas | 2008-02-08 18:11:52 +0100 (Fri, 08 Feb 2008) | 1 line Updated Lazarus package generator. ------------------------------------------------------------------------ r2954 | JPeterMugaas | 2008-02-08 18:11:10 +0100 (Fri, 08 Feb 2008) | 1 line Added IdCompilerDefines to flip FreePascal into Delphi mode so that this will compile in FreePascal. ------------------------------------------------------------------------ r2953 | JPeterMugaas | 2008-02-08 18:00:08 +0100 (Fri, 08 Feb 2008) | 1 line Test suite for FreePascal and Delphi. It is not comprehensive but it's a start. ------------------------------------------------------------------------ r2952 | JPeterMugaas | 2008-02-08 17:56:30 +0100 (Fri, 08 Feb 2008) | 1 line Update. ------------------------------------------------------------------------ r2951 | JPeterMugaas | 2008-02-08 17:54:09 +0100 (Fri, 08 Feb 2008) | 1 line ------------------------------------------------------------------------ r2949 | JPeterMugaas | 2008-02-08 16:38:44 +0100 (Fri, 08 Feb 2008) | 1 line Update. ------------------------------------------------------------------------ r2948 | JPeterMugaas | 2008-02-08 16:30:07 +0100 (Fri, 08 Feb 2008) | 1 line Handle requires Microsoft.NET 2.0 field. This is important for a SSL unit in SVN that uses the SSL capabilities in Microsoft.NET 2.0 Framework. ------------------------------------------------------------------------ r2947 | JPeterMugaas | 2008-02-08 16:28:48 +0100 (Fri, 08 Feb 2008) | 1 line Fix for bad formatting. ------------------------------------------------------------------------ r2946 | JPeterMugaas | 2008-02-08 16:27:56 +0100 (Fri, 08 Feb 2008) | 1 line Update. ------------------------------------------------------------------------ r2945 | JPeterMugaas | 2008-02-08 15:36:32 +0100 (Fri, 08 Feb 2008) | 1 line Stop using hardcoded "w:\source\Indy10" path. Use the one provided as a parameter to the exe or use the location of the .exe to find the path. That should be more friendly to subversion. ------------------------------------------------------------------------ r2909 | olaf | 2008-02-08 06:40:59 +0100 (Fri, 08 Feb 2008) | 1 line Removed file/folder ------------------------------------------------------------------------ r2908 | JPeterMugaas | 2008-02-08 06:39:41 +0100 (Fri, 08 Feb 2008) | 1 line Removed file/folder ------------------------------------------------------------------------ r2907 | JPeterMugaas | 2008-02-08 06:39:08 +0100 (Fri, 08 Feb 2008) | 1 line Created folder remotely ------------------------------------------------------------------------ r2906 | JPeterMugaas | 2008-02-08 06:37:49 +0100 (Fri, 08 Feb 2008) | 1 line Program to make sure the Debian changelog is updated properly. This is important in Debian packages as the changelog provides the version number for the .deb. ------------------------------------------------------------------------ r2905 | JPeterMugaas | 2008-02-08 06:32:40 +0100 (Fri, 08 Feb 2008) | 1 line Added a file remotely ------------------------------------------------------------------------ r2904 | olaf | 2008-02-08 06:27:38 +0100 (Fri, 08 Feb 2008) | 1 line Created folder remotely ------------------------------------------------------------------------ r2903 | JPeterMugaas | 2008-02-08 03:57:49 +0100 (Fri, 08 Feb 2008) | 1 line Make sure that all of these files are in sync. ------------------------------------------------------------------------ r2902 | JPeterMugaas | 2008-02-08 03:56:41 +0100 (Fri, 08 Feb 2008) | 1 line Updates that I omitted. Some might not be used. ------------------------------------------------------------------------ r2890 | olaf | 2008-02-05 16:59:34 +0100 (Tue, 05 Feb 2008) | 1 line Removed file/folder ------------------------------------------------------------------------ r2889 | olaf | 2008-02-05 16:59:26 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2888 | olaf | 2008-02-05 16:59:21 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2887 | olaf | 2008-02-05 16:59:17 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2886 | olaf | 2008-02-05 16:59:12 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2885 | olaf | 2008-02-05 16:59:07 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2884 | olaf | 2008-02-05 16:59:02 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2883 | olaf | 2008-02-05 16:58:56 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2882 | olaf | 2008-02-05 16:58:49 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2881 | olaf | 2008-02-05 16:58:44 +0100 (Tue, 05 Feb 2008) | 1 line Moved remotely ------------------------------------------------------------------------ r2880 | Remy Lebeau | 2008-01-23 09:09:06 +0100 (Wed, 23 Jan 2008) | 3 lines Reverted back to previos behavior of calling SendTransferType() after a login is performed. Some servers do not allow the TYPE command before a login is successful. Changed the default TransferType to ftASCII, as per RFC 959. ------------------------------------------------------------------------ r2879 | Remy Lebeau | 2008-01-23 08:58:43 +0100 (Wed, 23 Jan 2008) | 1 line Fix for hang in ReceiveBody() ------------------------------------------------------------------------ r2878 | Remy Lebeau | 2008-01-12 04:44:50 +0100 (Sat, 12 Jan 2008) | 1 line Tweaks to Redirect handling in TIdHTTPProtocol.ProcessResponse() ------------------------------------------------------------------------ r2877 | Remy Lebeau | 2008-01-12 04:40:18 +0100 (Sat, 12 Jan 2008) | 1 line Updated to call Idglobal.IndySleep() ------------------------------------------------------------------------ r2876 | Remy Lebeau | 2008-01-12 04:35:45 +0100 (Sat, 12 Jan 2008) | 1 line Updated to call TIdIOHandler.Write() instead of System.Write() ------------------------------------------------------------------------ r2875 | Remy Lebeau | 2008-01-09 07:54:06 +0100 (Wed, 09 Jan 2008) | 1 line Fixes for compiler errors ------------------------------------------------------------------------ r2874 | Remy Lebeau | 2008-01-09 07:53:01 +0100 (Wed, 09 Jan 2008) | 1 line Tweak to AcceptEncoding handling in TIdCustomHTTP.ConnectToHost() ------------------------------------------------------------------------ r2873 | J. Peter Mugaas | 2008-01-04 22:19:19 +0100 (Fri, 04 Jan 2008) | 1 line Attempt to make NTLM work on Microsoft.NET using its DES capabilities. This is not finished. ------------------------------------------------------------------------ r2872 | Remy Lebeau | 2008-01-03 06:36:43 +0100 (Thu, 03 Jan 2008) | 3 lines Updated Connect() to call SendTransferType() regardless of whether AutoLogin is True or False. Updated IssueFEAT() to parse the features only if a 211 reply is received. ------------------------------------------------------------------------ r2871 | Remy Lebeau | 2008-01-03 06:23:38 +0100 (Thu, 03 Jan 2008) | 1 line Updated ApplyTimeToLive() and ApplyLoopback() to not check for design-time anymore ------------------------------------------------------------------------ r2870 | J. Peter Mugaas | 2007-12-25 08:07:27 +0100 (Tue, 25 Dec 2007) | 1 line Moved GetDomain down to IdNTLM. ------------------------------------------------------------------------ r2869 | J. Peter Mugaas | 2007-12-25 08:07:05 +0100 (Tue, 25 Dec 2007) | 1 line Fix for ContinueAuthentication. ------------------------------------------------------------------------ r2868 | J. Peter Mugaas | 2007-12-25 08:06:39 +0100 (Tue, 25 Dec 2007) | 1 line Added GetDomain since it probably will be used by IdAuthenticationNTLM and IdSASL_NTLM. ------------------------------------------------------------------------ r2867 | J. Peter Mugaas | 2007-12-23 07:37:52 +0100 (Sun, 23 Dec 2007) | 1 line Return empty line if authentication is continued beyond the first challange. ------------------------------------------------------------------------ r2866 | Remy Lebeau | 2007-12-23 06:49:48 +0100 (Sun, 23 Dec 2007) | 1 line Readded return value to IndyRegisterExpectedMemoryLeak() that was lost in previous checkin ------------------------------------------------------------------------ r2865 | J. Peter Mugaas | 2007-12-23 06:13:53 +0100 (Sun, 23 Dec 2007) | 1 line Encoder would choke if a '' was passed. This was occuring with SASL. ------------------------------------------------------------------------ r2864 | J. Peter Mugaas | 2007-12-23 05:53:10 +0100 (Sun, 23 Dec 2007) | 1 line Cleanups from Remy. Now most calculations are done with TIdBytes. It works better in Microsoft.NET that way. Microsoft's encoder would stop at a 0 byte. ------------------------------------------------------------------------ r2863 | J. Peter Mugaas | 2007-12-23 05:52:08 +0100 (Sun, 23 Dec 2007) | 1 line Change from Remy, don't use manual loop in BytesToString with DotNET. ------------------------------------------------------------------------ r2862 | J. Peter Mugaas | 2007-12-20 22:09:47 +0100 (Thu, 20 Dec 2007) | 1 line NEVER assume that functions required for NTLM are loaded. ------------------------------------------------------------------------ r2861 | J. Peter Mugaas | 2007-12-20 18:37:13 +0100 (Thu, 20 Dec 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2860 | J. Peter Mugaas | 2007-12-20 10:12:44 +0100 (Thu, 20 Dec 2007) | 1 line Now works properly in Win32. It still doesn't work right in DotNET. It's probably a bug someplace in our NET code but I'm not sure where. ------------------------------------------------------------------------ r2859 | J. Peter Mugaas | 2007-12-18 20:56:15 +0100 (Tue, 18 Dec 2007) | 1 line Fixes for passing wrong service name. Uses new constants in IdAssignedNumbers. ------------------------------------------------------------------------ r2858 | J. Peter Mugaas | 2007-12-18 20:46:45 +0100 (Tue, 18 Dec 2007) | 2 lines GSSAPI/Kerberos/SASL service names http://www.iana.org/assignments/gssapi-service-names ------------------------------------------------------------------------ r2857 | J. Peter Mugaas | 2007-12-18 20:32:29 +0100 (Tue, 18 Dec 2007) | 1 line Fixed visibility warning. ------------------------------------------------------------------------ r2856 | J. Peter Mugaas | 2007-12-18 20:29:16 +0100 (Tue, 18 Dec 2007) | 1 line Updates ------------------------------------------------------------------------ r2855 | J. Peter Mugaas | 2007-12-18 20:22:48 +0100 (Tue, 18 Dec 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2854 | J. Peter Mugaas | 2007-12-18 20:21:11 +0100 (Tue, 18 Dec 2007) | 1 line SASL Digest strings. ------------------------------------------------------------------------ r2853 | J. Peter Mugaas | 2007-12-18 20:13:28 +0100 (Tue, 18 Dec 2007) | 3 lines Expansions to SASL. We must pass a Hostname and "GSSAPI/Kerberos/SASL service name" http://www.iana.org/assignments/gssapi-service-names to the SASL mechanism for DIGEST authentication. ------------------------------------------------------------------------ r2852 | Remy Lebeau | 2007-12-18 09:58:17 +0100 (Tue, 18 Dec 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2851 | Remy Lebeau | 2007-12-18 05:48:49 +0100 (Tue, 18 Dec 2007) | 1 line Fix for Integer overflow in Write(TStream) for large streams ------------------------------------------------------------------------ r2850 | Remy Lebeau | 2007-12-18 05:40:29 +0100 (Tue, 18 Dec 2007) | 1 line Changed to override Assign() instead of AssignTo(), as TIdCustomTransparentProxy overrides Assign() ------------------------------------------------------------------------ r2849 | Remy Lebeau | 2007-12-18 05:31:39 +0100 (Tue, 18 Dec 2007) | 1 line Added proper ASN1_NULL case to ASNItem() ------------------------------------------------------------------------ r2848 | J. Peter Mugaas | 2007-12-14 20:52:10 +0100 (Fri, 14 Dec 2007) | 1 line Moved resourcestrings downto the implementation section of the unit. ------------------------------------------------------------------------ r2847 | J. Peter Mugaas | 2007-12-12 19:54:07 +0100 (Wed, 12 Dec 2007) | 1 line TIdSASLCRAMSHA1 now registered. ------------------------------------------------------------------------ r2846 | J. Peter Mugaas | 2007-12-12 19:46:07 +0100 (Wed, 12 Dec 2007) | 1 line now uses IdSASL_CRAMBase so that both CRAM_SHA1 and CRAMMD5 can share code. ------------------------------------------------------------------------ r2845 | J. Peter Mugaas | 2007-12-12 19:39:04 +0100 (Wed, 12 Dec 2007) | 1 line IdSASL_CRAMBase and IdSASL_CRAM_SHA1. ------------------------------------------------------------------------ r2844 | J. Peter Mugaas | 2007-12-12 19:38:02 +0100 (Wed, 12 Dec 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2843 | J. Peter Mugaas | 2007-12-12 19:36:46 +0100 (Wed, 12 Dec 2007) | 1 line IdSASL_CRAM_SHA1 and IdSASL_CRAM_SHA1. ------------------------------------------------------------------------ r2842 | Remy Lebeau | 2007-12-11 08:48:38 +0100 (Tue, 11 Dec 2007) | 1 line Added a return value to IndyRegisterExpectedMemoryLeak() to better match the RTL ------------------------------------------------------------------------ r2841 | Remy Lebeau | 2007-12-11 07:58:23 +0100 (Tue, 11 Dec 2007) | 1 line Added support for FastMM4 on older systems that do not have SysRegisterExpectedMemoryLeak() available natively ------------------------------------------------------------------------ r2840 | Remy Lebeau | 2007-12-11 07:56:20 +0100 (Tue, 11 Dec 2007) | 1 line Updated to use new IndyRegisterExpectedMemoryLeak() function ------------------------------------------------------------------------ r2839 | Remy Lebeau | 2007-12-11 07:54:21 +0100 (Tue, 11 Dec 2007) | 1 line Updated to use new IndyRegisterExpectedMemoryLeak() function ------------------------------------------------------------------------ r2838 | Remy Lebeau | 2007-12-11 07:53:26 +0100 (Tue, 11 Dec 2007) | 1 line Added IndyRegisterExpectedMemoryLeak() for FastMM4 support ------------------------------------------------------------------------ r2837 | Remy Lebeau | 2007-12-11 07:45:26 +0100 (Tue, 11 Dec 2007) | 1 line Added support for FastMM4 on older systems that do not have SysRegisterExpectedMemoryLeak() available natively ------------------------------------------------------------------------ r2836 | Remy Lebeau | 2007-12-11 04:47:46 +0100 (Tue, 11 Dec 2007) | 1 line Added AIP parameter to Broadcast() ------------------------------------------------------------------------ r2835 | Remy Lebeau | 2007-12-11 04:43:57 +0100 (Tue, 11 Dec 2007) | 1 line Fix for endless loop in ProcessAttachment() ------------------------------------------------------------------------ r2834 | J. Peter Mugaas | 2007-12-10 21:32:24 +0100 (Mon, 10 Dec 2007) | 1 line minor optimizations for ROR and ROL. These should speed up MD5 and probably a few other things. ------------------------------------------------------------------------ r2833 | J. Peter Mugaas | 2007-12-10 06:57:16 +0100 (Mon, 10 Dec 2007) | 1 line Fixes for MD5 hash classes. I also made the Hash32 class call new routine in IdGlobals as I don't trust how Borland's RTL IntToHex would handle LongWords. ------------------------------------------------------------------------ r2832 | J. Peter Mugaas | 2007-12-10 06:55:28 +0100 (Mon, 10 Dec 2007) | 1 line Improvement of value to Hex routines. Added LongWordToHex for the hash encoders and maybe some other things. ------------------------------------------------------------------------ r2831 | Remy Lebeau | 2007-12-06 07:01:32 +0100 (Thu, 06 Dec 2007) | 1 line Fix for MibToId() ------------------------------------------------------------------------ r2830 | J. Peter Mugaas | 2007-11-30 21:59:16 +0100 (Fri, 30 Nov 2007) | 1 line Fix for broken OpenSSL header. ------------------------------------------------------------------------ r2829 | J. Peter Mugaas | 2007-11-29 04:54:35 +0100 (Thu, 29 Nov 2007) | 1 line CodeHealer audit ------------------------------------------------------------------------ r2828 | J. Peter Mugaas | 2007-11-29 04:54:04 +0100 (Thu, 29 Nov 2007) | 1 line CodeHealer audit. ------------------------------------------------------------------------ r2827 | J. Peter Mugaas | 2007-11-29 00:02:35 +0100 (Thu, 29 Nov 2007) | 1 line Remove UTF8 encoding, I hope. ------------------------------------------------------------------------ r2826 | J. Peter Mugaas | 2007-11-28 23:57:09 +0100 (Wed, 28 Nov 2007) | 1 line Had to restore GetName. ------------------------------------------------------------------------ r2825 | J. Peter Mugaas | 2007-11-27 04:17:19 +0100 (Tue, 27 Nov 2007) | 1 line Remove non-ASCII symbol. ------------------------------------------------------------------------ r2824 | J. Peter Mugaas | 2007-11-27 04:16:06 +0100 (Tue, 27 Nov 2007) | 1 line CodeHealer Fixes and renamed message. ------------------------------------------------------------------------ r2823 | Remy Lebeau | 2007-11-23 20:28:59 +0100 (Fri, 23 Nov 2007) | 1 line Fixed compiler errors ------------------------------------------------------------------------ r2822 | J. Peter Mugaas | 2007-11-22 00:37:45 +0100 (Thu, 22 Nov 2007) | 1 line Commented out GetName. ------------------------------------------------------------------------ r2821 | J. Peter Mugaas | 2007-11-21 16:19:25 +0100 (Wed, 21 Nov 2007) | 2 lines The module (unit) local function 'TempPath' is declared but is never referenced (C1010) IdGlobalProtocols (1415, 10) We were not using TempPath at all in DotNET. ------------------------------------------------------------------------ r2820 | J. Peter Mugaas | 2007-11-21 12:40:29 +0100 (Wed, 21 Nov 2007) | 2 lines The module (unit) local function 'ROL' is declared but is never referenced (C1010) IdGlobalProtocols (2893, 10) The module (unit) local function 'ROR' is declared but is never referenced (C1010) IdGlobalProtocols (2898, 10) ------------------------------------------------------------------------ r2819 | J. Peter Mugaas | 2007-11-21 12:34:21 +0100 (Wed, 21 Nov 2007) | 1 line The module (unit) local function 'ROL' is declared but is never referenced (C1010) IdGlobalProtocols (2893, 10) ------------------------------------------------------------------------ r2818 | J. Peter Mugaas | 2007-11-21 11:49:28 +0100 (Wed, 21 Nov 2007) | 1 line The class 'EIdFailedToRetreiveTimeZoneInfo' hides the class of the same name declared on line 779 of 'IdGlobal.pas' (A1004) IdGlobalProtocols (395, 3) ------------------------------------------------------------------------ r2817 | J. Peter Mugaas | 2007-11-21 10:59:41 +0100 (Wed, 21 Nov 2007) | 1 line IdAbout removed. ------------------------------------------------------------------------ r2816 | J. Peter Mugaas | 2007-11-21 10:57:09 +0100 (Wed, 21 Nov 2007) | 1 line CodeHealer 2.5 audit. ------------------------------------------------------------------------ r2815 | Remy Lebeau | 2007-11-19 09:15:17 +0100 (Mon, 19 Nov 2007) | 5 lines Initialized data members to match property defaults Removed unnecessary loop in DoExecute() Removed unnecessary property setters ------------------------------------------------------------------------ r2814 | Remy Lebeau | 2007-11-19 09:09:14 +0100 (Mon, 19 Nov 2007) | 1 line Various tweaks ------------------------------------------------------------------------ r2813 | Remy Lebeau | 2007-11-19 09:06:56 +0100 (Mon, 19 Nov 2007) | 1 line Compiler errors ------------------------------------------------------------------------ r2812 | Remy Lebeau | 2007-11-19 03:11:41 +0100 (Mon, 19 Nov 2007) | 1 line UTF-8 tweaks ------------------------------------------------------------------------ r2811 | Remy Lebeau | 2007-11-18 22:41:44 +0100 (Sun, 18 Nov 2007) | 1 line Changed Notification() to not call SetScheduler() anymore ------------------------------------------------------------------------ r2810 | Remy Lebeau | 2007-11-18 22:41:09 +0100 (Sun, 18 Nov 2007) | 1 line Added Notification() override ------------------------------------------------------------------------ r2809 | Remy Lebeau | 2007-11-18 22:40:22 +0100 (Sun, 18 Nov 2007) | 1 line Updated to use UTF8Encode() and UTF8Decode() in D6+ ------------------------------------------------------------------------ r2808 | J. Peter Mugaas | 2007-11-18 14:40:21 +0100 (Sun, 18 Nov 2007) | 1 line IdDsnSASLListEditor and IdDsnSASLListEditorForm. Property Editor is now in the Design-Time property registration unit. ------------------------------------------------------------------------ r2807 | J. Peter Mugaas | 2007-11-18 14:39:13 +0100 (Sun, 18 Nov 2007) | 1 line IdAbout removed. ------------------------------------------------------------------------ r2806 | J. Peter Mugaas | 2007-11-18 13:05:10 +0100 (Sun, 18 Nov 2007) | 1 line Removed some design-time units. ------------------------------------------------------------------------ r2805 | J. Peter Mugaas | 2007-11-18 12:59:31 +0100 (Sun, 18 Nov 2007) | 1 line Remove IdMIME. That only had one proc and I'm not sure what it was supposed to do. In any case, no code used that proc. ------------------------------------------------------------------------ r2804 | J. Peter Mugaas | 2007-11-18 12:58:35 +0100 (Sun, 18 Nov 2007) | 1 line Moved Property editor to this file to reduce the number of units in the design-time and be consistant with the Indy core design-time package. ------------------------------------------------------------------------ r2803 | J. Peter Mugaas | 2007-11-16 14:39:03 +0100 (Fri, 16 Nov 2007) | 1 line Code Audit with CodeHealer. ------------------------------------------------------------------------ r2802 | J. Peter Mugaas | 2007-11-15 19:01:54 +0100 (Thu, 15 Nov 2007) | 1 line Remove IdMIMETypes. I don't think it's used and I'm not sure what was intended by the function in it. ------------------------------------------------------------------------ r2801 | J. Peter Mugaas | 2007-11-14 21:40:34 +0100 (Wed, 14 Nov 2007) | 1 line Fix. ------------------------------------------------------------------------ r2800 | J. Peter Mugaas | 2007-11-14 21:35:10 +0100 (Wed, 14 Nov 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2799 | J. Peter Mugaas | 2007-11-13 23:42:51 +0100 (Tue, 13 Nov 2007) | 1 line Missing unit fixes. Fixed problems with some units not being installed. ------------------------------------------------------------------------ r2798 | J. Peter Mugaas | 2007-11-13 23:42:06 +0100 (Tue, 13 Nov 2007) | 1 line Fix, missing unit. ------------------------------------------------------------------------ r2797 | J. Peter Mugaas | 2007-11-13 23:41:30 +0100 (Tue, 13 Nov 2007) | 1 line Added omitted units. ------------------------------------------------------------------------ r2796 | J. Peter Mugaas | 2007-11-13 23:41:02 +0100 (Tue, 13 Nov 2007) | 1 line Fix for Lazarus IDE. ------------------------------------------------------------------------ r2795 | J. Peter Mugaas | 2007-11-13 23:40:28 +0100 (Tue, 13 Nov 2007) | 1 line Various fixes. ------------------------------------------------------------------------ r2794 | J. Peter Mugaas | 2007-11-13 23:40:11 +0100 (Tue, 13 Nov 2007) | 1 line Unicode chars removed. ------------------------------------------------------------------------ r2793 | J. Peter Mugaas | 2007-11-13 23:39:30 +0100 (Tue, 13 Nov 2007) | 1 line Fix. /etc/hosts needs to be consulted before doing a DNS resolve. ------------------------------------------------------------------------ r2792 | J. Peter Mugaas | 2007-11-09 17:43:40 +0100 (Fri, 09 Nov 2007) | 1 line Fixes that PascalAnylizer suggested. ------------------------------------------------------------------------ r2791 | J. Peter Mugaas | 2007-11-09 08:48:19 +0100 (Fri, 09 Nov 2007) | 1 line Restored exposre to INFINITE. I consider that to be a false positive with CodeHealer. ------------------------------------------------------------------------ r2790 | J. Peter Mugaas | 2007-11-09 08:41:08 +0100 (Fri, 09 Nov 2007) | 1 line Restored exposure to MAX_WBITS as it may be useful for people using IdZLib. I consider this a false positive with CodeHealer. ------------------------------------------------------------------------ r2789 | J. Peter Mugaas | 2007-11-09 07:26:42 +0100 (Fri, 09 Nov 2007) | 1 line I changed some arguement names in macros back to their original argument names. I disagree with CodeHealer about the potential for conflicts or their arguement against identifiers with the same name is outweighed by the need to be accurate with translation and be consistant with API documentation. ------------------------------------------------------------------------ r2788 | J. Peter Mugaas | 2007-11-08 17:28:49 +0100 (Thu, 08 Nov 2007) | 1 line Fixes suggested by Pascal Anylizer ------------------------------------------------------------------------ r2787 | Remy Lebeau | 2007-11-08 10:26:28 +0100 (Thu, 08 Nov 2007) | 1 line Removed Boundary properties, not used anywhere ------------------------------------------------------------------------ r2786 | Remy Lebeau | 2007-11-08 10:25:35 +0100 (Thu, 08 Nov 2007) | 3 lines MIME fixes Removed TIdMessagePart.Boundary property, not used anywhere ------------------------------------------------------------------------ r2785 | Remy Lebeau | 2007-11-08 10:23:16 +0100 (Thu, 08 Nov 2007) | 1 line Updated GenerateHeader() to clear 'Content-...' headers that should not be output for single-part MIME messages ------------------------------------------------------------------------ r2784 | Remy Lebeau | 2007-11-08 10:19:10 +0100 (Thu, 08 Nov 2007) | 1 line Added TIdMessageDecoderMIMEIgnore class as a temporary workaround for a MIME parsing bug in TIdMessageClient for nested parts ------------------------------------------------------------------------ r2783 | Remy Lebeau | 2007-11-08 10:17:46 +0100 (Thu, 08 Nov 2007) | 1 line Added mcptIgnore to TIdMessageCoderPartType for use in TIdMessageClient ------------------------------------------------------------------------ r2782 | J. Peter Mugaas | 2007-11-08 09:24:58 +0100 (Thu, 08 Nov 2007) | 1 line Typeo fix. ------------------------------------------------------------------------ r2781 | J. Peter Mugaas | 2007-11-08 08:55:40 +0100 (Thu, 08 Nov 2007) | 1 line Default value for BoundPort and MinPort and MaxPort properties. ------------------------------------------------------------------------ r2780 | J. Peter Mugaas | 2007-11-08 08:02:23 +0100 (Thu, 08 Nov 2007) | 1 line Fixes from CodeHealer 2.5 evaluation version and Pascal Anylizer. ------------------------------------------------------------------------ r2779 | J. Peter Mugaas | 2007-11-08 08:01:10 +0100 (Thu, 08 Nov 2007) | 1 line Fixes from CodeHealer 2.5 evaluation version and Pascal Anylizer. ------------------------------------------------------------------------ r2778 | J. Peter Mugaas | 2007-11-08 01:34:12 +0100 (Thu, 08 Nov 2007) | 1 line parameter for constructor should be const. PascalAnylizer 4.31 ------------------------------------------------------------------------ r2777 | J. Peter Mugaas | 2007-11-07 00:40:34 +0100 (Wed, 07 Nov 2007) | 1 line Forgot to merge from FPC branch. ------------------------------------------------------------------------ r2776 | J. Peter Mugaas | 2007-11-07 00:36:10 +0100 (Wed, 07 Nov 2007) | 1 line Fixed unit name to make programmers who cross-compile to Win32 happy. ------------------------------------------------------------------------ r2775 | J. Peter Mugaas | 2007-11-07 00:34:52 +0100 (Wed, 07 Nov 2007) | 1 line Renamed IdWinSock2 to IdWinsock2. This should make Linux users who cross-compile to Windows happy. ------------------------------------------------------------------------ r2774 | J. Peter Mugaas | 2007-11-05 12:19:20 +0100 (Mon, 05 Nov 2007) | 1 line Code audit using CodeHealer Trial Edition. ------------------------------------------------------------------------ r2773 | J. Peter Mugaas | 2007-11-05 12:18:05 +0100 (Mon, 05 Nov 2007) | 1 line Code audit using CodeHealer. ------------------------------------------------------------------------ r2772 | J. Peter Mugaas | 2007-11-05 12:16:40 +0100 (Mon, 05 Nov 2007) | 1 line Should compile. ------------------------------------------------------------------------ r2771 | J. Peter Mugaas | 2007-11-05 10:54:34 +0100 (Mon, 05 Nov 2007) | 1 line Sleep to IndySleep. ------------------------------------------------------------------------ r2770 | J. Peter Mugaas | 2007-11-05 10:26:21 +0100 (Mon, 05 Nov 2007) | 1 line Code audit done by CodeHealer Trial Edition. ------------------------------------------------------------------------ r2769 | J. Peter Mugaas | 2007-11-05 09:49:06 +0100 (Mon, 05 Nov 2007) | 1 line Code audit problems found with Trial Version of CodeHealer from SOCKS software. ------------------------------------------------------------------------ r2768 | J. Peter Mugaas | 2007-11-05 08:32:00 +0100 (Mon, 05 Nov 2007) | 1 line Fixed a potentially conflicting parameter name. ------------------------------------------------------------------------ r2767 | J. Peter Mugaas | 2007-11-05 06:45:21 +0100 (Mon, 05 Nov 2007) | 1 line Compile fixes. OpenSSL 0.9.8g ready. ------------------------------------------------------------------------ r2766 | J. Peter Mugaas | 2007-11-03 02:07:38 +0100 (Sat, 03 Nov 2007) | 1 line Ready for OpenSSL 0.9.8g dated 19 Oct. 2007 ------------------------------------------------------------------------ r2765 | J. Peter Mugaas | 2007-11-01 01:16:34 +0100 (Thu, 01 Nov 2007) | 1 line Win64 seems to require alignment. I found that an AV was fixed when I turned it on in Win64. ------------------------------------------------------------------------ r2764 | J. Peter Mugaas | 2007-10-27 01:20:51 +0200 (Sat, 27 Oct 2007) | 1 line i386 to cpui386 ------------------------------------------------------------------------ r2763 | J. Peter Mugaas | 2007-10-26 21:42:56 +0200 (Fri, 26 Oct 2007) | 1 line I386 to CPUI386. ------------------------------------------------------------------------ r2762 | J. Peter Mugaas | 2007-10-26 21:41:54 +0200 (Fri, 26 Oct 2007) | 1 line I386 to CPUI386. ------------------------------------------------------------------------ r2761 | J. Peter Mugaas | 2007-10-25 17:25:36 +0200 (Thu, 25 Oct 2007) | 1 line linklib c ------------------------------------------------------------------------ r2760 | J. Peter Mugaas | 2007-10-25 17:21:33 +0200 (Thu, 25 Oct 2007) | 1 line linklib c ------------------------------------------------------------------------ r2759 | J. Peter Mugaas | 2007-10-23 20:14:40 +0200 (Tue, 23 Oct 2007) | 1 line Renamed USELIBC to KYLIXCOMPAT. It's more accurate and prevents conflicts with FPC USE_LIBC. ------------------------------------------------------------------------ r2758 | J. Peter Mugaas | 2007-10-23 20:13:06 +0200 (Tue, 23 Oct 2007) | 1 line Removed call to tempnam. That's a dangerous function in Unix-like operating systems. ------------------------------------------------------------------------ r2757 | J. Peter Mugaas | 2007-10-23 19:55:17 +0200 (Tue, 23 Oct 2007) | 1 line Renamed USELIBC to KYLIXCOMPAT. It's more accurate and prevents conflicts with FPC USE_LIBC. ------------------------------------------------------------------------ r2756 | J. Peter Mugaas | 2007-10-23 16:27:17 +0200 (Tue, 23 Oct 2007) | 1 line update. ------------------------------------------------------------------------ r2755 | J. Peter Mugaas | 2007-10-23 16:26:15 +0200 (Tue, 23 Oct 2007) | 1 line size_t fix. ------------------------------------------------------------------------ r2754 | J. Peter Mugaas | 2007-10-23 16:25:55 +0200 (Tue, 23 Oct 2007) | 1 line Changed USELIBC to KYLIXCOMPAT. ------------------------------------------------------------------------ r2753 | J. Peter Mugaas | 2007-10-22 16:39:03 +0200 (Mon, 22 Oct 2007) | 1 line Typeos and misspellings. ------------------------------------------------------------------------ r2752 | J. Peter Mugaas | 2007-10-22 15:58:12 +0200 (Mon, 22 Oct 2007) | 1 line Made AutoIssueFEAT property so you can skip FEAT calls if you have no intention of using FTP commands. FEAT is also be called if AutoLogin is false and AutoIssueFEAT is true (this is not recommended). ------------------------------------------------------------------------ r2751 | J. Peter Mugaas | 2007-10-21 22:04:45 +0200 (Sun, 21 Oct 2007) | 1 line Update. ------------------------------------------------------------------------ r2750 | J. Peter Mugaas | 2007-10-21 21:56:27 +0200 (Sun, 21 Oct 2007) | 1 line Moved defines for Handle size down to bottom. They have to be defined after WIN32_OR_WIN64_OR_WINCE. Otherwise, it breaks InterlockedExchangeTHandle. ------------------------------------------------------------------------ r2749 | J. Peter Mugaas | 2007-10-21 11:37:18 +0200 (Sun, 21 Oct 2007) | 1 line Fix so USELIBC define. You can now pass it in the OPTS= parameter. ------------------------------------------------------------------------ r2748 | J. Peter Mugaas | 2007-10-21 11:32:54 +0200 (Sun, 21 Oct 2007) | 1 line Cleaned-up AllocateSocket definition. I fixed the problem with IdStackConsts. ------------------------------------------------------------------------ r2747 | J. Peter Mugaas | 2007-10-21 02:23:00 +0200 (Sun, 21 Oct 2007) | 1 line Fix for USELIBC with FreePascal. ------------------------------------------------------------------------ r2746 | J. Peter Mugaas | 2007-10-20 17:11:48 +0200 (Sat, 20 Oct 2007) | 1 line Libc compile fixes. Workaround for problem with symbolic links in some Linux distributions. ------------------------------------------------------------------------ r2745 | J. Peter Mugaas | 2007-10-20 17:10:53 +0200 (Sat, 20 Oct 2007) | 1 line FreePascal fixes for libc compiles. ------------------------------------------------------------------------ r2744 | J. Peter Mugaas | 2007-10-20 17:09:54 +0200 (Sat, 20 Oct 2007) | 1 line Cleanups. In i386-linux, you now can compile libc with -dUSELIBC with FreePascal to use the libc Borland-compatbility instead of the FreePascal Unix socket library. ------------------------------------------------------------------------ r2743 | J. Peter Mugaas | 2007-10-19 05:14:29 +0200 (Fri, 19 Oct 2007) | 1 line Decided to make handle size for all os's suported by FPC in some form even though we may have no intention of supporting the. Handle size should be accurate. ------------------------------------------------------------------------ r2742 | J. Peter Mugaas | 2007-10-19 04:19:53 +0200 (Fri, 19 Oct 2007) | 1 line Fixes from Chris Patterson for Kylix. ------------------------------------------------------------------------ r2741 | J. Peter Mugaas | 2007-10-19 03:53:46 +0200 (Fri, 19 Oct 2007) | 1 line Changes from Craig Peterson for Kylix support. Moved THANDLE defines to IdCompileDefines.inc. ------------------------------------------------------------------------ r2740 | J. Peter Mugaas | 2007-10-18 18:22:34 +0200 (Thu, 18 Oct 2007) | 1 line sa_len is now filled in when the feild is defined (4.4 BSD release and later). SockAddr initialization more uniform. Removed depreciated fpc calls. ------------------------------------------------------------------------ r2739 | J. Peter Mugaas | 2007-10-11 22:18:15 +0200 (Thu, 11 Oct 2007) | 1 line Temporary fix for a compile issue. ------------------------------------------------------------------------ r2738 | J. Peter Mugaas | 2007-10-11 13:15:24 +0200 (Thu, 11 Oct 2007) | 1 line TIdThreadHandle. ------------------------------------------------------------------------ r2737 | J. Peter Mugaas | 2007-10-11 13:14:15 +0200 (Thu, 11 Oct 2007) | 1 line Update. ------------------------------------------------------------------------ r2736 | J. Peter Mugaas | 2007-10-11 13:11:26 +0200 (Thu, 11 Oct 2007) | 1 line We probably should disable ALLOW_NAMED_THREADS in FPC since other platforms might not support that convention and I wonder if GDB honors it. In Win64, there is no dugger for FPC. ------------------------------------------------------------------------ r2735 | J. Peter Mugaas | 2007-10-11 12:26:40 +0200 (Thu, 11 Oct 2007) | 1 line Compile fix for Unix-like operating systems. ------------------------------------------------------------------------ r2734 | J. Peter Mugaas | 2007-10-10 23:58:49 +0200 (Wed, 10 Oct 2007) | 1 line Removed some definitions for Internal record types that were causing some compile problems. ------------------------------------------------------------------------ r2733 | Remy Lebeau | 2007-10-10 20:55:58 +0200 (Wed, 10 Oct 2007) | 5 lines Removed use of TThreadID under Win32, type does not exist. Changed GetThreadHandle() back to old behavior of returning a THandle. TIdThreadComponent still expects a Thread Handle, not an Thread ID. And this behavior matches the function name anyway. Typo fix for HackLoad() ------------------------------------------------------------------------ r2732 | Remy Lebeau | 2007-10-04 09:57:50 +0200 (Thu, 04 Oct 2007) | 1 line Fix for WriteTextPart() not writing all of the data for an encoded TIdText part ------------------------------------------------------------------------ r2731 | J. Peter Mugaas | 2007-10-03 11:00:56 +0200 (Wed, 03 Oct 2007) | 1 line Fix for where the is not a symbolic link in some Linux distributions. This also should make OpenSSL more usable in Darwin (not tested). ------------------------------------------------------------------------ r2730 | J. Peter Mugaas | 2007-10-03 10:58:05 +0200 (Wed, 03 Oct 2007) | 1 line Make Hackload usable with the libc FreePascal compatability interface. ------------------------------------------------------------------------ r2729 | J. Peter Mugaas | 2007-09-29 21:12:33 +0200 (Sat, 29 Sep 2007) | 1 line Removed definitions for some OpenSSL internal structures that aren't defined in the headers. They shouldn't be used directly. ------------------------------------------------------------------------ r2728 | J. Peter Mugaas | 2007-09-29 21:11:03 +0200 (Sat, 29 Sep 2007) | 1 line Part of a fix for ZLib loading in FreeBSD. This issue also could effect OpenSSL in some Linux distributions and Darwin. There may not be a standard symlink for some libraries or some Unix versions don't comply with a standard. You have to provide a list of lib suffixes for those case. ------------------------------------------------------------------------ r2727 | J. Peter Mugaas | 2007-09-29 08:47:45 +0200 (Sat, 29 Sep 2007) | 1 line Made some POLICY data structures empty members since those aren't defined in the public headers. They may be internal structures that could change in later versions if they haven't already. ------------------------------------------------------------------------ r2726 | J. Peter Mugaas | 2007-09-29 07:13:01 +0200 (Sat, 29 Sep 2007) | 1 line Fixes for FreeBSD. In FreeBSD, OpenSSL is ver. 0.9.7e-pl 25 Oct. 2004. That doesn't have some functions we were using. They weren't critical so report success even if the functions aren't available. Gracefully handle cases where the non-critical functions are missing. ------------------------------------------------------------------------ r2725 | J. Peter Mugaas | 2007-09-29 03:54:00 +0200 (Sat, 29 Sep 2007) | 1 line The Handle property is now a TIdThreadID. It works just about the same on Windows and should also help this compile on FreeBSD. ------------------------------------------------------------------------ r2724 | J. Peter Mugaas | 2007-09-29 03:52:50 +0200 (Sat, 29 Sep 2007) | 1 line CurrentThreadId and GetThreadHandle now use TIdThreadID. This should help Indy compile for FreeBSD where a PID is not the same as a ThreadID. Those use being TIdThreadID anyway. ------------------------------------------------------------------------ r2723 | J. Peter Mugaas | 2007-09-26 17:14:28 +0200 (Wed, 26 Sep 2007) | 1 line Method property needed a sensible default. I found that the client could fail without one. ------------------------------------------------------------------------ r2722 | J. Peter Mugaas | 2007-09-26 11:21:22 +0200 (Wed, 26 Sep 2007) | 1 line Fixed errors with OpenSSL error reporting. ------------------------------------------------------------------------ r2721 | J. Peter Mugaas | 2007-09-25 23:34:17 +0200 (Tue, 25 Sep 2007) | 1 line Attempt to fix alignment issue for x86_64-linux. ------------------------------------------------------------------------ r2720 | J. Peter Mugaas | 2007-09-25 08:33:20 +0200 (Tue, 25 Sep 2007) | 1 line HostByAddr adjusted for WinCE. PopulateLocalAddresses now uses getaddrinfo instead of GetHostByName. GetHostByName may disappear in future versions of WinCE and getaddrinfo is more flexible than the old call. ------------------------------------------------------------------------ r2719 | J. Peter Mugaas | 2007-09-25 08:25:48 +0200 (Tue, 25 Sep 2007) | 1 line Fixed AddrInfoW structure. One member points to another AddrInfoW structure instead of the ASCII version. That was a causing a compile error and could also effect other Windows developers. ------------------------------------------------------------------------ r2718 | J. Peter Mugaas | 2007-09-24 23:39:14 +0200 (Mon, 24 Sep 2007) | 1 line Adjusted IdZLibHeaders for the new .OBJ's I checked in. For the .OBJ files, the only things that are still cdecl are the callback functions. I have verified that these files work in D2007. ------------------------------------------------------------------------ r2717 | J. Peter Mugaas | 2007-09-24 23:37:06 +0200 (Mon, 24 Sep 2007) | 1 line New zlib object files compiled with "make -f contrib\delphi\zlibd32.mak" from the ZLib source-code distribution. These seem to work here. ------------------------------------------------------------------------ r2716 | J. Peter Mugaas | 2007-09-24 20:30:08 +0200 (Mon, 24 Sep 2007) | 1 line Load IdWship just after loading Winsock. GetHostByName and GetByAddr are depreciated so use them as a fallback. Future versions of WinCE may not support them. ------------------------------------------------------------------------ r2715 | J. Peter Mugaas | 2007-09-24 20:28:52 +0200 (Mon, 24 Sep 2007) | 1 line Do not attempt to load new IPv6 functions in Win9x or any NT system less than Win2k. Those don't support the functions. I also made it possible to delay loading until the TIdStack object is created. This should be consistant with Bas's original design. Make it possible to unload just before Winsock is unloaded for a graceful shutdown. ------------------------------------------------------------------------ r2714 | J. Peter Mugaas | 2007-09-24 18:50:00 +0200 (Mon, 24 Sep 2007) | 1 line IdIPv6Available is misleading. It only indicates if some IPv6 functions are really available. They may be availble while IPv6 is disabled in the kernel. ------------------------------------------------------------------------ r2713 | J. Peter Mugaas | 2007-09-21 21:59:54 +0200 (Fri, 21 Sep 2007) | 1 line Report error number in ZLib exception in case the messages from the ZLib library aren't compiled in it. ------------------------------------------------------------------------ r2712 | Remy Lebeau | 2007-09-19 07:17:38 +0200 (Wed, 19 Sep 2007) | 1 line Changed the way AppendMsgNoEncodeFromStream() hunts for a message terminator ------------------------------------------------------------------------ r2711 | Remy Lebeau | 2007-09-19 07:15:35 +0200 (Wed, 19 Sep 2007) | 1 line Changed ReadBytes() to accept the VBytes parameter by 'var' instead of 'out'. Using 'out' will wipe out the caller's buffer, which would be very bad if it was preallocated beforehand. ------------------------------------------------------------------------ r2710 | Remy Lebeau | 2007-09-18 22:28:29 +0200 (Tue, 18 Sep 2007) | 1 line Fixes from Ulrich Doewich ------------------------------------------------------------------------ r2709 | Remy Lebeau | 2007-09-18 22:27:44 +0200 (Tue, 18 Sep 2007) | 1 line Recompiled ------------------------------------------------------------------------ r2708 | J. Peter Mugaas | 2007-09-18 04:09:40 +0200 (Tue, 18 Sep 2007) | 1 line cleaned up "cdecl;". IFDEF's not needed. ------------------------------------------------------------------------ r2707 | Remy Lebeau | 2007-09-18 03:53:12 +0200 (Tue, 18 Sep 2007) | 1 line Typo in TIdFTPRegParseList.CheckListParseCapa() ------------------------------------------------------------------------ r2706 | Remy Lebeau | 2007-09-18 03:17:13 +0200 (Tue, 18 Sep 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2705 | Remy Lebeau | 2007-09-18 03:10:50 +0200 (Tue, 18 Sep 2007) | 1 line Updated to call lspFix.exe before calling tlib.exe ------------------------------------------------------------------------ r2704 | Remy Lebeau | 2007-09-18 02:20:30 +0200 (Tue, 18 Sep 2007) | 1 line Added RSFTPNoListParseUnitsRegistered ------------------------------------------------------------------------ r2703 | Remy Lebeau | 2007-09-18 02:19:57 +0200 (Tue, 18 Sep 2007) | 1 line Updated to keep track of the List() method's ADetails parameter so that ParseFTPList() can pass it to CheckListParseCapa() later ------------------------------------------------------------------------ r2702 | Remy Lebeau | 2007-09-18 02:17:44 +0200 (Tue, 18 Sep 2007) | 3 lines Moved TIdFTPRegParseList declaration to implementation section, does not need to be public Updated TIdFTPRegParseList.CheckListParseCapa() to raise an exception if no user-defined parsers have been registered ------------------------------------------------------------------------ r2701 | J. Peter Mugaas | 2007-09-17 23:36:06 +0200 (Mon, 17 Sep 2007) | 1 line Fix for Linux. ------------------------------------------------------------------------ r2700 | J. Peter Mugaas | 2007-09-17 23:10:56 +0200 (Mon, 17 Sep 2007) | 1 line Fixes for Unix folks. ------------------------------------------------------------------------ r2699 | J. Peter Mugaas | 2007-09-16 22:55:13 +0200 (Sun, 16 Sep 2007) | 1 line ZLib and OpenSSL enabled for Win32 and Unix systems. ------------------------------------------------------------------------ r2698 | Remy Lebeau | 2007-09-15 09:31:56 +0200 (Sat, 15 Sep 2007) | 3 lines Added 'cdecl' to static-linked functions Fixed compiler errors when compiling for dynamic linking in non-FPC systems ------------------------------------------------------------------------ r2697 | Remy Lebeau | 2007-09-15 09:30:31 +0200 (Sat, 15 Sep 2007) | 1 line Recompiled ------------------------------------------------------------------------ r2696 | Remy Lebeau | 2007-09-15 06:25:55 +0200 (Sat, 15 Sep 2007) | 1 line Re-wrote, adapted from current fullc6.bat file ------------------------------------------------------------------------ r2695 | Remy Lebeau | 2007-09-15 06:25:08 +0200 (Sat, 15 Sep 2007) | 1 line Added ">nul" to lines that were missing it ------------------------------------------------------------------------ r2694 | Remy Lebeau | 2007-09-15 06:24:04 +0200 (Sat, 15 Sep 2007) | 1 line Changed calls to tlib to use generated .lsp files instead of looping through each .obj file manually. Looping runs very slowly, whereas using .lsp files is much faster ------------------------------------------------------------------------ r2693 | J. Peter Mugaas | 2007-09-13 08:32:39 +0200 (Thu, 13 Sep 2007) | 1 line Use SafeLoadLibrary instead of the LoadLibrary API call. The LoadLibrary API call messes with the FPU control word. ------------------------------------------------------------------------ r2692 | J. Peter Mugaas | 2007-09-13 07:55:45 +0200 (Thu, 13 Sep 2007) | 1 line Use SafeLoadLibrary instead of LoadLibrary. The LoadLibrary API call messes with the FPU control word. ------------------------------------------------------------------------ r2691 | J. Peter Mugaas | 2007-09-12 07:22:48 +0200 (Wed, 12 Sep 2007) | 1 line Fix for Windows defines. ------------------------------------------------------------------------ r2690 | J. Peter Mugaas | 2007-09-11 23:29:34 +0200 (Tue, 11 Sep 2007) | 1 line Moved PByte and PWord down to IdCTypes for our headers as suggested by j. meier. ------------------------------------------------------------------------ r2689 | J. Peter Mugaas | 2007-09-11 23:27:18 +0200 (Tue, 11 Sep 2007) | 1 line Moved PByte and PWord here for our headers as suggested by j. meier. ------------------------------------------------------------------------ r2688 | Remy Lebeau | 2007-09-11 19:41:31 +0200 (Tue, 11 Sep 2007) | 1 line Fix for RecvFrom() method passing the wrong IPv4 size to fpRecvFrom() ------------------------------------------------------------------------ r2687 | J. Peter Mugaas | 2007-09-10 22:11:48 +0200 (Mon, 10 Sep 2007) | 1 line Hopefully should compile in D5. ------------------------------------------------------------------------ r2686 | J. Peter Mugaas | 2007-09-10 02:16:39 +0200 (Mon, 10 Sep 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2685 | J. Peter Mugaas | 2007-09-09 11:28:21 +0200 (Sun, 09 Sep 2007) | 1 line Removed hierarchy references. ------------------------------------------------------------------------ r2684 | J. Peter Mugaas | 2007-09-09 11:27:51 +0200 (Sun, 09 Sep 2007) | 1 line Removed hierarchy reference. ------------------------------------------------------------------------ r2683 | J. Peter Mugaas | 2007-09-09 11:27:08 +0200 (Sun, 09 Sep 2007) | 1 line Compile fixes. ------------------------------------------------------------------------ r2682 | J. Peter Mugaas | 2007-09-09 11:26:38 +0200 (Sun, 09 Sep 2007) | 1 line Removed hierarchy since this is distributed without one. ------------------------------------------------------------------------ r2681 | J. Peter Mugaas | 2007-09-09 11:25:10 +0200 (Sun, 09 Sep 2007) | 1 line IPVersion is published again. Yippie. ------------------------------------------------------------------------ r2680 | J. Peter Mugaas | 2007-09-08 19:38:01 +0200 (Sat, 08 Sep 2007) | 1 line Fix for problem with MLST results. A function has have Result initialized. ------------------------------------------------------------------------ r2679 | J. Peter Mugaas | 2007-09-08 06:53:33 +0200 (Sat, 08 Sep 2007) | 1 line Enhanced error reporting with messages from the .DLL. This should help diagnose problems. ------------------------------------------------------------------------ r2678 | J. Peter Mugaas | 2007-09-08 00:42:30 +0200 (Sat, 08 Sep 2007) | 1 line Fix for potential data alignment issue wwith the ARM and Sparc chip architectures. Those require that all data be aligned. ------------------------------------------------------------------------ r2677 | J. Peter Mugaas | 2007-09-08 00:19:59 +0200 (Sat, 08 Sep 2007) | 1 line Improved error reporting when loading certificates. You don't always want assume a load failure is always a password problem. ------------------------------------------------------------------------ r2676 | Remy Lebeau | 2007-09-07 11:51:50 +0200 (Fri, 07 Sep 2007) | 1 line Fixes for various Widget defines ------------------------------------------------------------------------ r2675 | Remy Lebeau | 2007-09-07 11:50:45 +0200 (Fri, 07 Sep 2007) | 1 line Fixes for various Widget defines ------------------------------------------------------------------------ r2674 | J. Peter Mugaas | 2007-09-07 11:11:30 +0200 (Fri, 07 Sep 2007) | 1 line DEFINE for chip architectures that require data alignment such as ARM and Sparc. Updated to match other .inc. ------------------------------------------------------------------------ r2673 | J. Peter Mugaas | 2007-09-07 11:10:58 +0200 (Fri, 07 Sep 2007) | 1 line DEFINE for chip architectures that require data alignment such as ARM and Sparc. ------------------------------------------------------------------------ r2672 | J. Peter Mugaas | 2007-09-07 11:09:56 +0200 (Fri, 07 Sep 2007) | 1 line FreePascal fixes. ------------------------------------------------------------------------ r2671 | J. Peter Mugaas | 2007-09-07 11:09:37 +0200 (Fri, 07 Sep 2007) | 1 line WinCE fixes. ------------------------------------------------------------------------ r2670 | J. Peter Mugaas | 2007-09-07 11:09:07 +0200 (Fri, 07 Sep 2007) | 1 line Update. New define for chip architectures that require data alignment (ARM and Sparc). ------------------------------------------------------------------------ r2669 | J. Peter Mugaas | 2007-09-07 11:08:33 +0200 (Fri, 07 Sep 2007) | 1 line Move defines to inc file. ------------------------------------------------------------------------ r2668 | J. Peter Mugaas | 2007-09-07 08:37:03 +0200 (Fri, 07 Sep 2007) | 1 line Minor fix. ------------------------------------------------------------------------ r2667 | J. Peter Mugaas | 2007-09-07 08:34:31 +0200 (Fri, 07 Sep 2007) | 1 line Clean any .o and .ppu files in the same dir just in case. ------------------------------------------------------------------------ r2666 | J. Peter Mugaas | 2007-09-07 07:54:15 +0200 (Fri, 07 Sep 2007) | 1 line WinCE fix for dat alignment. ------------------------------------------------------------------------ r2665 | J. Peter Mugaas | 2007-09-07 07:41:12 +0200 (Fri, 07 Sep 2007) | 1 line Move the ZLIB and OPENSSL defines here so we can be more accurate about which platforms have support for those. ------------------------------------------------------------------------ r2664 | J. Peter Mugaas | 2007-09-07 07:30:21 +0200 (Fri, 07 Sep 2007) | 1 line Use the FPC_REQUIRES_PROPER_ALIGNMENT to decide if alignment is required instead of WINCE define. That should cover us if the FreePascal developers target WinCE for i386. ------------------------------------------------------------------------ r2663 | J. Peter Mugaas | 2007-09-07 03:39:35 +0200 (Fri, 07 Sep 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2662 | J. Peter Mugaas | 2007-09-07 03:38:24 +0200 (Fri, 07 Sep 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2661 | J. Peter Mugaas | 2007-09-07 03:36:01 +0200 (Fri, 07 Sep 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2660 | J. Peter Mugaas | 2007-09-07 03:34:22 +0200 (Fri, 07 Sep 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2659 | J. Peter Mugaas | 2007-09-07 03:33:31 +0200 (Fri, 07 Sep 2007) | 1 line Updated to match others. ------------------------------------------------------------------------ r2658 | J. Peter Mugaas | 2007-09-07 03:31:43 +0200 (Fri, 07 Sep 2007) | 1 line Updated to match in System. ------------------------------------------------------------------------ r2657 | J. Peter Mugaas | 2007-09-07 02:53:55 +0200 (Fri, 07 Sep 2007) | 1 line Added a define for 10.2 version of Indy and made a comment about VER190. ------------------------------------------------------------------------ r2656 | Remy Lebeau | 2007-09-07 00:35:57 +0200 (Fri, 07 Sep 2007) | 1 line Added note about VER180/185 usage ------------------------------------------------------------------------ r2655 | J. Peter Mugaas | 2007-09-07 00:32:24 +0200 (Fri, 07 Sep 2007) | 1 line EXTERNALSYM for ULONG_PTR ------------------------------------------------------------------------ r2654 | J. Peter Mugaas | 2007-09-07 00:15:33 +0200 (Fri, 07 Sep 2007) | 1 line Hopefully fixed problem with ULONG_PTR. ------------------------------------------------------------------------ r2653 | J. Peter Mugaas | 2007-09-06 23:46:30 +0200 (Thu, 06 Sep 2007) | 1 line WinCE only error constant. ------------------------------------------------------------------------ r2652 | J. Peter Mugaas | 2007-09-05 07:28:37 +0200 (Wed, 05 Sep 2007) | 1 line Alphabetized some functions to make things easier ot maintain. ------------------------------------------------------------------------ r2651 | J. Peter Mugaas | 2007-09-05 06:14:23 +0200 (Wed, 05 Sep 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2650 | J. Peter Mugaas | 2007-09-05 05:53:11 +0200 (Wed, 05 Sep 2007) | 1 line Made comment about data alignment in the arm architecture. I also IFDEF'ed out some functions that aren't available in WinCE. ------------------------------------------------------------------------ r2649 | Remy Lebeau | 2007-09-05 05:04:16 +0200 (Wed, 05 Sep 2007) | 1 line Updated to use new TIdStreamHelper.Seek() method ------------------------------------------------------------------------ r2648 | Remy Lebeau | 2007-09-05 05:03:03 +0200 (Wed, 05 Sep 2007) | 1 line Updated to use new TIdStreamHelper.Seek() method ------------------------------------------------------------------------ r2647 | Remy Lebeau | 2007-09-05 05:02:14 +0200 (Wed, 05 Sep 2007) | 1 line Tweaks to SendBody() ------------------------------------------------------------------------ r2646 | Remy Lebeau | 2007-09-05 05:00:03 +0200 (Wed, 05 Sep 2007) | 1 line Changed TIdDiscardStream to derive from TIdBaseStream instead of TStream directly ------------------------------------------------------------------------ r2645 | Remy Lebeau | 2007-09-05 04:59:13 +0200 (Wed, 05 Sep 2007) | 1 line Moved over SIZE64STREAM from IdGlobal.pas ------------------------------------------------------------------------ r2644 | Remy Lebeau | 2007-09-05 04:56:41 +0200 (Wed, 05 Sep 2007) | 1 line Moved over SIZE64STREAM from IdGlobal.pas ------------------------------------------------------------------------ r2643 | Remy Lebeau | 2007-09-05 04:54:01 +0200 (Wed, 05 Sep 2007) | 1 line Moved SIZE64STREAM to IdCompilerDefines.inc ------------------------------------------------------------------------ r2642 | Remy Lebeau | 2007-09-05 04:53:19 +0200 (Wed, 05 Sep 2007) | 1 line Moved over SIZE64STREAM from IdGlobal.pas ------------------------------------------------------------------------ r2641 | Remy Lebeau | 2007-09-05 04:52:46 +0200 (Wed, 05 Sep 2007) | 1 line Added Seek() method ------------------------------------------------------------------------ r2640 | J. Peter Mugaas | 2007-09-05 03:40:26 +0200 (Wed, 05 Sep 2007) | 1 line IFDEF'ed a few more functions in Windows CE. It doesn't have them. ------------------------------------------------------------------------ r2639 | J. Peter Mugaas | 2007-09-05 00:09:05 +0200 (Wed, 05 Sep 2007) | 1 line IFDEF out some functions that aren't supported in WinCE. ------------------------------------------------------------------------ r2638 | J. Peter Mugaas | 2007-09-04 09:33:52 +0200 (Tue, 04 Sep 2007) | 1 line WSANSPIoctl function. ------------------------------------------------------------------------ r2637 | J. Peter Mugaas | 2007-09-02 02:06:28 +0200 (Sun, 02 Sep 2007) | 1 line WinCE Fix merged in. ------------------------------------------------------------------------ r2636 | Remy Lebeau | 2007-09-01 02:26:30 +0200 (Sat, 01 Sep 2007) | 1 line Changes in IdSSLOpenSSLHeaders ------------------------------------------------------------------------ r2635 | Remy Lebeau | 2007-09-01 02:25:42 +0200 (Sat, 01 Sep 2007) | 3 lines Changes to more closely match the original OpenSSL declarations removed misc comments ------------------------------------------------------------------------ r2634 | Remy Lebeau | 2007-08-31 20:52:23 +0200 (Fri, 31 Aug 2007) | 1 line Tweaks to DoConnect() ------------------------------------------------------------------------ r2633 | Remy Lebeau | 2007-08-31 20:51:51 +0200 (Fri, 31 Aug 2007) | 1 line Tweak to ReadFrom() ------------------------------------------------------------------------ r2632 | Remy Lebeau | 2007-08-31 20:50:26 +0200 (Fri, 31 Aug 2007) | 1 line Tweaked RawReadFromIOHandler() to use IndyMin() ------------------------------------------------------------------------ r2631 | Remy Lebeau | 2007-08-31 20:48:41 +0200 (Fri, 31 Aug 2007) | 1 line Moved CheckForDataOnSource() implementation into TIdIOHandler directly ------------------------------------------------------------------------ r2630 | Remy Lebeau | 2007-08-31 20:48:02 +0200 (Fri, 31 Aug 2007) | 3 lines Added Boolean result to CheckForDataOnSource() so that WaitFor() does not exceed the range of the InputBuffer when checking for 1-character strings. Changed CheckForDataOnSource() to no longer be abstract. TIdIOHandlerStack and TIdIOHandlerStream were using the exact same implementation code, so it has been moved to TIdIOHandler directly now ------------------------------------------------------------------------ r2629 | Remy Lebeau | 2007-08-31 19:18:17 +0200 (Fri, 31 Aug 2007) | 1 line Fix for VerifyFile() passing the wrong remote filename to the server. ------------------------------------------------------------------------ r2628 | Remy Lebeau | 2007-08-31 07:52:27 +0200 (Fri, 31 Aug 2007) | 1 line Removed use of StrToCard(), now using IndyStrToInt() directly ------------------------------------------------------------------------ r2627 | Remy Lebeau | 2007-08-31 07:51:05 +0200 (Fri, 31 Aug 2007) | 3 lines Changed Cardinal to LongWord Removed StrToCard(), was only being used by TIdNNTP, which has been updated accordingly ------------------------------------------------------------------------ r2626 | Remy Lebeau | 2007-08-31 07:35:51 +0200 (Fri, 31 Aug 2007) | 1 line Changed Cardinal to LongWord ------------------------------------------------------------------------ r2625 | J. Peter Mugaas | 2007-08-31 07:14:32 +0200 (Fri, 31 Aug 2007) | 1 line IFDEF out some functions that WinCE does not support. ------------------------------------------------------------------------ r2624 | J. Peter Mugaas | 2007-08-31 04:09:47 +0200 (Fri, 31 Aug 2007) | 1 line We don't support SSL in WinCE. ------------------------------------------------------------------------ r2623 | J. Peter Mugaas | 2007-08-31 03:15:29 +0200 (Fri, 31 Aug 2007) | 1 line Fixes for WInCE. ------------------------------------------------------------------------ r2622 | J. Peter Mugaas | 2007-08-31 03:05:59 +0200 (Fri, 31 Aug 2007) | 1 line Fixes for WinCE. This should also work if you chose to compile Indy with the UNICODE define. ------------------------------------------------------------------------ r2621 | J. Peter Mugaas | 2007-08-31 02:21:03 +0200 (Fri, 31 Aug 2007) | 1 line WinCE fixes. ------------------------------------------------------------------------ r2620 | J. Peter Mugaas | 2007-08-30 23:31:39 +0200 (Thu, 30 Aug 2007) | 1 line WinCE compile fix. WinCE only has a subset of the Win32 API. ------------------------------------------------------------------------ r2619 | J. Peter Mugaas | 2007-08-30 22:18:13 +0200 (Thu, 30 Aug 2007) | 1 line WinCE Compile fixes. ------------------------------------------------------------------------ r2618 | Remy Lebeau | 2007-08-30 20:07:10 +0200 (Thu, 30 Aug 2007) | 1 line Updated VER190 block to define DELPHI12 instead of DELPHI11 ------------------------------------------------------------------------ r2617 | Remy Lebeau | 2007-08-30 20:05:52 +0200 (Thu, 30 Aug 2007) | 1 line Updated VER190 block to define DELPHI12 instead of DELPHI11 ------------------------------------------------------------------------ r2616 | J. Peter Mugaas | 2007-08-30 17:10:54 +0200 (Thu, 30 Aug 2007) | 1 line Minor optimization for FileSizeByName in Windows. We really don't need to actually open the file or create a stream. ------------------------------------------------------------------------ r2615 | Remy Lebeau | 2007-08-30 08:00:32 +0200 (Thu, 30 Aug 2007) | 1 line .NET 2.0 and BDS 2007 ------------------------------------------------------------------------ r2614 | Remy Lebeau | 2007-08-30 07:55:50 +0200 (Thu, 30 Aug 2007) | 1 line Fix for TIdMappedPortUDP.DoUDPRead() using the wrong method to send the response back to the client ------------------------------------------------------------------------ r2613 | Remy Lebeau | 2007-08-30 07:54:38 +0200 (Thu, 30 Aug 2007) | 1 line Tweak to TIdHTTPResponseInfo.ServeFile() ------------------------------------------------------------------------ r2612 | Remy Lebeau | 2007-08-30 07:49:54 +0200 (Thu, 30 Aug 2007) | 1 line Added overload of SendTo() method ------------------------------------------------------------------------ r2611 | Remy Lebeau | 2007-08-30 07:36:36 +0200 (Thu, 30 Aug 2007) | 1 line Changed TIdServeFile to take the filename as a const ------------------------------------------------------------------------ r2610 | Remy Lebeau | 2007-08-30 07:36:02 +0200 (Thu, 30 Aug 2007) | 3 lines Changed TIdServeFile to take the filename as a const Updated to support new overload of TIdStack.SendTo() method ------------------------------------------------------------------------ r2609 | Remy Lebeau | 2007-08-30 07:35:15 +0200 (Thu, 30 Aug 2007) | 1 line Updated to support new overload of TIdStack.SendTo() method ------------------------------------------------------------------------ r2608 | Remy Lebeau | 2007-08-30 07:34:39 +0200 (Thu, 30 Aug 2007) | 3 lines Changed TIdServeFile to take the filename ass a const Added overload of SendTo() method ------------------------------------------------------------------------ r2607 | J. Peter Mugaas | 2007-08-28 21:48:17 +0200 (Tue, 28 Aug 2007) | 1 line Reenabled TransmitFile call for HTTP server when not using SSL. ------------------------------------------------------------------------ r2606 | J. Peter Mugaas | 2007-08-28 20:39:33 +0200 (Tue, 28 Aug 2007) | 1 line ServFile should support Int64 file sizes. ------------------------------------------------------------------------ r2605 | Remy Lebeau | 2007-08-28 09:00:51 +0200 (Tue, 28 Aug 2007) | 1 line Compiler errors ------------------------------------------------------------------------ r2604 | Remy Lebeau | 2007-08-28 08:47:02 +0200 (Tue, 28 Aug 2007) | 1 line Rewrote Select...() methods to better handle limitations in Microsoft's timeout behaviors ------------------------------------------------------------------------ r2603 | J. Peter Mugaas | 2007-08-28 08:09:27 +0200 (Tue, 28 Aug 2007) | 1 line Should reduce CPU usage. ------------------------------------------------------------------------ r2602 | J. Peter Mugaas | 2007-08-28 07:26:27 +0200 (Tue, 28 Aug 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2601 | J. Peter Mugaas | 2007-08-28 07:24:58 +0200 (Tue, 28 Aug 2007) | 2 lines Workaround for the following bug: http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/ae7cb9d3f7c42fb5/be320d8dd31ee49b?lnk=st&q=dotnet+socket+select+timeout&rnum=5#be320d8dd31ee49b ------------------------------------------------------------------------ r2600 | J. Peter Mugaas | 2007-08-28 07:19:58 +0200 (Tue, 28 Aug 2007) | 2 lines Implemened workaround for select problem described at: http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/ae7cb9d3f7c42fb5/be320d8dd31ee49b?lnk=st&q=dotnet+socket+select+timeout&rnum=5#be320d8dd31ee49b ------------------------------------------------------------------------ r2599 | Remy Lebeau | 2007-08-28 06:47:44 +0200 (Tue, 28 Aug 2007) | 1 line Reduced AUnexpectedContentTimeout parameters to reduce overhead when things are working properly ------------------------------------------------------------------------ r2598 | J. Peter Mugaas | 2007-08-28 06:26:26 +0200 (Tue, 28 Aug 2007) | 1 line Reenabled SendFile calls. ------------------------------------------------------------------------ r2597 | J. Peter Mugaas | 2007-08-28 06:25:48 +0200 (Tue, 28 Aug 2007) | 1 line Just one minor adjustment. SendFile is available is available in NET 2.0. ------------------------------------------------------------------------ r2596 | J. Peter Mugaas | 2007-08-28 06:24:40 +0200 (Tue, 28 Aug 2007) | 1 line GServeFileProc is reenabled. ------------------------------------------------------------------------ r2595 | J. Peter Mugaas | 2007-08-28 03:54:29 +0200 (Tue, 28 Aug 2007) | 1 line LTimeout was done for a goo reason after all. ------------------------------------------------------------------------ r2594 | J. Peter Mugaas | 2007-08-28 01:14:23 +0200 (Tue, 28 Aug 2007) | 1 line Temporarily commented out LTimeout in TIdSocketListDotNet.SelectRead since that might be causing a problem with TIdHTTP. ------------------------------------------------------------------------ r2593 | J. Peter Mugaas | 2007-08-27 23:15:34 +0200 (Mon, 27 Aug 2007) | 1 line Reenabled Named_Threads in Delphi 11. ------------------------------------------------------------------------ r2592 | Remy Lebeau | 2007-08-27 21:16:56 +0200 (Mon, 27 Aug 2007) | 1 line Updated ReadLnWait() to check for reading timeouts ------------------------------------------------------------------------ r2591 | Remy Lebeau | 2007-08-27 21:16:06 +0200 (Mon, 27 Aug 2007) | 1 line Added RSReadLnWaitMaxAttemptsExceeded ------------------------------------------------------------------------ r2590 | Remy Lebeau | 2007-08-27 21:15:19 +0200 (Mon, 27 Aug 2007) | 1 line Added EIdReadLnWaitMaxAttemptsExceeded ------------------------------------------------------------------------ r2589 | J. Peter Mugaas | 2007-08-27 19:41:58 +0200 (Mon, 27 Aug 2007) | 1 line Adjustment for changes in DEFINES. ------------------------------------------------------------------------ r2588 | Remy Lebeau | 2007-08-27 19:08:52 +0200 (Mon, 27 Aug 2007) | 1 line Updated GetUniqueFileName() to call IndyDirectoryExists() instead of DirectoryExists() ------------------------------------------------------------------------ r2587 | J. Peter Mugaas | 2007-08-26 22:36:52 +0200 (Sun, 26 Aug 2007) | 1 line Adjustments for changes in DEFINES. ------------------------------------------------------------------------ r2586 | J. Peter Mugaas | 2007-08-26 22:35:41 +0200 (Sun, 26 Aug 2007) | 1 line Adjustments to changes in defines. ------------------------------------------------------------------------ r2585 | J. Peter Mugaas | 2007-08-26 22:34:57 +0200 (Sun, 26 Aug 2007) | 1 line Changed defines so we can accomodate NET Frameworks greater than 2.0. Renamed DOTNET1 to DOTNET1_1 since that's more accurate. ------------------------------------------------------------------------ r2584 | J. Peter Mugaas | 2007-08-26 00:54:36 +0200 (Sun, 26 Aug 2007) | 1 line Plugged a memory leak. ------------------------------------------------------------------------ r2583 | J. Peter Mugaas | 2007-08-26 00:44:30 +0200 (Sun, 26 Aug 2007) | 1 line Added SSL NET Support in the NET 2.0 package. ------------------------------------------------------------------------ r2582 | J. Peter Mugaas | 2007-08-26 00:43:51 +0200 (Sun, 26 Aug 2007) | 1 line Fix potential leak and remove some unused symbols from an old design. I also set things to work in the packages. ------------------------------------------------------------------------ r2581 | J. Peter Mugaas | 2007-08-26 00:43:04 +0200 (Sun, 26 Aug 2007) | 1 line Added attribution to Gregor Ibic in the IOHandler information. It's only fair since I'm claiming credit for the SSL .NET support. ------------------------------------------------------------------------ r2580 | J. Peter Mugaas | 2007-08-25 08:50:38 +0200 (Sat, 25 Aug 2007) | 1 line Server IOHandler now works. I had to work around a like quirk. If a client doesn't submit a certificate and clientCertificateRequired was set to false, the certificate validation callback was still being called. ------------------------------------------------------------------------ r2579 | J. Peter Mugaas | 2007-08-25 08:48:35 +0200 (Sat, 25 Aug 2007) | 1 line Removed IdSocketStream since we probably will not use it and it may not have been working as expected. For our SSL IO Handler, we're going to use Microsoft's NetworkStream class with the Binding.Handle property. ------------------------------------------------------------------------ r2578 | J. Peter Mugaas | 2007-08-25 02:55:03 +0200 (Sat, 25 Aug 2007) | 1 line Preliminary SSL Server IOHandler. ------------------------------------------------------------------------ r2577 | Remy Lebeau | 2007-08-24 20:53:45 +0200 (Fri, 24 Aug 2007) | 1 line Fix for range check error in FindFirstNotOf() ------------------------------------------------------------------------ r2576 | Remy Lebeau | 2007-08-24 08:26:10 +0200 (Fri, 24 Aug 2007) | 1 line Updated SetUsername() to actually update the stored username ------------------------------------------------------------------------ r2575 | Remy Lebeau | 2007-08-24 08:20:16 +0200 (Fri, 24 Aug 2007) | 3 lines Removed GetDataStream(), not needed Updated SetDataStream() to clear the FDataStream member before copying the input stream to it ------------------------------------------------------------------------ r2574 | J. Peter Mugaas | 2007-08-24 01:20:37 +0200 (Fri, 24 Aug 2007) | 1 line Fixed default certificate validation so only certificates with no errors are valid. Added LocalCertificate selection callback. Published read/write properties that effect SSL. ------------------------------------------------------------------------ r2573 | J. Peter Mugaas | 2007-08-23 23:42:46 +0200 (Thu, 23 Aug 2007) | 1 line Return properties from SslStream and added an event for knowing when SSL negitation is complete. This way you can log SSL information. ------------------------------------------------------------------------ r2572 | J. Peter Mugaas | 2007-08-23 17:10:15 +0200 (Thu, 23 Aug 2007) | 1 line Fix for Passthrough. ------------------------------------------------------------------------ r2571 | J. Peter Mugaas | 2007-08-23 06:39:24 +0200 (Thu, 23 Aug 2007) | 1 line Minor refinement but this still does not work. ------------------------------------------------------------------------ r2570 | Remy Lebeau | 2007-08-23 04:07:18 +0200 (Thu, 23 Aug 2007) | 1 line Moved FindFirstOf(), FindFirstNotOf(), and TrimAllOf() to the IdGlobalProtocols unit ------------------------------------------------------------------------ r2569 | Remy Lebeau | 2007-08-23 04:05:50 +0200 (Thu, 23 Aug 2007) | 1 line Re-wrote DecodeHeader() to better conform to RFC 2047 ------------------------------------------------------------------------ r2568 | Remy Lebeau | 2007-08-23 04:05:01 +0200 (Thu, 23 Aug 2007) | 1 line Moved over FindFirstOf(), FindFirstNotOf() and TrimAllOf() from the IdEmailAddress unit ------------------------------------------------------------------------ r2567 | Remy Lebeau | 2007-08-23 03:57:19 +0200 (Thu, 23 Aug 2007) | 1 line Moved FindFirstOf(), FindFirstNotOf(), and TrimAllOf() to the IdGlobalProtocols unit ------------------------------------------------------------------------ r2566 | J. Peter Mugaas | 2007-08-23 01:52:34 +0200 (Thu, 23 Aug 2007) | 1 line This seems to work a little better. ------------------------------------------------------------------------ r2565 | Remy Lebeau | 2007-08-22 20:59:22 +0200 (Wed, 22 Aug 2007) | 1 line Updated to use new TIdURI.GetPathAndParams() method ------------------------------------------------------------------------ r2564 | Remy Lebeau | 2007-08-22 20:58:37 +0200 (Wed, 22 Aug 2007) | 1 line Added GetPathAndParams() method ------------------------------------------------------------------------ r2563 | Remy Lebeau | 2007-08-22 19:27:18 +0200 (Wed, 22 Aug 2007) | 1 line Fix for ReadFromSource() passing the wrong value to GStack.CheckForSocketError() ------------------------------------------------------------------------ r2562 | J. Peter Mugaas | 2007-08-22 17:48:59 +0200 (Wed, 22 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2561 | J. Peter Mugaas | 2007-08-22 06:05:52 +0200 (Wed, 22 Aug 2007) | 1 line Minor spacing. ------------------------------------------------------------------------ r2560 | J. Peter Mugaas | 2007-08-22 02:58:59 +0200 (Wed, 22 Aug 2007) | 1 line Update. ------------------------------------------------------------------------ r2559 | J. Peter Mugaas | 2007-08-22 02:50:59 +0200 (Wed, 22 Aug 2007) | 1 line Move TIdSocketStream from the Security package down here so we can use it in other places. ------------------------------------------------------------------------ r2558 | Remy Lebeau | 2007-08-22 01:44:44 +0200 (Wed, 22 Aug 2007) | 1 line IFDEF'ed IdAuthenticationNTLM out under .NET ------------------------------------------------------------------------ r2557 | Remy Lebeau | 2007-08-22 01:34:25 +0200 (Wed, 22 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2556 | Remy Lebeau | 2007-08-22 01:30:58 +0200 (Wed, 22 Aug 2007) | 1 line Added IdAllAuthentications.pas ------------------------------------------------------------------------ r2555 | Remy Lebeau | 2007-08-22 01:29:25 +0200 (Wed, 22 Aug 2007) | 1 line Added IdAllAuthentications unit ------------------------------------------------------------------------ r2554 | Remy Lebeau | 2007-08-22 01:27:57 +0200 (Wed, 22 Aug 2007) | 1 line Added Assign() override to TIdAuthenticationItem ------------------------------------------------------------------------ r2553 | Remy Lebeau | 2007-08-22 01:24:53 +0200 (Wed, 22 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2552 | Remy Lebeau | 2007-08-22 01:24:13 +0200 (Wed, 22 Aug 2007) | 1 line Removed TAuthListObject, not needed ------------------------------------------------------------------------ r2551 | J. Peter Mugaas | 2007-08-21 23:58:04 +0200 (Tue, 21 Aug 2007) | 1 line Update. ------------------------------------------------------------------------ r2550 | Remy Lebeau | 2007-08-21 23:40:53 +0200 (Tue, 21 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2549 | Remy Lebeau | 2007-08-21 23:39:32 +0200 (Tue, 21 Aug 2007) | 1 line Added IdHeaderCoderBase.pas ------------------------------------------------------------------------ r2548 | Remy Lebeau | 2007-08-21 23:38:54 +0200 (Tue, 21 Aug 2007) | 1 line Fix for GetFullURI() omitting the '?' for the query params. Also added default port checking for HTTPS and FTP protocols ------------------------------------------------------------------------ r2547 | Remy Lebeau | 2007-08-21 23:30:09 +0200 (Tue, 21 Aug 2007) | 1 line Moved TIdHeaderCoder logic to its own unit ------------------------------------------------------------------------ r2546 | Remy Lebeau | 2007-08-21 23:29:41 +0200 (Tue, 21 Aug 2007) | 3 lines Moved TIdHeaderCoder logic into its own unit. Removed C++ hack for registering classes, no longer needed ------------------------------------------------------------------------ r2545 | Remy Lebeau | 2007-08-21 23:28:27 +0200 (Tue, 21 Aug 2007) | 1 line Moved TIdHeaderCoder logic into its own unit ------------------------------------------------------------------------ r2544 | Remy Lebeau | 2007-08-21 23:27:52 +0200 (Tue, 21 Aug 2007) | 1 line Moved used units into the implementation section ------------------------------------------------------------------------ r2543 | Remy Lebeau | 2007-08-21 23:26:25 +0200 (Tue, 21 Aug 2007) | 1 line Tweaks to TextStartsWith() and TextEndsWith() ------------------------------------------------------------------------ r2542 | Remy Lebeau | 2007-08-21 04:48:34 +0200 (Tue, 21 Aug 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2541 | Remy Lebeau | 2007-08-21 04:47:51 +0200 (Tue, 21 Aug 2007) | 5 lines Removed Read(), Write(), and Seek() from TCompressionStream Moved IdSetSize() overrides to TCustomZlibStream Removed Sender parameter from TCustomZlibStream.Progress() ------------------------------------------------------------------------ r2540 | Remy Lebeau | 2007-08-21 04:41:19 +0200 (Tue, 21 Aug 2007) | 1 line Merged XCRC, XMD5, XSHA1 event handlers and support functions together ------------------------------------------------------------------------ r2539 | Remy Lebeau | 2007-08-21 03:32:43 +0200 (Tue, 21 Aug 2007) | 1 line Removed LC variable from GetBinding, not needed ------------------------------------------------------------------------ r2538 | J. Peter Mugaas | 2007-08-19 06:25:05 +0200 (Sun, 19 Aug 2007) | 1 line Changed otLinux to otUnix since that is more accurate. ------------------------------------------------------------------------ r2537 | J. Peter Mugaas | 2007-08-19 05:10:28 +0200 (Sun, 19 Aug 2007) | 1 line Prevent range check error in DotNET. ------------------------------------------------------------------------ r2536 | J. Peter Mugaas | 2007-08-18 03:23:59 +0200 (Sat, 18 Aug 2007) | 1 line Remove old file refs. ------------------------------------------------------------------------ r2535 | J. Peter Mugaas | 2007-08-18 03:22:10 +0200 (Sat, 18 Aug 2007) | 1 line Updates. ------------------------------------------------------------------------ r2534 | J. Peter Mugaas | 2007-08-18 03:21:59 +0200 (Sat, 18 Aug 2007) | 1 line We don't need Winforms in the run-time packages. ------------------------------------------------------------------------ r2533 | J. Peter Mugaas | 2007-08-18 03:21:09 +0200 (Sat, 18 Aug 2007) | 1 line Update. ------------------------------------------------------------------------ r2532 | J. Peter Mugaas | 2007-08-18 02:20:36 +0200 (Sat, 18 Aug 2007) | 1 line Clean for NET compiles in addition to C++Builder. ------------------------------------------------------------------------ r2531 | J. Peter Mugaas | 2007-08-18 01:38:52 +0200 (Sat, 18 Aug 2007) | 1 line FTP server should ALWAYS support SITE DIRSTYLE when using the MS-DOS (Windows NT) directory list format. Some programs like to toggle it to Unix-style listings. ------------------------------------------------------------------------ r2530 | J. Peter Mugaas | 2007-08-18 01:10:49 +0200 (Sat, 18 Aug 2007) | 1 line Fix for Max compile problem. ------------------------------------------------------------------------ r2529 | Remy Lebeau | 2007-08-18 00:58:20 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2528 | Remy Lebeau | 2007-08-18 00:56:58 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2527 | Remy Lebeau | 2007-08-18 00:55:17 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2526 | Remy Lebeau | 2007-08-18 00:54:12 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2525 | Remy Lebeau | 2007-08-18 00:53:57 +0200 (Sat, 18 Aug 2007) | 1 line Misc tweaks ------------------------------------------------------------------------ r2524 | Remy Lebeau | 2007-08-18 00:53:30 +0200 (Sat, 18 Aug 2007) | 1 line Moved Max() to IdGlobal.pas ------------------------------------------------------------------------ r2523 | Remy Lebeau | 2007-08-18 00:53:02 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2522 | Remy Lebeau | 2007-08-18 00:51:52 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2521 | Remy Lebeau | 2007-08-18 00:48:08 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2520 | Remy Lebeau | 2007-08-18 00:46:49 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2519 | Remy Lebeau | 2007-08-18 00:43:11 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2518 | Remy Lebeau | 2007-08-18 00:42:08 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() to IndyMin() and IndyMax() so as not to conflict with the VCL's Math unit ------------------------------------------------------------------------ r2517 | Remy Lebeau | 2007-08-18 00:40:01 +0200 (Sat, 18 Aug 2007) | 1 line Renamed Min() and Max() functions to IndyMin() and IndyMax() so as not to conflict with the cooresponding functions in the VCL's Math unit ------------------------------------------------------------------------ r2516 | Remy Lebeau | 2007-08-17 19:42:29 +0200 (Fri, 17 Aug 2007) | 1 line Fix for EncodeWord() not encoding spaces correctly ------------------------------------------------------------------------ r2515 | J. Peter Mugaas | 2007-08-17 19:40:55 +0200 (Fri, 17 Aug 2007) | 1 line Removed unused variable. ------------------------------------------------------------------------ r2514 | J. Peter Mugaas | 2007-08-17 19:38:51 +0200 (Fri, 17 Aug 2007) | 1 line Fixed checksum commands so they behave properly. CLNT is now listed in the FEAT reply even if you don't have an event (might as well since NcFTP uses it anyway). ------------------------------------------------------------------------ r2513 | Remy Lebeau | 2007-08-17 18:57:38 +0200 (Fri, 17 Aug 2007) | 1 line Fix for compiler error on Delphi/BCB 5 ------------------------------------------------------------------------ r2512 | J. Peter Mugaas | 2007-08-17 17:04:15 +0200 (Fri, 17 Aug 2007) | 1 line ReplyFormat should not be set in Clear because that's messing up the FEAT and MLST replies causing some clients not to function as they should. ------------------------------------------------------------------------ r2511 | J. Peter Mugaas | 2007-08-17 09:30:23 +0200 (Fri, 17 Aug 2007) | 1 line Updated packages with IdAllHeaderCoders. ------------------------------------------------------------------------ r2510 | J. Peter Mugaas | 2007-08-17 09:30:03 +0200 (Fri, 17 Aug 2007) | 1 line Updated package with IdAllHeaderCoders. ------------------------------------------------------------------------ r2509 | J. Peter Mugaas | 2007-08-17 09:24:00 +0200 (Fri, 17 Aug 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2508 | J. Peter Mugaas | 2007-08-17 09:22:05 +0200 (Fri, 17 Aug 2007) | 1 line Restored exception if ICMP type is invalid. ------------------------------------------------------------------------ r2507 | J. Peter Mugaas | 2007-08-17 09:21:13 +0200 (Fri, 17 Aug 2007) | 1 line ICMP for IP fix. We were mistakenly reading a value that wasn't preasent in the IPv4 header. Fix in case the header varies in size. ------------------------------------------------------------------------ r2506 | Remy Lebeau | 2007-08-17 04:54:34 +0200 (Fri, 17 Aug 2007) | 1 line Fix for InternalEncode() not returning the encoded data correctly ------------------------------------------------------------------------ r2505 | Remy Lebeau | 2007-08-17 04:23:52 +0200 (Fri, 17 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2504 | Remy Lebeau | 2007-08-17 04:23:18 +0200 (Fri, 17 Aug 2007) | 1 line Re-wrote to better support C++Builder ------------------------------------------------------------------------ r2503 | Remy Lebeau | 2007-08-17 04:21:37 +0200 (Fri, 17 Aug 2007) | 1 line Added IdAllHeaderCoders unit ------------------------------------------------------------------------ r2502 | Remy Lebeau | 2007-08-17 04:19:52 +0200 (Fri, 17 Aug 2007) | 1 line Changed how the header coder classes operate ------------------------------------------------------------------------ r2501 | Remy Lebeau | 2007-08-17 04:17:01 +0200 (Fri, 17 Aug 2007) | 1 line Re-wrote in order to better support C++ ------------------------------------------------------------------------ r2500 | Remy Lebeau | 2007-08-17 04:16:21 +0200 (Fri, 17 Aug 2007) | 1 line Changed how the header coder classes operate ------------------------------------------------------------------------ r2499 | J. Peter Mugaas | 2007-08-17 00:12:49 +0200 (Fri, 17 Aug 2007) | 1 line Started work on checksum fix. The last 0 length parameter means that you should calculate it for the entire stream. I have not yet applied this to XMD5, MD5, XSHA1. XSHA1 command added. ------------------------------------------------------------------------ r2498 | Remy Lebeau | 2007-08-17 00:06:03 +0200 (Fri, 17 Aug 2007) | 1 line Removed the query string from the TIdHTTPRequestInfo.Document property when triggering the OnCommandGet event. It was not being formatted properly, and it does not belong there anyway as TIdHTTPRequestInfo already has a separate QueryParams property to hold the client's query string ------------------------------------------------------------------------ r2497 | Remy Lebeau | 2007-08-16 23:25:10 +0200 (Thu, 16 Aug 2007) | 3 lines Changed TIdHeaderCoderList.Decode() to return an empty string if no decoder is available Fix for FindNextEncoding() returning the wrong ending offset for the block ------------------------------------------------------------------------ r2496 | Remy Lebeau | 2007-08-16 19:18:03 +0200 (Thu, 16 Aug 2007) | 1 line Fix for compiler error ------------------------------------------------------------------------ r2495 | Remy Lebeau | 2007-08-16 10:32:28 +0200 (Thu, 16 Aug 2007) | 1 line Updated TIdCompressionIntercept.Send() to not allocate the local buffer when compression is disabled ------------------------------------------------------------------------ r2494 | Remy Lebeau | 2007-08-16 10:22:16 +0200 (Thu, 16 Aug 2007) | 1 line Added support for new BoundIP/Port properties ------------------------------------------------------------------------ r2493 | Remy Lebeau | 2007-08-16 10:21:48 +0200 (Thu, 16 Aug 2007) | 1 line Made GetBinding() abstract. Moved implementation to TIdUDPClient in order to support new BoundIP/Port properties. ------------------------------------------------------------------------ r2492 | Remy Lebeau | 2007-08-16 10:09:16 +0200 (Thu, 16 Aug 2007) | 1 line Added RSCannotUseNonSocketIOHandler ------------------------------------------------------------------------ r2491 | Remy Lebeau | 2007-08-16 10:08:52 +0200 (Thu, 16 Aug 2007) | 3 lines Removed assertion from Listen() Added override to SetIOHandler() to ensure the IOHandler is always a TIdIOHandlerSocket ------------------------------------------------------------------------ r2490 | Remy Lebeau | 2007-08-16 09:19:48 +0200 (Thu, 16 Aug 2007) | 1 line Updated SendBody() to use the top-level MIME boundary that TIdMessage.GenerateHeader() creates ------------------------------------------------------------------------ r2489 | Remy Lebeau | 2007-08-16 09:17:49 +0200 (Thu, 16 Aug 2007) | 1 line Updated GenerateHeader() to store the initial MIME boundary so that it is available in TIdMessageClient.SendBody() after GenerateHeader() exits ------------------------------------------------------------------------ r2488 | Remy Lebeau | 2007-08-16 05:16:31 +0200 (Thu, 16 Aug 2007) | 1 line Removed TLinger and TIdLinger. Not used in this unit, and already defined in the IdWinsock2 unit anyway ------------------------------------------------------------------------ r2487 | Remy Lebeau | 2007-08-16 05:14:48 +0200 (Thu, 16 Aug 2007) | 1 line Added additional NODEFINE statements, and removed most HPPEMIT statements ------------------------------------------------------------------------ r2486 | Remy Lebeau | 2007-08-16 05:13:52 +0200 (Thu, 16 Aug 2007) | 3 lines Updated AOffset and ASize parameters of Send() to be const Updated SendTo() to use the AOffset parameter ------------------------------------------------------------------------ r2485 | Remy Lebeau | 2007-08-16 05:08:17 +0200 (Thu, 16 Aug 2007) | 1 line Updated AOffset and ASize parameters of Send() to be const ------------------------------------------------------------------------ r2484 | Remy Lebeau | 2007-08-16 05:07:32 +0200 (Thu, 16 Aug 2007) | 3 lines Updated AOffset and ASize parameters of Send() to be const Updated SendTo() to use the AOffset parameter ------------------------------------------------------------------------ r2483 | Remy Lebeau | 2007-08-16 05:05:49 +0200 (Thu, 16 Aug 2007) | 1 line Updated NODEFINE and EXTERNALSYM directives ------------------------------------------------------------------------ r2482 | Remy Lebeau | 2007-08-16 02:45:13 +0200 (Thu, 16 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2481 | Remy Lebeau | 2007-08-16 02:44:52 +0200 (Thu, 16 Aug 2007) | 3 lines Fix for LoginSASL() not constructing its temp TIdReply object correctly Updated LoginSASL() to call TIdSASL.IsReadyToStart() before allowing a TIdSASL object to be used ------------------------------------------------------------------------ r2480 | Remy Lebeau | 2007-08-16 01:44:39 +0200 (Thu, 16 Aug 2007) | 1 line Removed GetUsername() and GetPassword() methods - redundant ------------------------------------------------------------------------ r2479 | Remy Lebeau | 2007-08-16 01:35:56 +0200 (Thu, 16 Aug 2007) | 1 line Updated to use the Provider's properties instead of calling the methods directly ------------------------------------------------------------------------ r2478 | Remy Lebeau | 2007-08-15 20:26:24 +0200 (Wed, 15 Aug 2007) | 1 line Reverted UTF8BytesToString() and UTF8BytesToChar() and then applied a different fix for the range errors ------------------------------------------------------------------------ r2477 | J. Peter Mugaas | 2007-08-15 20:01:41 +0200 (Wed, 15 Aug 2007) | 1 line Fix for out of range error with UTF8 processing. ------------------------------------------------------------------------ r2476 | Remy Lebeau | 2007-08-15 19:17:59 +0200 (Wed, 15 Aug 2007) | 1 line Updated to index into temp strings correctly ------------------------------------------------------------------------ r2475 | J. Peter Mugaas | 2007-08-15 02:29:29 +0200 (Wed, 15 Aug 2007) | 1 line Start on 64bit handling. ------------------------------------------------------------------------ r2474 | J. Peter Mugaas | 2007-08-14 21:11:35 +0200 (Tue, 14 Aug 2007) | 1 line ZLib fix suggested by Minoru Yoshida fpr decompression. ------------------------------------------------------------------------ r2473 | J. Peter Mugaas | 2007-08-14 21:05:09 +0200 (Tue, 14 Aug 2007) | 1 line Just check this in some I don't get a "Modified" indicator. ------------------------------------------------------------------------ r2472 | Remy Lebeau | 2007-08-14 20:33:25 +0200 (Tue, 14 Aug 2007) | 1 line Added declaration of PPCharArray for BCB/Delphi v5 ------------------------------------------------------------------------ r2471 | Remy Lebeau | 2007-08-14 20:31:35 +0200 (Tue, 14 Aug 2007) | 1 line Fix for TimeStampToDateTime() not using the correct Day field, and AddMonths() not handling ISO 8601 dates correctly ------------------------------------------------------------------------ r2470 | J. Peter Mugaas | 2007-08-14 03:13:14 +0200 (Tue, 14 Aug 2007) | 1 line In MLSD format, supress ModifiedDate if ModifiedAvail is false and if SizeAvail is false, do not output a file size in the listing. ------------------------------------------------------------------------ r2469 | J. Peter Mugaas | 2007-08-14 02:19:56 +0200 (Tue, 14 Aug 2007) | 1 line Write nothing to the data channel if a directory listing is completely empty. This might also fix other problems in the server. ------------------------------------------------------------------------ r2468 | J. Peter Mugaas | 2007-08-13 23:38:49 +0200 (Mon, 13 Aug 2007) | 1 line Hopefully, this will fix a stack overflow with AnsiPos. ------------------------------------------------------------------------ r2467 | J. Peter Mugaas | 2007-08-13 23:37:55 +0200 (Mon, 13 Aug 2007) | 1 line Fix parameter inconsistancy. Length should be first. ------------------------------------------------------------------------ r2466 | J. Peter Mugaas | 2007-08-13 20:51:29 +0200 (Mon, 13 Aug 2007) | 1 line IFDEF's to support inline expansion. ------------------------------------------------------------------------ r2465 | J. Peter Mugaas | 2007-08-13 16:11:46 +0200 (Mon, 13 Aug 2007) | 1 line Minor optimizations that may be a good idea even though they may or may not work in FPC x86_64-Win64. ------------------------------------------------------------------------ r2464 | J. Peter Mugaas | 2007-08-13 03:38:38 +0200 (Mon, 13 Aug 2007) | 1 line Changed something to PtrUInt for Win64 support. ------------------------------------------------------------------------ r2463 | J. Peter Mugaas | 2007-08-13 03:25:25 +0200 (Mon, 13 Aug 2007) | 1 line Fixed a problem with ICMP and data being out of range. ------------------------------------------------------------------------ r2462 | J. Peter Mugaas | 2007-08-12 23:54:13 +0200 (Sun, 12 Aug 2007) | 1 line Facilitate compiler inlining. ------------------------------------------------------------------------ r2461 | J. Peter Mugaas | 2007-08-12 23:50:58 +0200 (Sun, 12 Aug 2007) | 1 line Inline more things. ------------------------------------------------------------------------ r2460 | J. Peter Mugaas | 2007-08-12 22:53:29 +0200 (Sun, 12 Aug 2007) | 1 line Facilitate inlining. ------------------------------------------------------------------------ r2459 | J. Peter Mugaas | 2007-08-12 22:48:57 +0200 (Sun, 12 Aug 2007) | 1 line Attempt to remove warnings in fpc for x86_64-win64. ------------------------------------------------------------------------ r2458 | J. Peter Mugaas | 2007-08-12 17:21:03 +0200 (Sun, 12 Aug 2007) | 1 line Made some macros more 64-bit architecture friendly by changing DWord to PtrUInt in many cases. I did that since the macros seem to be associated with memory sizes or memory pointers. This also should prevent some warnings in FPC "type missmatch, possible loss of data". ------------------------------------------------------------------------ r2457 | J. Peter Mugaas | 2007-08-12 17:17:35 +0200 (Sun, 12 Aug 2007) | 1 line Adjustments to permit inline expansion. This does increase speed. ------------------------------------------------------------------------ r2456 | J. Peter Mugaas | 2007-08-12 16:44:41 +0200 (Sun, 12 Aug 2007) | 1 line Facilitate inlining. ------------------------------------------------------------------------ r2455 | J. Peter Mugaas | 2007-08-12 00:41:28 +0200 (Sun, 12 Aug 2007) | 1 line Can use Borland's min if necessary. ------------------------------------------------------------------------ r2454 | J. Peter Mugaas | 2007-08-12 00:39:55 +0200 (Sun, 12 Aug 2007) | 1 line Minor optimi ------------------------------------------------------------------------ r2453 | J. Peter Mugaas | 2007-08-11 23:27:32 +0200 (Sat, 11 Aug 2007) | 1 line For Microsoft NET 1.1, TIdStackDotNet.WriteChecksum will raise a different exception if you pass an IPv6 address. I'm not sure if the Microsoft 1.1 framework supports that capability. ------------------------------------------------------------------------ r2452 | J. Peter Mugaas | 2007-08-11 23:24:22 +0200 (Sat, 11 Aug 2007) | 1 line New Microsoft NET 1.1 Framework exception message about a capbility not being supported. ------------------------------------------------------------------------ r2451 | J. Peter Mugaas | 2007-08-11 23:16:49 +0200 (Sat, 11 Aug 2007) | 1 line ICMPv6 ping now works in DotNET 2.0. ------------------------------------------------------------------------ r2450 | J. Peter Mugaas | 2007-08-11 23:15:52 +0200 (Sat, 11 Aug 2007) | 1 line DotNet, System.Text.Encoding uses a zero indexed array, not a 1 indexed array. ------------------------------------------------------------------------ r2449 | J. Peter Mugaas | 2007-08-11 22:11:09 +0200 (Sat, 11 Aug 2007) | 1 line Removed Big5 header coder since it doesn't function. ------------------------------------------------------------------------ r2448 | J. Peter Mugaas | 2007-08-11 15:37:18 +0200 (Sat, 11 Aug 2007) | 1 line Fix error generating metadata. The wrong bitmap was referenced. ------------------------------------------------------------------------ r2447 | J. Peter Mugaas | 2007-08-11 15:36:33 +0200 (Sat, 11 Aug 2007) | 1 line System.IO in uses clause to facilitate inline expansion. This is IFDEF'ed for DotNET. ------------------------------------------------------------------------ r2446 | J. Peter Mugaas | 2007-08-11 14:57:50 +0200 (Sat, 11 Aug 2007) | 1 line Fixed hint about inline expansion. ------------------------------------------------------------------------ r2445 | J. Peter Mugaas | 2007-08-11 14:41:24 +0200 (Sat, 11 Aug 2007) | 1 line Fixed Hint about expansion of inline code in DotNET. ------------------------------------------------------------------------ r2444 | J. Peter Mugaas | 2007-08-11 03:15:22 +0200 (Sat, 11 Aug 2007) | 1 line Updates. ------------------------------------------------------------------------ r2443 | J. Peter Mugaas | 2007-08-11 03:14:22 +0200 (Sat, 11 Aug 2007) | 1 line Version number change. ------------------------------------------------------------------------ r2442 | J. Peter Mugaas | 2007-08-11 00:52:29 +0200 (Sat, 11 Aug 2007) | 1 line Minor compile fix. ------------------------------------------------------------------------ r2441 | J. Peter Mugaas | 2007-08-10 21:40:17 +0200 (Fri, 10 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2440 | J. Peter Mugaas | 2007-08-10 20:40:09 +0200 (Fri, 10 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2439 | J. Peter Mugaas | 2007-08-10 20:35:56 +0200 (Fri, 10 Aug 2007) | 1 line Updated. ------------------------------------------------------------------------ r2438 | J. Peter Mugaas | 2007-08-10 20:34:41 +0200 (Fri, 10 Aug 2007) | 1 line Added required ref. System.Text. ------------------------------------------------------------------------ r2437 | J. Peter Mugaas | 2007-08-10 20:26:55 +0200 (Fri, 10 Aug 2007) | 1 line Update. ------------------------------------------------------------------------ r2436 | J. Peter Mugaas | 2007-08-10 20:24:45 +0200 (Fri, 10 Aug 2007) | 1 line Updated. ------------------------------------------------------------------------ r2435 | J. Peter Mugaas | 2007-08-10 20:24:15 +0200 (Fri, 10 Aug 2007) | 1 line Updated packages. ------------------------------------------------------------------------ r2434 | Remy Lebeau | 2007-08-10 20:13:59 +0200 (Fri, 10 Aug 2007) | 1 line Replaced Cardinal with LongWord ------------------------------------------------------------------------ r2433 | Remy Lebeau | 2007-08-10 20:12:41 +0200 (Fri, 10 Aug 2007) | 1 line Replaced Cardinal with LongWord ------------------------------------------------------------------------ r2432 | Remy Lebeau | 2007-08-10 20:11:39 +0200 (Fri, 10 Aug 2007) | 1 line Replaced Cardinal with LongWord ------------------------------------------------------------------------ r2431 | Remy Lebeau | 2007-08-10 19:48:29 +0200 (Fri, 10 Aug 2007) | 1 line Changed the accessor for the sj2_tbl array ------------------------------------------------------------------------ r2430 | J. Peter Mugaas | 2007-08-09 21:18:01 +0200 (Thu, 09 Aug 2007) | 1 line size_t needed to be defined in FPC. ------------------------------------------------------------------------ r2429 | J. Peter Mugaas | 2007-08-09 21:17:06 +0200 (Thu, 09 Aug 2007) | 1 line Remove IdException. It was not used. ------------------------------------------------------------------------ r2428 | J. Peter Mugaas | 2007-08-09 15:45:10 +0200 (Thu, 09 Aug 2007) | 1 line Minor fixes. ------------------------------------------------------------------------ r2427 | J. Peter Mugaas | 2007-08-09 15:43:48 +0200 (Thu, 09 Aug 2007) | 1 line Should compile now. ------------------------------------------------------------------------ r2426 | J. Peter Mugaas | 2007-08-09 15:02:09 +0200 (Thu, 09 Aug 2007) | 1 line Fix for some other platforms. THandle's size is not always tied to CPU architecture alignment size. ------------------------------------------------------------------------ r2425 | Remy Lebeau | 2007-08-08 23:03:11 +0200 (Wed, 08 Aug 2007) | 1 line Tweak to TSeekOrigin enum ------------------------------------------------------------------------ r2424 | Remy Lebeau | 2007-08-08 06:03:55 +0200 (Wed, 08 Aug 2007) | 1 line Added ACharSet parameter to Encode() method of TIdHeaderCoder ------------------------------------------------------------------------ r2423 | Remy Lebeau | 2007-08-08 05:43:01 +0200 (Wed, 08 Aug 2007) | 1 line Added ACharSet parameter to Encode() and Decode() methods of TIdHeaderCoder to better handle classes that implement multiple charsets ------------------------------------------------------------------------ r2422 | Remy Lebeau | 2007-08-08 05:41:27 +0200 (Wed, 08 Aug 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2421 | Remy Lebeau | 2007-08-08 05:40:59 +0200 (Wed, 08 Aug 2007) | 1 line Added IdHeaderCoder... units ------------------------------------------------------------------------ r2420 | Remy Lebeau | 2007-08-08 03:56:33 +0200 (Wed, 08 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2419 | Remy Lebeau | 2007-08-08 03:47:15 +0200 (Wed, 08 Aug 2007) | 1 line Re-wrote to derive from TIdBaseStream instead of TStream directly ------------------------------------------------------------------------ r2418 | Remy Lebeau | 2007-08-08 03:41:45 +0200 (Wed, 08 Aug 2007) | 1 line Updated ToBytes(TIdBytes) to utilize the AIndex parameter correctly ------------------------------------------------------------------------ r2417 | Remy Lebeau | 2007-08-08 03:39:13 +0200 (Wed, 08 Aug 2007) | 1 line Added ALength an AOffset parameters to Write(TIdBytes) and WriteDirect() ------------------------------------------------------------------------ r2416 | Remy Lebeau | 2007-08-08 03:32:55 +0200 (Wed, 08 Aug 2007) | 1 line Added format placeholder in RSBlockIncorrectLength ------------------------------------------------------------------------ r2415 | Remy Lebeau | 2007-08-08 03:27:12 +0200 (Wed, 08 Aug 2007) | 1 line Removed TFormatSettings define for BCB/Delphi v6 and earlier, not supported ------------------------------------------------------------------------ r2414 | Remy Lebeau | 2007-08-08 02:49:03 +0200 (Wed, 08 Aug 2007) | 1 line Removed TFormatSettings define for BCB/Delphi v6 and earlier, not supported ------------------------------------------------------------------------ r2413 | Remy Lebeau | 2007-08-08 02:46:29 +0200 (Wed, 08 Aug 2007) | 1 line Moved CheckForSocketError() back into TIdStack. Added Id_SOCKET_ERROR for .NET ------------------------------------------------------------------------ r2412 | Remy Lebeau | 2007-08-08 02:45:32 +0200 (Wed, 08 Aug 2007) | 1 line Removed virtual from CheckForSocketError() ------------------------------------------------------------------------ r2411 | Remy Lebeau | 2007-08-08 02:42:40 +0200 (Wed, 08 Aug 2007) | 3 lines Made CheckForSocketError() virtual Added Id_SOCKET_ERROR for .NET ------------------------------------------------------------------------ r2410 | Remy Lebeau | 2007-08-08 02:38:50 +0200 (Wed, 08 Aug 2007) | 1 line Added Id_SOCKET_ERROR for .NET ------------------------------------------------------------------------ r2409 | J. Peter Mugaas | 2007-08-06 15:39:26 +0200 (Mon, 06 Aug 2007) | 1 line Minor cleanup. ------------------------------------------------------------------------ r2408 | J. Peter Mugaas | 2007-08-06 15:38:18 +0200 (Mon, 06 Aug 2007) | 1 line Fixes for FreePascal. ------------------------------------------------------------------------ r2407 | J. Peter Mugaas | 2007-08-05 01:19:15 +0200 (Sun, 05 Aug 2007) | 1 line ICMPv6 partly works. Work still needs to be done on the ReceiveMsg function. ------------------------------------------------------------------------ r2406 | J. Peter Mugaas | 2007-08-04 20:16:38 +0200 (Sat, 04 Aug 2007) | 1 line Remove compiler warnings. ------------------------------------------------------------------------ r2405 | J. Peter Mugaas | 2007-08-04 20:09:24 +0200 (Sat, 04 Aug 2007) | 1 line Revert until we figure some things out. ------------------------------------------------------------------------ r2404 | J. Peter Mugaas | 2007-08-04 19:04:29 +0200 (Sat, 04 Aug 2007) | 1 line Minor cleanup. ------------------------------------------------------------------------ r2403 | J. Peter Mugaas | 2007-08-04 18:59:32 +0200 (Sat, 04 Aug 2007) | 1 line FreePascal also should use inlining. USECLASSINLINE added for FreePascal where you can inline some specific class methods while Delphi doesn't have that capbility. ------------------------------------------------------------------------ r2402 | J. Peter Mugaas | 2007-08-04 16:25:29 +0200 (Sat, 04 Aug 2007) | 1 line Remove warning about an signed and unsigned calcualtion. This is probably a workaround for a FPC bug (I'm not sure) but it's a good idea to force that calc to 32bit unsigned. ------------------------------------------------------------------------ r2401 | J. Peter Mugaas | 2007-08-04 16:08:35 +0200 (Sat, 04 Aug 2007) | 1 line File ready for FreePascal use. ------------------------------------------------------------------------ r2400 | J. Peter Mugaas | 2007-08-04 15:56:10 +0200 (Sat, 04 Aug 2007) | 5 lines Fixed header in file. FreePascal does not support { embedded into { e.g. { { } ------------------------------------------------------------------------ r2399 | J. Peter Mugaas | 2007-08-04 15:30:12 +0200 (Sat, 04 Aug 2007) | 1 line Needs to be put in Delphi mode when compiling in FreePascal. ------------------------------------------------------------------------ r2398 | J. Peter Mugaas | 2007-08-04 15:28:42 +0200 (Sat, 04 Aug 2007) | 1 line Borland Delphi for Win32 doesn't support inlining class methods. FreePascal does support this support this so its enabled there. ------------------------------------------------------------------------ r2397 | Remy Lebeau | 2007-08-04 12:51:10 +0200 (Sat, 04 Aug 2007) | 1 line Added IdCompressorZLibEx, IdHL7, and IdSocksServer units ------------------------------------------------------------------------ r2396 | Remy Lebeau | 2007-08-04 12:48:50 +0200 (Sat, 04 Aug 2007) | 1 line Updated for Win64/CE ------------------------------------------------------------------------ r2395 | Remy Lebeau | 2007-08-04 12:44:22 +0200 (Sat, 04 Aug 2007) | 3 lines Updated SetURI() to be a little more RFC compliant, needs a re-write to be truely compliant Updated URLDecode() to recognize Unicode escape codes ------------------------------------------------------------------------ r2394 | Remy Lebeau | 2007-08-04 12:34:51 +0200 (Sat, 04 Aug 2007) | 1 line Set the Body.Duplicates property to dupAccept ------------------------------------------------------------------------ r2393 | Remy Lebeau | 2007-08-04 12:32:54 +0200 (Sat, 04 Aug 2007) | 1 line Renamed TIdTelnetPeerContext class to TIdTelnetServerContext for consistency with other servers ------------------------------------------------------------------------ r2392 | Remy Lebeau | 2007-08-04 12:29:17 +0200 (Sat, 04 Aug 2007) | 3 lines Updated with latest TIdIOHandler changes. ReadFromSource() and WriteDirect() logic has been moved into TIdIOHandler directly now. Removed fRecvBuffer from TIdSSLIOHandlerSocketOpenSSL, redundant ------------------------------------------------------------------------ r2391 | Remy Lebeau | 2007-08-04 12:23:08 +0200 (Sat, 04 Aug 2007) | 1 line Updated TIdSSLIOHandlerSocketBase with latest TIdIOHandler changes ------------------------------------------------------------------------ r2390 | Remy Lebeau | 2007-08-04 12:21:24 +0200 (Sat, 04 Aug 2007) | 1 line Re-written ------------------------------------------------------------------------ r2389 | Remy Lebeau | 2007-08-04 12:19:00 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2388 | Remy Lebeau | 2007-08-04 12:18:23 +0200 (Sat, 04 Aug 2007) | 3 lines Chnaged DoAuthLogin() into a procedure code cleanup ------------------------------------------------------------------------ r2387 | Remy Lebeau | 2007-08-04 12:04:38 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2386 | Remy Lebeau | 2007-08-04 12:02:19 +0200 (Sat, 04 Aug 2007) | 1 line Added RSFTPPropNotNeg ------------------------------------------------------------------------ r2385 | Remy Lebeau | 2007-08-04 11:56:30 +0200 (Sat, 04 Aug 2007) | 1 line Tweaks to Connect() ------------------------------------------------------------------------ r2384 | Remy Lebeau | 2007-08-04 11:53:20 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2383 | Remy Lebeau | 2007-08-04 11:51:17 +0200 (Sat, 04 Aug 2007) | 1 line Support for more RFC features and event handlers ------------------------------------------------------------------------ r2382 | Remy Lebeau | 2007-08-04 11:42:51 +0200 (Sat, 04 Aug 2007) | 1 line Fixed TIdMessageItem contructor ------------------------------------------------------------------------ r2381 | Remy Lebeau | 2007-08-04 11:42:12 +0200 (Sat, 04 Aug 2007) | 3 lines Updated ReadBody() to force 8-bit reading Updated Encode() to use ReadTIdBytesFromStream() and WriteTIdBytesToStream() ------------------------------------------------------------------------ r2380 | Remy Lebeau | 2007-08-04 11:38:34 +0200 (Sat, 04 Aug 2007) | 3 lines Rewrote TIdMIMEBoundaryStrings to generate random boundaries each time it is accessed. Pre-calculated boundaries are no longer used. Updated TIdMessageDecoderMIME.CheckAndSetType() to treat anything other than inlined text as an attachment, as per RFC 2183 ------------------------------------------------------------------------ r2379 | Remy Lebeau | 2007-08-04 11:32:53 +0200 (Sat, 04 Aug 2007) | 1 line Inital support for TIdEncoding, may need some additional work when calling ReadLnSplit ------------------------------------------------------------------------ r2378 | Remy Lebeau | 2007-08-04 11:31:31 +0200 (Sat, 04 Aug 2007) | 5 lines Updated TIdIOHandlerStreamMsg with latest TIdIOHandler changes Rewrote to encode data more generically, and to handle RFC-compliant transmissions more accurately Updated to generate more random MIME boundaries ------------------------------------------------------------------------ r2377 | Remy Lebeau | 2007-08-04 11:23:51 +0200 (Sat, 04 Aug 2007) | 3 lines Removed use of TTransfer, no longer needed Removed TIdStringMessageEvent, not being used anywhere ------------------------------------------------------------------------ r2376 | Remy Lebeau | 2007-08-04 11:14:56 +0200 (Sat, 04 Aug 2007) | 1 line Tweaks for TIdMappedPOP3Thread.OutboundConnect() ------------------------------------------------------------------------ r2375 | Remy Lebeau | 2007-08-04 11:08:10 +0200 (Sat, 04 Aug 2007) | 9 lines Updated various properties/parameters to use TStrings and TStream generically Changed how Disconnect() is overwritten Removed use of TIdTCPStream in most methods. It did not really provide the functionality that was expected of it, and it just added extra overhead that was completely unnecessary in the first place. Added helper class to deal with the OnWorkForPart events code cleanup ------------------------------------------------------------------------ r2374 | Remy Lebeau | 2007-08-04 10:07:31 +0200 (Sat, 04 Aug 2007) | 1 line Added IdCompilerDefines.inc ------------------------------------------------------------------------ r2373 | Remy Lebeau | 2007-08-04 10:06:31 +0200 (Sat, 04 Aug 2007) | 1 line Replaced WriteLen() with an overloaded version of Write() that has extra parameters so there is no more ambiquity ------------------------------------------------------------------------ r2372 | Remy Lebeau | 2007-08-04 10:03:49 +0200 (Sat, 04 Aug 2007) | 1 line Added AIndex parameter to WriteTIdBytesToStream() ------------------------------------------------------------------------ r2371 | Remy Lebeau | 2007-08-04 06:01:38 +0200 (Sat, 04 Aug 2007) | 1 line .NET fixes ------------------------------------------------------------------------ r2370 | J. Peter Mugaas | 2007-08-04 05:33:45 +0200 (Sat, 04 Aug 2007) | 1 line Unfortunately, you can't inline class methods. But I like the idea. ------------------------------------------------------------------------ r2369 | Remy Lebeau | 2007-08-04 05:28:59 +0200 (Sat, 04 Aug 2007) | 1 line Re-wrote to better handle data passthroughs more transparently ------------------------------------------------------------------------ r2368 | Remy Lebeau | 2007-08-04 05:23:43 +0200 (Sat, 04 Aug 2007) | 1 line Added InitHash() method ------------------------------------------------------------------------ r2367 | Remy Lebeau | 2007-08-04 05:22:07 +0200 (Sat, 04 Aug 2007) | 1 line Changed Cardinal to LongWord ------------------------------------------------------------------------ r2366 | Remy Lebeau | 2007-08-04 05:14:39 +0200 (Sat, 04 Aug 2007) | 1 line Changed various properties/parameters from TStringList to TStrings ------------------------------------------------------------------------ r2365 | Remy Lebeau | 2007-08-04 05:13:32 +0200 (Sat, 04 Aug 2007) | 1 line Inital support for UTF-8 options ------------------------------------------------------------------------ r2364 | Remy Lebeau | 2007-08-04 05:13:06 +0200 (Sat, 04 Aug 2007) | 5 lines Added handler for "OPTS UTF-8/UTF8" commands, not fully implemented yet TIdPort changes code cleanup ------------------------------------------------------------------------ r2363 | Remy Lebeau | 2007-08-04 04:47:25 +0200 (Sat, 04 Aug 2007) | 3 lines Added HasSwitch() meethod to TIdFTPListOutput code cleanup ------------------------------------------------------------------------ r2362 | Remy Lebeau | 2007-08-04 04:40:44 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2361 | Remy Lebeau | 2007-08-04 04:18:02 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2360 | Remy Lebeau | 2007-08-04 04:15:13 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2359 | Remy Lebeau | 2007-08-04 04:12:57 +0200 (Sat, 04 Aug 2007) | 1 line Updated to make more use of Indy helper functions and Byte array operations ------------------------------------------------------------------------ r2358 | Remy Lebeau | 2007-08-04 04:10:05 +0200 (Sat, 04 Aug 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2357 | Remy Lebeau | 2007-08-04 04:09:20 +0200 (Sat, 04 Aug 2007) | 1 line Re-wrote to make more use of Indy helper functions ------------------------------------------------------------------------ r2356 | Remy Lebeau | 2007-08-04 04:07:28 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2355 | Remy Lebeau | 2007-08-04 04:03:29 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2354 | J. Peter Mugaas | 2007-08-04 04:00:02 +0200 (Sat, 04 Aug 2007) | 1 line Commented out parts that aren't applicable to NET. ------------------------------------------------------------------------ r2353 | Remy Lebeau | 2007-08-04 03:58:52 +0200 (Sat, 04 Aug 2007) | 1 line Removed IdSys/IdObjs units ------------------------------------------------------------------------ r2352 | Remy Lebeau | 2007-08-04 03:56:57 +0200 (Sat, 04 Aug 2007) | 1 line Re-wrote to be stream-based instead of string-based. A lot of Indy operations work with streams, so this cuts down on some conversion overhead ------------------------------------------------------------------------ r2351 | Remy Lebeau | 2007-08-04 03:56:44 +0200 (Sat, 04 Aug 2007) | 1 line Re-wrote to use a new plugin architecture so encoding/decoding message headers is more flexible, more accurate, and allows the user to step in if manual work is needed ------------------------------------------------------------------------ r2350 | Remy Lebeau | 2007-08-04 03:55:31 +0200 (Sat, 04 Aug 2007) | 1 line Re-wrote to be stream-based instead of string-based. A lot of Indy operations work with streams, so this cuts down on some conversion overhead ------------------------------------------------------------------------ r2349 | Remy Lebeau | 2007-08-04 03:53:59 +0200 (Sat, 04 Aug 2007) | 1 line Re-wrote to be stream-based instead of string-based. A lot of Indy operations work with streams, so this cuts down on some conversion overhead ------------------------------------------------------------------------ r2348 | J. Peter Mugaas | 2007-08-04 03:53:45 +0200 (Sat, 04 Aug 2007) | 1 line Attempt to get file to compile. ------------------------------------------------------------------------ r2347 | Remy Lebeau | 2007-08-04 03:51:56 +0200 (Sat, 04 Aug 2007) | 1 line compiler warning ------------------------------------------------------------------------ r2346 | Remy Lebeau | 2007-08-04 03:50:43 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2345 | Remy Lebeau | 2007-08-04 03:49:30 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2344 | Remy Lebeau | 2007-08-04 03:47:38 +0200 (Sat, 04 Aug 2007) | 1 line Added IdCompilerDefines.inc ------------------------------------------------------------------------ r2343 | Remy Lebeau | 2007-08-04 03:43:47 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2342 | Remy Lebeau | 2007-08-04 03:43:08 +0200 (Sat, 04 Aug 2007) | 1 line Updated ReceiveBuffer() to pass the AIPVersion parameter to the Binding ------------------------------------------------------------------------ r2341 | J. Peter Mugaas | 2007-08-04 03:42:24 +0200 (Sat, 04 Aug 2007) | 1 line Minor fix. ------------------------------------------------------------------------ r2340 | Remy Lebeau | 2007-08-04 03:41:05 +0200 (Sat, 04 Aug 2007) | 1 line Updated DoReply() to use PosInStrArray() ------------------------------------------------------------------------ r2339 | Remy Lebeau | 2007-08-04 03:37:51 +0200 (Sat, 04 Aug 2007) | 1 line Move .NET fixes ------------------------------------------------------------------------ r2338 | J. Peter Mugaas | 2007-08-04 03:35:15 +0200 (Sat, 04 Aug 2007) | 1 line Fix. ------------------------------------------------------------------------ r2337 | Remy Lebeau | 2007-08-04 03:32:27 +0200 (Sat, 04 Aug 2007) | 1 line TIdPort changes ------------------------------------------------------------------------ r2336 | J. Peter Mugaas | 2007-08-04 03:28:23 +0200 (Sat, 04 Aug 2007) | 1 line Minor fix. ------------------------------------------------------------------------ r2335 | Remy Lebeau | 2007-08-04 03:28:11 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2334 | Remy Lebeau | 2007-08-04 03:27:18 +0200 (Sat, 04 Aug 2007) | 1 line Compiler fixes for .NET ------------------------------------------------------------------------ r2333 | Remy Lebeau | 2007-08-04 03:13:21 +0200 (Sat, 04 Aug 2007) | 1 line Moved ReadFromSource() and WriteDirect() logic into TIdIOHandler directly, and added new lower-level virtual methods for descendants to override. ------------------------------------------------------------------------ r2332 | Remy Lebeau | 2007-08-04 03:12:15 +0200 (Sat, 04 Aug 2007) | 1 line Moved ReadFromSource() and WriteDirect() logic to TIdIOHandler directly, and added new lower-level virtual methods for descendants to override. ------------------------------------------------------------------------ r2331 | Remy Lebeau | 2007-08-04 03:10:53 +0200 (Sat, 04 Aug 2007) | 1 line Added override for new SourceIsAvailable() method ------------------------------------------------------------------------ r2330 | J. Peter Mugaas | 2007-08-04 03:10:44 +0200 (Sat, 04 Aug 2007) | 1 line IFDEF out UINT64 for FreePascal. It's defined there as a proper QWord. ------------------------------------------------------------------------ r2329 | Remy Lebeau | 2007-08-04 03:09:34 +0200 (Sat, 04 Aug 2007) | 3 lines Changed ReadFromSource() and WriteDirect() to no longer be virtual. Added new lower-level virtual methods for them to call internally, to help consolidate byte processing better across all IOHandler classes Added TIdEncodig support ------------------------------------------------------------------------ r2328 | Remy Lebeau | 2007-08-04 03:06:44 +0200 (Sat, 04 Aug 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2327 | Remy Lebeau | 2007-08-04 03:03:15 +0200 (Sat, 04 Aug 2007) | 1 line Added TIdEncoding support ------------------------------------------------------------------------ r2326 | Remy Lebeau | 2007-08-04 03:01:59 +0200 (Sat, 04 Aug 2007) | 1 line Updated commands to send their output to nul ------------------------------------------------------------------------ r2325 | Remy Lebeau | 2007-08-04 02:58:00 +0200 (Sat, 04 Aug 2007) | 5 lines Added UTF-8 handling for non-.NET environments, needs to be replaced later with a better implementation Added TIdEncoding support to many string operations Better support for 64-bit streams ------------------------------------------------------------------------ r2324 | Remy Lebeau | 2007-08-04 02:43:29 +0200 (Sat, 04 Aug 2007) | 1 line Moved CheckForSocketError() and supporting methods to TIdStack ------------------------------------------------------------------------ r2323 | Remy Lebeau | 2007-08-04 02:42:55 +0200 (Sat, 04 Aug 2007) | 1 line Moved over CheckForSocketError() and supporting methods from TIdStackBSDBase ------------------------------------------------------------------------ r2322 | Remy Lebeau | 2007-08-04 02:41:49 +0200 (Sat, 04 Aug 2007) | 1 line Updated to store the last socket error code that occured for each thread ------------------------------------------------------------------------ r2321 | Remy Lebeau | 2007-08-04 02:39:04 +0200 (Sat, 04 Aug 2007) | 3 lines Fixed compiler errors in GROUP_FILTER_SIZE(), Stub_WSAEnumProtocols(), and Stub_WSAStringToAddress() Fixed memory leak in FixupStub() ------------------------------------------------------------------------ r2320 | Remy Lebeau | 2007-08-04 02:05:57 +0200 (Sat, 04 Aug 2007) | 1 line Added UINT64 ------------------------------------------------------------------------ r2319 | J. Peter Mugaas | 2007-08-03 09:38:58 +0200 (Fri, 03 Aug 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2318 | J. Peter Mugaas | 2007-08-03 08:23:06 +0200 (Fri, 03 Aug 2007) | 1 line Fix for some older Delphi versions. ------------------------------------------------------------------------ r2317 | J. Peter Mugaas | 2007-08-03 08:04:18 +0200 (Fri, 03 Aug 2007) | 1 line Update. ------------------------------------------------------------------------ r2316 | Remy Lebeau | 2007-08-03 07:52:01 +0200 (Fri, 03 Aug 2007) | 1 line Fix for Write() ------------------------------------------------------------------------ r2315 | Remy Lebeau | 2007-08-03 07:47:03 +0200 (Fri, 03 Aug 2007) | 1 line Tweaks ------------------------------------------------------------------------ r2314 | J. Peter Mugaas | 2007-08-03 07:39:58 +0200 (Fri, 03 Aug 2007) | 1 line Should compile. ------------------------------------------------------------------------ r2313 | J. Peter Mugaas | 2007-08-03 07:20:58 +0200 (Fri, 03 Aug 2007) | 1 line Followed Remy's suggestion about making FixupStud and FixUpSubEx functions. This works in both FPC and Delphi. ------------------------------------------------------------------------ r2312 | Remy Lebeau | 2007-08-03 07:06:32 +0200 (Fri, 03 Aug 2007) | 1 line Code Cleanup ------------------------------------------------------------------------ r2311 | Remy Lebeau | 2007-08-03 07:03:52 +0200 (Fri, 03 Aug 2007) | 1 line Removed OnDisconnect event, redundant. There is an OnDisconnected event in TIdTCPConnection ------------------------------------------------------------------------ r2310 | Remy Lebeau | 2007-08-03 07:00:03 +0200 (Fri, 03 Aug 2007) | 1 line Changed Body property to be declared as a TStrings instead of a TStringList ------------------------------------------------------------------------ r2309 | Remy Lebeau | 2007-08-03 06:46:04 +0200 (Fri, 03 Aug 2007) | 1 line Updated to use TIdPort ------------------------------------------------------------------------ r2308 | Remy Lebeau | 2007-08-03 06:44:19 +0200 (Fri, 03 Aug 2007) | 1 line Re-wrote to use TIdThread ------------------------------------------------------------------------ r2307 | J. Peter Mugaas | 2007-08-03 06:08:18 +0200 (Fri, 03 Aug 2007) | 1 line Temp revert. ------------------------------------------------------------------------ r2306 | Remy Lebeau | 2007-08-03 05:44:05 +0200 (Fri, 03 Aug 2007) | 1 line Removed IdSys and IdObjs units ------------------------------------------------------------------------ r2305 | Remy Lebeau | 2007-08-03 05:33:12 +0200 (Fri, 03 Aug 2007) | 3 lines Updated ParseDateTimeStamp() to use CharEquals() Updated ReadFromStrings() to use PosInStrArray() ------------------------------------------------------------------------ r2304 | Remy Lebeau | 2007-08-03 04:43:11 +0200 (Fri, 03 Aug 2007) | 1 line Removed use of GStackWindows pointer in TIdStackUnix.ReceiveMsg() ------------------------------------------------------------------------ r2303 | Remy Lebeau | 2007-08-03 04:42:52 +0200 (Fri, 03 Aug 2007) | 1 line Removed use of GStackWindows pointer in TIdStackLinux.ReceiveMsg() ------------------------------------------------------------------------ r2302 | Remy Lebeau | 2007-08-03 04:41:36 +0200 (Fri, 03 Aug 2007) | 5 lines Removed typecast in TIdSocketListWindows.FDSelect() Removed use of GWindowsStack pointer inside of TIdStackWindows methods Initializing GWindowsStack to nil on startup ------------------------------------------------------------------------ r2301 | Remy Lebeau | 2007-08-03 04:31:27 +0200 (Fri, 03 Aug 2007) | 1 line Updated CheckForSocketError() to return the AResult parameter by default instead of 0 ------------------------------------------------------------------------ r2300 | Remy Lebeau | 2007-08-03 04:15:42 +0200 (Fri, 03 Aug 2007) | 1 line Added return value to Write() ------------------------------------------------------------------------ r2299 | J. Peter Mugaas | 2007-08-02 17:43:31 +0200 (Thu, 02 Aug 2007) | 1 line Fix to compile in FPC. ------------------------------------------------------------------------ r2298 | J. Peter Mugaas | 2007-08-02 15:30:21 +0200 (Thu, 02 Aug 2007) | 1 line Fix for FPC compile error. ------------------------------------------------------------------------ r2297 | J. Peter Mugaas | 2007-08-02 15:23:42 +0200 (Thu, 02 Aug 2007) | 1 line Fix for FPC compile. ------------------------------------------------------------------------ r2296 | J. Peter Mugaas | 2007-08-02 15:19:41 +0200 (Thu, 02 Aug 2007) | 1 line In FPC, IdBuffer needs to be compiled in Delphi mode. ------------------------------------------------------------------------ r2295 | J. Peter Mugaas | 2007-08-01 23:44:33 +0200 (Wed, 01 Aug 2007) | 1 line Attempt to remove further compiler hints in Win64. FPC may not be handling evaluated expressions in a way you want. I have discussed this with them. It is impossible to remove all warnings about values being out of range. ------------------------------------------------------------------------ r2294 | J. Peter Mugaas | 2007-08-01 20:46:18 +0200 (Wed, 01 Aug 2007) | 1 line Removed unused unit refs. ------------------------------------------------------------------------ r2293 | J. Peter Mugaas | 2007-08-01 19:55:47 +0200 (Wed, 01 Aug 2007) | 1 line Reduced the number of FPC hints about range checks. It's impossible to remove them all (at least without making a mess that's bigger than the original problem). Calculate size at compile time for fixed types. ------------------------------------------------------------------------ r2292 | J. Peter Mugaas | 2007-08-01 17:37:51 +0200 (Wed, 01 Aug 2007) | 1 line Fixed a range check error in I encountered with ICMPv6 although it probably effected other places. The for loop TIdSocketListWindows.Remove was always executing once even if FFDSet.fd_count was zero. ------------------------------------------------------------------------ r2291 | J. Peter Mugaas | 2007-08-01 17:35:58 +0200 (Wed, 01 Aug 2007) | 1 line Fixed for FPC compile and confirmed that the change works in Delphi. ------------------------------------------------------------------------ r2290 | J. Peter Mugaas | 2007-08-01 07:38:38 +0200 (Wed, 01 Aug 2007) | 1 line I hope I got it all. ------------------------------------------------------------------------ r2289 | J. Peter Mugaas | 2007-08-01 05:05:36 +0200 (Wed, 01 Aug 2007) | 1 line Type fixes. AllStrings can't be easily translated. It may be a placeholder for strings that follow the record. ------------------------------------------------------------------------ r2288 | Remy Lebeau | 2007-08-01 04:49:54 +0200 (Wed, 01 Aug 2007) | 1 line Updated CloseLibrary() to set the additional function pointers to nil ------------------------------------------------------------------------ r2287 | J. Peter Mugaas | 2007-08-01 04:38:09 +0200 (Wed, 01 Aug 2007) | 1 line Added functions from fwpuclnt.dll that are documented as new in the Windows Vista Winsock API. ------------------------------------------------------------------------ r2286 | Remy Lebeau | 2007-08-01 03:30:56 +0200 (Wed, 01 Aug 2007) | 1 line Added EXTERNALSYM statement for SOCKET_PEER_TARGET_NAME record ------------------------------------------------------------------------ r2285 | J. Peter Mugaas | 2007-08-01 03:29:25 +0200 (Wed, 01 Aug 2007) | 1 line Should compile. ------------------------------------------------------------------------ r2284 | Remy Lebeau | 2007-08-01 03:21:48 +0200 (Wed, 01 Aug 2007) | 3 lines Renamed WSAIoctl() Guid constants to match Microsoft's ID naming convention Added function pointer stubs for WSASendMsg() and WSAPoll() ------------------------------------------------------------------------ r2283 | J. Peter Mugaas | 2007-08-01 03:02:02 +0200 (Wed, 01 Aug 2007) | 1 line Removed CIL prototypes. They aren't used and were being done inconsistantly. ------------------------------------------------------------------------ r2282 | J. Peter Mugaas | 2007-08-01 02:37:57 +0200 (Wed, 01 Aug 2007) | 1 line Package update. ------------------------------------------------------------------------ r2281 | J. Peter Mugaas | 2007-08-01 02:37:39 +0200 (Wed, 01 Aug 2007) | 1 line Minor cleanup. ------------------------------------------------------------------------ r2280 | J. Peter Mugaas | 2007-08-01 02:36:08 +0200 (Wed, 01 Aug 2007) | 1 line WSAPoll flags should be defined as EXTERNALSYM to make C++Builder happy. ------------------------------------------------------------------------ r2279 | J. Peter Mugaas | 2007-08-01 01:24:23 +0200 (Wed, 01 Aug 2007) | 1 line Fixed RecvMsg, I hope. ------------------------------------------------------------------------ r2278 | J. Peter Mugaas | 2007-08-01 01:16:46 +0200 (Wed, 01 Aug 2007) | 1 line Made some functions stdcall. ------------------------------------------------------------------------ r2277 | J. Peter Mugaas | 2007-08-01 00:50:53 +0200 (Wed, 01 Aug 2007) | 1 line New Vista functions. IdWship now uses IdWinsock2 to access functions right from the Winsock2 dll. ------------------------------------------------------------------------ r2276 | J. Peter Mugaas | 2007-07-31 17:32:25 +0200 (Tue, 31 Jul 2007) | 1 line Made GUID's public so others can use them and added Windows Vista functions (WSASendMsg and WSAPoll). ------------------------------------------------------------------------ r2275 | J. Peter Mugaas | 2007-07-31 15:41:40 +0200 (Tue, 31 Jul 2007) | 1 line Remove warning now that FDSet is an unsigned int in IdWinsock2. ------------------------------------------------------------------------ r2274 | J. Peter Mugaas | 2007-07-31 15:16:05 +0200 (Tue, 31 Jul 2007) | 1 line u_int really should be an "unsigned int". ------------------------------------------------------------------------ r2273 | J. Peter Mugaas | 2007-07-31 07:53:41 +0200 (Tue, 31 Jul 2007) | 1 line Package fix -- include IdZLibHeaders. ------------------------------------------------------------------------ r2272 | J. Peter Mugaas | 2007-07-30 14:37:05 +0200 (Mon, 30 Jul 2007) | 1 line Temp ver. numbers until I'm satisfied. ------------------------------------------------------------------------ r2271 | J. Peter Mugaas | 2007-07-30 14:36:43 +0200 (Mon, 30 Jul 2007) | 1 line Temp version numbers until I'm satisfied. Added some units that should've been added. ------------------------------------------------------------------------ r2270 | J. Peter Mugaas | 2007-07-30 14:35:32 +0200 (Mon, 30 Jul 2007) | 1 line Added BlockIntercept class. ------------------------------------------------------------------------ r2269 | J. Peter Mugaas | 2007-07-30 14:34:25 +0200 (Mon, 30 Jul 2007) | 1 line Minor improvement for Lazarus IDE being unable to scroll the toolbar. Removed some unused icons and added some components to the palete that should've been added. ------------------------------------------------------------------------ r2268 | J. Peter Mugaas | 2007-07-30 14:33:50 +0200 (Mon, 30 Jul 2007) | 1 line Minor improvement for Lazarus IDE being unable to scroll the toolbar. ------------------------------------------------------------------------ r2267 | J. Peter Mugaas | 2007-07-30 14:13:32 +0200 (Mon, 30 Jul 2007) | 1 line Remove compiler warnings about Write not being cross-platform. ------------------------------------------------------------------------ r2266 | J. Peter Mugaas | 2007-07-30 14:01:05 +0200 (Mon, 30 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2265 | J. Peter Mugaas | 2007-07-30 13:56:51 +0200 (Mon, 30 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2264 | J. Peter Mugaas | 2007-07-30 13:38:30 +0200 (Mon, 30 Jul 2007) | 1 line Updated packages. Versions temporary until I'm satisfied. ------------------------------------------------------------------------ r2263 | J. Peter Mugaas | 2007-07-30 13:37:40 +0200 (Mon, 30 Jul 2007) | 1 line Update. The values are temporary until I'm satisfied. ------------------------------------------------------------------------ r2262 | J. Peter Mugaas | 2007-07-30 13:36:02 +0200 (Mon, 30 Jul 2007) | 1 line Do not include unused graphics and made sure some comps were available for NET 2.0. ------------------------------------------------------------------------ r2261 | J. Peter Mugaas | 2007-07-30 13:34:22 +0200 (Mon, 30 Jul 2007) | 1 line Comment out something I'm not sure is really used. ------------------------------------------------------------------------ r2260 | J. Peter Mugaas | 2007-07-30 04:23:15 +0200 (Mon, 30 Jul 2007) | 1 line Added DotNET icons in case someone ports this to DotNET. We don't want those icons in the main protocols package so I moved them here. ------------------------------------------------------------------------ r2259 | J. Peter Mugaas | 2007-07-29 23:02:10 +0200 (Sun, 29 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2258 | J. Peter Mugaas | 2007-07-29 21:38:13 +0200 (Sun, 29 Jul 2007) | 1 line Adjustment to compile in packages. ------------------------------------------------------------------------ r2257 | J. Peter Mugaas | 2007-07-29 17:00:57 +0200 (Sun, 29 Jul 2007) | 1 line TIdWebDAV icon. ------------------------------------------------------------------------ r2256 | J. Peter Mugaas | 2007-07-29 17:00:25 +0200 (Sun, 29 Jul 2007) | 1 line Rebuild. ------------------------------------------------------------------------ r2255 | J. Peter Mugaas | 2007-07-29 16:59:25 +0200 (Sun, 29 Jul 2007) | 1 line Rebuild .DCR's. ------------------------------------------------------------------------ r2254 | J. Peter Mugaas | 2007-07-29 16:55:30 +0200 (Sun, 29 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2253 | J. Peter Mugaas | 2007-07-29 16:54:01 +0200 (Sun, 29 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2252 | J. Peter Mugaas | 2007-07-29 16:49:47 +0200 (Sun, 29 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2251 | J. Peter Mugaas | 2007-07-29 16:39:27 +0200 (Sun, 29 Jul 2007) | 1 line IdWebDav is now included. ------------------------------------------------------------------------ r2250 | J. Peter Mugaas | 2007-07-29 16:38:41 +0200 (Sun, 29 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2249 | J. Peter Mugaas | 2007-07-29 03:09:53 +0200 (Sun, 29 Jul 2007) | 1 line Added IdWebDAV. ------------------------------------------------------------------------ r2248 | J. Peter Mugaas | 2007-07-29 01:48:13 +0200 (Sun, 29 Jul 2007) | 1 line Fixed for inclusion in package. ------------------------------------------------------------------------ r2247 | J. Peter Mugaas | 2007-07-28 13:27:17 +0200 (Sat, 28 Jul 2007) | 1 line HTTP should not compress if Compressor.IsReady = False. ------------------------------------------------------------------------ r2246 | J. Peter Mugaas | 2007-07-28 13:21:24 +0200 (Sat, 28 Jul 2007) | 1 line Should Ignore FileTransferMode deflate if Compressor functionality is not available. ------------------------------------------------------------------------ r2245 | Remy Lebeau | 2007-07-28 13:09:01 +0200 (Sat, 28 Jul 2007) | 1 line Updated to call CreateFmt() constructor for exceptions ------------------------------------------------------------------------ r2244 | J. Peter Mugaas | 2007-07-28 12:54:58 +0200 (Sat, 28 Jul 2007) | 1 line Minor compile fix. ------------------------------------------------------------------------ r2243 | J. Peter Mugaas | 2007-07-28 12:50:27 +0200 (Sat, 28 Jul 2007) | 1 line Remove warning about unused "s" string. ------------------------------------------------------------------------ r2242 | J. Peter Mugaas | 2007-07-28 12:49:13 +0200 (Sat, 28 Jul 2007) | 1 line Added check for determining if the Zlib library was loaded. This is helpful for dynamically linked libraries. ------------------------------------------------------------------------ r2241 | J. Peter Mugaas | 2007-07-28 12:42:35 +0200 (Sat, 28 Jul 2007) | 1 line Fix compile error. ------------------------------------------------------------------------ r2240 | J. Peter Mugaas | 2007-07-28 12:42:16 +0200 (Sat, 28 Jul 2007) | 1 line Fix compile errors. ------------------------------------------------------------------------ r2239 | J. Peter Mugaas | 2007-07-28 12:30:23 +0200 (Sat, 28 Jul 2007) | 1 line Remove compile warning. ------------------------------------------------------------------------ r2238 | J. Peter Mugaas | 2007-07-28 12:28:35 +0200 (Sat, 28 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2237 | Remy Lebeau | 2007-07-28 12:26:34 +0200 (Sat, 28 Jul 2007) | 1 line Updated to override the new overloaded version of Send() ------------------------------------------------------------------------ r2236 | J. Peter Mugaas | 2007-07-28 12:23:09 +0200 (Sat, 28 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2235 | J. Peter Mugaas | 2007-07-28 12:19:17 +0200 (Sat, 28 Jul 2007) | 1 line No API call for Unix CopyFileTo. I may research it later. ------------------------------------------------------------------------ r2234 | J. Peter Mugaas | 2007-07-28 12:14:46 +0200 (Sat, 28 Jul 2007) | 1 line Minor fix in IdGlobal. ------------------------------------------------------------------------ r2233 | Remy Lebeau | 2007-07-28 12:12:16 +0200 (Sat, 28 Jul 2007) | 1 line Updated to override new overloaded version of Send() ------------------------------------------------------------------------ r2232 | Remy Lebeau | 2007-07-28 12:10:55 +0200 (Sat, 28 Jul 2007) | 1 line Added overloaded version of Send() to take a TIdEMailAddressList as a parameter. Needed for better relaying and mass mailing support, as the recipients in the TIdMessage may not be the desired target recipients ------------------------------------------------------------------------ r2231 | Remy Lebeau | 2007-07-28 12:07:57 +0200 (Sat, 28 Jul 2007) | 3 lines Fix for LongWordToOrdFourByte() Tweak to CopyFileTo() defines ------------------------------------------------------------------------ r2230 | J. Peter Mugaas | 2007-07-28 12:05:17 +0200 (Sat, 28 Jul 2007) | 1 line Fix. ------------------------------------------------------------------------ r2229 | J. Peter Mugaas | 2007-07-28 11:53:59 +0200 (Sat, 28 Jul 2007) | 1 line Fixed compile. ------------------------------------------------------------------------ r2228 | Remy Lebeau | 2007-07-28 11:52:34 +0200 (Sat, 28 Jul 2007) | 1 line Added IsReadyToStart() method ------------------------------------------------------------------------ r2227 | Remy Lebeau | 2007-07-28 11:50:34 +0200 (Sat, 28 Jul 2007) | 1 line Added IsReadyToStart() method ------------------------------------------------------------------------ r2226 | Remy Lebeau | 2007-07-28 11:46:33 +0200 (Sat, 28 Jul 2007) | 3 lines Updated LoginSASL() to raise an exception if all matching SASL types fail Updated ParseCapaReply() to use TextStartsWith() and CharIsInSet() ------------------------------------------------------------------------ r2225 | Remy Lebeau | 2007-07-28 11:43:41 +0200 (Sat, 28 Jul 2007) | 1 line Changed LongWordToOrdFourByte() into a procedure ------------------------------------------------------------------------ r2224 | Remy Lebeau | 2007-07-28 11:40:25 +0200 (Sat, 28 Jul 2007) | 1 line Added data type to TIdLongWordIP.ByteValue property declaration ------------------------------------------------------------------------ r2223 | Remy Lebeau | 2007-07-28 11:39:33 +0200 (Sat, 28 Jul 2007) | 1 line Additional functions ------------------------------------------------------------------------ r2222 | Remy Lebeau | 2007-07-28 11:27:34 +0200 (Sat, 28 Jul 2007) | 1 line Fix for properties with Index specifer ------------------------------------------------------------------------ r2221 | Remy Lebeau | 2007-07-28 11:15:24 +0200 (Sat, 28 Jul 2007) | 1 line Added IsReadyToStart() method ------------------------------------------------------------------------ r2220 | Remy Lebeau | 2007-07-28 11:14:10 +0200 (Sat, 28 Jul 2007) | 1 line Added IsReadyToStart{} method ------------------------------------------------------------------------ r2219 | Remy Lebeau | 2007-07-28 11:03:46 +0200 (Sat, 28 Jul 2007) | 1 line Re-wrote to use TIdLongWord as the underlying storage for TIpProperty ------------------------------------------------------------------------ r2218 | Remy Lebeau | 2007-07-28 09:39:47 +0200 (Sat, 28 Jul 2007) | 1 line Updated to use WIN32_OR_WIN64_OR_WINCE instead ------------------------------------------------------------------------ r2217 | Remy Lebeau | 2007-07-28 09:30:35 +0200 (Sat, 28 Jul 2007) | 1 line Removed the check for Connected from DoExecute(), redundant ------------------------------------------------------------------------ r2216 | Remy Lebeau | 2007-07-28 09:26:46 +0200 (Sat, 28 Jul 2007) | 1 line Updated to use TIdLongWord instead ------------------------------------------------------------------------ r2215 | J. Peter Mugaas | 2007-07-28 09:01:48 +0200 (Sat, 28 Jul 2007) | 1 line Fix compiler warning. ------------------------------------------------------------------------ r2214 | J. Peter Mugaas | 2007-07-28 08:54:44 +0200 (Sat, 28 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2213 | J. Peter Mugaas | 2007-07-28 08:48:41 +0200 (Sat, 28 Jul 2007) | 1 line Fixed platform warning. ------------------------------------------------------------------------ r2212 | J. Peter Mugaas | 2007-07-28 08:39:23 +0200 (Sat, 28 Jul 2007) | 1 line New WriteStringToStream parameters for writing how many bytes and what offset in the string. ------------------------------------------------------------------------ r2211 | Remy Lebeau | 2007-07-28 08:32:15 +0200 (Sat, 28 Jul 2007) | 4 lines Updated NetAddressChanged() and NetMaskChanged() to use TextStartsWith() Removed redundant property setters ------------------------------------------------------------------------ r2210 | J. Peter Mugaas | 2007-07-28 08:04:18 +0200 (Sat, 28 Jul 2007) | 1 line Compile fixes. ------------------------------------------------------------------------ r2209 | J. Peter Mugaas | 2007-07-28 08:02:25 +0200 (Sat, 28 Jul 2007) | 1 line Compile fixes. ------------------------------------------------------------------------ r2208 | J. Peter Mugaas | 2007-07-28 07:57:52 +0200 (Sat, 28 Jul 2007) | 1 line Compile fixes. ------------------------------------------------------------------------ r2207 | J. Peter Mugaas | 2007-07-28 07:54:44 +0200 (Sat, 28 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2206 | J. Peter Mugaas | 2007-07-28 07:46:13 +0200 (Sat, 28 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2205 | Remy Lebeau | 2007-07-28 07:45:15 +0200 (Sat, 28 Jul 2007) | 1 line Tweaks to TIdMappedPortContext.OutboundConnect() ------------------------------------------------------------------------ r2204 | Remy Lebeau | 2007-07-28 07:40:41 +0200 (Sat, 28 Jul 2007) | 1 line Various tweaks ------------------------------------------------------------------------ r2203 | Remy Lebeau | 2007-07-28 07:11:52 +0200 (Sat, 28 Jul 2007) | 1 line Update CheckForStart() to use new CharEquals() function ------------------------------------------------------------------------ r2202 | Remy Lebeau | 2007-07-28 07:09:31 +0200 (Sat, 28 Jul 2007) | 1 line Updated WriteLnRFC() to call TextStartsWith() ------------------------------------------------------------------------ r2201 | Remy Lebeau | 2007-07-28 07:08:25 +0200 (Sat, 28 Jul 2007) | 1 line Updated TIdStack.MakeCanonicalIPv6Address() to call IdGlobal.MakeCanonicalIPv6Address() ------------------------------------------------------------------------ r2200 | Remy Lebeau | 2007-07-28 06:54:12 +0200 (Sat, 28 Jul 2007) | 1 line Renamed CharMatches() to CharEquals() ------------------------------------------------------------------------ r2199 | J. Peter Mugaas | 2007-07-28 06:42:56 +0200 (Sat, 28 Jul 2007) | 1 line Remove compiler warning. ------------------------------------------------------------------------ r2198 | Remy Lebeau | 2007-07-28 06:08:46 +0200 (Sat, 28 Jul 2007) | 1 line Various tweaks ------------------------------------------------------------------------ r2197 | Remy Lebeau | 2007-07-28 05:57:06 +0200 (Sat, 28 Jul 2007) | 1 line Various tweaks ------------------------------------------------------------------------ r2196 | Remy Lebeau | 2007-07-28 05:55:25 +0200 (Sat, 28 Jul 2007) | 1 line Removed TIdMappedPortTCPAccess ------------------------------------------------------------------------ r2195 | Remy Lebeau | 2007-07-28 05:51:52 +0200 (Sat, 28 Jul 2007) | 1 line Updated DoUDPRead() to use TIdSocketHandle.Send() instead ------------------------------------------------------------------------ r2194 | Remy Lebeau | 2007-07-28 05:50:45 +0200 (Sat, 28 Jul 2007) | 3 lines Updated to use new TIdMappedPortContext.CheckForData() method Updated TIdMappedFtpDataThread to send data as TIdBytes instead of String ------------------------------------------------------------------------ r2193 | Remy Lebeau | 2007-07-28 05:47:30 +0200 (Sat, 28 Jul 2007) | 1 line Added CheckForData() method to TIdMappedPortContext ------------------------------------------------------------------------ r2192 | J. Peter Mugaas | 2007-07-28 05:46:55 +0200 (Sat, 28 Jul 2007) | 1 line Fixed compiler warning about unused variable. ------------------------------------------------------------------------ r2191 | J. Peter Mugaas | 2007-07-28 05:45:08 +0200 (Sat, 28 Jul 2007) | 1 line Fix compiler warnings and errors. ------------------------------------------------------------------------ r2190 | J. Peter Mugaas | 2007-07-28 05:26:26 +0200 (Sat, 28 Jul 2007) | 1 line Fix compile error. ------------------------------------------------------------------------ r2189 | J. Peter Mugaas | 2007-07-28 05:25:10 +0200 (Sat, 28 Jul 2007) | 1 line Compile fies and improvement in Z/VM parser. ------------------------------------------------------------------------ r2188 | J. Peter Mugaas | 2007-07-28 04:28:34 +0200 (Sat, 28 Jul 2007) | 1 line Minor compile fix. ------------------------------------------------------------------------ r2187 | Remy Lebeau | 2007-07-28 04:18:55 +0200 (Sat, 28 Jul 2007) | 1 line Updated to use TextIsSame() ------------------------------------------------------------------------ r2186 | Remy Lebeau | 2007-07-28 04:14:30 +0200 (Sat, 28 Jul 2007) | 1 line Updated CheckReply() to call Exception.CreateFmt() instead ------------------------------------------------------------------------ r2185 | Remy Lebeau | 2007-07-28 04:02:27 +0200 (Sat, 28 Jul 2007) | 1 line Made sure that IdGlobalProtocols.WrapText() is called an not SysUtils.WrapText() ------------------------------------------------------------------------ r2184 | Remy Lebeau | 2007-07-28 04:01:32 +0200 (Sat, 28 Jul 2007) | 1 line Changes to FixupStub/Ex() ------------------------------------------------------------------------ r2183 | J. Peter Mugaas | 2007-07-27 14:24:26 +0200 (Fri, 27 Jul 2007) | 1 line Removed an assignment that might not work. ------------------------------------------------------------------------ r2182 | Remy Lebeau | 2007-07-27 11:58:56 +0200 (Fri, 27 Jul 2007) | 1 line Various tweaks ------------------------------------------------------------------------ r2181 | Remy Lebeau | 2007-07-27 11:56:23 +0200 (Fri, 27 Jul 2007) | 1 line Tweaks to DoExecute() ------------------------------------------------------------------------ r2180 | Remy Lebeau | 2007-07-27 11:51:56 +0200 (Fri, 27 Jul 2007) | 1 line Reverted back to using the IOHandler.ReadLnTimedOut property ------------------------------------------------------------------------ r2179 | Remy Lebeau | 2007-07-27 11:35:39 +0200 (Fri, 27 Jul 2007) | 1 line Various tweaks ------------------------------------------------------------------------ r2178 | Remy Lebeau | 2007-07-27 11:23:24 +0200 (Fri, 27 Jul 2007) | 1 line Updated to use TextStartsWith() and TextEndsWith() ------------------------------------------------------------------------ r2177 | Remy Lebeau | 2007-07-27 11:09:48 +0200 (Fri, 27 Jul 2007) | 1 line Fix for exceptions not being raised after constructed ------------------------------------------------------------------------ r2176 | Remy Lebeau | 2007-07-27 09:18:02 +0200 (Fri, 27 Jul 2007) | 1 line Removed THostNameGetEvent type, redundant. Using TIdContextEvent instead ------------------------------------------------------------------------ r2175 | Remy Lebeau | 2007-07-27 09:09:10 +0200 (Fri, 27 Jul 2007) | 1 line Changed FoldLine() to return a TStrings instead of a TStringList ------------------------------------------------------------------------ r2174 | Remy Lebeau | 2007-07-27 08:59:49 +0200 (Fri, 27 Jul 2007) | 1 line Updated to use TIdPort ------------------------------------------------------------------------ r2173 | J. Peter Mugaas | 2007-07-27 02:59:33 +0200 (Fri, 27 Jul 2007) | 1 line XP test in RecvMsg was not working right for Windows Vista (v6.0). ------------------------------------------------------------------------ r2172 | J. Peter Mugaas | 2007-07-27 02:02:31 +0200 (Fri, 27 Jul 2007) | 1 line Removed Compiler warning about unused value assignment. ------------------------------------------------------------------------ r2171 | J. Peter Mugaas | 2007-07-26 21:03:12 +0200 (Thu, 26 Jul 2007) | 1 line Updates for IPv6 and minor fixes. ------------------------------------------------------------------------ r2170 | Remy Lebeau | 2007-07-26 13:00:14 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2169 | Remy Lebeau | 2007-07-26 12:59:08 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2168 | Remy Lebeau | 2007-07-26 12:57:47 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2167 | Remy Lebeau | 2007-07-26 12:56:03 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2166 | Remy Lebeau | 2007-07-26 12:40:25 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2165 | Remy Lebeau | 2007-07-26 12:36:44 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2164 | Remy Lebeau | 2007-07-26 12:34:45 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2163 | Remy Lebeau | 2007-07-26 12:31:27 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2162 | Remy Lebeau | 2007-07-26 12:26:10 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2161 | Remy Lebeau | 2007-07-26 12:24:16 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2160 | Remy Lebeau | 2007-07-26 12:23:15 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2159 | Remy Lebeau | 2007-07-26 12:21:44 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2158 | Remy Lebeau | 2007-07-26 12:18:34 +0200 (Thu, 26 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2157 | Remy Lebeau | 2007-07-26 12:13:14 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2156 | Remy Lebeau | 2007-07-26 12:09:23 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2155 | Remy Lebeau | 2007-07-26 12:03:52 +0200 (Thu, 26 Jul 2007) | 1 line Code Cleanup ------------------------------------------------------------------------ r2154 | Remy Lebeau | 2007-07-26 12:01:18 +0200 (Thu, 26 Jul 2007) | 1 line Code Cleanup ------------------------------------------------------------------------ r2153 | Remy Lebeau | 2007-07-26 11:59:43 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2152 | Remy Lebeau | 2007-07-26 11:58:35 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2151 | Remy Lebeau | 2007-07-26 11:51:16 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2150 | Remy Lebeau | 2007-07-26 11:49:52 +0200 (Thu, 26 Jul 2007) | 1 line Removed AIPVersion parameter from Accept(), no longer used ------------------------------------------------------------------------ r2149 | Remy Lebeau | 2007-07-26 11:45:53 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2148 | Remy Lebeau | 2007-07-26 11:45:27 +0200 (Thu, 26 Jul 2007) | 1 line Tweaks to ParseLine() ------------------------------------------------------------------------ r2147 | Remy Lebeau | 2007-07-26 11:43:44 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2146 | Remy Lebeau | 2007-07-26 11:31:41 +0200 (Thu, 26 Jul 2007) | 1 line Added OnBeforeBind event ------------------------------------------------------------------------ r2145 | Remy Lebeau | 2007-07-26 11:30:12 +0200 (Thu, 26 Jul 2007) | 1 line Added TIdSocketHandleEvent type ------------------------------------------------------------------------ r2144 | Remy Lebeau | 2007-07-26 11:29:07 +0200 (Thu, 26 Jul 2007) | 1 line Added OnBeforeBind and OnAfterBind events ------------------------------------------------------------------------ r2143 | Remy Lebeau | 2007-07-26 11:26:24 +0200 (Thu, 26 Jul 2007) | 1 line Removed AIPVersion parameter from Accept(), no longer used ------------------------------------------------------------------------ r2142 | J. Peter Mugaas | 2007-07-26 11:22:37 +0200 (Thu, 26 Jul 2007) | 1 line Minor fix. ------------------------------------------------------------------------ r2141 | J. Peter Mugaas | 2007-07-26 10:56:59 +0200 (Thu, 26 Jul 2007) | 1 line Moved IPVersionUnsupported down to IdStack. ------------------------------------------------------------------------ r2140 | J. Peter Mugaas | 2007-07-26 10:56:25 +0200 (Thu, 26 Jul 2007) | 1 line For Stacks, moved IPVersionUnsupported down to IdStack. Did a few minor adjustments to IdStruct. ------------------------------------------------------------------------ r2139 | Remy Lebeau | 2007-07-26 10:30:37 +0200 (Thu, 26 Jul 2007) | 3 lines Updated to override different overloads of Accept(), GetPeerName(), and GetSocketName() Updated Accept() to check the actual IP version of the client socket ------------------------------------------------------------------------ r2138 | Remy Lebeau | 2007-07-26 10:27:00 +0200 (Thu, 26 Jul 2007) | 1 line Updated Accept() to check the actual IP version of the client socket ------------------------------------------------------------------------ r2137 | Remy Lebeau | 2007-07-26 10:24:09 +0200 (Thu, 26 Jul 2007) | 3 lines Updated to override different overloads of Accept(), GetPeerName(), and GetSocketName() Updated Accept() to check the actual IP version of the client socket ------------------------------------------------------------------------ r2136 | Remy Lebeau | 2007-07-26 10:21:46 +0200 (Thu, 26 Jul 2007) | 3 lines Updated to override different overloads of Accept(), GetPeerName(), and GetSocketName() Updated Accept() to check the actual IP version of the client socket ------------------------------------------------------------------------ r2135 | Remy Lebeau | 2007-07-26 10:00:04 +0200 (Thu, 26 Jul 2007) | 1 line Removed virtual specified from some of the Accept(), GetPeerName(), and GetSocketName() overloads ------------------------------------------------------------------------ r2134 | Remy Lebeau | 2007-07-26 09:58:05 +0200 (Thu, 26 Jul 2007) | 1 line Some functionality was still using Integer instead of LongWord ------------------------------------------------------------------------ r2133 | Remy Lebeau | 2007-07-26 09:57:20 +0200 (Thu, 26 Jul 2007) | 3 lines Updated IndyLength(TStream) to use Int64 Added CharMatches() function ------------------------------------------------------------------------ r2132 | J. Peter Mugaas | 2007-07-26 06:27:26 +0200 (Thu, 26 Jul 2007) | 1 line Minor fix. ------------------------------------------------------------------------ r2131 | J. Peter Mugaas | 2007-07-26 06:24:42 +0200 (Thu, 26 Jul 2007) | 1 line Minor fix. ------------------------------------------------------------------------ r2130 | J. Peter Mugaas | 2007-07-26 06:24:19 +0200 (Thu, 26 Jul 2007) | 1 line Fix for invalid typecast error. ------------------------------------------------------------------------ r2129 | J. Peter Mugaas | 2007-07-26 05:52:52 +0200 (Thu, 26 Jul 2007) | 1 line Changed BytesLen to LongWord so calculations are more predictable. ------------------------------------------------------------------------ r2128 | J. Peter Mugaas | 2007-07-26 05:49:18 +0200 (Thu, 26 Jul 2007) | 1 line EPSV should also return the port number. ------------------------------------------------------------------------ r2127 | Remy Lebeau | 2007-07-26 05:32:50 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2126 | Remy Lebeau | 2007-07-26 05:30:00 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2125 | J. Peter Mugaas | 2007-07-26 05:25:08 +0200 (Thu, 26 Jul 2007) | 1 line Should compile. ------------------------------------------------------------------------ r2124 | Remy Lebeau | 2007-07-26 05:20:23 +0200 (Thu, 26 Jul 2007) | 3 lines Changed TIdMicrowareOS9FTPListItem.OS9Sector property from a Cardinal to a LongWord Code cleanup ------------------------------------------------------------------------ r2123 | Remy Lebeau | 2007-07-26 05:18:11 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2122 | Remy Lebeau | 2007-07-26 05:00:29 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2121 | Remy Lebeau | 2007-07-26 04:44:44 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2120 | Remy Lebeau | 2007-07-26 04:15:38 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2119 | Remy Lebeau | 2007-07-26 04:00:01 +0200 (Thu, 26 Jul 2007) | 1 line Updated CheckListing() to use TextStartsWith() ------------------------------------------------------------------------ r2118 | Remy Lebeau | 2007-07-26 03:58:02 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2117 | Remy Lebeau | 2007-07-26 03:50:29 +0200 (Thu, 26 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2116 | Remy Lebeau | 2007-07-26 03:33:56 +0200 (Thu, 26 Jul 2007) | 3 lines Updated to use TIdPort Fix for Help() being implemented completely wrong ------------------------------------------------------------------------ r2115 | J. Peter Mugaas | 2007-07-26 02:01:39 +0200 (Thu, 26 Jul 2007) | 1 line Microsoft.NET 2.0 supports a proper RecvMsg call. ------------------------------------------------------------------------ r2114 | J. Peter Mugaas | 2007-07-25 20:30:24 +0200 (Wed, 25 Jul 2007) | 1 line Should compile. ------------------------------------------------------------------------ r2113 | J. Peter Mugaas | 2007-07-25 20:21:40 +0200 (Wed, 25 Jul 2007) | 1 line We should be able to support Ping for IPv6. ------------------------------------------------------------------------ r2112 | J. Peter Mugaas | 2007-07-25 20:21:06 +0200 (Wed, 25 Jul 2007) | 1 line We should be able to support Ping for IPv6 in DotNET 2. ------------------------------------------------------------------------ r2111 | J. Peter Mugaas | 2007-07-25 17:20:34 +0200 (Wed, 25 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2110 | J. Peter Mugaas | 2007-07-25 17:19:17 +0200 (Wed, 25 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2109 | J. Peter Mugaas | 2007-07-25 17:05:52 +0200 (Wed, 25 Jul 2007) | 1 line TypInfo needs to be added for D2007. ------------------------------------------------------------------------ r2108 | J. Peter Mugaas | 2007-07-25 16:13:58 +0200 (Wed, 25 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2107 | J. Peter Mugaas | 2007-07-25 15:40:18 +0200 (Wed, 25 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2106 | J. Peter Mugaas | 2007-07-25 15:35:57 +0200 (Wed, 25 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2105 | J. Peter Mugaas | 2007-07-25 15:33:00 +0200 (Wed, 25 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2104 | J. Peter Mugaas | 2007-07-25 15:31:57 +0200 (Wed, 25 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2103 | Remy Lebeau | 2007-07-25 08:18:48 +0200 (Wed, 25 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2102 | Remy Lebeau | 2007-07-25 07:43:47 +0200 (Wed, 25 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2101 | Remy Lebeau | 2007-07-25 07:37:27 +0200 (Wed, 25 Jul 2007) | 1 line Updated to use TextIsSame() ------------------------------------------------------------------------ r2100 | Remy Lebeau | 2007-07-25 07:18:23 +0200 (Wed, 25 Jul 2007) | 1 line code cleanup ------------------------------------------------------------------------ r2099 | Remy Lebeau | 2007-07-25 07:15:28 +0200 (Wed, 25 Jul 2007) | 1 line Removed component type references, not needed ------------------------------------------------------------------------ r2098 | Remy Lebeau | 2007-07-25 07:13:50 +0200 (Wed, 25 Jul 2007) | 1 line Removed redundant calls to RegisterPropertyEditor() ------------------------------------------------------------------------ r2097 | Remy Lebeau | 2007-07-25 06:56:20 +0200 (Wed, 25 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2096 | Remy Lebeau | 2007-07-25 05:27:34 +0200 (Wed, 25 Jul 2007) | 1 line Added ContentDisposition property to TIdEntityHeaderInfo ------------------------------------------------------------------------ r2095 | Remy Lebeau | 2007-07-25 05:23:29 +0200 (Wed, 25 Jul 2007) | 7 lines Updated to not autofill TIdMimeTable on creation Updated TIdHTTPResponseInfo.ServeFile() to include a 'Content-Disposition' response header Updated TIdHTTPResponseInfo.SmartServeFile() to call ServeFile() Removed redundant headers from TIdHTTPResponseInfo.SetHeaders() ------------------------------------------------------------------------ r2094 | Remy Lebeau | 2007-07-25 04:54:53 +0200 (Wed, 25 Jul 2007) | 3 lines Updated TIdNetscapeCookie.IsValidCookie() to check if FDomain is a hostname Updated TIdServerCookie.GetCookie() to use new IdGlobal.DateTimeGMTToCookieStr() function ------------------------------------------------------------------------ r2093 | Remy Lebeau | 2007-07-25 04:50:51 +0200 (Wed, 25 Jul 2007) | 1 line Added DateTimeGMTToCookieStr() ------------------------------------------------------------------------ r2092 | Remy Lebeau | 2007-07-25 04:26:30 +0200 (Wed, 25 Jul 2007) | 1 line Merge from FPC branch ------------------------------------------------------------------------ r2091 | Remy Lebeau | 2007-07-25 03:59:49 +0200 (Wed, 25 Jul 2007) | 1 line Fix for DoNext() filling in the FQopOptions from the wrong params list ------------------------------------------------------------------------ r2090 | Remy Lebeau | 2007-07-25 03:50:22 +0200 (Wed, 25 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2089 | Remy Lebeau | 2007-07-25 03:48:08 +0200 (Wed, 25 Jul 2007) | 1 line Added LoadFromStream() and LoadFromFile() methods ------------------------------------------------------------------------ r2088 | Remy Lebeau | 2007-07-25 03:38:58 +0200 (Wed, 25 Jul 2007) | 1 line Updated to reflect changes in IdStruct.pas ------------------------------------------------------------------------ r2087 | Remy Lebeau | 2007-07-25 03:38:33 +0200 (Wed, 25 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2086 | Remy Lebeau | 2007-07-25 03:37:13 +0200 (Wed, 25 Jul 2007) | 4 lines Removed AReplyStatus parameter from various methods, redundant Added TIdIPv4_ICMP class ------------------------------------------------------------------------ r2085 | Remy Lebeau | 2007-07-25 03:35:31 +0200 (Wed, 25 Jul 2007) | 1 line Updated to be more polymorphic ------------------------------------------------------------------------ r2084 | Remy Lebeau | 2007-07-24 11:53:41 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2083 | Remy Lebeau | 2007-07-24 11:52:00 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2082 | J. Peter Mugaas | 2007-07-24 11:25:53 +0200 (Tue, 24 Jul 2007) | 1 line Fix. All Port values should be TIdPort not Integer. ------------------------------------------------------------------------ r2081 | Remy Lebeau | 2007-07-24 11:24:38 +0200 (Tue, 24 Jul 2007) | 1 line Updated OnWork event handlers to use Int64 ------------------------------------------------------------------------ r2080 | Remy Lebeau | 2007-07-24 11:17:50 +0200 (Tue, 24 Jul 2007) | 1 line Added RSReplyCodeAlreadyExists ------------------------------------------------------------------------ r2079 | Remy Lebeau | 2007-07-24 11:16:40 +0200 (Tue, 24 Jul 2007) | 1 line Updated UpdateBindingLocal() and UpdateBindingPeer() to set the IPVersion property ------------------------------------------------------------------------ r2078 | Remy Lebeau | 2007-07-24 11:13:31 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2077 | Remy Lebeau | 2007-07-24 11:11:37 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2076 | Remy Lebeau | 2007-07-24 11:10:24 +0200 (Tue, 24 Jul 2007) | 1 line Exception handling tweaks to SetCode() ------------------------------------------------------------------------ r2075 | J. Peter Mugaas | 2007-07-24 10:56:15 +0200 (Tue, 24 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2074 | Remy Lebeau | 2007-07-24 10:55:32 +0200 (Tue, 24 Jul 2007) | 1 line Updated to pass string parameters by 'const' ------------------------------------------------------------------------ r2073 | Remy Lebeau | 2007-07-24 10:42:31 +0200 (Tue, 24 Jul 2007) | 1 line Changed event handlers to use pass parameters by 'const' ------------------------------------------------------------------------ r2072 | Remy Lebeau | 2007-07-24 10:40:33 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2071 | Remy Lebeau | 2007-07-24 10:39:46 +0200 (Tue, 24 Jul 2007) | 1 line Code Cleanup ------------------------------------------------------------------------ r2070 | Remy Lebeau | 2007-07-24 10:37:30 +0200 (Tue, 24 Jul 2007) | 1 line Updated to use TIdThread instead of TThread directly ------------------------------------------------------------------------ r2069 | Remy Lebeau | 2007-07-24 10:16:50 +0200 (Tue, 24 Jul 2007) | 1 line Removed check for PropCount value, redundant ------------------------------------------------------------------------ r2068 | J. Peter Mugaas | 2007-07-24 10:13:31 +0200 (Tue, 24 Jul 2007) | 1 line Compile fix. ------------------------------------------------------------------------ r2067 | J. Peter Mugaas | 2007-07-24 10:11:03 +0200 (Tue, 24 Jul 2007) | 1 line Minor CYA so compiler will not warn us about an uninitialized variable. ------------------------------------------------------------------------ r2066 | Remy Lebeau | 2007-07-24 10:05:49 +0200 (Tue, 24 Jul 2007) | 1 line Added use of USEINLINE define ------------------------------------------------------------------------ r2065 | Remy Lebeau | 2007-07-24 10:03:06 +0200 (Tue, 24 Jul 2007) | 1 line Removed Receive/SendStream property getters/setters, redundant ------------------------------------------------------------------------ r2064 | J. Peter Mugaas | 2007-07-24 09:56:49 +0200 (Tue, 24 Jul 2007) | 1 line Adjusted DNS Resolver for changes in IdGlobal. ------------------------------------------------------------------------ r2063 | Remy Lebeau | 2007-07-24 09:54:56 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2062 | Remy Lebeau | 2007-07-24 09:53:11 +0200 (Tue, 24 Jul 2007) | 3 lines Constructor tweaks Added call to SysRegisterExpectedMemoryLeak() to initialization under Delphi 2006+ ------------------------------------------------------------------------ r2061 | J. Peter Mugaas | 2007-07-24 09:41:43 +0200 (Tue, 24 Jul 2007) | 1 line Minor fixes. ------------------------------------------------------------------------ r2060 | Remy Lebeau | 2007-07-24 09:40:38 +0200 (Tue, 24 Jul 2007) | 1 line Updated with latest IdGlobal changes ------------------------------------------------------------------------ r2059 | Remy Lebeau | 2007-07-24 09:37:05 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2058 | Remy Lebeau | 2007-07-24 09:34:24 +0200 (Tue, 24 Jul 2007) | 1 line Various changes for Word->TIdPort values, parameter tweaks ------------------------------------------------------------------------ r2057 | Remy Lebeau | 2007-07-24 09:14:21 +0200 (Tue, 24 Jul 2007) | 1 line Updated to no longer care what component class owns the collection that is being edited ------------------------------------------------------------------------ r2056 | J. Peter Mugaas | 2007-07-24 09:14:03 +0200 (Tue, 24 Jul 2007) | 1 line Fix compile errors. ------------------------------------------------------------------------ r2055 | J. Peter Mugaas | 2007-07-24 09:04:52 +0200 (Tue, 24 Jul 2007) | 1 line Minor adjustments for IdBuffer. ------------------------------------------------------------------------ r2054 | Remy Lebeau | 2007-07-24 09:00:52 +0200 (Tue, 24 Jul 2007) | 1 line Fix for IndexOf() implementations not matching their declarations ------------------------------------------------------------------------ r2053 | J. Peter Mugaas | 2007-07-24 08:56:01 +0200 (Tue, 24 Jul 2007) | 1 line Removed IdStream ref. ------------------------------------------------------------------------ r2052 | Remy Lebeau | 2007-07-24 08:52:28 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2051 | Remy Lebeau | 2007-07-24 08:51:12 +0200 (Tue, 24 Jul 2007) | 3 lines Added REGISTER_EXPECTED_MEMORY_LEAK for Delphi 2006+ Uppercase all defines ------------------------------------------------------------------------ r2050 | Remy Lebeau | 2007-07-24 08:47:17 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2049 | J. Peter Mugaas | 2007-07-24 08:47:12 +0200 (Tue, 24 Jul 2007) | 1 line Minor adjustment in Stack. ------------------------------------------------------------------------ r2048 | Remy Lebeau | 2007-07-24 08:44:56 +0200 (Tue, 24 Jul 2007) | 3 lines Added REGISTER_EXPECTED_MEMORY_LEAK for Delphi 2006+ Uppercase all defines ------------------------------------------------------------------------ r2047 | J. Peter Mugaas | 2007-07-24 08:44:31 +0200 (Tue, 24 Jul 2007) | 1 line Compile error fix. ------------------------------------------------------------------------ r2046 | Remy Lebeau | 2007-07-24 08:43:35 +0200 (Tue, 24 Jul 2007) | 1 line Initial support for AEncoding parameter in string-based methods. ------------------------------------------------------------------------ r2045 | J. Peter Mugaas | 2007-07-24 08:33:15 +0200 (Tue, 24 Jul 2007) | 1 line Minor IdGlobal adjustments. ------------------------------------------------------------------------ r2044 | J. Peter Mugaas | 2007-07-24 08:28:12 +0200 (Tue, 24 Jul 2007) | 1 line Fixes for new API expansions and fix for Port parameter not being TIdPort. ------------------------------------------------------------------------ r2043 | J. Peter Mugaas | 2007-07-24 08:26:40 +0200 (Tue, 24 Jul 2007) | 1 line Port prameters to most functions should be TIdPort instead of integer. ------------------------------------------------------------------------ r2042 | Remy Lebeau | 2007-07-24 08:24:37 +0200 (Tue, 24 Jul 2007) | 1 line Fix for WSAEACCES ------------------------------------------------------------------------ r2041 | Remy Lebeau | 2007-07-24 08:22:56 +0200 (Tue, 24 Jul 2007) | 1 line Changed EIdWinsockStubError constructor ------------------------------------------------------------------------ r2040 | J. Peter Mugaas | 2007-07-24 08:18:15 +0200 (Tue, 24 Jul 2007) | 1 line Check in WSACCESS fix. ------------------------------------------------------------------------ r2039 | J. Peter Mugaas | 2007-07-24 08:15:54 +0200 (Tue, 24 Jul 2007) | 1 line Fixed compile error. ------------------------------------------------------------------------ r2038 | J. Peter Mugaas | 2007-07-24 08:13:00 +0200 (Tue, 24 Jul 2007) | 1 line Fix for compile error. ------------------------------------------------------------------------ r2037 | Remy Lebeau | 2007-07-24 08:00:33 +0200 (Tue, 24 Jul 2007) | 3 lines Added AEncoding parameter to various TIdBytes <-> String conversion functions to better support 8-bit and UTF-8 encodings. Code Cleanup ------------------------------------------------------------------------ r2036 | Remy Lebeau | 2007-07-24 07:52:56 +0200 (Tue, 24 Jul 2007) | 1 line Typo fix for WSATRY_AGAIN under DotNet ------------------------------------------------------------------------ r2035 | Remy Lebeau | 2007-07-24 07:36:39 +0200 (Tue, 24 Jul 2007) | 5 lines Updated Accept() to recognize IPv6 connections in a IPv4 network under Vista. Removed GetLocalAddress() and GetLocalAddresses() overrides, handled in TIdStack directly now code cleanup ------------------------------------------------------------------------ r2034 | Remy Lebeau | 2007-07-24 07:34:33 +0200 (Tue, 24 Jul 2007) | 3 lines Removed GetLocalAddress() and GetLocalAddresses() overrides, handled in TIdStack directly now code cleanup ------------------------------------------------------------------------ r2033 | Remy Lebeau | 2007-07-24 07:31:48 +0200 (Tue, 24 Jul 2007) | 3 lines Removed GetLocalAddress() and GetLocalAddresses() overrides, handled in TIdStack directly now Code cleanup ------------------------------------------------------------------------ r2032 | Remy Lebeau | 2007-07-24 07:28:07 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2031 | Remy Lebeau | 2007-07-24 07:26:49 +0200 (Tue, 24 Jul 2007) | 1 line Removed GetLocalAddress() and GetLocalAddresses() overrides in descendant classes, handled in TIdStack directly now ------------------------------------------------------------------------ r2030 | Remy Lebeau | 2007-07-24 07:21:38 +0200 (Tue, 24 Jul 2007) | 1 line removed GetLocalAddress() and GetLocalAddresses() overrides, handled in IdStack.pas directly now ------------------------------------------------------------------------ r2029 | Remy Lebeau | 2007-07-24 07:19:23 +0200 (Tue, 24 Jul 2007) | 1 line Code cleanup ------------------------------------------------------------------------ r2028 | J. Peter Mugaas | 2007-07-23 22:53:06 +0200 (Mon, 23 Jul 2007) | 1 line FPC Merge and design-time update. ------------------------------------------------------------------------ r2027 | J. Peter Mugaas | 2007-07-23 22:34:51 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2026 | J. Peter Mugaas | 2007-07-23 22:27:54 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2025 | J. Peter Mugaas | 2007-07-23 22:24:43 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2024 | J. Peter Mugaas | 2007-07-23 22:22:59 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2023 | J. Peter Mugaas | 2007-07-23 22:19:03 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2022 | J. Peter Mugaas | 2007-07-23 22:17:41 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2021 | J. Peter Mugaas | 2007-07-23 22:15:10 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2020 | J. Peter Mugaas | 2007-07-23 22:09:15 +0200 (Mon, 23 Jul 2007) | 1 line Updated packages for FPC merge. ------------------------------------------------------------------------ r2019 | J. Peter Mugaas | 2007-07-23 22:08:47 +0200 (Mon, 23 Jul 2007) | 1 line Compiler warning fix. ------------------------------------------------------------------------ r2018 | J. Peter Mugaas | 2007-07-23 22:06:43 +0200 (Mon, 23 Jul 2007) | 1 line slight adjustment in InterlockedExchangeTHandle to handle non-Win64 x86_64 targets. ------------------------------------------------------------------------ r2017 | J. Peter Mugaas | 2007-07-23 21:57:43 +0200 (Mon, 23 Jul 2007) | 1 line Merge from fpc branch. ------------------------------------------------------------------------ r2016 | J. Peter Mugaas | 2007-07-23 21:56:22 +0200 (Mon, 23 Jul 2007) | 1 line Merge from fpc branch. ------------------------------------------------------------------------ r2015 | J. Peter Mugaas | 2007-07-23 21:55:09 +0200 (Mon, 23 Jul 2007) | 1 line Merge from FPC branch. ------------------------------------------------------------------------ r2014 | J. Peter Mugaas | 2007-07-23 21:49:05 +0200 (Mon, 23 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r2013 | J. Peter Mugaas | 2007-07-22 04:06:57 +0200 (Sun, 22 Jul 2007) | 1 line Minor adjustment for threading code. ------------------------------------------------------------------------ r2012 | J. Peter Mugaas | 2007-07-21 11:26:40 +0200 (Sat, 21 Jul 2007) | 1 line Remove PtrInt and PtrUint. They are defined in IdGlobals for Delphi. ------------------------------------------------------------------------ r2011 | J. Peter Mugaas | 2007-07-21 11:21:55 +0200 (Sat, 21 Jul 2007) | 1 line Fixed ptrint and ptruint defintions for Borland Delphi to match IdWinsock2. ------------------------------------------------------------------------ r2010 | J. Peter Mugaas | 2007-07-21 11:16:00 +0200 (Sat, 21 Jul 2007) | 1 line Updated as Gambit suggested. ------------------------------------------------------------------------ r2009 | J. Peter Mugaas | 2007-07-21 10:59:55 +0200 (Sat, 21 Jul 2007) | 1 line IndyRaiseLastError for transparancy with D5. ------------------------------------------------------------------------ r2008 | J. Peter Mugaas | 2007-07-21 10:49:24 +0200 (Sat, 21 Jul 2007) | 1 line Improvement from Gambit. ------------------------------------------------------------------------ r2007 | J. Peter Mugaas | 2007-07-21 10:41:35 +0200 (Sat, 21 Jul 2007) | 1 line Select timeouts for infinity should be minus one. SelectReadList now can create a SocketList if the value of the list param is nil. ------------------------------------------------------------------------ r2006 | J. Peter Mugaas | 2007-07-21 09:37:17 +0200 (Sat, 21 Jul 2007) | 1 line Made this compile. Tried to fix TIdSocketListDotNet.SelectReadList ------------------------------------------------------------------------ r2005 | J. Peter Mugaas | 2007-07-21 08:59:34 +0200 (Sat, 21 Jul 2007) | 1 line Fix. ------------------------------------------------------------------------ r2004 | J. Peter Mugaas | 2007-07-21 07:19:06 +0200 (Sat, 21 Jul 2007) | 1 line GetOffsetFromUTC now works on Win64. I have not yet tested on WinCE but the GetTimeZoneInformation is available on that platform. ------------------------------------------------------------------------ r2003 | J. Peter Mugaas | 2007-07-21 06:27:59 +0200 (Sat, 21 Jul 2007) | 1 line Minor fix for CopyTIdLongInt using size for In64 in NET. ------------------------------------------------------------------------ r2002 | J. Peter Mugaas | 2007-07-21 06:26:08 +0200 (Sat, 21 Jul 2007) | 1 line Fix for InterlockedExchangeTHandle ------------------------------------------------------------------------ r2001 | J. Peter Mugaas | 2007-07-21 06:20:00 +0200 (Sat, 21 Jul 2007) | 1 line Fixes for TBaseStream. ------------------------------------------------------------------------ r2000 | J. Peter Mugaas | 2007-07-21 06:05:56 +0200 (Sat, 21 Jul 2007) | 1 line Minor cleanup. ------------------------------------------------------------------------ r1999 | J. Peter Mugaas | 2007-07-21 05:51:15 +0200 (Sat, 21 Jul 2007) | 1 line IdStackWindows comment clean-up. FPC doesn't accept Delphi-like commenting where { can be embedded in { } comments. ------------------------------------------------------------------------ r1998 | J. Peter Mugaas | 2007-07-21 05:46:39 +0200 (Sat, 21 Jul 2007) | 1 line x86_64-win64 compile fix. ------------------------------------------------------------------------ r1997 | J. Peter Mugaas | 2007-07-21 05:43:36 +0200 (Sat, 21 Jul 2007) | 1 line Shoudl compile in both FPC for win32-i386 and Delphi. ------------------------------------------------------------------------ r1996 | J. Peter Mugaas | 2007-07-21 05:39:37 +0200 (Sat, 21 Jul 2007) | 1 line Fix for compile error. ------------------------------------------------------------------------ r1995 | J. Peter Mugaas | 2007-07-21 05:18:30 +0200 (Sat, 21 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r1994 | J. Peter Mugaas | 2007-07-21 04:01:04 +0200 (Sat, 21 Jul 2007) | 1 line Remove a spec char where it should not have been. ------------------------------------------------------------------------ r1993 | J. Peter Mugaas | 2007-07-21 03:43:56 +0200 (Sat, 21 Jul 2007) | 1 line Merge from FPC branch for cross-platform (FPC support). ------------------------------------------------------------------------ r1992 | J. Peter Mugaas | 2007-07-21 03:42:27 +0200 (Sat, 21 Jul 2007) | 1 line Merge from FPC branch. ------------------------------------------------------------------------ r1991 | J. Peter Mugaas | 2007-07-21 03:39:58 +0200 (Sat, 21 Jul 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r1990 | J. Peter Mugaas | 2007-07-21 03:36:47 +0200 (Sat, 21 Jul 2007) | 1 line Merge from FPC branch. ------------------------------------------------------------------------ r1989 | Remy Lebeau | 2007-07-20 12:16:04 +0200 (Fri, 20 Jul 2007) | 1 line Updated TerminateYarn() to check if the yarn's Thread has been assigned before trying to access it ------------------------------------------------------------------------ r1988 | Remy Lebeau | 2007-07-20 12:10:56 +0200 (Fri, 20 Jul 2007) | 1 line Added RSReplyCodeAlreadyExists ------------------------------------------------------------------------ r1987 | J. Peter Mugaas | 2007-07-19 17:17:56 +0200 (Thu, 19 Jul 2007) | 1 line ExcludeTrailingPathDelimiter to IndyExcludeTrailingPathDelimiter for compatability with older Delphi versions. ------------------------------------------------------------------------ r1986 | Remy Lebeau | 2007-07-19 12:04:18 +0200 (Thu, 19 Jul 2007) | 1 line Added {do not localize} comments ------------------------------------------------------------------------ r1985 | Remy Lebeau | 2007-07-19 11:07:22 +0200 (Thu, 19 Jul 2007) | 1 line Added some more constants, and general code cleanup ------------------------------------------------------------------------ r1984 | Remy Lebeau | 2007-07-19 09:56:57 +0200 (Thu, 19 Jul 2007) | 1 line Renamed GetVersion() method to GetIndyVersion() so the compiler is not confused with the Win32 API GetVersion() function ------------------------------------------------------------------------ r1983 | J. Peter Mugaas | 2007-07-19 08:24:23 +0200 (Thu, 19 Jul 2007) | 1 line Fixed for an "inline" that was not IFDEF'ed. ------------------------------------------------------------------------ r1982 | J. Peter Mugaas | 2007-07-19 05:57:54 +0200 (Thu, 19 Jul 2007) | 1 line Update copyright year. ------------------------------------------------------------------------ r1981 | J. Peter Mugaas | 2007-07-19 02:08:04 +0200 (Thu, 19 Jul 2007) | 1 line Updated copyright year. ------------------------------------------------------------------------ r1980 | J. Peter Mugaas | 2007-07-19 02:06:57 +0200 (Thu, 19 Jul 2007) | 1 line C++Builder fix attempt. ------------------------------------------------------------------------ r1979 | J. Peter Mugaas | 2007-07-19 02:06:16 +0200 (Thu, 19 Jul 2007) | 1 line Remove IdSys and IdObjs software layer. ------------------------------------------------------------------------ r1978 | J. Peter Mugaas | 2007-07-18 22:32:25 +0200 (Wed, 18 Jul 2007) | 1 line Update copyright year. ------------------------------------------------------------------------ r1977 | J. Peter Mugaas | 2007-07-18 22:31:21 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs, fix copyright year. ------------------------------------------------------------------------ r1976 | J. Peter Mugaas | 2007-07-18 22:27:12 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1975 | J. Peter Mugaas | 2007-07-18 22:25:31 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1974 | J. Peter Mugaas | 2007-07-18 22:24:41 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObj software layers. ------------------------------------------------------------------------ r1973 | J. Peter Mugaas | 2007-07-18 22:24:04 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdObjs and IdSys software layers. ------------------------------------------------------------------------ r1972 | J. Peter Mugaas | 2007-07-18 22:22:47 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1971 | J. Peter Mugaas | 2007-07-18 22:21:33 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1970 | J. Peter Mugaas | 2007-07-18 22:20:31 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1969 | J. Peter Mugaas | 2007-07-18 22:18:25 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs layers. ------------------------------------------------------------------------ r1968 | J. Peter Mugaas | 2007-07-18 22:15:09 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1967 | J. Peter Mugaas | 2007-07-18 22:13:46 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers. ------------------------------------------------------------------------ r1966 | J. Peter Mugaas | 2007-07-18 22:12:46 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs layer. ------------------------------------------------------------------------ r1965 | J. Peter Mugaas | 2007-07-18 22:11:12 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs layer. ------------------------------------------------------------------------ r1964 | J. Peter Mugaas | 2007-07-18 22:10:42 +0200 (Wed, 18 Jul 2007) | 1 line Update. ------------------------------------------------------------------------ r1963 | J. Peter Mugaas | 2007-07-18 22:09:39 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs. ------------------------------------------------------------------------ r1962 | J. Peter Mugaas | 2007-07-18 22:07:57 +0200 (Wed, 18 Jul 2007) | 1 line Update date. ------------------------------------------------------------------------ r1961 | J. Peter Mugaas | 2007-07-18 21:57:37 +0200 (Wed, 18 Jul 2007) | 1 line Remove IdSys and IdObjs software layers, and add inlining if supported. ------------------------------------------------------------------------ r1960 | J. Peter Mugaas | 2007-06-30 01:40:41 +0200 (Sat, 30 Jun 2007) | 1 line Adjusted PassiveUseControlHost implementation to use the same IP address from the control connection. Using DNS resolves for the Passive TCP client connection may not work if the DNS server distributes workload amoung several different FTP servers. ------------------------------------------------------------------------ r1959 | J. Peter Mugaas | 2007-06-30 01:24:27 +0200 (Sat, 30 Jun 2007) | 1 line Adjust for new UDP Server signatures. ------------------------------------------------------------------------ r1958 | J. Peter Mugaas | 2007-06-30 01:20:01 +0200 (Sat, 30 Jun 2007) | 1 line Adjust for new UDP Server changes. ------------------------------------------------------------------------ r1957 | J. Peter Mugaas | 2007-06-30 01:14:40 +0200 (Sat, 30 Jun 2007) | 1 line Prevent warning about RTII info by not publishing properties from a TIObject. If you require published data, descend from TPersistant instead. ------------------------------------------------------------------------ r1956 | J. Peter Mugaas | 2007-06-30 01:04:37 +0200 (Sat, 30 Jun 2007) | 1 line Fix for compiler errors. ------------------------------------------------------------------------ r1954 | Tommi Prami | 2007-06-29 13:55:14 +0200 (Fri, 29 Jun 2007) | 1 line - AcceptEncoding header handlin adds identity more clean way (gzip, identity ------------------------------------------------------------------------ r1953 | Remy Lebeau | 2007-06-25 20:06:33 +0200 (Mon, 25 Jun 2007) | 1 line Updated DoUDPRead() with new signature, and to transfer data as a TIdBytes instead of a String ------------------------------------------------------------------------ r1952 | Remy Lebeau | 2007-06-25 20:04:01 +0200 (Mon, 25 Jun 2007) | 1 line Updated DoUDPRead() with new signature ------------------------------------------------------------------------ r1951 | Remy Lebeau | 2007-06-25 20:02:47 +0200 (Mon, 25 Jun 2007) | 1 line Updated DoUDPRead() with new signature ------------------------------------------------------------------------ r1950 | Remy Lebeau | 2007-06-25 20:01:35 +0200 (Mon, 25 Jun 2007) | 1 line Updated DoUDPRead() with new signature ------------------------------------------------------------------------ r1949 | Remy Lebeau | 2007-06-25 19:59:48 +0200 (Mon, 25 Jun 2007) | 1 line Added overloaded version of Broadcast to send a TIdBytes ------------------------------------------------------------------------ r1948 | Remy Lebeau | 2007-06-23 05:40:37 +0200 (Sat, 23 Jun 2007) | 1 line Updated TIdThreadSafeList.IsCountLessThan() to use the Count() method instead of using Lock.UnlockList() directly ------------------------------------------------------------------------ r1947 | Remy Lebeau | 2007-06-23 05:38:50 +0200 (Sat, 23 Jun 2007) | 1 line Removed FIPVersion member, is redundant. Using Binding.IPVersion everywhere now ------------------------------------------------------------------------ r1946 | Remy Lebeau | 2007-06-23 05:36:13 +0200 (Sat, 23 Jun 2007) | 1 line Added RecvBitsPerSec and SendBitsPerSec properties ------------------------------------------------------------------------ r1945 | Remy Lebeau | 2007-06-23 05:33:27 +0200 (Sat, 23 Jun 2007) | 1 line Added REGISTER_EXPECTED_MEMORY_LEAK for newer VCL versions ------------------------------------------------------------------------ r1944 | Remy Lebeau | 2007-06-23 05:32:42 +0200 (Sat, 23 Jun 2007) | 1 line Added setter method for CommandHandlers property ------------------------------------------------------------------------ r1943 | Remy Lebeau | 2007-06-23 04:45:55 +0200 (Sat, 23 Jun 2007) | 5 lines Added Data and Server properties to TIdUDPListenerThread Added ThreadClass property to TIdUDPServer Changed TIdUDPExceptionEvent and TUDPReadEvent event types to pass a pointer to the calling thread, to be more consistent with TIdTCPServer. ------------------------------------------------------------------------ r1942 | Remy Lebeau | 2007-05-11 19:23:24 +0200 (Fri, 11 May 2007) | 1 line Fix for compile errors ------------------------------------------------------------------------ r1941 | Remy Lebeau | 2007-05-10 20:59:11 +0200 (Thu, 10 May 2007) | 1 line Added PassiveUseControlHost property ------------------------------------------------------------------------ r1940 | Remy Lebeau | 2007-04-28 21:32:45 +0200 (Sat, 28 Apr 2007) | 1 line Fix for NDD10 environment variable being set to the wrong path ------------------------------------------------------------------------ r1939 | Remy Lebeau | 2007-04-27 19:12:43 +0200 (Fri, 27 Apr 2007) | 1 line Updated Connect() to reset the FDidAuthenticate member, and updated Disconect() to reset it even if an exception occurs. ------------------------------------------------------------------------ r1938 | Remy Lebeau | 2007-04-24 20:32:56 +0200 (Tue, 24 Apr 2007) | 1 line Fix for Receive() using SizeOf() instead of Length() when calling FillBytes() ------------------------------------------------------------------------ r1937 | Remy Lebeau | 2007-04-24 03:07:07 +0200 (Tue, 24 Apr 2007) | 1 line Fixed compiler error in DoReplyUnknownCommand() ------------------------------------------------------------------------ r1936 | J. Peter Mugaas | 2007-03-28 05:33:41 +0200 (Wed, 28 Mar 2007) | 1 line Update ------------------------------------------------------------------------ r1935 | J. Peter Mugaas | 2007-03-28 05:31:39 +0200 (Wed, 28 Mar 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r1934 | J. Peter Mugaas | 2007-03-28 05:30:18 +0200 (Wed, 28 Mar 2007) | 1 line Master package for a non-Indy tree distribution. ------------------------------------------------------------------------ r1933 | J. Peter Mugaas | 2007-03-28 05:26:35 +0200 (Wed, 28 Mar 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r1927 | Remy Lebeau | 2007-03-18 05:28:41 +0100 (Sun, 18 Mar 2007) | 1 line Added RSPOP3SvrUnknownCmdFmt ------------------------------------------------------------------------ r1926 | Remy Lebeau | 2007-03-18 05:28:09 +0100 (Sun, 18 Mar 2007) | 1 line Added override for DoReplyUnknownCommand() method ------------------------------------------------------------------------ r1924 | Remy Lebeau | 2007-03-10 21:08:26 +0100 (Sat, 10 Mar 2007) | 1 line Updated for Delphi 2007 ------------------------------------------------------------------------ r1923 | Remy Lebeau | 2007-03-10 21:07:26 +0100 (Sat, 10 Mar 2007) | 1 line Updated for Delphi 2007 support ------------------------------------------------------------------------ r1922 | Remy Lebeau | 2007-03-10 21:05:40 +0100 (Sat, 10 Mar 2007) | 1 line Updated for Delphi 2007 support ------------------------------------------------------------------------ r1921 | Remy Lebeau | 2007-03-10 21:04:34 +0100 (Sat, 10 Mar 2007) | 1 line (empty log message) ------------------------------------------------------------------------ r1920 | Remy Lebeau | 2007-03-05 01:33:36 +0100 (Mon, 05 Mar 2007) | 1 line Updated to builld BPI/BPL and LIB files ------------------------------------------------------------------------ r1919 | Remy Lebeau | 2007-03-04 08:07:19 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1918 | Remy Lebeau | 2007-03-04 08:05:41 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1917 | Remy Lebeau | 2007-03-04 08:05:12 +0100 (Sun, 04 Mar 2007) | 7 lines Added OnCheckMsgID event Added GetMsgNoAndID() method Updated to use TextStartsWith() and TextIsSame() Misc bug fixes ------------------------------------------------------------------------ r1916 | Remy Lebeau | 2007-03-04 08:01:30 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1915 | Remy Lebeau | 2007-03-04 07:58:14 +0100 (Sun, 04 Mar 2007) | 7 lines Updated to use TextStartsWith() Removed EncodeAndWriteText(), no longer used Updated WriteTextPart() to not QP-encode the CRLF of each line anymore Updated to use new IOHandler.WriteLnRFC() method ------------------------------------------------------------------------ r1914 | Remy Lebeau | 2007-03-04 07:52:37 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1913 | Remy Lebeau | 2007-03-04 07:51:53 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() and TextEndsWith() ------------------------------------------------------------------------ r1912 | Remy Lebeau | 2007-03-04 07:43:26 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextEndsWith() ------------------------------------------------------------------------ r1911 | Remy Lebeau | 2007-03-04 07:39:37 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() and TextEndsWith() ------------------------------------------------------------------------ r1910 | Remy Lebeau | 2007-03-04 07:37:06 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1909 | Remy Lebeau | 2007-03-04 07:36:30 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextEndsWith() ------------------------------------------------------------------------ r1908 | Remy Lebeau | 2007-03-04 07:35:38 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1907 | Remy Lebeau | 2007-03-04 07:34:30 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use CharIsInSet() ------------------------------------------------------------------------ r1906 | Remy Lebeau | 2007-03-04 07:33:56 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1905 | Remy Lebeau | 2007-03-04 07:32:15 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextIsSame() ------------------------------------------------------------------------ r1904 | Remy Lebeau | 2007-03-04 07:31:40 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1903 | Remy Lebeau | 2007-03-04 07:30:30 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextEndsWith() ------------------------------------------------------------------------ r1902 | Remy Lebeau | 2007-03-04 07:29:37 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1901 | Remy Lebeau | 2007-03-04 07:28:28 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() ------------------------------------------------------------------------ r1900 | Remy Lebeau | 2007-03-04 05:14:08 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextStartsWith() and TextEndsWith() ------------------------------------------------------------------------ r1899 | Remy Lebeau | 2007-03-04 05:10:44 +0100 (Sun, 04 Mar 2007) | 1 line Updated to use TextEndsWith() ------------------------------------------------------------------------ r1898 | Remy Lebeau | 2007-03-04 05:00:56 +0100 (Sun, 04 Mar 2007) | 3 lines Added WriteLnRFC() method. Updated PerformCapture() to use TextStarsWith() ------------------------------------------------------------------------ r1897 | Remy Lebeau | 2007-03-04 04:59:10 +0100 (Sun, 04 Mar 2007) | 1 line Updated TIdCommandHandler.Check() to use TextStartsWith() ------------------------------------------------------------------------ r1896 | Remy Lebeau | 2007-03-04 04:55:20 +0100 (Sun, 04 Mar 2007) | 1 line Updated IsValidIPv6MulticastGroup() to use TextStartsWith() ------------------------------------------------------------------------ r1895 | Remy Lebeau | 2007-03-04 04:54:36 +0100 (Sun, 04 Mar 2007) | 1 line Typo in TextIsSame() for .NET ------------------------------------------------------------------------ r1894 | J. Peter Mugaas | 2007-02-28 04:02:50 +0100 (Wed, 28 Feb 2007) | 1 line Only TPersistant-based objects should pubish properties. Otherwise, you get a warning about RTTI info being included. ------------------------------------------------------------------------ r1893 | J. Peter Mugaas | 2007-02-28 03:48:47 +0100 (Wed, 28 Feb 2007) | 1 line Removed published section of TIdThread decendants. Ibkt TPersistant-based classes should publish properties. Besides, the published property section in those files was empty. ------------------------------------------------------------------------ r1892 | Remy Lebeau | 2007-02-23 20:02:45 +0100 (Fri, 23 Feb 2007) | 1 line Bug fix for the declaration of IdSslSkPush being invalid when an HPP header file is generated in C++. ------------------------------------------------------------------------ r1891 | Matthijs ter Woord | 2007-02-22 16:58:44 +0100 (Thu, 22 Feb 2007) | 1 line Encoding works now too (forgotten StreamHelper fix) ------------------------------------------------------------------------ r1890 | Matthijs ter Woord | 2007-02-21 16:42:51 +0100 (Wed, 21 Feb 2007) | 1 line Moved to StreamHelper, didn't work. ------------------------------------------------------------------------ r1888 | Remy Lebeau | 2007-02-08 00:03:18 +0100 (Thu, 08 Feb 2007) | 1 line Rewrote ------------------------------------------------------------------------ r1883 | Remy Lebeau | 2007-01-17 04:54:10 +0100 (Wed, 17 Jan 2007) | 1 line Initial support for RFC 1870 ------------------------------------------------------------------------ r1878 | Remy Lebeau | 2007-01-11 21:45:08 +0100 (Thu, 11 Jan 2007) | 1 line Bug fix for TIdListenerThread.Run() freeing the TIdTCPConnection object twice if an exception occurs after the TIdContext object is created. ------------------------------------------------------------------------ r1877 | Remy Lebeau | 2007-01-11 19:25:01 +0100 (Thu, 11 Jan 2007) | 7 lines Updated ConnectClient() to pass through any base class data unencrypted before SSL is initialized Added ADepth parameter to OnVerifyPeer events Updated TIdX509 to not free OpenSSL's private certificate memory unnecessarily Added error handling to SslLockingCallback() and PrepareOpenSSLLocking() ------------------------------------------------------------------------ r1876 | Ben Taylor | 2007-01-11 02:32:19 +0100 (Thu, 11 Jan 2007) | 1 line Updated function name ------------------------------------------------------------------------ r1875 | Ben Taylor | 2007-01-11 02:31:54 +0100 (Thu, 11 Jan 2007) | 1 line Updated interface ------------------------------------------------------------------------ r1874 | Ben Taylor | 2007-01-11 02:31:30 +0100 (Thu, 11 Jan 2007) | 1 line minor naming change ------------------------------------------------------------------------ r1873 | Ben Taylor | 2007-01-11 02:25:43 +0100 (Thu, 11 Jan 2007) | 1 line updated and simplified ------------------------------------------------------------------------ r1872 | Remy Lebeau | 2007-01-11 02:11:23 +0100 (Thu, 11 Jan 2007) | 1 line Misc tweaks ------------------------------------------------------------------------ r1871 | Remy Lebeau | 2007-01-11 01:59:22 +0100 (Thu, 11 Jan 2007) | 1 line Added some extra EXTERNALSYM declarations ------------------------------------------------------------------------ r1870 | Remy Lebeau | 2007-01-11 01:58:29 +0100 (Thu, 11 Jan 2007) | 3 lines Added EXTERNALSYM declarations Removed items that are duplicated in IdWinsock2.pas ------------------------------------------------------------------------ r1869 | Remy Lebeau | 2007-01-09 20:13:54 +0100 (Tue, 09 Jan 2007) | 1 line Added mswsock.h to the list of included header files when compiled for C++. ------------------------------------------------------------------------ r1866 | Remy Lebeau | 2007-01-04 04:26:43 +0100 (Thu, 04 Jan 2007) | 1 line Fixed compiler errors ------------------------------------------------------------------------ r1865 | Remy Lebeau | 2007-01-03 21:55:24 +0100 (Wed, 03 Jan 2007) | 1 line Added SMTP SPF values ------------------------------------------------------------------------ r1864 | Remy Lebeau | 2007-01-03 21:55:09 +0100 (Wed, 03 Jan 2007) | 1 line Initial support for SPF handling ------------------------------------------------------------------------ r1852 | Remy Lebeau | 2007-01-03 04:44:42 +0100 (Wed, 03 Jan 2007) | 1 line Added RSSMTPUserNotLocalFwdAddr ------------------------------------------------------------------------ r1851 | Remy Lebeau | 2007-01-02 21:36:59 +0100 (Tue, 02 Jan 2007) | 1 line Updated to handle forwarded addresses better ------------------------------------------------------------------------ r1850 | Remy Lebeau | 2007-01-02 21:32:43 +0100 (Tue, 02 Jan 2007) | 1 line Bug fix for Receive() not decrementing the ATimeout value while looping. ------------------------------------------------------------------------ r1843 | Remy Lebeau | 2006-12-13 01:13:58 +0100 (Wed, 13 Dec 2006) | 1 line Bug fix for Scheduler Name ------------------------------------------------------------------------ r1842 | Remy Lebeau | 2006-12-08 23:10:01 +0100 (Fri, 08 Dec 2006) | 1 line Added new StartListening() and StopListening() methods ------------------------------------------------------------------------ r1841 | Remy Lebeau | 2006-12-06 07:50:26 +0100 (Wed, 06 Dec 2006) | 1 line Added AParams parameter to OnMailFrom and OnRcptTo events in order to better support SMTP extensions ------------------------------------------------------------------------ r1840 | Remy Lebeau | 2006-12-06 07:47:26 +0100 (Wed, 06 Dec 2006) | 1 line Re-enabled OnCAPA event ------------------------------------------------------------------------ r1839 | Matthijs ter Woord | 2006-12-02 08:52:40 +0100 (Sat, 02 Dec 2006) | 1 line Indy builds now again. ------------------------------------------------------------------------ r1838 | Matthijs ter Woord | 2006-12-01 10:20:43 +0100 (Fri, 01 Dec 2006) | 1 line Using ReadStream didn't call antifreeze ------------------------------------------------------------------------ r1831 | Remy Lebeau | 2006-11-27 20:17:41 +0100 (Mon, 27 Nov 2006) | 1 line Added new OnCAPA event ------------------------------------------------------------------------ r1830 | Remy Lebeau | 2006-11-26 08:57:29 +0100 (Sun, 26 Nov 2006) | 1 line Bug fix for CreateNTPassword() passing the buffers to Move() in reverse order ------------------------------------------------------------------------ r1829 | Remy Lebeau | 2006-11-26 08:56:07 +0100 (Sun, 26 Nov 2006) | 1 line Renamed internal members to use 'F' prefix instead of 'L' ------------------------------------------------------------------------ r1828 | Remy Lebeau | 2006-11-26 08:54:55 +0100 (Sun, 26 Nov 2006) | 1 line Updated to instantiate the AuthParams in the constructor ------------------------------------------------------------------------ r1827 | Remy Lebeau | 2006-11-26 08:53:59 +0100 (Sun, 26 Nov 2006) | 1 line Added HashToHex() method override ------------------------------------------------------------------------ r1826 | Remy Lebeau | 2006-11-26 08:53:26 +0100 (Sun, 26 Nov 2006) | 1 line Added HashToHex() method overrides ------------------------------------------------------------------------ r1825 | Remy Lebeau | 2006-11-26 08:52:26 +0100 (Sun, 26 Nov 2006) | 1 line Moved GetHashBytes() to TIdHash32 ------------------------------------------------------------------------ r1824 | Remy Lebeau | 2006-11-26 08:51:56 +0100 (Sun, 26 Nov 2006) | 3 lines Moved GetHashBytes() to TIdHash16/32 Added HashEnd() method override to TIdHashCRC32 ------------------------------------------------------------------------ r1823 | Remy Lebeau | 2006-11-26 08:50:53 +0100 (Sun, 26 Nov 2006) | 1 line Moved GetHashBytes() to TIdHash32 ------------------------------------------------------------------------ r1822 | Remy Lebeau | 2006-11-26 08:50:04 +0100 (Sun, 26 Nov 2006) | 3 lines Added HashToHex() method to TIdHash to ensure hashes are outputed using the proper endian Moved stream reading of 16/32-bit hashing descendants into TIdHash16/32 to centralize the processing of hashing the stream bytes ------------------------------------------------------------------------ r1821 | Remy Lebeau | 2006-11-26 08:47:11 +0100 (Sun, 26 Nov 2006) | 3 lines Removed Todo in ReadByteFromInputBuffer() Added HashEnd() method to TIdHash32 ------------------------------------------------------------------------ r1820 | Remy Lebeau | 2006-11-22 01:35:27 +0100 (Wed, 22 Nov 2006) | 1 line Updated ReadByteFromInputBuffer() to call ReadTIdBytesFromStream() ------------------------------------------------------------------------ r1819 | Remy Lebeau | 2006-11-20 22:25:18 +0100 (Mon, 20 Nov 2006) | 3 lines Bug fix for Chunked replies. Added TIdDiscardStream ------------------------------------------------------------------------ r1818 | Remy Lebeau | 2006-11-20 21:59:11 +0100 (Mon, 20 Nov 2006) | 1 line Updated TIdHashSHA1 to override the new virtual constructor in TIdHash ------------------------------------------------------------------------ r1817 | Remy Lebeau | 2006-11-20 21:58:48 +0100 (Mon, 20 Nov 2006) | 1 line Removed constructor from TIdMessageDigest, and updated TIdMessageDigest2/4 to override the new virtual constructor in TIdHash ------------------------------------------------------------------------ r1816 | Remy Lebeau | 2006-11-20 21:57:49 +0100 (Mon, 20 Nov 2006) | 1 line Changed TIdHash to have a virtual constructor ------------------------------------------------------------------------ r1815 | Remy Lebeau | 2006-11-15 19:46:26 +0100 (Wed, 15 Nov 2006) | 1 line Added HMAC units ------------------------------------------------------------------------ r1789 | Remy Lebeau | 2006-11-09 23:23:06 +0100 (Thu, 09 Nov 2006) | 1 line Updated call to GetResponse([]) to use GetResponse(-1) instead ------------------------------------------------------------------------ r1788 | Remy Lebeau | 2006-11-09 23:22:36 +0100 (Thu, 09 Nov 2006) | 1 line Updated calls to GetResponse([]) to use GetResponse(-1) instead ------------------------------------------------------------------------ r1787 | Remy Lebeau | 2006-11-09 23:19:19 +0100 (Thu, 09 Nov 2006) | 1 line Added override for DoTerminateContext() ------------------------------------------------------------------------ r1786 | Remy Lebeau | 2006-11-09 23:10:57 +0100 (Thu, 09 Nov 2006) | 1 line Added new OnBannerWarning event ------------------------------------------------------------------------ r1785 | Remy Lebeau | 2006-11-09 22:58:04 +0100 (Thu, 09 Nov 2006) | 3 lines Upsated GetResponse(SmallInt) with a default value updated GetInternalResponse() to use a repeat..until loop ------------------------------------------------------------------------ r1784 | Remy Lebeau | 2006-11-09 22:56:20 +0100 (Thu, 09 Nov 2006) | 1 line Added new DoTerminateContext() method, and hooked up TIdContext.OnException event handler ------------------------------------------------------------------------ r1783 | Remy Lebeau | 2006-11-09 22:55:18 +0100 (Thu, 09 Nov 2006) | 1 line Added new OnException event ------------------------------------------------------------------------ r1782 | Remy Lebeau | 2006-11-09 22:54:16 +0100 (Thu, 09 Nov 2006) | 1 line Added new methods for exception handling ------------------------------------------------------------------------ r1781 | Remy Lebeau | 2006-11-09 22:53:28 +0100 (Thu, 09 Nov 2006) | 1 line Added support for new TIdTask.DoException() method ------------------------------------------------------------------------ r1780 | Remy Lebeau | 2006-11-08 10:25:46 +0100 (Wed, 08 Nov 2006) | 1 line Incremented version number to 10.1.6 ------------------------------------------------------------------------ r1779 | Remy Lebeau | 2006-11-08 10:14:08 +0100 (Wed, 08 Nov 2006) | 1 line Removed unused C++Builder version defines ------------------------------------------------------------------------ r1778 | Remy Lebeau | 2006-11-08 10:10:26 +0100 (Wed, 08 Nov 2006) | 1 line Updated to reflect changes to TIdHash design ------------------------------------------------------------------------ r1777 | Remy Lebeau | 2006-11-08 10:08:03 +0100 (Wed, 08 Nov 2006) | 1 line Removed unused variable ------------------------------------------------------------------------ r1776 | Remy Lebeau | 2006-11-08 10:07:34 +0100 (Wed, 08 Nov 2006) | 1 line Removed unused variables ------------------------------------------------------------------------ r1775 | Remy Lebeau | 2006-11-08 10:06:50 +0100 (Wed, 08 Nov 2006) | 1 line Updated to reflect changes in TIdHash design ------------------------------------------------------------------------ r1774 | Remy Lebeau | 2006-11-08 10:05:33 +0100 (Wed, 08 Nov 2006) | 1 line Updated to reflect changes in TIdHash design ------------------------------------------------------------------------ r1773 | Remy Lebeau | 2006-11-08 10:03:43 +0100 (Wed, 08 Nov 2006) | 1 line Re-wrote interface design to better support C++ ------------------------------------------------------------------------ r1772 | Remy Lebeau | 2006-11-08 09:54:51 +0100 (Wed, 08 Nov 2006) | 1 line Removed use of TBytes in TIdBytes typedef. It is causing all C++ generated header files to use TBytes instead of TIdBytes ------------------------------------------------------------------------ r1771 | Remy Lebeau | 2006-10-21 10:03:12 +0200 (Sat, 21 Oct 2006) | 1 line Changes to ensure TIdMimeTable handles duplicate entries properly under various scenerios ------------------------------------------------------------------------ r1770 | Ben Taylor | 2006-10-09 12:36:44 +0200 (Mon, 09 Oct 2006) | 1 line Changed raise of EIdException to a more specific EIdNotConnected ------------------------------------------------------------------------ r1769 | Ben Taylor | 2006-10-07 09:10:14 +0200 (Sat, 07 Oct 2006) | 1 line Fixed memory leak ------------------------------------------------------------------------ r1768 | Ben Taylor | 2006-10-07 09:09:05 +0200 (Sat, 07 Oct 2006) | 1 line Fixed memory leak ------------------------------------------------------------------------ r1767 | Remy Lebeau | 2006-09-21 05:44:18 +0200 (Thu, 21 Sep 2006) | 3 lines Bug fix for DoBeforeCmd() not removing the ':' from the nickname Various event handler updates to manage IRC parameters better. ------------------------------------------------------------------------ r1760 | Remy Lebeau | 2006-09-16 07:56:09 +0200 (Sat, 16 Sep 2006) | 3 lines Compiler fixes for DoAfterGet() and DoAfterPut() calls ------------------------------------------------------------------------ r1758 | Remy Lebeau | 2006-09-15 04:47:27 +0200 (Fri, 15 Sep 2006) | 1 line Removed Copy() from IsEndMarker() ------------------------------------------------------------------------ r1757 | Remy Lebeau | 2006-09-15 04:44:30 +0200 (Fri, 15 Sep 2006) | 1 line Changed GetInternalResponse() to call ReadLnWait() instead of ReadLn() in the inner loop. ------------------------------------------------------------------------ r1756 | Remy Lebeau | 2006-09-13 07:37:47 +0200 (Wed, 13 Sep 2006) | 3 lines Updated to use new TIdHash.HashValueAsHex() methods Hooked up OnAfterPut/Get events ------------------------------------------------------------------------ r1755 | Ben Taylor | 2006-09-10 02:21:17 +0200 (Sun, 10 Sep 2006) | 1 line Fixed hashvalue bugs ------------------------------------------------------------------------ r1754 | Remy Lebeau | 2006-09-09 02:53:01 +0200 (Sat, 09 Sep 2006) | 1 line Added IdGlobal to uses clause ------------------------------------------------------------------------ r1753 | Matthijs ter Woord | 2006-09-08 10:53:41 +0200 (Fri, 08 Sep 2006) | 1 line Added FBody.Duplicates := iddupAccept; to work around the absence of the sorted property, which means that duplicates is checked which defaults to ignore. This leads to lines being removed from messages if they are duplicates of others.... ------------------------------------------------------------------------ r1752 | Ben Taylor | 2006-09-07 12:16:30 +0200 (Thu, 07 Sep 2006) | 1 line Fixed compile error ------------------------------------------------------------------------ r1751 | Matthijs ter Woord | 2006-09-07 11:41:46 +0200 (Thu, 07 Sep 2006) | 1 line Some small fixes to get the FCL build working again.. ------------------------------------------------------------------------ r1750 | Remy Lebeau | 2006-09-06 05:14:02 +0200 (Wed, 06 Sep 2006) | 1 line Updated CommandAPOP() to use new TIdHashMessageDigest5.HashValueAsHex() method ------------------------------------------------------------------------ r1749 | Remy Lebeau | 2006-09-06 05:12:48 +0200 (Wed, 06 Sep 2006) | 3 lines Updated Login() to use new TIdHashMessageDigest5.HashValueAsHex() method Moved try..except block from Login() to Connect() ------------------------------------------------------------------------ r1748 | Remy Lebeau | 2006-09-06 05:11:25 +0200 (Wed, 06 Sep 2006) | 1 line Updated GenerateKeyMD4(), GenerateKeyMD5(), and GenerateKeySHA1() to reflect changes in TIdHash.HashValue() methods ------------------------------------------------------------------------ r1747 | Remy Lebeau | 2006-09-06 05:09:33 +0200 (Wed, 06 Sep 2006) | 1 line Updated CreateNTPassword() to reflect changes in TIdHash.HashValue() methods ------------------------------------------------------------------------ r1746 | Remy Lebeau | 2006-09-06 05:06:45 +0200 (Wed, 06 Sep 2006) | 3 lines Added 450 to the list of ignorable return codes in InternalGet() Updated VerifyFile() to use new TIdHash.HashValueAsHex() methods ------------------------------------------------------------------------ r1745 | Remy Lebeau | 2006-09-06 05:02:13 +0200 (Wed, 06 Sep 2006) | 1 line Updated InternalHashValue() to reflect changes in TIdHashSHA1.HashValue() method ------------------------------------------------------------------------ r1744 | Remy Lebeau | 2006-09-06 05:01:29 +0200 (Wed, 06 Sep 2006) | 1 line Updated InternalHashValue() to reflect changes in TIdHashMessageDigest5.HashValue() method ------------------------------------------------------------------------ r1743 | Remy Lebeau | 2006-09-06 04:57:45 +0200 (Wed, 06 Sep 2006) | 1 line Updated Connect() to use new TIdHashMessageDigest5.HashValueAsHex() method ------------------------------------------------------------------------ r1742 | Remy Lebeau | 2006-09-06 04:53:32 +0200 (Wed, 06 Sep 2006) | 1 line Updated Authentication() to use new TIdHashMessageDigest5.HashValueAsHex() method ------------------------------------------------------------------------ r1741 | Remy Lebeau | 2006-09-06 04:51:45 +0200 (Wed, 06 Sep 2006) | 1 line Changed HashValue() methods to return TIdBytes instead of Longint arrays ------------------------------------------------------------------------ r1740 | Remy Lebeau | 2006-09-06 04:51:01 +0200 (Wed, 06 Sep 2006) | 1 line Changed HashValue() methods to return TIdBytes instead of LongInt arrays ------------------------------------------------------------------------ r1739 | Remy Lebeau | 2006-09-06 04:49:13 +0200 (Wed, 06 Sep 2006) | 1 line Added HashValueAsHex() method ------------------------------------------------------------------------ r1738 | Remy Lebeau | 2006-09-06 04:48:03 +0200 (Wed, 06 Sep 2006) | 2 lines Added HashValueAsHex() methods Changed 64bit+ classes to return TIdBytes instead of Longint arrays ------------------------------------------------------------------------ r1737 | Remy Lebeau | 2006-09-06 02:22:16 +0200 (Wed, 06 Sep 2006) | 1 line Bug fix for Receive() not copying the VBuffer data into the local buffer during decompression ------------------------------------------------------------------------ r1736 | Ben Taylor | 2006-09-05 06:13:11 +0200 (Tue, 05 Sep 2006) | 1 line Added TIdSASLClass ------------------------------------------------------------------------ r1735 | Ben Taylor | 2006-09-05 01:57:34 +0200 (Tue, 05 Sep 2006) | 1 line Fixed CRAM-MD5 ------------------------------------------------------------------------ r1734 | J. Peter Mugaas | 2006-08-27 21:13:58 +0200 (Sun, 27 Aug 2006) | 1 line put begin..end in "if" statement. This is required for Indy standards. ------------------------------------------------------------------------ r1733 | Matthijs ter Woord | 2006-08-24 09:47:55 +0200 (Thu, 24 Aug 2006) | 1 line Some small FCL build fixes ------------------------------------------------------------------------ r1732 | J. Peter Mugaas | 2006-08-21 23:23:44 +0200 (Mon, 21 Aug 2006) | 1 line Error messages are now resource strings. ------------------------------------------------------------------------ r1731 | J. Peter Mugaas | 2006-08-21 21:14:19 +0200 (Mon, 21 Aug 2006) | 1 line Fix for build problem where a file was renamed. ------------------------------------------------------------------------ r1730 | Matthijs ter Woord | 2006-08-21 12:37:47 +0200 (Mon, 21 Aug 2006) | 1 line . ------------------------------------------------------------------------ r1729 | J. Peter Mugaas | 2006-08-21 11:45:46 +0200 (Mon, 21 Aug 2006) | 1 line Put some more messages into IdResourceStrings. Merge from FreePascal View. ------------------------------------------------------------------------ r1728 | J. Peter Mugaas | 2006-08-21 11:44:28 +0200 (Mon, 21 Aug 2006) | 1 line if statements should have begin..end even if they are one line. Ditto for "else". It reduces bugs that kreep up. ------------------------------------------------------------------------ r1727 | J. Peter Mugaas | 2006-08-21 10:54:15 +0200 (Mon, 21 Aug 2006) | 1 line Commented out old Indy wrapper for OpenSSL in Linux. That should no longer be required. People have supported success without that .so file in FreePascal. ------------------------------------------------------------------------ r1726 | J. Peter Mugaas | 2006-08-21 00:47:24 +0200 (Mon, 21 Aug 2006) | 1 line Added more MIME Types for stuff on various systems. The default MIME table was too Windows-centric. ------------------------------------------------------------------------ r1725 | Ben Taylor | 2006-08-16 07:47:34 +0200 (Wed, 16 Aug 2006) | 1 line Fixed compile errors ------------------------------------------------------------------------ r1724 | Ben Taylor | 2006-08-16 07:44:25 +0200 (Wed, 16 Aug 2006) | 1 line Added RSHTTPExpectationFailed ------------------------------------------------------------------------ r1723 | Remy Lebeau | 2006-08-15 23:56:10 +0200 (Tue, 15 Aug 2006) | 3 lines Removed FContentType member from TIdHTTPResponseInfo, conflicts with TIdEntityHeaderInfo.FContentType. Added support for '100-contnue' header and HTTP v1.1 'Expects' header. ------------------------------------------------------------------------ r1719 | Ben Taylor | 2006-08-03 07:00:33 +0200 (Thu, 03 Aug 2006) | 1 line Fixed test ------------------------------------------------------------------------ r1718 | Ben Taylor | 2006-08-03 06:46:24 +0200 (Thu, 03 Aug 2006) | 1 line Moved Assert() ------------------------------------------------------------------------ r1716 | Ben Taylor | 2006-08-02 13:27:01 +0200 (Wed, 02 Aug 2006) | 1 line Added PKCS12 functions ------------------------------------------------------------------------ r1715 | Remy Lebeau | 2006-07-26 21:10:33 +0200 (Wed, 26 Jul 2006) | 1 line Commented out assignment of ADest.Position in Get(String, TIdStream, Boolean). It is breaking resuming of files. ------------------------------------------------------------------------ r1714 | Remy Lebeau | 2006-07-21 20:16:29 +0200 (Fri, 21 Jul 2006) | 1 line Bug fixes for SendEPassive() ------------------------------------------------------------------------ r1713 | Remy Lebeau | 2006-07-11 21:46:41 +0200 (Tue, 11 Jul 2006) | 3 lines Updated UnLoadOpenSSLLibrary() to remove the locking callback before unloading the OpenSSL library Fixed memory leaks in VerifyCallback() ------------------------------------------------------------------------ r1708 | Remy Lebeau | 2006-06-07 21:48:24 +0200 (Wed, 07 Jun 2006) | 3 lines Removed redundant initializations from InitComponent(), they are already performed in TIdSMTPBase Removed event handler copying from Assign() ------------------------------------------------------------------------ r1707 | Remy Lebeau | 2006-06-07 21:43:56 +0200 (Wed, 07 Jun 2006) | 1 line Changed Pipeline property to default to False instead of True ------------------------------------------------------------------------ r1706 | Remy Lebeau | 2006-06-07 21:43:20 +0200 (Wed, 07 Jun 2006) | 1 line Added AllowPipelining property ------------------------------------------------------------------------ r1705 | Remy Lebeau | 2006-06-06 19:51:56 +0200 (Tue, 06 Jun 2006) | 1 line Fixed compiler error in DoWorkForPart() ------------------------------------------------------------------------ r1704 | Remy Lebeau | 2006-06-06 19:51:22 +0200 (Tue, 06 Jun 2006) | 1 line Removed a compiler Hint from TIdFSPListItems.ParseEntries() ------------------------------------------------------------------------ r1703 | Remy Lebeau | 2006-06-05 22:27:38 +0200 (Mon, 05 Jun 2006) | 1 line Bug fix for AddrNotWillForward() not passing enough parameters to Sys.Format() ------------------------------------------------------------------------ r1698 | Ben Taylor | 2006-06-02 01:56:56 +0200 (Fri, 02 Jun 2006) | 1 line Fixed end-of-line character format ------------------------------------------------------------------------ r1697 | Ben Taylor | 2006-06-02 01:09:34 +0200 (Fri, 02 Jun 2006) | 1 line Fixed end-of-line character format ------------------------------------------------------------------------ r1696 | Remy Lebeau | 2006-05-30 01:27:11 +0200 (Tue, 30 May 2006) | 1 line Fix for Compiler errors ------------------------------------------------------------------------ r1693 | Remy Lebeau | 2006-05-26 19:45:27 +0200 (Fri, 26 May 2006) | 1 line Updated to handle OnWork events better, and to support 64-bit parameters now ------------------------------------------------------------------------ r1688 | Remy Lebeau | 2006-05-24 22:09:00 +0200 (Wed, 24 May 2006) | 1 line Changed OnWork event handlers to use Int64 now ------------------------------------------------------------------------ r1687 | Remy Lebeau | 2006-05-23 21:16:51 +0200 (Tue, 23 May 2006) | 1 line Changed ReadStream() to handle disconnect exceptions better so that pending data is removed from the InputBuffer properly ------------------------------------------------------------------------ r1686 | Remy Lebeau | 2006-05-22 08:01:52 +0200 (Mon, 22 May 2006) | 1 line Bug fix for IPToID() ------------------------------------------------------------------------ r1682 | Remy Lebeau | 2006-05-20 00:23:25 +0200 (Sat, 20 May 2006) | 1 line Bug fix for DecodeTrap() ------------------------------------------------------------------------ r1677 | Remy Lebeau | 2006-05-18 22:39:43 +0200 (Thu, 18 May 2006) | 1 line Bug Fix for Write(TIdStream) calling DoWork() too many times ------------------------------------------------------------------------ r1676 | Remy Lebeau | 2006-05-18 21:18:57 +0200 (Thu, 18 May 2006) | 1 line Updated InitDataChannel() to set the IOHandler.LargeStream property, and to use the IOHandler.WorkTarget property instead of assigning the OnWork event handlers individually ------------------------------------------------------------------------ r1671 | Remy Lebeau | 2006-05-12 19:25:36 +0200 (Fri, 12 May 2006) | 1 line Fix for typo and missing paranthesis ------------------------------------------------------------------------ r1670 | Remy Lebeau | 2006-05-08 22:28:02 +0200 (Mon, 08 May 2006) | 1 line Fixed typo for the default clause of the ReuseSocket property ------------------------------------------------------------------------ r1669 | Remy Lebeau | 2006-05-08 21:22:01 +0200 (Mon, 08 May 2006) | 1 line Updated destructor to clear the CookieManager ------------------------------------------------------------------------ r1662 | Remy Lebeau | 2006-05-05 07:55:22 +0200 (Fri, 05 May 2006) | 1 line Bug fix for TIdSMTPServer.OnReset event ------------------------------------------------------------------------ r1658 | Remy Lebeau | 2006-05-03 21:34:27 +0200 (Wed, 03 May 2006) | 1 line Added ReuseSocket property ------------------------------------------------------------------------ r1657 | Remy Lebeau | 2006-05-03 21:29:08 +0200 (Wed, 03 May 2006) | 1 line Added OnSocketAllocated event ------------------------------------------------------------------------ r1656 | Remy Lebeau | 2006-05-03 21:28:10 +0200 (Wed, 03 May 2006) | 1 line Added ReuseSocket property for client connections ------------------------------------------------------------------------ r1655 | Matthijs ter Woord | 2006-05-03 16:27:28 +0200 (Wed, 03 May 2006) | 1 line Fixed build ------------------------------------------------------------------------ r1654 | J. Peter Mugaas | 2006-05-03 15:57:43 +0200 (Wed, 03 May 2006) | 1 line Update. ------------------------------------------------------------------------ r1651 | Remy Lebeau | 2006-05-02 01:47:45 +0200 (Tue, 02 May 2006) | 5 lines Updated EHLO handler to not send the STARTTLS extension when the connection is already encrypted Updated the AUTH and STARTTLS handlers to require a previous EHLO command Added Reset() method to TIdSMTPServerContext ------------------------------------------------------------------------ r1647 | Ben Taylor | 2006-04-29 08:31:33 +0200 (Sat, 29 Apr 2006) | 4 lines Bug fix for "." at soft line breaks . From Ciaran Costelloe ------------------------------------------------------------------------ r1646 | Ben Taylor | 2006-04-29 08:25:18 +0200 (Sat, 29 Apr 2006) | 1 line Added test for . at start of line ------------------------------------------------------------------------ r1645 | Remy Lebeau | 2006-04-28 00:30:24 +0200 (Fri, 28 Apr 2006) | 1 line Bug fix for empty Opaque headers being sent ------------------------------------------------------------------------ r1644 | Remy Lebeau | 2006-04-27 22:36:20 +0200 (Thu, 27 Apr 2006) | 1 line bug fix for STARTTLS handler not sending a reply to the client before starting the SSL negotiation. ------------------------------------------------------------------------ r1643 | Remy Lebeau | 2006-04-26 20:38:47 +0200 (Wed, 26 Apr 2006) | 1 line Fix for OnTerminate handler not being assigned to the thread object when started ------------------------------------------------------------------------ r1642 | Matthijs ter Woord | 2006-04-20 18:54:01 +0200 (Thu, 20 Apr 2006) | 1 line Fixed SSL support ------------------------------------------------------------------------ r1637 | Ben Taylor | 2006-04-19 06:51:02 +0200 (Wed, 19 Apr 2006) | 1 line Fixed authentication detection ------------------------------------------------------------------------ r1636 | Ben Taylor | 2006-04-19 06:50:05 +0200 (Wed, 19 Apr 2006) | 1 line Added const to function params ------------------------------------------------------------------------ r1635 | Remy Lebeau | 2006-04-18 21:31:59 +0200 (Tue, 18 Apr 2006) | 1 line Tweaks to Fetch() calls when parsing Extended reply codes ------------------------------------------------------------------------ r1623 | Ben Taylor | 2006-04-11 07:35:58 +0200 (Tue, 11 Apr 2006) | 1 line Added Assert ------------------------------------------------------------------------ r1622 | Ben Taylor | 2006-04-11 06:33:09 +0200 (Tue, 11 Apr 2006) | 2 lines Removed FInputBuffer.Clear; from TIdIOHandler. Added comment ------------------------------------------------------------------------ r1612 | Matthijs ter Woord | 2006-04-08 19:36:03 +0200 (Sat, 08 Apr 2006) | 2 lines Fixed ------------------------------------------------------------------------ r1595 | Ben Taylor | 2006-03-30 08:38:11 +0200 (Thu, 30 Mar 2006) | 1 line (empty log message) ------------------------------------------------------------------------ r1594 | Ben Taylor | 2006-03-29 13:58:32 +0200 (Wed, 29 Mar 2006) | 1 line Updated to const params ------------------------------------------------------------------------ r1593 | Ben Taylor | 2006-03-29 13:57:13 +0200 (Wed, 29 Mar 2006) | 1 line Fixed compile error initially caused by IdServerInterceptLogBase changes. ------------------------------------------------------------------------ r1592 | Ben Taylor | 2006-03-29 13:44:38 +0200 (Wed, 29 Mar 2006) | 1 line Fixed compiler warning ------------------------------------------------------------------------ r1589 | Remy Lebeau | 2006-03-27 11:09:20 +0200 (Mon, 27 Mar 2006) | 1 line Added IsAlpha...(), BytesToIPv4Str(), and GetStringEncoder() functions ------------------------------------------------------------------------ r1588 | Remy Lebeau | 2006-03-27 10:52:27 +0200 (Mon, 27 Mar 2006) | 1 line Code cleanup ------------------------------------------------------------------------ r1587 | Remy Lebeau | 2006-03-27 10:39:45 +0200 (Mon, 27 Mar 2006) | 1 line Removed IdCompilerDefines.inc, not used ------------------------------------------------------------------------ r1586 | Remy Lebeau | 2006-03-27 10:30:29 +0200 (Mon, 27 Mar 2006) | 1 line Added SOCKS and OTP strings ------------------------------------------------------------------------ r1585 | Remy Lebeau | 2006-03-27 10:29:04 +0200 (Mon, 27 Mar 2006) | 1 line Updated GetFormattedReply() to cache the NumericCode so that is does not have to be converted to a string multiple times ------------------------------------------------------------------------ r1584 | Remy Lebeau | 2006-03-27 10:25:07 +0200 (Mon, 27 Mar 2006) | 1 line Updated FindCodeTextDelim() and IsValidEnhancedCode() to use TextStartsWith() ------------------------------------------------------------------------ r1583 | Remy Lebeau | 2006-03-27 10:20:42 +0200 (Mon, 27 Mar 2006) | 1 line Updated Connect() to clear the APOPToken member before connecting ------------------------------------------------------------------------ r1582 | Remy Lebeau | 2006-03-27 10:18:25 +0200 (Mon, 27 Mar 2006) | 1 line Added IsValidOTPString() and GenerateSixWordKey() methods ------------------------------------------------------------------------ r1581 | Remy Lebeau | 2006-03-27 10:16:55 +0200 (Mon, 27 Mar 2006) | 1 line Added MessageParts and OwnerMessage properties to TIdMessagePart ------------------------------------------------------------------------ r1580 | Remy Lebeau | 2006-03-27 10:09:45 +0200 (Mon, 27 Mar 2006) | 1 line Rewrote to use new GetStrValue() and GetIntValue() helper functions ------------------------------------------------------------------------ r1579 | Remy Lebeau | 2006-03-27 10:08:05 +0200 (Mon, 27 Mar 2006) | 1 line Updated ReadBody() to use ReadLnRFC() ------------------------------------------------------------------------ r1578 | Remy Lebeau | 2006-03-27 10:07:24 +0200 (Mon, 27 Mar 2006) | 1 line updated ReadHeader() and ReadBody() to use ReadLnRFC() ------------------------------------------------------------------------ r1577 | Remy Lebeau | 2006-03-27 10:03:52 +0200 (Mon, 27 Mar 2006) | 1 line Renamed local variables DoUDPRead() ------------------------------------------------------------------------ r1576 | Remy Lebeau | 2006-03-27 10:02:42 +0200 (Mon, 27 Mar 2006) | 1 line Updated ReturnMIMEType() to use TextStartsWith(), and to remove Sys.LowerCase() ------------------------------------------------------------------------ r1575 | Remy Lebeau | 2006-03-27 09:43:28 +0200 (Mon, 27 Mar 2006) | 3 lines Added 'const' to various string parameters Added FetchIRCParam() function for more accurate paring of inbound command parameters ------------------------------------------------------------------------ r1574 | Remy Lebeau | 2006-03-27 09:29:25 +0200 (Mon, 27 Mar 2006) | 1 line Updated SetActive() to check for a valid Thread pointer before trying to terminate it ------------------------------------------------------------------------ r1573 | Remy Lebeau | 2006-03-27 09:28:30 +0200 (Mon, 27 Mar 2006) | 1 line Updated SetActive() to check for a valid Thread pointer before terminating it ------------------------------------------------------------------------ r1572 | Remy Lebeau | 2006-03-27 09:27:26 +0200 (Mon, 27 Mar 2006) | 12 lines Added ConnectionState property to TIdIMAP4PeerContext, and made other properties read-only Added additional Send...Reply() overloaded methods Streamlined the code where Context members are being accessed Replaces various TextIsSame() comparions with PostInStrArray() instead Tweaks to various UID handlings Removed 'goto' handling from ReassembleParams() ------------------------------------------------------------------------ r1571 | Remy Lebeau | 2006-03-27 09:19:32 +0200 (Mon, 27 Mar 2006) | 5 lines Rewrote InternalRetrievePart() to simplify the parsing logic Added extra exception handling Code cleanup ------------------------------------------------------------------------ r1570 | Remy Lebeau | 2006-03-27 09:11:37 +0200 (Mon, 27 Mar 2006) | 1 line Updated to use IdObjs and IdSys units ------------------------------------------------------------------------ r1569 | Remy Lebeau | 2006-03-27 09:10:34 +0200 (Mon, 27 Mar 2006) | 1 line Compiler errors ------------------------------------------------------------------------ r1568 | Remy Lebeau | 2006-03-27 09:09:53 +0200 (Mon, 27 Mar 2006) | 1 line Moved over OnBeforeConnect handling from TIdCustomTCPServer. Did not belong there. ------------------------------------------------------------------------ r1567 | Remy Lebeau | 2006-03-27 09:09:13 +0200 (Mon, 27 Mar 2006) | 1 line Added PadString() function ------------------------------------------------------------------------ r1566 | Remy Lebeau | 2006-03-27 09:08:37 +0200 (Mon, 27 Mar 2006) | 5 lines Removed IsValidOTPString() and GenerateOTP(), replaced with new TIdOTPCalculator methods Removed SplitStr(), using ExtractFeatFeats() instead Removed EPRTParams(), not being used anywhere ------------------------------------------------------------------------ r1565 | Remy Lebeau | 2006-03-27 08:38:00 +0200 (Mon, 27 Mar 2006) | 1 line Added 'const to various string parameters ------------------------------------------------------------------------ r1564 | Remy Lebeau | 2006-03-27 08:37:44 +0200 (Mon, 27 Mar 2006) | 1 line Added 'const' to various string parameters ------------------------------------------------------------------------ r1563 | Remy Lebeau | 2006-03-27 08:36:25 +0200 (Mon, 27 Mar 2006) | 1 line Updated ContinueAuthenticate() to use new TIdOTPCalculator.GenerateSixWordKey() method ------------------------------------------------------------------------ r1562 | Remy Lebeau | 2006-03-27 08:34:44 +0200 (Mon, 27 Mar 2006) | 1 line Updated GenerateOTP() to use new TIdOTPCalculator.GenerateSixWordKey() method. ------------------------------------------------------------------------ r1561 | Remy Lebeau | 2006-03-27 06:05:06 +0200 (Mon, 27 Mar 2006) | 1 line Moved OnBeforeConnect event to TIdMAppedPortTCP, it does not belong at the TIdCustomTCPServer level. ------------------------------------------------------------------------ r1547 | Ben Taylor | 2006-03-25 11:30:53 +0100 (Sat, 25 Mar 2006) | 1 line Fixed compile error ------------------------------------------------------------------------ r1546 | Remy Lebeau | 2006-03-25 02:59:54 +0100 (Sat, 25 Mar 2006) | 3 lines Updated IsHostname() to use TextStartsWith() Updated IsTopDomain() to use Sys.UpperCase() instead of IndyUpperCase() ------------------------------------------------------------------------ r1545 | Remy Lebeau | 2006-03-25 02:56:12 +0100 (Sat, 25 Mar 2006) | 1 line Updated IsItANumber() to use IdGlobal.IsNumeric() ------------------------------------------------------------------------ r1544 | Remy Lebeau | 2006-03-25 02:52:00 +0100 (Sat, 25 Mar 2006) | 1 line Updated to use IdSys ------------------------------------------------------------------------ r1543 | Remy Lebeau | 2006-03-25 02:06:41 +0100 (Sat, 25 Mar 2006) | 1 line Updated Send() and Receive() to cache the calculated sizes ------------------------------------------------------------------------ r1542 | Remy Lebeau | 2006-03-25 01:27:53 +0100 (Sat, 25 Mar 2006) | 1 line Removed IdSslCheck(), not used anywhere ------------------------------------------------------------------------ r1541 | Remy Lebeau | 2006-03-25 01:12:49 +0100 (Sat, 25 Mar 2006) | 3 lines Removed IsDataCommand(), PosInStrArray() is now used instead Removed exception handling from TIdMappedFtpDataThread.Before ------------------------------------------------------------------------ r1540 | Remy Lebeau | 2006-03-25 01:00:54 +0100 (Sat, 25 Mar 2006) | 3 lines Changed StoreUnique() and VerifyFile() to use TIdReadFileExclusiveStream instead of TIdReadFileNonExclusiveStream Added TODO comment in CleanDirName() ------------------------------------------------------------------------ r1539 | Remy Lebeau | 2006-03-25 00:59:15 +0100 (Sat, 25 Mar 2006) | 1 line Updated to read/write TIdBytes instead of strings ------------------------------------------------------------------------ r1538 | Remy Lebeau | 2006-03-25 00:58:04 +0100 (Sat, 25 Mar 2006) | 3 lines Changed to derive from TIdTCPClient instead of TIdCustomTCPClient. Removed OnWork event handling ------------------------------------------------------------------------ r1537 | Remy Lebeau | 2006-03-25 00:54:06 +0100 (Sat, 25 Mar 2006) | 3 lines Compiler fixes Updated AlphaNumericStr() to use new IdGlobal.IsAlphaNumeric() function ------------------------------------------------------------------------ r1536 | Remy Lebeau | 2006-03-25 00:49:35 +0100 (Sat, 25 Mar 2006) | 1 line Changed various string parameters to use 'const' ------------------------------------------------------------------------ r1535 | Remy Lebeau | 2006-03-25 00:48:32 +0100 (Sat, 25 Mar 2006) | 1 line Removed write specifiers for AuthRetries and AuthProxyRetries properties, not appropriate to have afterall ------------------------------------------------------------------------ r1534 | Remy Lebeau | 2006-03-24 02:33:55 +0100 (Fri, 24 Mar 2006) | 5 lines Renamed TReadFileExclusiveStream to TIdReadFileExclusiveStream Updated Print() to use WriteTIdBytesToStream() Updated CheckReply() to use ReadByte() instead of ReadString() ------------------------------------------------------------------------ r1533 | Remy Lebeau | 2006-03-24 01:03:57 +0100 (Fri, 24 Mar 2006) | 1 line Fix for 'undeclared identifier: TIdStreamHelper' compiler error ------------------------------------------------------------------------ r1526 | Remy Lebeau | 2006-03-23 03:02:04 +0100 (Thu, 23 Mar 2006) | 3 lines Updated to use TIdIOHandler.ReadLnRFC() Renamed TReadFileExclusiveStream to TIdReadFileExclusiveStream ------------------------------------------------------------------------ r1525 | Remy Lebeau | 2006-03-23 02:51:38 +0100 (Thu, 23 Mar 2006) | 1 line Re-Added setter methods for AuthRetries and AuthProxyRetries properties, they got lost in the previous check-in ------------------------------------------------------------------------ r1524 | Remy Lebeau | 2006-03-23 02:47:42 +0100 (Thu, 23 Mar 2006) | 1 line Updated UpCaseFirstWord() to use Sys.UpperCase() ------------------------------------------------------------------------ r1523 | Ben Taylor | 2006-03-23 02:18:46 +0100 (Thu, 23 Mar 2006) | 1 line Fixed compile error ------------------------------------------------------------------------ r1522 | Ben Taylor | 2006-03-23 02:17:59 +0100 (Thu, 23 Mar 2006) | 4 lines Fixed compile error. Fixed Hint. Reverted property editability. Fixed bug introduced by refactor. ------------------------------------------------------------------------ r1521 | Ben Taylor | 2006-03-23 02:15:37 +0100 (Thu, 23 Mar 2006) | 1 line Fixed compile error ------------------------------------------------------------------------ r1520 | Ben Taylor | 2006-03-23 02:15:19 +0100 (Thu, 23 Mar 2006) | 1 line Fixed bug and warning introduced by previous checkin ------------------------------------------------------------------------ r1519 | Ben Taylor | 2006-03-23 02:14:24 +0100 (Thu, 23 Mar 2006) | 1 line Fixed compile error ------------------------------------------------------------------------ r1518 | Ben Taylor | 2006-03-23 02:12:32 +0100 (Thu, 23 Mar 2006) | 1 line Fixed compile error ------------------------------------------------------------------------ r1517 | Remy Lebeau | 2006-03-22 08:52:13 +0100 (Wed, 22 Mar 2006) | 1 line Added exception handler to TIdHeaderList.FoldLine() ------------------------------------------------------------------------ r1516 | Remy Lebeau | 2006-03-22 08:49:38 +0100 (Wed, 22 Mar 2006) | 1 line IIS fix for 'Expires' header in TIdEntityHeaderInfo.ProcessHeaders() ------------------------------------------------------------------------ r1515 | Remy Lebeau | 2006-03-22 08:47:56 +0100 (Wed, 22 Mar 2006) | 3 lines Added AUnexpectedContentTimeout parameter to ReadResult() to handle situations where the HEAD response includes unexpected body data. This is illegal in the RFCs, but some buggy servers do it. Added setter method to AuthRetries and AuthProxyRetries properties ------------------------------------------------------------------------ r1514 | Remy Lebeau | 2006-03-22 08:37:26 +0100 (Wed, 22 Mar 2006) | 3 lines Added UpperCaseFirstWord() Removed DirectoryExists(), moved to TIdSys ------------------------------------------------------------------------ r1513 | Remy Lebeau | 2006-03-22 08:27:58 +0100 (Wed, 22 Mar 2006) | 1 line Updated DoExecute() to use TextEndsWith() instead of UpperCase() and Copy() ------------------------------------------------------------------------ r1512 | Remy Lebeau | 2006-03-22 08:27:06 +0100 (Wed, 22 Mar 2006) | 3 lines Updated TIdDOSAttributes.AddAttribute() to use CharIsInSet() instead of PosInStrArray() Updated TIdDOSAttributes.GetAsString() and TIdWin32ea.GetAsString() to use preallocated strings ------------------------------------------------------------------------ r1511 | Remy Lebeau | 2006-03-22 08:14:24 +0100 (Wed, 22 Mar 2006) | 5 lines Updated TIdFTPListItem.Assign() to check the source type Updated TIdFTPListItem.SetFileName() to use TextIsSame() instead of UpperCase() Removed TIdListItem destructor, is redundant. ------------------------------------------------------------------------ r1510 | Remy Lebeau | 2006-03-22 08:10:21 +0100 (Wed, 22 Mar 2006) | 8 lines Updated to use TIdStreamHelper Rewrote ParseASCIIZ() so that its functionality can be reused throughout the unit Removed use of TIdBuffer from the Read/WritePacket() methods of TIdFSPPacket Added extra exception handling ------------------------------------------------------------------------ r1509 | Remy Lebeau | 2006-03-22 07:49:27 +0100 (Wed, 22 Mar 2006) | 1 line Updated DoExecute() to use InputBuffer.Clear() instead of InputBufferAsString() ------------------------------------------------------------------------ r1508 | Remy Lebeau | 2006-03-22 07:47:03 +0100 (Wed, 22 Mar 2006) | 3 lines Added AHeaders parameter to the OnCreatePostStream event so that streams can be customized to the type of request being issued Added OnHeadersAvailable and OnHeaderBlocked events. ------------------------------------------------------------------------ r1507 | Remy Lebeau | 2006-03-22 07:41:09 +0100 (Wed, 22 Mar 2006) | 1 line Rewrote to use TIdBytes ------------------------------------------------------------------------ r1506 | Remy Lebeau | 2006-03-22 07:26:15 +0100 (Wed, 22 Mar 2006) | 1 line Removed IdCompilerDefines.inc ------------------------------------------------------------------------ r1505 | Remy Lebeau | 2006-03-22 07:22:45 +0100 (Wed, 22 Mar 2006) | 1 line Added implementation code for CheckForDataOnSource() ------------------------------------------------------------------------ r1504 | Remy Lebeau | 2006-03-22 07:21:09 +0100 (Wed, 22 Mar 2006) | 1 line Removed DOTNET defines from a piece of code that will never run under DotNet in the first place since it is for an older compiler version ------------------------------------------------------------------------ r1503 | Remy Lebeau | 2006-03-22 07:19:14 +0100 (Wed, 22 Mar 2006) | 1 line Renamed TAppendFileStream to TIdAppendFileStream ------------------------------------------------------------------------ r1502 | Remy Lebeau | 2006-03-22 07:18:07 +0100 (Wed, 22 Mar 2006) | 3 lines Updated Connect() to use TIdFileCreateStream Updated WriteRecord() to cache the ABuffer Length ------------------------------------------------------------------------ r1501 | Remy Lebeau | 2006-03-22 07:12:30 +0100 (Wed, 22 Mar 2006) | 1 line Updated to use GetTickDiff() ------------------------------------------------------------------------ r1500 | Remy Lebeau | 2006-03-22 07:11:32 +0100 (Wed, 22 Mar 2006) | 1 line Renamed TReadFileExclusiveStream to TIdReadFileExclusiveStream ------------------------------------------------------------------------ r1499 | Remy Lebeau | 2006-03-22 07:05:23 +0100 (Wed, 22 Mar 2006) | 1 line Rewrote TIdSysLogMsgPart to better utilize its properties ------------------------------------------------------------------------ r1498 | Remy Lebeau | 2006-03-22 06:40:30 +0100 (Wed, 22 Mar 2006) | 3 lines Updated CmdSyntaxError() to use UpCaseFirstWord() Added ReplaceReceivedTokens() worker function to CommandDATA() ------------------------------------------------------------------------ r1497 | Remy Lebeau | 2006-03-22 06:32:08 +0100 (Wed, 22 Mar 2006) | 1 line Renamed TReadFileExclusiveStream to TIdReadFileExclusiveStream ------------------------------------------------------------------------ r1496 | Remy Lebeau | 2006-03-22 06:27:21 +0100 (Wed, 22 Mar 2006) | 5 lines Renamed TFileStream descendant classes to include the 'Id' prefix for consistency. Renamed ByteIsInEOF() and CharIsInEOF() to ByteIsInEOL() and CharIsInEOL(), respectively Buf fix for IsASCIILDH(TIdBytes) ------------------------------------------------------------------------ r1495 | Remy Lebeau | 2006-03-22 06:16:38 +0100 (Wed, 22 Mar 2006) | 1 line Updated CmdSyntaxError() to use UpCaseFirstWord() ------------------------------------------------------------------------ r1494 | Ben Taylor | 2006-03-20 05:08:28 +0100 (Mon, 20 Mar 2006) | 1 line Refactor of fRecvBuffer ------------------------------------------------------------------------ r1493 | Ben Taylor | 2006-03-20 03:48:27 +0100 (Mon, 20 Mar 2006) | 1 line Refactor of fRecvBuffer ------------------------------------------------------------------------ r1492 | Remy Lebeau | 2006-03-20 03:11:47 +0100 (Mon, 20 Mar 2006) | 1 line Removed FRecvBuffer from TIdIOHandler ------------------------------------------------------------------------ r1491 | Remy Lebeau | 2006-03-20 03:09:46 +0100 (Mon, 20 Mar 2006) | 5 lines Removed write buffering from Write(TIdStream) Moved FRecvBuffer member to IdSSLOpenSSL.pas, as it is not used by TIdIOHandler or TIdIOHandlerStack at all Added ReadByte() method ------------------------------------------------------------------------ r1484 | Remy Lebeau | 2006-03-09 22:03:47 +0100 (Thu, 09 Mar 2006) | 1 line Updated to reflect changes in TIdSimpleServer.Listen() ------------------------------------------------------------------------ r1483 | Remy Lebeau | 2006-03-08 23:50:15 +0100 (Wed, 08 Mar 2006) | 1 line Added support for new ListenTimeout property ------------------------------------------------------------------------ r1482 | Remy Lebeau | 2006-03-08 23:48:50 +0100 (Wed, 08 Mar 2006) | 3 lines Added ATimeout parameter to Listen() Chaged BeginListen() to not wait for a connection to be established when the TransparentProxy is enabled. That is the responsibility of Listen() instead ------------------------------------------------------------------------ r1480 | Remy Lebeau | 2006-03-07 21:40:49 +0100 (Tue, 07 Mar 2006) | 1 line Bug fix for DoExecute() ------------------------------------------------------------------------ r1479 | Remy Lebeau | 2006-03-07 21:40:01 +0100 (Tue, 07 Mar 2006) | 1 line Fix for compiler error ------------------------------------------------------------------------ r1478 | Remy Lebeau | 2006-03-07 21:36:26 +0100 (Tue, 07 Mar 2006) | 1 line Updated Readable() to call CheckIsReadable() in a loop when TIdAntiFreeze is used with a non-infinite reading timeout. ------------------------------------------------------------------------ r1477 | Remy Lebeau | 2006-03-06 23:37:17 +0100 (Mon, 06 Mar 2006) | 3 lines Updated AssignTo() to assign the NumericCode before the ReplyFormat, because TIdReply.SetCode() calls Clear(). Added override for Clear() to reset the ReplyFormat property ------------------------------------------------------------------------ r1476 | Remy Lebeau | 2006-03-06 23:35:36 +0100 (Mon, 06 Mar 2006) | 1 line Updated AssignTo() to assign the Code before the Text instead of afterwards because SetCode() calls Clear() so the Text was being lost. ------------------------------------------------------------------------ r1475 | J. Peter Mugaas | 2006-03-06 22:56:26 +0100 (Mon, 06 Mar 2006) | 1 line Lazarus design-time only package for an Indy-run-time library that is a FreePascal "package". ------------------------------------------------------------------------ r1473 | J. Peter Mugaas | 2006-03-06 22:55:33 +0100 (Mon, 06 Mar 2006) | 1 line Template updates. ------------------------------------------------------------------------ r1465 | Don Siders | 2006-03-01 13:21:38 +0100 (Wed, 01 Mar 2006) | 1 line Clean-up for old revision comments. ------------------------------------------------------------------------ r1464 | Ben Taylor | 2006-03-01 09:21:50 +0100 (Wed, 01 Mar 2006) | 1 line Fix to add TIdContext classes to the ContextList in a logic/thread safe way. ------------------------------------------------------------------------ r1463 | Ben Taylor | 2006-03-01 09:00:01 +0100 (Wed, 01 Mar 2006) | 2 lines Fixed compiler warnings. Tidied unit header. ------------------------------------------------------------------------ r1460 | Remy Lebeau | 2006-02-27 21:08:10 +0100 (Mon, 27 Feb 2006) | 1 line Added Intercept property ------------------------------------------------------------------------ r1459 | Remy Lebeau | 2006-02-27 21:05:05 +0100 (Mon, 27 Feb 2006) | 1 line Added overloaded version of MakeAddressObject() to allow the IP address type to be specified if known ahead of time. ------------------------------------------------------------------------ r1444 | Ben Taylor | 2006-02-24 23:32:05 +0100 (Fri, 24 Feb 2006) | 1 line Fixed to compile ------------------------------------------------------------------------ r1443 | Remy Lebeau | 2006-02-24 20:40:11 +0100 (Fri, 24 Feb 2006) | 3 lines Added IndyLength() function Added additional optional parameters to various functions ------------------------------------------------------------------------ r1442 | Remy Lebeau | 2006-02-24 20:34:42 +0100 (Fri, 24 Feb 2006) | 1 line Updated Send() to use new IndyLength() function ------------------------------------------------------------------------ r1441 | Remy Lebeau | 2006-02-24 20:31:41 +0100 (Fri, 24 Feb 2006) | 1 line Added AOffset parameter to Write() ------------------------------------------------------------------------ r1440 | Remy Lebeau | 2006-02-24 20:30:39 +0100 (Fri, 24 Feb 2006) | 1 line Initial C++ support ------------------------------------------------------------------------ r1439 | Remy Lebeau | 2006-02-24 19:28:59 +0100 (Fri, 24 Feb 2006) | 1 line Updated to reflect changes in IdWinSock2 ------------------------------------------------------------------------ r1438 | Remy Lebeau | 2006-02-24 19:26:13 +0100 (Fri, 24 Feb 2006) | 1 line Updated WinSock-related strings ------------------------------------------------------------------------ r1437 | Ben Taylor | 2006-02-24 02:07:18 +0100 (Fri, 24 Feb 2006) | 1 line Fixed compiler hint ------------------------------------------------------------------------ r1432 | Remy Lebeau | 2006-02-23 19:18:27 +0100 (Thu, 23 Feb 2006) | 3 lines Added additional TIdBytes utility functions Added AIndex parameter to ToBytes/F(TIdBytes) ------------------------------------------------------------------------ r1431 | Remy Lebeau | 2006-02-23 10:30:41 +0100 (Thu, 23 Feb 2006) | 1 line Removed ShouldUse() method. Was not being called by TIdAntiFreezeBase properly. ------------------------------------------------------------------------ r1430 | Remy Lebeau | 2006-02-23 10:29:39 +0100 (Thu, 23 Feb 2006) | 1 line Changed ShouldUse() to not be virtual anymore. Was not working properly as TIdAntiFreeze.ShouldUse() was not being called. ------------------------------------------------------------------------ r1427 | Ben Taylor | 2006-02-23 05:30:04 +0100 (Thu, 23 Feb 2006) | 1 line Update+bugfixes to allow use of standard OpenSSL libs ------------------------------------------------------------------------ r1423 | Ben Taylor | 2006-02-20 02:24:14 +0100 (Mon, 20 Feb 2006) | 1 line Fixed compiler hint ------------------------------------------------------------------------ r1422 | Remy Lebeau | 2006-02-19 09:50:58 +0100 (Sun, 19 Feb 2006) | 1 line Updated to use TextStartsWith() and TextEndsWith() functions ------------------------------------------------------------------------ r1421 | Remy Lebeau | 2006-02-19 09:50:01 +0100 (Sun, 19 Feb 2006) | 1 line Changed CmdSyntaxError() to use new UpCaseFirstWord() function in IdGlobalProtocols unit ------------------------------------------------------------------------ r1420 | Remy Lebeau | 2006-02-19 09:35:52 +0100 (Sun, 19 Feb 2006) | 1 line Misc tweak to DoConnectTimeout() ------------------------------------------------------------------------ r1419 | Remy Lebeau | 2006-02-19 09:34:44 +0100 (Sun, 19 Feb 2006) | 1 line Changed to override Assign() instead of AssignTo() ------------------------------------------------------------------------ r1418 | Remy Lebeau | 2006-02-19 09:33:37 +0100 (Sun, 19 Feb 2006) | 1 line Updated CloseBinding() to remove threads from the list as they are being freed ------------------------------------------------------------------------ r1417 | Remy Lebeau | 2006-02-19 09:28:56 +0100 (Sun, 19 Feb 2006) | 1 line Updated TerminateListenerThreads() to remove threads from the list as they are being freed. ------------------------------------------------------------------------ r1416 | Don Siders | 2006-02-19 09:18:20 +0100 (Sun, 19 Feb 2006) | 1 line Modifed case for EIdIOHandler and derivatives. ------------------------------------------------------------------------ r1415 | Remy Lebeau | 2006-02-19 08:56:37 +0100 (Sun, 19 Feb 2006) | 1 line Added CharPosInSet() ------------------------------------------------------------------------ r1414 | Don Siders | 2006-02-19 08:32:59 +0100 (Sun, 19 Feb 2006) | 1 line Fixed compiler warnings about unused or unitialized vars. ------------------------------------------------------------------------ r1413 | Don Siders | 2006-02-19 03:13:11 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1412 | Don Siders | 2006-02-19 02:57:44 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1411 | Don Siders | 2006-02-19 01:20:54 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1410 | Don Siders | 2006-02-19 01:14:32 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1409 | Don Siders | 2006-02-19 00:54:47 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1408 | Don Siders | 2006-02-19 00:49:45 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1407 | Don Siders | 2006-02-19 00:42:59 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1406 | Don Siders | 2006-02-19 00:37:25 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1405 | Don Siders | 2006-02-19 00:34:27 +0100 (Sun, 19 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1404 | Don Siders | 2006-02-18 23:57:12 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1403 | Don Siders | 2006-02-18 23:49:53 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1402 | Don Siders | 2006-02-18 23:34:09 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1401 | Don Siders | 2006-02-18 23:25:58 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1400 | Don Siders | 2006-02-18 23:07:59 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1399 | Don Siders | 2006-02-18 21:47:40 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1398 | Don Siders | 2006-02-18 21:41:12 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1397 | Don Siders | 2006-02-18 21:13:28 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments, code formatting. ------------------------------------------------------------------------ r1396 | Don Siders | 2006-02-18 21:12:04 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1395 | Don Siders | 2006-02-18 20:16:31 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1394 | Don Siders | 2006-02-18 20:04:32 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1393 | Don Siders | 2006-02-18 07:26:51 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up for old revision comments. ------------------------------------------------------------------------ r1392 | Don Siders | 2006-02-18 07:12:06 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1391 | Don Siders | 2006-02-18 07:08:16 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1390 | Don Siders | 2006-02-18 07:06:16 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1389 | Don Siders | 2006-02-18 07:03:33 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1388 | Don Siders | 2006-02-18 06:48:19 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1387 | Don Siders | 2006-02-18 06:35:02 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1386 | Don Siders | 2006-02-18 06:33:42 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1385 | Don Siders | 2006-02-18 06:31:43 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1384 | Don Siders | 2006-02-18 06:30:31 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1383 | Don Siders | 2006-02-18 06:27:11 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1382 | Don Siders | 2006-02-18 06:25:31 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1381 | Don Siders | 2006-02-18 06:24:14 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1380 | Don Siders | 2006-02-18 06:21:31 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1379 | Don Siders | 2006-02-18 06:20:15 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1378 | Don Siders | 2006-02-18 06:17:23 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1377 | Don Siders | 2006-02-18 06:14:53 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1376 | Don Siders | 2006-02-18 06:12:53 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1375 | Don Siders | 2006-02-18 06:10:58 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1374 | Don Siders | 2006-02-18 06:09:27 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1373 | Don Siders | 2006-02-18 06:06:02 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1372 | Don Siders | 2006-02-18 06:04:41 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1371 | Don Siders | 2006-02-18 06:03:15 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1370 | Don Siders | 2006-02-18 06:01:54 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1369 | Don Siders | 2006-02-18 05:59:21 +0100 (Sat, 18 Feb 2006) | 2 lines Clean-up of old revision comments. ------------------------------------------------------------------------ r1368 | Don Siders | 2006-02-18 05:55:38 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1367 | Don Siders | 2006-02-18 05:53:12 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1366 | Don Siders | 2006-02-18 05:52:10 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1365 | Don Siders | 2006-02-18 05:50:27 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1364 | Don Siders | 2006-02-18 05:49:08 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1363 | Don Siders | 2006-02-18 05:47:26 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1362 | Don Siders | 2006-02-18 05:46:09 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1361 | Don Siders | 2006-02-18 05:44:38 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1360 | Don Siders | 2006-02-18 05:42:30 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1359 | Don Siders | 2006-02-18 05:41:26 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1358 | Don Siders | 2006-02-18 05:40:00 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1357 | Don Siders | 2006-02-18 05:38:48 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1356 | Don Siders | 2006-02-18 05:37:02 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1355 | Don Siders | 2006-02-18 05:35:44 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1354 | Don Siders | 2006-02-18 05:33:38 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1353 | Don Siders | 2006-02-18 05:31:27 +0100 (Sat, 18 Feb 2006) | 1 line Clean-up of old revision comments. ------------------------------------------------------------------------ r1352 | Remy Lebeau | 2006-02-17 04:40:55 +0100 (Fri, 17 Feb 2006) | 1 line Changed IsCapaSupported() to use TextIsSame() instead ------------------------------------------------------------------------ r1351 | Remy Lebeau | 2006-02-17 04:00:20 +0100 (Fri, 17 Feb 2006) | 3 lines Added additional Assert in CopyTIdBytes() Added TextEndsWith() ------------------------------------------------------------------------ r1350 | Remy Lebeau | 2006-02-17 03:31:13 +0100 (Fri, 17 Feb 2006) | 1 line Changed to use VCL6ORABOVE instead of DELPHI5 define ------------------------------------------------------------------------ r1349 | Remy Lebeau | 2006-02-17 03:20:37 +0100 (Fri, 17 Feb 2006) | 1 line Added RSAcceptTimeout and RSInterceptIsDifferent ------------------------------------------------------------------------ r1348 | Remy Lebeau | 2006-02-17 03:16:38 +0100 (Fri, 17 Feb 2006) | 1 line Removed IdCompilerDefines.inc, not needed ------------------------------------------------------------------------ r1347 | Remy Lebeau | 2006-02-17 03:09:42 +0100 (Fri, 17 Feb 2006) | 1 line Added EIdAcceptTimeout ------------------------------------------------------------------------ r1346 | Remy Lebeau | 2006-02-17 03:06:57 +0100 (Fri, 17 Feb 2006) | 1 line Removed IdCompilerDefines.inc, not needed ------------------------------------------------------------------------ r1345 | Remy Lebeau | 2006-02-17 01:46:02 +0100 (Fri, 17 Feb 2006) | 1 line Removed IdCompilerDefines.inc, not needed ------------------------------------------------------------------------ r1337 | Ben Taylor | 2006-02-15 14:33:10 +0100 (Wed, 15 Feb 2006) | 1 line Fixed D2006 compiler warning ------------------------------------------------------------------------ r1336 | Remy Lebeau | 2006-02-15 02:11:03 +0100 (Wed, 15 Feb 2006) | 1 line Tweak to previous checkin ------------------------------------------------------------------------ r1335 | Remy Lebeau | 2006-02-15 02:10:15 +0100 (Wed, 15 Feb 2006) | 1 line Fix for AV caused by TIdUDPBase.Destroy() calling CloseBinding() again after the ListenerThreads has been destroyed. ------------------------------------------------------------------------ r1334 | Ben Taylor | 2006-02-15 01:29:26 +0100 (Wed, 15 Feb 2006) | 1 line Fixed compile failure ------------------------------------------------------------------------ r1333 | Ben Taylor | 2006-02-15 01:25:48 +0100 (Wed, 15 Feb 2006) | 1 line Fixed compiler warning ------------------------------------------------------------------------ r1331 | J. Peter Mugaas | 2006-02-14 20:11:42 +0100 (Tue, 14 Feb 2006) | 1 line Makefile fixes. Now requires fcl and should be in the packages/extra dir. ------------------------------------------------------------------------ r1330 | Remy Lebeau | 2006-02-14 19:57:00 +0100 (Tue, 14 Feb 2006) | 1 line Updated SetHandle() to remove the old socket, if any, from FReadSocketList ------------------------------------------------------------------------ r1327 | Remy Lebeau | 2006-02-14 19:37:22 +0100 (Tue, 14 Feb 2006) | 1 line Bug fix for previous checkin ------------------------------------------------------------------------ r1326 | Matthijs ter Woord | 2006-02-14 19:08:54 +0100 (Tue, 14 Feb 2006) | 1 line Write(stream) didn't invoke DoWork, fixed ------------------------------------------------------------------------ r1325 | Remy Lebeau | 2006-02-14 00:45:34 +0100 (Tue, 14 Feb 2006) | 1 line Changed the ReadLnRFC() parameters ------------------------------------------------------------------------ r1324 | Remy Lebeau | 2006-02-13 22:09:55 +0100 (Mon, 13 Feb 2006) | 1 line Added ReadLnRFC() method ------------------------------------------------------------------------ r1323 | Remy Lebeau | 2006-02-13 21:05:45 +0100 (Mon, 13 Feb 2006) | 1 line Added ReadLnRFC() method ------------------------------------------------------------------------ r1322 | Remy Lebeau | 2006-02-13 10:20:09 +0100 (Mon, 13 Feb 2006) | 3 lines Updated CloseBinding() to remove terminated threads from the ListenerThreads list. Added default IPv6 Binding item, for consistency with TIdTCPServer ------------------------------------------------------------------------ r1321 | Remy Lebeau | 2006-02-13 10:17:04 +0100 (Mon, 13 Feb 2006) | 3 lines Updated TerminateListenerThreads() to remove terminated threads from the ListenerThreads list. AddedDoBeforeListenerRun() method. ------------------------------------------------------------------------ r1320 | Remy Lebeau | 2006-02-09 20:09:19 +0100 (Thu, 09 Feb 2006) | 1 line Bug fix for TIdCmdTCPClientListeningThread constructor starting the thread before the Context has been created ------------------------------------------------------------------------ r1317 | J. Peter Mugaas | 2006-02-05 19:39:11 +0100 (Sun, 05 Feb 2006) | 1 line Just to see if this solves a firewall problem I can't test. ------------------------------------------------------------------------ r1313 | Remy Lebeau | 2006-01-31 21:01:49 +0100 (Tue, 31 Jan 2006) | 1 line Bug fix for the message TStream not being seeked to the beginning before triggering the OnMsgReceive event handler. ------------------------------------------------------------------------ r1310 | J. Peter Mugaas | 2006-01-23 15:42:54 +0100 (Mon, 23 Jan 2006) | 1 line (empty log message) ------------------------------------------------------------------------ r1309 | J. Peter Mugaas | 2006-01-23 15:42:07 +0100 (Mon, 23 Jan 2006) | 1 line Updated ------------------------------------------------------------------------ r1297 | Remy Lebeau | 2006-01-20 19:06:53 +0100 (Fri, 20 Jan 2006) | 1 line Compiler Errors ------------------------------------------------------------------------ r1294 | Remy Lebeau | 2006-01-20 03:13:30 +0100 (Fri, 20 Jan 2006) | 1 line Compiler error ------------------------------------------------------------------------ r1293 | Remy Lebeau | 2006-01-20 03:12:53 +0100 (Fri, 20 Jan 2006) | 1 line Added AddItems() method to TIdEmailAddressesList ------------------------------------------------------------------------ r1292 | Remy Lebeau | 2006-01-19 22:05:42 +0100 (Thu, 19 Jan 2006) | 1 line Added support for new RelaySender property ------------------------------------------------------------------------ r1291 | Remy Lebeau | 2006-01-19 21:40:29 +0100 (Thu, 19 Jan 2006) | 1 line Updated for changes in TIdSMTPBase.InternalSend() ------------------------------------------------------------------------ r1290 | Remy Lebeau | 2006-01-19 21:35:58 +0100 (Thu, 19 Jan 2006) | 1 line Updated to allow descendant classes to specify a different sender email address than the one provided by TIdMessage. ------------------------------------------------------------------------ r1287 | Ben Taylor | 2006-01-12 03:59:48 +0100 (Thu, 12 Jan 2006) | 1 line Added call to IOHandler.Shutdown during TIdCustomTCPServer.Shutdown. ------------------------------------------------------------------------ r1286 | Ben Taylor | 2006-01-12 03:58:16 +0100 (Thu, 12 Jan 2006) | 1 line Added Shutdown procedure to match the Init procedure. ------------------------------------------------------------------------ r1285 | Ben Taylor | 2006-01-12 00:44:24 +0100 (Thu, 12 Jan 2006) | 1 line Added assertions ------------------------------------------------------------------------ r1284 | Ben Taylor | 2006-01-11 08:00:55 +0100 (Wed, 11 Jan 2006) | 1 line Fixed TerminateListenerThreads invalid pointer error ------------------------------------------------------------------------ r1283 | Ben Taylor | 2006-01-09 05:01:32 +0100 (Mon, 09 Jan 2006) | 1 line Changed TCriticalSection to TIdCriticalSection ------------------------------------------------------------------------ r1282 | J. Peter Mugaas | 2006-01-07 22:47:06 +0100 (Sat, 07 Jan 2006) | 1 line Update. Omitted file. ------------------------------------------------------------------------ r1281 | J. Peter Mugaas | 2006-01-06 20:42:31 +0100 (Fri, 06 Jan 2006) | 1 line Made new feilds for FPC and removed the HL7 record (I think that unit is still not ready). ------------------------------------------------------------------------ r1280 | J. Peter Mugaas | 2006-01-06 20:41:11 +0100 (Fri, 06 Jan 2006) | 1 line (empty log message) ------------------------------------------------------------------------ r1279 | J. Peter Mugaas | 2006-01-06 20:40:22 +0100 (Fri, 06 Jan 2006) | 1 line DB Expansions for FreePascal. ------------------------------------------------------------------------ r1271 | J. Peter Mugaas | 2006-01-04 22:21:38 +0100 (Wed, 04 Jan 2006) | 1 line comment style fix for FPC. ------------------------------------------------------------------------ r1269 | Ben Taylor | 2006-01-04 04:02:27 +0100 (Wed, 04 Jan 2006) | 1 line Fixed memory leak that happens each time the server stops listening ------------------------------------------------------------------------ r1268 | Remy Lebeau | 2006-01-03 21:34:52 +0100 (Tue, 03 Jan 2006) | 1 line Promoted ReplyData and ReplyStatus properties to public in TIdIcmpClient ------------------------------------------------------------------------ r1267 | Ben Taylor | 2006-01-01 08:26:08 +0100 (Sun, 01 Jan 2006) | 1 line (empty log message) ------------------------------------------------------------------------ r1266 | Ben Taylor | 2006-01-01 08:25:17 +0100 (Sun, 01 Jan 2006) | 1 line Fixed memory leak ------------------------------------------------------------------------ r1264 | J. Peter Mugaas | 2005-12-26 07:20:30 +0100 (Mon, 26 Dec 2005) | 1 line Moved IdCompilerDefines so it can flip the delphi unit into Delphi mode. ------------------------------------------------------------------------ r1261 | Ben Taylor | 2005-12-23 06:45:58 +0100 (Fri, 23 Dec 2005) | 1 line Tidied comments ------------------------------------------------------------------------ r1260 | Matthijs ter Woord | 2005-12-22 16:07:38 +0100 (Thu, 22 Dec 2005) | 1 line Changed the invalid character check: it's done reversed now. ------------------------------------------------------------------------ r1259 | Matthijs ter Woord | 2005-12-20 18:26:45 +0100 (Tue, 20 Dec 2005) | 1 line Fixed .Get procedure. When the file didn't exist on the local harddisk, a FileAlreadyExists exception was raised. ------------------------------------------------------------------------ r1258 | Matthijs ter Woord | 2005-12-20 17:13:03 +0100 (Tue, 20 Dec 2005) | 1 line Some other characters added ------------------------------------------------------------------------ r1257 | Matthijs ter Woord | 2005-12-20 16:57:19 +0100 (Tue, 20 Dec 2005) | 1 line Added some special chars in the ValidWindowsFilenameChars constant ------------------------------------------------------------------------ r1248 | Ben Taylor | 2005-12-03 02:14:04 +0100 (Sat, 03 Dec 2005) | 1 line Added TIdMimeTable ------------------------------------------------------------------------ r1247 | Ben Taylor | 2005-12-03 01:14:03 +0100 (Sat, 03 Dec 2005) | 1 line Fixed mimetable population from registry ------------------------------------------------------------------------ r1233 | Remy Lebeau | 2005-11-29 19:45:32 +0100 (Tue, 29 Nov 2005) | 1 line Updated TIdBytes parameter of BytesToString() to be const. ------------------------------------------------------------------------ r1232 | Ben Taylor | 2005-11-28 14:28:30 +0100 (Mon, 28 Nov 2005) | 1 line Added Assert ------------------------------------------------------------------------ r1231 | Don Siders | 2005-11-28 05:26:03 +0100 (Mon, 28 Nov 2005) | 1 line Cleaned up log comments to remove unbalanced comment markers. ------------------------------------------------------------------------ r1230 | Ben Taylor | 2005-11-19 01:35:20 +0100 (Sat, 19 Nov 2005) | 1 line Added test for buffered writes ------------------------------------------------------------------------ r1229 | Ben Taylor | 2005-11-19 01:34:56 +0100 (Sat, 19 Nov 2005) | 1 line Fix to buffered writes ------------------------------------------------------------------------ r1228 | Ben Taylor | 2005-11-19 00:55:02 +0100 (Sat, 19 Nov 2005) | 1 line Temporary fix for AV during destroy. ------------------------------------------------------------------------ r1227 | Ben Taylor | 2005-11-19 00:14:47 +0100 (Sat, 19 Nov 2005) | 1 line Updated to compile ------------------------------------------------------------------------ r1226 | Remy Lebeau | 2005-11-18 05:00:23 +0100 (Fri, 18 Nov 2005) | 1 line Changed how Assign() checks for the Source object ------------------------------------------------------------------------ r1225 | Remy Lebeau | 2005-11-18 04:37:06 +0100 (Fri, 18 Nov 2005) | 1 line Changed Authentication() to use CopyTIdLongWord() instead of AppendBytes() ------------------------------------------------------------------------ r1224 | Remy Lebeau | 2005-11-18 04:21:20 +0100 (Fri, 18 Nov 2005) | 1 line Added an exception handler to RegisterAuthenticationMethod() ------------------------------------------------------------------------ r1223 | Remy Lebeau | 2005-11-18 04:02:40 +0100 (Fri, 18 Nov 2005) | 1 line Updated to use a separate listener thread for each Binding ------------------------------------------------------------------------ r1222 | Remy Lebeau | 2005-11-18 03:49:01 +0100 (Fri, 18 Nov 2005) | 1 line Removed 'if' statement from CheckOkToBeActive() ------------------------------------------------------------------------ r1221 | Remy Lebeau | 2005-11-18 03:45:24 +0100 (Fri, 18 Nov 2005) | 1 line Changed how Assign() checks the Source object ------------------------------------------------------------------------ r1220 | Remy Lebeau | 2005-11-18 03:43:53 +0100 (Fri, 18 Nov 2005) | 1 line Reworked how the FListenerThreads member is managed ------------------------------------------------------------------------ r1215 | Chad Hower | 2005-11-07 15:58:51 +0100 (Mon, 07 Nov 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1214 | Chad Hower | 2005-11-07 15:57:42 +0100 (Mon, 07 Nov 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1213 | Chad Hower | 2005-11-07 15:55:46 +0100 (Mon, 07 Nov 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1212 | Chad Hower | 2005-11-07 15:53:54 +0100 (Mon, 07 Nov 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1209 | Ben Taylor | 2005-11-01 09:26:54 +0100 (Tue, 01 Nov 2005) | 1 line Fixed compiler warning ------------------------------------------------------------------------ r1208 | Remy Lebeau | 2005-11-01 04:54:08 +0100 (Tue, 01 Nov 2005) | 1 line Updated TIdDataChannel.Create() to set the TIdSimpleServer.BoundPortMin/Max properties for PASV connections. ------------------------------------------------------------------------ r1207 | Ben Taylor | 2005-10-28 01:16:43 +0200 (Fri, 28 Oct 2005) | 1 line Fixed compile error, missing uses-units ------------------------------------------------------------------------ r1206 | Ben Taylor | 2005-10-25 12:28:19 +0200 (Tue, 25 Oct 2005) | 1 line StreamHelper fix ------------------------------------------------------------------------ r1205 | Ben Taylor | 2005-10-25 12:20:10 +0200 (Tue, 25 Oct 2005) | 1 line Fixed missing ; ------------------------------------------------------------------------ r1204 | Ben Taylor | 2005-10-25 11:58:37 +0200 (Tue, 25 Oct 2005) | 1 line Test for event order ------------------------------------------------------------------------ r1203 | Remy Lebeau | 2005-10-25 09:19:07 +0200 (Tue, 25 Oct 2005) | 1 line Removed OnConnect and OnDisconnect events as they are redundant. TIdCustomTCPClient already has its own OnConnected and OnDisconnected events available ------------------------------------------------------------------------ r1202 | Remy Lebeau | 2005-10-25 09:15:54 +0200 (Tue, 25 Oct 2005) | 1 line Added RSNoCreateListeningThread ------------------------------------------------------------------------ r1201 | Remy Lebeau | 2005-10-25 09:15:32 +0200 (Tue, 25 Oct 2005) | 1 line Removed OnConnect and OnDisconnect events as they are redundant. TIdCustomTCPClient already its own OnConnected and OnDisconnected events available. ------------------------------------------------------------------------ r1200 | Remy Lebeau | 2005-10-25 09:13:45 +0200 (Tue, 25 Oct 2005) | 1 line Promoted OnConnected event to published in TIdCustomTCPClient, to match published OnDisconnected event in TIdTCPConnection ------------------------------------------------------------------------ r1199 | Remy Lebeau | 2005-10-25 09:10:04 +0200 (Tue, 25 Oct 2005) | 1 line Added SendEmptyResponse property to TIdCommand ------------------------------------------------------------------------ r1197 | Matthijs ter Woord | 2005-10-20 16:46:32 +0200 (Thu, 20 Oct 2005) | 1 line New version ------------------------------------------------------------------------ r1190 | Matthijs ter Woord | 2005-10-19 16:10:06 +0200 (Wed, 19 Oct 2005) | 2 lines New Build ------------------------------------------------------------------------ r1189 | Matthijs ter Woord | 2005-10-19 16:07:58 +0200 (Wed, 19 Oct 2005) | 1 line New Build ------------------------------------------------------------------------ r1188 | Matthijs ter Woord | 2005-10-19 10:49:53 +0200 (Wed, 19 Oct 2005) | 1 line Write(Stream) performance improvement. Made sure buffering is used, otherwise there are 2 tcp/udp packets sent for small streams ------------------------------------------------------------------------ r1170 | Ben Taylor | 2005-10-11 15:31:35 +0200 (Tue, 11 Oct 2005) | 1 line Removed sysutils ------------------------------------------------------------------------ r1169 | Ben Taylor | 2005-10-11 15:18:44 +0200 (Tue, 11 Oct 2005) | 1 line IdTestIMAP4 ------------------------------------------------------------------------ r1168 | Ben Taylor | 2005-10-11 15:17:36 +0200 (Tue, 11 Oct 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1167 | Ben Taylor | 2005-10-11 15:11:08 +0200 (Tue, 11 Oct 2005) | 1 line Fixes to streams ------------------------------------------------------------------------ r1166 | Ben Taylor | 2005-10-11 14:13:52 +0200 (Tue, 11 Oct 2005) | 1 line Fixes for stream reads ------------------------------------------------------------------------ r1165 | Remy Lebeau | 2005-10-10 19:52:23 +0200 (Mon, 10 Oct 2005) | 1 line ReadFromSource() fixes to match TIdIOHandlerStack ------------------------------------------------------------------------ r1164 | Matthijs ter Woord | 2005-10-08 13:53:04 +0200 (Sat, 08 Oct 2005) | 1 line Fixed TDateTime reference, changed to TIdDatetime ------------------------------------------------------------------------ r1163 | Matthijs ter Woord | 2005-10-07 14:24:49 +0200 (Fri, 07 Oct 2005) | 1 line Fixed the Assembly loading ------------------------------------------------------------------------ r1126 | Remy Lebeau | 2005-09-30 00:19:32 +0200 (Fri, 30 Sep 2005) | 1 line Bug fix for TOP parameters not being handled correctly. ------------------------------------------------------------------------ r1125 | J. Peter Mugaas | 2005-09-29 20:14:11 +0200 (Thu, 29 Sep 2005) | 1 line Minor GUI Fixes. ------------------------------------------------------------------------ r1124 | J. Peter Mugaas | 2005-09-29 19:59:16 +0200 (Thu, 29 Sep 2005) | 1 line Fixed Delphi packages for DotNET. There were some components in the package that were not registered. ------------------------------------------------------------------------ r1073 | J. Peter Mugaas | 2005-09-16 12:38:09 +0200 (Fri, 16 Sep 2005) | 1 line Fixed bug with SSL in DotNET. ------------------------------------------------------------------------ r1072 | Ben Taylor | 2005-09-16 09:34:19 +0200 (Fri, 16 Sep 2005) | 1 line Changed to basic example from rfc ------------------------------------------------------------------------ r1071 | Ben Taylor | 2005-09-16 09:21:53 +0200 (Fri, 16 Sep 2005) | 1 line Added comment, rfc2047 ------------------------------------------------------------------------ r1060 | J. Peter Mugaas | 2005-09-14 16:53:55 +0200 (Wed, 14 Sep 2005) | 1 line Version bump. ------------------------------------------------------------------------ r1059 | J. Peter Mugaas | 2005-09-13 16:13:47 +0200 (Tue, 13 Sep 2005) | 1 line PByte defined for Delphi 5. ------------------------------------------------------------------------ r1058 | J. Peter Mugaas | 2005-09-13 15:42:32 +0200 (Tue, 13 Sep 2005) | 1 line Fix for Bob's problem. ------------------------------------------------------------------------ r1057 | J. Peter Mugaas | 2005-09-13 13:46:12 +0200 (Tue, 13 Sep 2005) | 1 line Bump up version. ------------------------------------------------------------------------ r1056 | J. Peter Mugaas | 2005-09-12 18:52:36 +0200 (Mon, 12 Sep 2005) | 1 line Revert. FPC Attempt failed. ------------------------------------------------------------------------ r1055 | J. Peter Mugaas | 2005-09-12 18:09:46 +0200 (Mon, 12 Sep 2005) | 1 line Attempt to start port to Free Pascal Compiler. ------------------------------------------------------------------------ r1054 | J. Peter Mugaas | 2005-09-12 14:00:06 +0200 (Mon, 12 Sep 2005) | 1 line Reports size as unavilable in appropriate situations. ------------------------------------------------------------------------ r1053 | J. Peter Mugaas | 2005-09-12 13:18:37 +0200 (Mon, 12 Sep 2005) | 1 line Bumped up version. ------------------------------------------------------------------------ r1052 | J. Peter Mugaas | 2005-09-11 10:20:05 +0200 (Sun, 11 Sep 2005) | 1 line Various fixes to improve reliability. ------------------------------------------------------------------------ r1051 | J. Peter Mugaas | 2005-09-11 10:19:35 +0200 (Sun, 11 Sep 2005) | 1 line Added PC-NFSD Parser. ------------------------------------------------------------------------ r1050 | J. Peter Mugaas | 2005-09-11 06:49:21 +0200 (Sun, 11 Sep 2005) | 1 line Should handle subdirectories when a path is listed. This is a little tricky because the period is used both as a separator between pathes and to separate a filename from extension. ------------------------------------------------------------------------ r1049 | Ben Taylor | 2005-09-10 15:49:52 +0200 (Sat, 10 Sep 2005) | 1 line Removed slightly invalid test ------------------------------------------------------------------------ r1048 | Ben Taylor | 2005-09-10 15:37:15 +0200 (Sat, 10 Sep 2005) | 1 line Added Assert ------------------------------------------------------------------------ r1047 | Ben Taylor | 2005-09-10 15:19:16 +0200 (Sat, 10 Sep 2005) | 1 line Added minor comments ------------------------------------------------------------------------ r1046 | Ben Taylor | 2005-09-10 15:14:34 +0200 (Sat, 10 Sep 2005) | 1 line Fixed GZip test ------------------------------------------------------------------------ r1045 | Ben Taylor | 2005-09-10 15:08:34 +0200 (Sat, 10 Sep 2005) | 1 line Updated for current interface ------------------------------------------------------------------------ r1044 | J. Peter Mugaas | 2005-09-09 14:25:04 +0200 (Fri, 09 Sep 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1043 | J. Peter Mugaas | 2005-09-09 14:20:01 +0200 (Fri, 09 Sep 2005) | 6 lines Fix for large file sizes seen here. 09-08-05 10:22AM 628551680 Test.txt 09-08-05 10:23AM 628623360 Test2.txt These were not detected as Windows NT FTP Service. This has been fixed and I also tightened up where spaces are acceptable to avoid any unintentional consequences. ------------------------------------------------------------------------ r1042 | Andrew Neillans | 2005-09-08 22:15:51 +0200 (Thu, 08 Sep 2005) | 1 line Initial revision. ------------------------------------------------------------------------ r1041 | Andrew Neillans | 2005-09-08 17:21:34 +0200 (Thu, 08 Sep 2005) | 1 line Modified to actually loop through available Mail servers if one fails to accept the message. ------------------------------------------------------------------------ r1040 | J. Peter Mugaas | 2005-09-08 15:05:30 +0200 (Thu, 08 Sep 2005) | 1 line Updates. ------------------------------------------------------------------------ r1039 | J. Peter Mugaas | 2005-09-08 15:05:12 +0200 (Thu, 08 Sep 2005) | 1 line Design-Time packages improperly marked as run-time only. Fixed. ------------------------------------------------------------------------ r1038 | J. Peter Mugaas | 2005-09-08 05:28:13 +0200 (Thu, 08 Sep 2005) | 1 line New component icons for Security NET package. ------------------------------------------------------------------------ r1037 | J. Peter Mugaas | 2005-09-08 05:27:51 +0200 (Thu, 08 Sep 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1036 | J. Peter Mugaas | 2005-09-07 19:06:30 +0200 (Wed, 07 Sep 2005) | 1 line Updated version info. ------------------------------------------------------------------------ r1035 | J. Peter Mugaas | 2005-09-07 14:38:26 +0200 (Wed, 07 Sep 2005) | 1 line Added {$r *.res} directive so ver info can be embedded. ------------------------------------------------------------------------ r1034 | Andrew Neillans | 2005-09-07 12:07:29 +0200 (Wed, 07 Sep 2005) | 1 line Updated to support Indy 10 compile process ------------------------------------------------------------------------ r1033 | Andrew Neillans | 2005-09-07 12:07:15 +0200 (Wed, 07 Sep 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1032 | Andrew Neillans | 2005-09-07 12:06:10 +0200 (Wed, 07 Sep 2005) | 1 line Updated to support Delphi 2005 Path setting ------------------------------------------------------------------------ r1031 | J. Peter Mugaas | 2005-09-06 19:00:08 +0200 (Tue, 06 Sep 2005) | 1 line Fixed compile error under DotNET. ------------------------------------------------------------------------ r1030 | J. Peter Mugaas | 2005-09-06 14:52:55 +0200 (Tue, 06 Sep 2005) | 1 line Updated ver info. ------------------------------------------------------------------------ r1029 | J. Peter Mugaas | 2005-09-06 14:52:28 +0200 (Tue, 06 Sep 2005) | 1 line Updated ver. info. ------------------------------------------------------------------------ r1028 | J. Peter Mugaas | 2005-09-06 14:52:05 +0200 (Tue, 06 Sep 2005) | 1 line Updated version info. ------------------------------------------------------------------------ r1027 | J. Peter Mugaas | 2005-09-06 14:51:42 +0200 (Tue, 06 Sep 2005) | 1 line Updated. ------------------------------------------------------------------------ r1026 | J. Peter Mugaas | 2005-09-06 14:13:09 +0200 (Tue, 06 Sep 2005) | 1 line Forgot Unisys Parser. ------------------------------------------------------------------------ r1025 | Ben Taylor | 2005-09-04 13:18:29 +0200 (Sun, 04 Sep 2005) | 1 line Fixed bug where '.' in body text was sent unaltered, causing early end-of-message. ------------------------------------------------------------------------ r1024 | J. Peter Mugaas | 2005-09-04 11:41:55 +0200 (Sun, 04 Sep 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1023 | J. Peter Mugaas | 2005-09-02 19:08:55 +0200 (Fri, 02 Sep 2005) | 1 line Added a Unisys ClearPath FTP list parser. I had forgotten to add it earlier. ------------------------------------------------------------------------ r1022 | J. Peter Mugaas | 2005-09-02 18:22:38 +0200 (Fri, 02 Sep 2005) | 1 line Forgot to add the Unisys ClearPath FTP list parser. ------------------------------------------------------------------------ r1021 | J. Peter Mugaas | 2005-08-30 08:02:37 +0200 (Tue, 30 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1020 | J. Peter Mugaas | 2005-08-30 08:01:00 +0200 (Tue, 30 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1019 | J. Peter Mugaas | 2005-08-30 07:59:42 +0200 (Tue, 30 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1018 | J. Peter Mugaas | 2005-08-30 07:47:49 +0200 (Tue, 30 Aug 2005) | 1 line Fix for parsing bugs pointed out by Jeff Eaton. ------------------------------------------------------------------------ r1017 | J. Peter Mugaas | 2005-08-30 01:51:53 +0200 (Tue, 30 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1016 | J. Peter Mugaas | 2005-08-30 01:40:59 +0200 (Tue, 30 Aug 2005) | 1 line Updates. ------------------------------------------------------------------------ r1015 | J. Peter Mugaas | 2005-08-30 01:39:58 +0200 (Tue, 30 Aug 2005) | 1 line Updates. ------------------------------------------------------------------------ r1014 | J. Peter Mugaas | 2005-08-30 01:39:11 +0200 (Tue, 30 Aug 2005) | 1 line Added some comments to this unit about some things I was doing. ------------------------------------------------------------------------ r1013 | J. Peter Mugaas | 2005-08-30 01:31:20 +0200 (Tue, 30 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1012 | J. Peter Mugaas | 2005-08-30 01:27:00 +0200 (Tue, 30 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1011 | J. Peter Mugaas | 2005-08-30 01:25:33 +0200 (Tue, 30 Aug 2005) | 1 line Updated files for ZLib support. ------------------------------------------------------------------------ r1010 | J. Peter Mugaas | 2005-08-30 01:24:59 +0200 (Tue, 30 Aug 2005) | 1 line Updated ZLIb obj for static linking in Win32. ------------------------------------------------------------------------ r1009 | J. Peter Mugaas | 2005-08-30 01:24:39 +0200 (Tue, 30 Aug 2005) | 1 line Updated ZLib obj files for static linking in Win32. ------------------------------------------------------------------------ r1008 | J. Peter Mugaas | 2005-08-30 01:06:59 +0200 (Tue, 30 Aug 2005) | 1 line Changed IdZLibEx to IdZLib and noted that it should also now work in Kylix. ------------------------------------------------------------------------ r1007 | J. Peter Mugaas | 2005-08-26 07:08:10 +0200 (Fri, 26 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1006 | Don Siders | 2005-08-21 20:54:12 +0200 (Sun, 21 Aug 2005) | 1 line Moved comment outside of method declaration. ------------------------------------------------------------------------ r1005 | Doychin Bondzhev | 2005-08-20 20:13:28 +0200 (Sat, 20 Aug 2005) | 1 line Fix for BBG 21553 ------------------------------------------------------------------------ r1004 | Ben Taylor | 2005-08-18 11:32:31 +0200 (Thu, 18 Aug 2005) | 1 line TestPosIdx ------------------------------------------------------------------------ r1003 | J. Peter Mugaas | 2005-08-17 22:43:45 +0200 (Wed, 17 Aug 2005) | 1 line Version Information. ------------------------------------------------------------------------ r1002 | J. Peter Mugaas | 2005-08-17 20:16:22 +0200 (Wed, 17 Aug 2005) | 1 line Update. ------------------------------------------------------------------------ r1001 | J. Peter Mugaas | 2005-08-17 19:25:11 +0200 (Wed, 17 Aug 2005) | 1 line New icons. ------------------------------------------------------------------------ r1000 | J. Peter Mugaas | 2005-08-17 19:25:01 +0200 (Wed, 17 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r999 | J. Peter Mugaas | 2005-08-17 19:24:26 +0200 (Wed, 17 Aug 2005) | 1 line Updated with new icons. ------------------------------------------------------------------------ r998 | J. Peter Mugaas | 2005-08-17 19:23:42 +0200 (Wed, 17 Aug 2005) | 1 line Shrank this down to 16x16 for consistancy with other icons. I did add the original 24x24 to the .DCR. ------------------------------------------------------------------------ r997 | J. Peter Mugaas | 2005-08-17 19:22:41 +0200 (Wed, 17 Aug 2005) | 1 line Icons. ------------------------------------------------------------------------ r996 | J. Peter Mugaas | 2005-08-17 03:27:44 +0200 (Wed, 17 Aug 2005) | 1 line new icons and fixes. ------------------------------------------------------------------------ r995 | J. Peter Mugaas | 2005-08-17 03:27:00 +0200 (Wed, 17 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r994 | J. Peter Mugaas | 2005-08-17 03:25:32 +0200 (Wed, 17 Aug 2005) | 1 line New icon. ------------------------------------------------------------------------ r993 | J. Peter Mugaas | 2005-08-17 03:23:20 +0200 (Wed, 17 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r992 | J. Peter Mugaas | 2005-08-17 03:22:09 +0200 (Wed, 17 Aug 2005) | 1 line New icons. ------------------------------------------------------------------------ r991 | J. Peter Mugaas | 2005-08-17 01:38:57 +0200 (Wed, 17 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r990 | J. Peter Mugaas | 2005-08-16 14:23:59 +0200 (Tue, 16 Aug 2005) | 2 lines Resource string problems. Exception types needed to be defined so a developer could use them for comparison. ------------------------------------------------------------------------ r989 | J. Peter Mugaas | 2005-08-16 13:17:41 +0200 (Tue, 16 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r988 | J. Peter Mugaas | 2005-08-16 13:07:35 +0200 (Tue, 16 Aug 2005) | 1 line New icons. ------------------------------------------------------------------------ r987 | J. Peter Mugaas | 2005-08-16 13:06:23 +0200 (Tue, 16 Aug 2005) | 1 line New icons. ------------------------------------------------------------------------ r986 | J. Peter Mugaas | 2005-08-16 13:05:18 +0200 (Tue, 16 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r985 | J. Peter Mugaas | 2005-08-16 12:55:50 +0200 (Tue, 16 Aug 2005) | 1 line Bad bitmap. Redone. ------------------------------------------------------------------------ r984 | J. Peter Mugaas | 2005-08-16 03:23:39 +0200 (Tue, 16 Aug 2005) | 1 line Some strings needed to moved to resourcestrings. ------------------------------------------------------------------------ r983 | J. Peter Mugaas | 2005-08-15 19:52:41 +0200 (Mon, 15 Aug 2005) | 4 lines SITE UTIME should now work with gFTP. That uses a syntax such as this: SITE UTIME 20050815041129 /.bashrc ------------------------------------------------------------------------ r982 | J. Peter Mugaas | 2005-08-14 22:13:35 +0200 (Sun, 14 Aug 2005) | 1 line Minor code cleanup. ------------------------------------------------------------------------ r981 | J. Peter Mugaas | 2005-08-12 11:28:41 +0200 (Fri, 12 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r980 | J. Peter Mugaas | 2005-08-11 22:28:56 +0200 (Thu, 11 Aug 2005) | 1 line Minor bug fix. SITE ATTRIB was sometimes not reporting a syntax error. It mistakenly reported that the command wasn't supported. ------------------------------------------------------------------------ r979 | Ben Taylor | 2005-08-09 04:48:23 +0200 (Tue, 09 Aug 2005) | 1 line Fixed compiler warnings ------------------------------------------------------------------------ r978 | J. Peter Mugaas | 2005-08-08 12:49:51 +0200 (Mon, 08 Aug 2005) | 3 lines Another minor adjustment. This should not break anything. If the list output is going to be in Unix form, the "a" and "T" switches passed to the directory listing object. That should keep the developer's work transparent. THis is consistant with how I documented something in the Indy Knowlege Base. In addition, I also modified the FEAT reply so that the "a" and "T" are not mentioned for non-Unix listing formats. ------------------------------------------------------------------------ r977 | J. Peter Mugaas | 2005-08-08 11:30:40 +0200 (Mon, 08 Aug 2005) | 1 line Improved some stuff with path handling. This does change the API slightly but it is part of a making something consistant. The server now does most of the path processing such as resolving CDUP to a directory. It sounds odd but all a user would have to is convert the path from Indy to something that makes sense on their system. It also reduces the risk that someone may abuse the CD or some other command to get access to something they should not get access to. ------------------------------------------------------------------------ r976 | Don Siders | 2005-08-07 20:38:46 +0200 (Sun, 07 Aug 2005) | 1 line Correct spelling in EIdDirectSMTPCannotAssignHost. ------------------------------------------------------------------------ r975 | J. Peter Mugaas | 2005-08-06 02:47:36 +0200 (Sat, 06 Aug 2005) | 1 line Updated as per version number decision. ------------------------------------------------------------------------ r974 | J. Peter Mugaas | 2005-08-06 02:46:04 +0200 (Sat, 06 Aug 2005) | 1 line Updated version numbewr as per decision. ------------------------------------------------------------------------ r973 | J. Peter Mugaas | 2005-08-05 12:32:44 +0200 (Fri, 05 Aug 2005) | 1 line New Chown events. Now can set group ownership, user ownership, last access time, facts in addition to new SITE CHOWN, and SITE CHGRP support. I also changed the SITE UTIME event so that Permitted could set to false to report a permission problem. ------------------------------------------------------------------------ r972 | Matthijs ter Woord | 2005-08-05 11:29:22 +0200 (Fri, 05 Aug 2005) | 1 line Removed some duplicate code ------------------------------------------------------------------------ r967 | Ben Taylor | 2005-08-05 07:15:28 +0200 (Fri, 05 Aug 2005) | 1 line Cleaned up, added tests ------------------------------------------------------------------------ r966 | J. Peter Mugaas | 2005-08-05 05:13:36 +0200 (Fri, 05 Aug 2005) | 1 line API Change - the UnixModes MLST support option no longer controls the "Unix.group" and "Unix.owner" facts. Those are now in separate set values. That should give a little more flexibility to developers. ------------------------------------------------------------------------ r965 | J. Peter Mugaas | 2005-08-04 20:14:02 +0200 (Thu, 04 Aug 2005) | 1 line Added optional support for SITE UTIME command. NcFTP uses this command to set a timestamp for a file. ------------------------------------------------------------------------ r964 | J. Peter Mugaas | 2005-08-04 20:13:18 +0200 (Thu, 04 Aug 2005) | 1 line Routine for checking is a valid timestamp in form "yyyymmddhhmmss" ------------------------------------------------------------------------ r963 | J. Peter Mugaas | 2005-08-04 10:41:26 +0200 (Thu, 04 Aug 2005) | 1 line Attempt to fix compiler warning. ------------------------------------------------------------------------ r959 | Matthijs ter Woord | 2005-08-04 10:12:24 +0200 (Thu, 04 Aug 2005) | 1 line Added check Greeting.ReplyExists in DoConnect to allow a server to not have a greetnig ------------------------------------------------------------------------ r957 | Chad Hower | 2005-08-03 15:27:16 +0200 (Wed, 03 Aug 2005) | 1 line Removed test for upcoming code freeze ------------------------------------------------------------------------ r956 | Ben Taylor | 2005-08-02 17:14:33 +0200 (Tue, 02 Aug 2005) | 1 line Added correct ReadTimeout default ------------------------------------------------------------------------ r955 | Ben Taylor | 2005-08-02 17:14:02 +0200 (Tue, 02 Aug 2005) | 1 line Removed incorrect ReadTimeout default. See IdIOHandler.ReadTimeout ------------------------------------------------------------------------ r954 | Ben Taylor | 2005-08-02 15:49:32 +0200 (Tue, 02 Aug 2005) | 1 line IdTestIPMCastServer ------------------------------------------------------------------------ r953 | Ben Taylor | 2005-08-02 15:48:13 +0200 (Tue, 02 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r952 | Ben Taylor | 2005-08-02 15:38:54 +0200 (Tue, 02 Aug 2005) | 1 line Fixed TIdStackBSDBase.MembershipSockOpt ------------------------------------------------------------------------ r951 | Ben Taylor | 2005-08-02 15:35:06 +0200 (Tue, 02 Aug 2005) | 1 line Fixed various issues ------------------------------------------------------------------------ r950 | Ben Taylor | 2005-08-02 15:32:49 +0200 (Tue, 02 Aug 2005) | 1 line Removed incorrect FreeAndNil ------------------------------------------------------------------------ r949 | Don Siders | 2005-08-02 00:08:05 +0200 (Tue, 02 Aug 2005) | 1 line Move comment from parameter declarations. ------------------------------------------------------------------------ r948 | Ben Taylor | 2005-08-01 13:09:10 +0200 (Mon, 01 Aug 2005) | 1 line Changed to be safer with existing code. If ThreadedEvent=False, should check that ThreadCount=0 before Freeing the server. ------------------------------------------------------------------------ r947 | Ben Taylor | 2005-08-01 11:28:49 +0200 (Mon, 01 Aug 2005) | 1 line Added warning comments about freeing a non-ThreadedEvent server while threads are still running. Doing so may cause a deadlock. ------------------------------------------------------------------------ r946 | Ben Taylor | 2005-08-01 11:13:01 +0200 (Mon, 01 Aug 2005) | 1 line Fixed potential TIdSocketHandle memory leak. ------------------------------------------------------------------------ r945 | Ben Taylor | 2005-08-01 11:11:57 +0200 (Mon, 01 Aug 2005) | 3 lines TransferComplete now complies with Server.ThreadedEvent. Potential race/AV on shutdown fixed. Safer operations on SourceStream. ------------------------------------------------------------------------ r944 | Ben Taylor | 2005-08-01 11:05:43 +0200 (Mon, 01 Aug 2005) | 1 line IdTestTrivialFTP ------------------------------------------------------------------------ r943 | Ben Taylor | 2005-08-01 11:04:21 +0200 (Mon, 01 Aug 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r942 | Ben Taylor | 2005-08-01 09:10:03 +0200 (Mon, 01 Aug 2005) | 1 line TIdTestBuffer.TestTypes ------------------------------------------------------------------------ r941 | Ben Taylor | 2005-08-01 09:07:26 +0200 (Mon, 01 Aug 2005) | 1 line Fixed off-by-one errors that would cause Size to not increase when data was written. See TIdTestBuffer.TestTypes ------------------------------------------------------------------------ r940 | Don Siders | 2005-08-01 04:23:45 +0200 (Mon, 01 Aug 2005) | 1 line Modified TIdBuffer.Write(Int64) to store SizeOf in local variable. ------------------------------------------------------------------------ r939 | Don Siders | 2005-08-01 04:03:09 +0200 (Mon, 01 Aug 2005) | 1 line Modified TIdBuffer.Write(Int64) to use CopyTIdInt64 and SizeOf. ------------------------------------------------------------------------ r938 | Don Siders | 2005-08-01 03:49:04 +0200 (Mon, 01 Aug 2005) | 1 line Added processing for ContentDescription in message parts. ------------------------------------------------------------------------ r937 | Don Siders | 2005-08-01 03:47:42 +0200 (Mon, 01 Aug 2005) | 1 line Added processing for ContentDescription property in message parts. ------------------------------------------------------------------------ r936 | Don Siders | 2005-08-01 03:25:22 +0200 (Mon, 01 Aug 2005) | 1 line Added ContentDescription for RFC 2045 header value. ------------------------------------------------------------------------ r935 | J. Peter Mugaas | 2005-07-31 23:55:14 +0200 (Sun, 31 Jul 2005) | 1 line I added a separate event for the MLST command. That is used to get particular information about a particular item. ------------------------------------------------------------------------ r934 | J. Peter Mugaas | 2005-07-31 23:48:22 +0200 (Sun, 31 Jul 2005) | 1 line Removed Classes dependancy in unit. ------------------------------------------------------------------------ r933 | Ben Taylor | 2005-07-31 17:45:09 +0200 (Sun, 31 Jul 2005) | 1 line Added TIdThreadSafeList.Count ------------------------------------------------------------------------ r932 | Ben Taylor | 2005-07-31 17:43:23 +0200 (Sun, 31 Jul 2005) | 1 line Added comment ------------------------------------------------------------------------ r931 | Ben Taylor | 2005-07-31 15:59:22 +0200 (Sun, 31 Jul 2005) | 1 line Refactored, added tests ------------------------------------------------------------------------ r930 | Ben Taylor | 2005-07-30 07:32:58 +0200 (Sat, 30 Jul 2005) | 1 line Added comment. Removed a todo as it is now implemented in test. ------------------------------------------------------------------------ r929 | Ben Taylor | 2005-07-30 06:50:47 +0200 (Sat, 30 Jul 2005) | 1 line Fix memory overwrite issues ------------------------------------------------------------------------ r928 | Ben Taylor | 2005-07-30 02:24:32 +0200 (Sat, 30 Jul 2005) | 1 line Fix for compression interface ------------------------------------------------------------------------ r927 | Remy Lebeau | 2005-07-29 20:08:43 +0200 (Fri, 29 Jul 2005) | 1 line Bug fix for Loaded() not calling the inherited Loaded() so that the csLoading flag can be cleared ------------------------------------------------------------------------ r926 | J. Peter Mugaas | 2005-07-29 09:19:18 +0200 (Fri, 29 Jul 2005) | 1 line Fix for exception messages with a CRLF in them. ------------------------------------------------------------------------ r925 | Ben Taylor | 2005-07-29 05:51:07 +0200 (Fri, 29 Jul 2005) | 1 line Added test for redirected download ------------------------------------------------------------------------ r924 | J. Peter Mugaas | 2005-07-28 22:37:45 +0200 (Thu, 28 Jul 2005) | 1 line Fix for compile error. ------------------------------------------------------------------------ r923 | J. Peter Mugaas | 2005-07-28 11:35:06 +0200 (Thu, 28 Jul 2005) | 3 lines Tried to make some improvements in the Compression API. It now requires a destination stream. This is necessary because much of it now uses what's in IdZLibEx instead of code in the Compressor object. That should reduce errors. I also fixed a bug that caused zero-length files if you uploaded using MODE Z. I tried to work on TIdHTTP but got data errors with decompression. ------------------------------------------------------------------------ r922 | J. Peter Mugaas | 2005-07-27 09:13:50 +0200 (Wed, 27 Jul 2005) | 2 lines Upgraded to latest version of ZLibEx. That is necessary because there is a CERT warning about ZLIB 1.22 (See: http://www.kb.cert.org/vuls/id/680620 ). ------------------------------------------------------------------------ r921 | Ben Taylor | 2005-07-27 04:57:17 +0200 (Wed, 27 Jul 2005) | 1 line Added todo for saving streams ------------------------------------------------------------------------ r920 | Ben Taylor | 2005-07-26 11:14:55 +0200 (Tue, 26 Jul 2005) | 1 line Fix to keep Int64 stream compatibility ------------------------------------------------------------------------ r919 | Ben Taylor | 2005-07-26 11:12:48 +0200 (Tue, 26 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r918 | Ben Taylor | 2005-07-26 11:11:33 +0200 (Tue, 26 Jul 2005) | 1 line IdTestCoderUUE ------------------------------------------------------------------------ r917 | Chad Hower | 2005-07-25 20:06:10 +0200 (Mon, 25 Jul 2005) | 1 line Update ------------------------------------------------------------------------ r916 | Chad Hower | 2005-07-25 20:06:03 +0200 (Mon, 25 Jul 2005) | 1 line Temp fix for aliaser ------------------------------------------------------------------------ r915 | Chad Hower | 2005-07-25 19:44:09 +0200 (Mon, 25 Jul 2005) | 1 line update ------------------------------------------------------------------------ r914 | Chad Hower | 2005-07-25 19:42:15 +0200 (Mon, 25 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r913 | Chad Hower | 2005-07-25 17:12:34 +0200 (Mon, 25 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r912 | Chad Hower | 2005-07-25 17:00:21 +0200 (Mon, 25 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r910 | Matthijs ter Woord | 2005-07-25 15:41:21 +0200 (Mon, 25 Jul 2005) | 1 line Fixed for .NET Build ------------------------------------------------------------------------ r909 | Chad Hower | 2005-07-24 23:28:44 +0200 (Sun, 24 Jul 2005) | 1 line Now works - changed to descend from customtcpserver - didnt work until I did this because of OnExecute check ------------------------------------------------------------------------ r908 | Don Siders | 2005-07-24 22:16:12 +0200 (Sun, 24 Jul 2005) | 1 line Added todo for ContentDescription. ------------------------------------------------------------------------ r906 | Chad Hower | 2005-07-24 16:13:05 +0200 (Sun, 24 Jul 2005) | 1 line Alias proof of concept ------------------------------------------------------------------------ r905 | Ben Taylor | 2005-07-24 14:37:01 +0200 (Sun, 24 Jul 2005) | 1 line Added comment to test ------------------------------------------------------------------------ r904 | Matthijs ter Woord | 2005-07-24 14:14:09 +0200 (Sun, 24 Jul 2005) | 1 line Fixed for .NET Build (added some typecasting) ------------------------------------------------------------------------ r903 | Matthijs ter Woord | 2005-07-24 14:05:55 +0200 (Sun, 24 Jul 2005) | 1 line Changed according to the WriteDirect changes ------------------------------------------------------------------------ r902 | J”rg Meier | 2005-07-24 12:38:25 +0200 (Sun, 24 Jul 2005) | 1 line Changed for suppression of warnings under D5 ------------------------------------------------------------------------ r901 | Matthijs ter Woord | 2005-07-24 12:34:11 +0200 (Sun, 24 Jul 2005) | 2 lines New check in ------------------------------------------------------------------------ r900 | J”rg Meier | 2005-07-24 12:12:46 +0200 (Sun, 24 Jul 2005) | 1 line changed the expected result for RemoveInvalidCharsFromFilename ------------------------------------------------------------------------ r899 | J. Peter Mugaas | 2005-07-24 06:53:15 +0200 (Sun, 24 Jul 2005) | 1 line Fix for OPTS command. It was sending an extra 200 success reply and that was throwing off NcFTP (http://www.ncftp.com). ------------------------------------------------------------------------ r898 | Chad Hower | 2005-07-24 03:02:24 +0200 (Sun, 24 Jul 2005) | 1 line Alias test ------------------------------------------------------------------------ r897 | J. Peter Mugaas | 2005-07-24 02:43:50 +0200 (Sun, 24 Jul 2005) | 1 line Updated for VCL NET packages. ------------------------------------------------------------------------ r894 | J. Peter Mugaas | 2005-07-24 01:39:06 +0200 (Sun, 24 Jul 2005) | 1 line Moved a message down to System due to a restructure. ------------------------------------------------------------------------ r893 | J. Peter Mugaas | 2005-07-24 00:59:41 +0200 (Sun, 24 Jul 2005) | 1 line Should compile. ------------------------------------------------------------------------ r892 | Matthijs ter Woord | 2005-07-23 14:34:39 +0200 (Sat, 23 Jul 2005) | 1 line Moved some functions to IdSys ------------------------------------------------------------------------ r891 | Matthijs ter Woord | 2005-07-23 14:33:06 +0200 (Sat, 23 Jul 2005) | 1 line Moved some functions to IdSys ------------------------------------------------------------------------ r889 | Matthijs ter Woord | 2005-07-23 10:47:35 +0200 (Sat, 23 Jul 2005) | 1 line Added HMAC tests ------------------------------------------------------------------------ r888 | Matthijs ter Woord | 2005-07-23 10:36:12 +0200 (Sat, 23 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r887 | Ben Taylor | 2005-07-23 10:24:43 +0200 (Sat, 23 Jul 2005) | 1 line Fixed tests ------------------------------------------------------------------------ r886 | Ben Taylor | 2005-07-23 10:24:34 +0200 (Sat, 23 Jul 2005) | 1 line Added setup/teardown virtuals ------------------------------------------------------------------------ r885 | Matthijs ter Woord | 2005-07-23 09:12:04 +0200 (Sat, 23 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r884 | Ben Taylor | 2005-07-23 05:50:11 +0200 (Sat, 23 Jul 2005) | 1 line Added test for WriteBuffered ------------------------------------------------------------------------ r883 | Ben Taylor | 2005-07-23 05:49:27 +0200 (Sat, 23 Jul 2005) | 1 line Fixed WriteBuffer memory leak ------------------------------------------------------------------------ r882 | J. Peter Mugaas | 2005-07-22 18:20:00 +0200 (Fri, 22 Jul 2005) | 1 line Should compile. ------------------------------------------------------------------------ r881 | Don Siders | 2005-07-22 02:24:02 +0200 (Fri, 22 Jul 2005) | 2 lines Changed declaration for ContentRangeInstanceLength to Int64, removed writing Content-Range header in SetHeaders in TIdEntityHeaderInfo. Added AcceptRanges, SetHeaders in TIdResponseHeaderInfo. ------------------------------------------------------------------------ r880 | Ben Taylor | 2005-07-22 02:22:43 +0200 (Fri, 22 Jul 2005) | 1 line Fixed IOHandler issue ------------------------------------------------------------------------ r879 | Ben Taylor | 2005-07-22 02:19:21 +0200 (Fri, 22 Jul 2005) | 1 line Fixed WriteDirect ------------------------------------------------------------------------ r878 | Ben Taylor | 2005-07-22 02:17:50 +0200 (Fri, 22 Jul 2005) | 1 line Added Intercept test ------------------------------------------------------------------------ r877 | Chad Hower | 2005-07-21 22:48:17 +0200 (Thu, 21 Jul 2005) | 1 line dead code fix ------------------------------------------------------------------------ r876 | Chad Hower | 2005-07-21 22:48:03 +0200 (Thu, 21 Jul 2005) | 1 line Resolution of "dead" code comment ------------------------------------------------------------------------ r875 | Chad Hower | 2005-07-21 21:43:49 +0200 (Thu, 21 Jul 2005) | 1 line Resolution of "dead" code comment ------------------------------------------------------------------------ r874 | Ben Taylor | 2005-07-21 15:33:52 +0200 (Thu, 21 Jul 2005) | 1 line Added Assertions to some common methods ------------------------------------------------------------------------ r873 | Don Siders | 2005-07-19 21:50:30 +0200 (Tue, 19 Jul 2005) | 2 lines Added the standard file header. Added links to the HMAC specs at NIST. ------------------------------------------------------------------------ r872 | Matthijs ter Woord | 2005-07-19 19:02:56 +0200 (Tue, 19 Jul 2005) | 1 line Added TruncateTo parameter ------------------------------------------------------------------------ r871 | Matthijs ter Woord | 2005-07-19 18:01:54 +0200 (Tue, 19 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r870 | Ben Taylor | 2005-07-19 16:52:37 +0200 (Tue, 19 Jul 2005) | 1 line Added TIdThreadSafeList.OwnsObjects ------------------------------------------------------------------------ r869 | J. Peter Mugaas | 2005-07-19 15:13:00 +0200 (Tue, 19 Jul 2005) | 1 line MFMT Bug fix. ------------------------------------------------------------------------ r868 | Ben Taylor | 2005-07-19 15:11:24 +0200 (Tue, 19 Jul 2005) | 1 line Added BeforeRunDone property, to support custom schedulers ------------------------------------------------------------------------ r867 | Ben Taylor | 2005-07-19 15:03:54 +0200 (Tue, 19 Jul 2005) | 1 line Reduced assertion level ------------------------------------------------------------------------ r866 | J. Peter Mugaas | 2005-07-18 21:47:14 +0200 (Mon, 18 Jul 2005) | 1 line Made several fixes. You can now use MFF (Modify File Fact) to do a SITE ATTRIB and a SITE CHMOD in a standardized manner as an option. Site commands that are natively supported and have events will now be listed in the FEAT reply. ------------------------------------------------------------------------ r865 | Matthijs ter Woord | 2005-07-18 18:38:18 +0200 (Mon, 18 Jul 2005) | 1 line Fixed for FCL build ------------------------------------------------------------------------ r864 | Ben Taylor | 2005-07-18 16:53:15 +0200 (Mon, 18 Jul 2005) | 1 line IdTestSimpleServer ------------------------------------------------------------------------ r863 | Ben Taylor | 2005-07-18 16:49:52 +0200 (Mon, 18 Jul 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r862 | Ben Taylor | 2005-07-18 16:31:35 +0200 (Mon, 18 Jul 2005) | 1 line Added check for IOHandler ------------------------------------------------------------------------ r861 | Matthijs ter Woord | 2005-07-18 16:20:38 +0200 (Mon, 18 Jul 2005) | 1 line Fixed for FCL build ------------------------------------------------------------------------ r860 | J. Peter Mugaas | 2005-07-18 16:08:23 +0200 (Mon, 18 Jul 2005) | 1 line MFF win32.ea. ------------------------------------------------------------------------ r859 | Matthijs ter Woord | 2005-07-18 15:48:59 +0200 (Mon, 18 Jul 2005) | 1 line Removed $IFDEF from DNSServer and UDPServer so that they think they're synchronizing the events. However TIdNetThread.Synchronize just executes the methods being passed ------------------------------------------------------------------------ r858 | J. Peter Mugaas | 2005-07-18 15:12:58 +0200 (Mon, 18 Jul 2005) | 1 line Added SITE ATTRIB command. Fixed bug with SITE commands. Made CHMOD permissions parameter a var so we can do something similar to SITE CHMOD with a MFF command. ------------------------------------------------------------------------ r857 | Matthijs ter Woord | 2005-07-18 13:54:50 +0200 (Mon, 18 Jul 2005) | 1 line Fixed ------------------------------------------------------------------------ r856 | Ben Taylor | 2005-07-18 04:14:48 +0200 (Mon, 18 Jul 2005) | 1 line Fixed potential memory leak in TIdServerIOHandlerSocket.Accept ------------------------------------------------------------------------ r855 | Matthijs ter Woord | 2005-07-17 17:41:13 +0200 (Sun, 17 Jul 2005) | 1 line Changed for .NET ------------------------------------------------------------------------ r854 | Matthijs ter Woord | 2005-07-17 17:38:45 +0200 (Sun, 17 Jul 2005) | 1 line Changed for .NEt ------------------------------------------------------------------------ r852 | Matthijs ter Woord | 2005-07-17 17:28:26 +0200 (Sun, 17 Jul 2005) | 1 line Fix for FCL build ------------------------------------------------------------------------ r851 | Ben Taylor | 2005-07-17 16:47:37 +0200 (Sun, 17 Jul 2005) | 1 line Added comment ------------------------------------------------------------------------ r850 | Ben Taylor | 2005-07-17 16:21:37 +0200 (Sun, 17 Jul 2005) | 1 line Added pre-connect checks for host and port ------------------------------------------------------------------------ r849 | Ben Taylor | 2005-07-17 16:20:45 +0200 (Sun, 17 Jul 2005) | 1 line Added EIdPortRequired, EIdHostRequired ------------------------------------------------------------------------ r848 | Ben Taylor | 2005-07-17 16:20:07 +0200 (Sun, 17 Jul 2005) | 1 line Added tests for connection errors ------------------------------------------------------------------------ r847 | Ben Taylor | 2005-07-17 16:06:29 +0200 (Sun, 17 Jul 2005) | 1 line Memory leak comment ------------------------------------------------------------------------ r846 | Chad Hower | 2005-07-17 15:53:30 +0200 (Sun, 17 Jul 2005) | 1 line Error handling fixed ------------------------------------------------------------------------ r845 | J. Peter Mugaas | 2005-07-16 22:48:30 +0200 (Sat, 16 Jul 2005) | 1 line Fix for OPTS MLST negotiation. It was not returning the win32.ea fact if that was selected and enabled. ------------------------------------------------------------------------ r844 | Matthijs ter Woord | 2005-07-16 15:41:27 +0200 (Sat, 16 Jul 2005) | 1 line Fixed for .NET build ------------------------------------------------------------------------ r843 | Ben Taylor | 2005-07-16 13:51:44 +0200 (Sat, 16 Jul 2005) | 1 line Removed SysVcl reference ------------------------------------------------------------------------ r842 | Ben Taylor | 2005-07-16 11:51:04 +0200 (Sat, 16 Jul 2005) | 2 lines Fixed memory leak. TIdSchedulerOfThreadPool.Init can be called several times, each time a TIdThreadSafeList may have been leaked. ------------------------------------------------------------------------ r841 | Ben Taylor | 2005-07-16 10:37:42 +0200 (Sat, 16 Jul 2005) | 2 lines Removed call to TerminateAllThreads; in Notification, it has already been called by the scheduler, and now invalid to call. ------------------------------------------------------------------------ r840 | Ben Taylor | 2005-07-16 10:34:36 +0200 (Sat, 16 Jul 2005) | 1 line Added Assert ------------------------------------------------------------------------ r839 | Ben Taylor | 2005-07-16 10:34:11 +0200 (Sat, 16 Jul 2005) | 2 lines Added ThreadClass to TIdSchedulerOfThread. Allows flexibility in thread construction. ------------------------------------------------------------------------ r838 | Ben Taylor | 2005-07-16 10:29:59 +0200 (Sat, 16 Jul 2005) | 2 lines Added TIdThreadWithTaskClass. Enables default thread scheduler to use custom thread classes. ------------------------------------------------------------------------ r837 | J. Peter Mugaas | 2005-07-16 07:39:13 +0200 (Sat, 16 Jul 2005) | 1 line Complience with draft-somers-ftp-mfxx-01.txt. Specified that we comply with IETF mlst draft version 16. Fixed a problem. win32.ea was reported in the FEAT list incorrectly. ------------------------------------------------------------------------ r836 | Ben Taylor | 2005-07-16 05:03:16 +0200 (Sat, 16 Jul 2005) | 1 line TestBytesToString ------------------------------------------------------------------------ r835 | Ben Taylor | 2005-07-16 05:02:44 +0200 (Sat, 16 Jul 2005) | 1 line Fixed AsString bug ------------------------------------------------------------------------ r834 | Ben Taylor | 2005-07-16 05:02:14 +0200 (Sat, 16 Jul 2005) | 1 line Improved BytesToString input checking ------------------------------------------------------------------------ r833 | Ben Taylor | 2005-07-16 05:01:07 +0200 (Sat, 16 Jul 2005) | 1 line Added EIdRangeException ------------------------------------------------------------------------ r832 | Ben Taylor | 2005-07-16 04:33:18 +0200 (Sat, 16 Jul 2005) | 1 line Fixed invalid pointer reference ------------------------------------------------------------------------ r831 | Ben Taylor | 2005-07-15 15:54:31 +0200 (Fri, 15 Jul 2005) | 2 lines Exposed SessionList as readonly property (eg so sessions can be enumerated). Minor tidyups. ------------------------------------------------------------------------ r830 | Remy Lebeau | 2005-07-14 22:58:37 +0200 (Thu, 14 Jul 2005) | 3 lines Added OnReset event Updated DoAuthLogin() to reuse encoder/decoder instances instead of re-creating them each time they are used. ------------------------------------------------------------------------ r829 | J. Peter Mugaas | 2005-07-14 17:12:11 +0200 (Thu, 14 Jul 2005) | 1 line Fixed a bug with LIST -T switch output in Unix format. ------------------------------------------------------------------------ r828 | J. Peter Mugaas | 2005-07-13 05:49:52 +0200 (Wed, 13 Jul 2005) | 1 line win32.ea support for reporting Win32 extended attributes in MLSD/MLST listings. ------------------------------------------------------------------------ r827 | Ben Taylor | 2005-07-12 09:21:22 +0200 (Tue, 12 Jul 2005) | 1 line Added test for Int64 ContentRange ------------------------------------------------------------------------ r826 | Ben Taylor | 2005-07-12 09:20:00 +0200 (Tue, 12 Jul 2005) | 1 line Fixed Int64 ContentRange requests ------------------------------------------------------------------------ r825 | J. Peter Mugaas | 2005-07-11 20:43:59 +0200 (Mon, 11 Jul 2005) | 1 line Fixed SHA1 checksum test. I think the values in RFC 3174's test case (3 and 4 in the appendex) were wrong. I verified with two checksuming programs and those results match what Indy returned. ------------------------------------------------------------------------ r824 | Matthijs ter Woord | 2005-07-11 12:36:02 +0200 (Mon, 11 Jul 2005) | 1 line Did a bugfix in DoUdpRead ------------------------------------------------------------------------ r823 | Remy Lebeau | 2005-07-09 02:32:39 +0200 (Sat, 09 Jul 2005) | 3 lines Removed SetupErrorReply() usage from SendNoPipelining(), not needed. Updated SendPipelining() to check the reply of the initial RSET command, and the reply of the terminating '.' after sending the message data. ------------------------------------------------------------------------ r822 | J. Peter Mugaas | 2005-07-09 02:06:36 +0200 (Sat, 09 Jul 2005) | 1 line Updated. ------------------------------------------------------------------------ r821 | J. Peter Mugaas | 2005-07-09 02:06:18 +0200 (Sat, 09 Jul 2005) | 1 line Updated ver number. ------------------------------------------------------------------------ r820 | J. Peter Mugaas | 2005-07-09 02:05:59 +0200 (Sat, 09 Jul 2005) | 1 line Updated version number. ------------------------------------------------------------------------ r819 | J. Peter Mugaas | 2005-07-09 02:04:02 +0200 (Sat, 09 Jul 2005) | 1 line RSET should be sent before raising an exception in Send methods. ------------------------------------------------------------------------ r818 | J. Peter Mugaas | 2005-07-09 01:25:31 +0200 (Sat, 09 Jul 2005) | 1 line Followed Remy Lebeau's advice about pipelining. We can send E-Mail even if some RCPT TO commands fail. ------------------------------------------------------------------------ r817 | Remy Lebeau | 2005-07-08 19:30:53 +0200 (Fri, 08 Jul 2005) | 1 line OnFailedRecipient event merged in ------------------------------------------------------------------------ r816 | J. Peter Mugaas | 2005-07-08 09:17:01 +0200 (Fri, 08 Jul 2005) | 1 line Fixed a compiler warning about an unused var. ------------------------------------------------------------------------ r815 | Ben Taylor | 2005-07-08 05:36:21 +0200 (Fri, 08 Jul 2005) | 1 line Fixed call to EncodeString ------------------------------------------------------------------------ r814 | Ben Taylor | 2005-07-08 04:53:41 +0200 (Fri, 08 Jul 2005) | 1 line Removed debug code so mono can compile ------------------------------------------------------------------------ r813 | Ben Taylor | 2005-07-08 04:46:56 +0200 (Fri, 08 Jul 2005) | 1 line Fixed TIdDecoder.DecodeString ------------------------------------------------------------------------ r812 | Ben Taylor | 2005-07-08 04:08:33 +0200 (Fri, 08 Jul 2005) | 1 line Added TestReadTIdBytesFromStream ------------------------------------------------------------------------ r811 | Ben Taylor | 2005-07-08 03:45:35 +0200 (Fri, 08 Jul 2005) | 1 line Added replacement for encode/decode class functions ------------------------------------------------------------------------ r810 | Ben Taylor | 2005-07-08 03:45:03 +0200 (Fri, 08 Jul 2005) | 1 line Fixed ReadTIdBytesFromStream. Parameter should have been var. ------------------------------------------------------------------------ r809 | Ben Taylor | 2005-07-08 03:43:11 +0200 (Fri, 08 Jul 2005) | 1 line Fixed string Encode/Decode ------------------------------------------------------------------------ r808 | J”rg Meier | 2005-07-07 17:40:01 +0200 (Thu, 07 Jul 2005) | 1 line Cleanup of the Line commented out. ------------------------------------------------------------------------ r807 | J”rg Meier | 2005-07-07 17:15:09 +0200 (Thu, 07 Jul 2005) | 1 line Corrected TIdCommandHandler.DoCommand, response not sent ------------------------------------------------------------------------ r806 | J. Peter Mugaas | 2005-07-07 16:06:52 +0200 (Thu, 07 Jul 2005) | 1 line Bumped up version to 84. ------------------------------------------------------------------------ r805 | Ben Taylor | 2005-07-07 15:24:09 +0200 (Thu, 07 Jul 2005) | 1 line Added test for StrToWord range error ------------------------------------------------------------------------ r804 | Ben Taylor | 2005-07-07 15:23:39 +0200 (Thu, 07 Jul 2005) | 1 line Made logging filename more obvious, and relative to current drive ------------------------------------------------------------------------ r803 | Ben Taylor | 2005-07-07 15:22:58 +0200 (Thu, 07 Jul 2005) | 1 line Fix range error in StrToWord ------------------------------------------------------------------------ r802 | Chad Hower | 2005-07-07 15:22:11 +0200 (Thu, 07 Jul 2005) | 1 line Coder changes for FCL ------------------------------------------------------------------------ r801 | J. Peter Mugaas | 2005-07-07 10:12:31 +0200 (Thu, 07 Jul 2005) | 1 line Removed some problematic dependancies and made some IFDEF's for CLX in Kylix. ------------------------------------------------------------------------ r800 | J. Peter Mugaas | 2005-07-06 19:37:29 +0200 (Wed, 06 Jul 2005) | 1 line Bumped version up. ------------------------------------------------------------------------ r799 | J. Peter Mugaas | 2005-07-06 19:36:06 +0200 (Wed, 06 Jul 2005) | 1 line Bumped version up. ------------------------------------------------------------------------ r798 | J. Peter Mugaas | 2005-07-06 00:48:34 +0200 (Wed, 06 Jul 2005) | 8 lines Rewrote file verification routines so they now work. I have verified this with the following FTP Servers: SmartFTP Server Blackmoon FTP Server Professional RaidenFTPD Titan FTP Server GlobalSCAPE Secure FTP Server (v. 2.0) ------------------------------------------------------------------------ r797 | Remy Lebeau | 2005-07-01 19:27:34 +0200 (Fri, 01 Jul 2005) | 1 line Bug fix for AV in Negotiate() when receiving double IAC packets ------------------------------------------------------------------------ r796 | Ben Taylor | 2005-07-01 15:27:38 +0200 (Fri, 01 Jul 2005) | 1 line Fixed memory leaks ------------------------------------------------------------------------ r795 | J. Peter Mugaas | 2005-07-01 13:58:21 +0200 (Fri, 01 Jul 2005) | 1 line Updated for OutputLn. ------------------------------------------------------------------------ r794 | Matthijs ter Woord | 2005-07-01 13:46:43 +0200 (Fri, 01 Jul 2005) | 1 line Made some cosmetical changes ------------------------------------------------------------------------ r793 | Matthijs ter Woord | 2005-07-01 13:11:13 +0200 (Fri, 01 Jul 2005) | 1 line Changed logging mechanism to only output the verbose output when a parameter to the executable is supplied (/debug) ------------------------------------------------------------------------ r792 | Matthijs ter Woord | 2005-07-01 13:03:52 +0200 (Fri, 01 Jul 2005) | 1 line Added mechanism for outputting debug info. ------------------------------------------------------------------------ r791 | J. Peter Mugaas | 2005-07-01 12:17:02 +0200 (Fri, 01 Jul 2005) | 1 line Bumped version to 83. ------------------------------------------------------------------------ r790 | J. Peter Mugaas | 2005-07-01 12:16:32 +0200 (Fri, 01 Jul 2005) | 1 line Bumped version up to 83. ------------------------------------------------------------------------ r789 | J. Peter Mugaas | 2005-07-01 12:16:09 +0200 (Fri, 01 Jul 2005) | 1 line Bumped version up to build 83. ------------------------------------------------------------------------ r788 | J. Peter Mugaas | 2005-07-01 12:02:21 +0200 (Fri, 01 Jul 2005) | 1 line Now passes IPVersion to the multicast functions in TIdStack so that the appropriate constants are used in IPv6. ------------------------------------------------------------------------ r787 | J. Peter Mugaas | 2005-07-01 11:43:19 +0200 (Fri, 01 Jul 2005) | 1 line We should be using the IPv6 multicasting constants with IPv6 multicasting instead of the standard IP constants. ------------------------------------------------------------------------ r786 | Ben Taylor | 2005-07-01 05:53:49 +0200 (Fri, 01 Jul 2005) | 1 line Added outlook date format test ------------------------------------------------------------------------ r785 | Ben Taylor | 2005-07-01 05:53:34 +0200 (Fri, 01 Jul 2005) | 1 line Added parsing for outlook date format ------------------------------------------------------------------------ r784 | Matthijs ter Woord | 2005-06-30 17:10:34 +0200 (Thu, 30 Jun 2005) | 1 line Changes to TestSimpleGet ------------------------------------------------------------------------ r783 | Matthijs ter Woord | 2005-06-30 17:10:33 +0200 (Thu, 30 Jun 2005) | 1 line Added TIdTestGlobal.TestReadStringFromStream ------------------------------------------------------------------------ r782 | Matthijs ter Woord | 2005-06-30 17:10:32 +0200 (Thu, 30 Jun 2005) | 1 line Changed TIdStreamHelper (VCL and .NET) to make sure after the ReadBytes procedure has ran, that the VBuffer is initialized. (if there was data already, its not removed) ------------------------------------------------------------------------ r781 | Matthijs ter Woord | 2005-06-30 17:10:32 +0200 (Thu, 30 Jun 2005) | 1 line Changed to TIdMemoryStream ------------------------------------------------------------------------ r780 | J. Peter Mugaas | 2005-06-30 15:40:41 +0200 (Thu, 30 Jun 2005) | 1 line SMTP Server fixes to avoid an assert error. ------------------------------------------------------------------------ r779 | J. Peter Mugaas | 2005-06-30 14:44:40 +0200 (Thu, 30 Jun 2005) | 1 line Fix for assert failure. The fix is to set Reply to NormalReply if Reply.Code is empty. ------------------------------------------------------------------------ r778 | J. Peter Mugaas | 2005-06-30 14:09:14 +0200 (Thu, 30 Jun 2005) | 1 line Removed EurekaLog reference. An IDE expert I have automatically adds it. ------------------------------------------------------------------------ r777 | J. Peter Mugaas | 2005-06-30 13:27:57 +0200 (Thu, 30 Jun 2005) | 1 line Fix for bad assert causing an exception. ------------------------------------------------------------------------ r776 | Chad Hower | 2005-06-30 12:06:42 +0200 (Thu, 30 Jun 2005) | 1 line Minor tidyup ------------------------------------------------------------------------ r775 | J. Peter Mugaas | 2005-06-30 11:12:57 +0200 (Thu, 30 Jun 2005) | 1 line Removed an IFDEF from IdStackBSDBase. ------------------------------------------------------------------------ r774 | J. Peter Mugaas | 2005-06-30 03:25:32 +0200 (Thu, 30 Jun 2005) | 1 line Removed the DataAvailable method from the Stack objects. That was ultimately doing some peeking into the Winsock buffer and that is NOT a sound practice at all because it cdoesn't remove data, the data buffer in Winsock gets full quickly, and teh buffer has to be lociked for a count. That's in addition to a performance penalty. There's reasons why that practice is on the lamer's list. ------------------------------------------------------------------------ r773 | Matthijs ter Woord | 2005-06-29 18:34:07 +0200 (Wed, 29 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r772 | Matthijs ter Woord | 2005-06-29 17:18:43 +0200 (Wed, 29 Jun 2005) | 1 line Added some tests ------------------------------------------------------------------------ r771 | J. Peter Mugaas | 2005-06-29 17:18:38 +0200 (Wed, 29 Jun 2005) | 1 line Reverted back changes in Ver 9. ------------------------------------------------------------------------ r770 | J. Peter Mugaas | 2005-06-29 02:08:54 +0200 (Wed, 29 Jun 2005) | 1 line Revert back before M. Ter Wood's fix. It wasn't working as expected and breaks in Win32. ------------------------------------------------------------------------ r769 | J. Peter Mugaas | 2005-06-28 21:16:43 +0200 (Tue, 28 Jun 2005) | 1 line Reverted back a bug. ------------------------------------------------------------------------ r768 | J. Peter Mugaas | 2005-06-28 16:35:41 +0200 (Tue, 28 Jun 2005) | 1 line Attempt to add PASV mode transfers., ------------------------------------------------------------------------ r767 | J. Peter Mugaas | 2005-06-28 16:17:00 +0200 (Tue, 28 Jun 2005) | 1 line WriteLn was causing IO Error 105 in GUI programs. ------------------------------------------------------------------------ r766 | J. Peter Mugaas | 2005-06-28 14:59:41 +0200 (Tue, 28 Jun 2005) | 1 line Added DataAvailable method to facitlitate work from M. Ter Wood. ------------------------------------------------------------------------ r765 | J. Peter Mugaas | 2005-06-28 12:18:00 +0200 (Tue, 28 Jun 2005) | 1 line Fix for FTP Server haging in DotNET. We should be calling Select instead of Radable since those don't mean the same thing. ------------------------------------------------------------------------ r764 | J. Peter Mugaas | 2005-06-28 12:14:17 +0200 (Tue, 28 Jun 2005) | 1 line Reverted back to old version. Problem isolated elsewhere. ------------------------------------------------------------------------ r763 | Matthijs ter Woord | 2005-06-28 11:57:16 +0200 (Tue, 28 Jun 2005) | 1 line Added some logging code ------------------------------------------------------------------------ r762 | Chad Hower | 2005-06-28 11:38:57 +0200 (Tue, 28 Jun 2005) | 1 line RetrieveMsgSize fix ------------------------------------------------------------------------ r761 | Matthijs ter Woord | 2005-06-28 11:26:51 +0200 (Tue, 28 Jun 2005) | 1 line modified to the readln changes ------------------------------------------------------------------------ r760 | J. Peter Mugaas | 2005-06-28 11:20:45 +0200 (Tue, 28 Jun 2005) | 1 line Attempt to fix problem with M. Ter Wood's code breaking FTP Server. ------------------------------------------------------------------------ r759 | Matthijs ter Woord | 2005-06-28 11:08:44 +0200 (Tue, 28 Jun 2005) | 1 line Trying to fix bug ------------------------------------------------------------------------ r758 | Ben Taylor | 2005-06-27 17:42:58 +0200 (Mon, 27 Jun 2005) | 1 line Refactored, added references ------------------------------------------------------------------------ r757 | J. Peter Mugaas | 2005-06-27 17:27:07 +0200 (Mon, 27 Jun 2005) | 1 line 500 was used where 550 was required. ------------------------------------------------------------------------ r756 | J. Peter Mugaas | 2005-06-27 16:40:58 +0200 (Mon, 27 Jun 2005) | 1 line Fix for a bug in with rejecting a MAIL FROM. the author was using an incorrect assumption. ------------------------------------------------------------------------ r755 | Matthijs ter Woord | 2005-06-27 14:16:04 +0200 (Mon, 27 Jun 2005) | 1 line Added check for timeout ------------------------------------------------------------------------ r754 | J. Peter Mugaas | 2005-06-27 13:26:20 +0200 (Mon, 27 Jun 2005) | 1 line IFNDEF'ed out GZip test in DOTNET. We have NO compression and decompression in Indy for DotNET. ------------------------------------------------------------------------ r753 | J. Peter Mugaas | 2005-06-27 11:38:56 +0200 (Mon, 27 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r752 | J. Peter Mugaas | 2005-06-27 10:35:03 +0200 (Mon, 27 Jun 2005) | 1 line Attempt to clean up file verification code. Renamed a parameter to describe it better. ------------------------------------------------------------------------ r751 | J. Peter Mugaas | 2005-06-26 21:07:43 +0200 (Sun, 26 Jun 2005) | 1 line Preliminary File verification. Not completely tested. ------------------------------------------------------------------------ r750 | J. Peter Mugaas | 2005-06-26 21:07:19 +0200 (Sun, 26 Jun 2005) | 1 line Minor adjustments. IdHashSHA can work with partial streams. ------------------------------------------------------------------------ r749 | J. Peter Mugaas | 2005-06-26 20:18:49 +0200 (Sun, 26 Jun 2005) | 1 line Added new tests ------------------------------------------------------------------------ r748 | J. Peter Mugaas | 2005-06-26 20:17:45 +0200 (Sun, 26 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r747 | Matthijs ter Woord | 2005-06-26 19:21:00 +0200 (Sun, 26 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r746 | Matthijs ter Woord | 2005-06-25 16:27:19 +0200 (Sat, 25 Jun 2005) | 1 line Fixed bad parameter namings namings ------------------------------------------------------------------------ r745 | Ben Taylor | 2005-06-25 03:33:04 +0200 (Sat, 25 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r744 | Ben Taylor | 2005-06-25 03:28:39 +0200 (Sat, 25 Jun 2005) | 1 line Renamed TIdStream2 ------------------------------------------------------------------------ r743 | Chad Hower | 2005-06-25 01:12:43 +0200 (Sat, 25 Jun 2005) | 1 line Constructor overloads ------------------------------------------------------------------------ r742 | J. Peter Mugaas | 2005-06-25 01:08:24 +0200 (Sat, 25 Jun 2005) | 1 line Removed IPv6 raw header structure. It was causing a CB Build error and we could not do anything with it anyway because the API does not igive you the raw IPv6 header anyway. ------------------------------------------------------------------------ r741 | Chad Hower | 2005-06-25 00:39:58 +0200 (Sat, 25 Jun 2005) | 1 line more ------------------------------------------------------------------------ r740 | Chad Hower | 2005-06-24 22:52:14 +0200 (Fri, 24 Jun 2005) | 1 line More ------------------------------------------------------------------------ r739 | J. Peter Mugaas | 2005-06-24 20:38:00 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r738 | J. Peter Mugaas | 2005-06-24 20:35:34 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r737 | J. Peter Mugaas | 2005-06-24 20:32:50 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r736 | J. Peter Mugaas | 2005-06-24 20:28:16 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r735 | J. Peter Mugaas | 2005-06-24 20:25:28 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r734 | J. Peter Mugaas | 2005-06-24 20:23:51 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r733 | J. Peter Mugaas | 2005-06-24 20:22:01 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r732 | J. Peter Mugaas | 2005-06-24 20:19:56 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r731 | J. Peter Mugaas | 2005-06-24 20:13:33 +0200 (Fri, 24 Jun 2005) | 1 line TIdPOP3. ------------------------------------------------------------------------ r730 | J. Peter Mugaas | 2005-06-24 20:06:58 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r729 | J. Peter Mugaas | 2005-06-24 20:05:12 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r728 | J. Peter Mugaas | 2005-06-24 20:04:02 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r727 | J. Peter Mugaas | 2005-06-24 20:00:01 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r726 | J. Peter Mugaas | 2005-06-24 19:54:55 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r725 | J. Peter Mugaas | 2005-06-24 19:52:47 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r724 | Chad Hower | 2005-06-24 19:48:08 +0200 (Fri, 24 Jun 2005) | 1 line more ------------------------------------------------------------------------ r723 | Chad Hower | 2005-06-24 19:47:59 +0200 (Fri, 24 Jun 2005) | 2 lines IdStream2 --> IdStream Bug fix to GetMessageSize ------------------------------------------------------------------------ r722 | J. Peter Mugaas | 2005-06-24 19:43:18 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r721 | J. Peter Mugaas | 2005-06-24 19:40:09 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r720 | J. Peter Mugaas | 2005-06-24 19:32:44 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. Note that verify is not yet finished. I intend to finish it tonight fi all goes well - famous last words :-). ------------------------------------------------------------------------ r719 | J. Peter Mugaas | 2005-06-24 19:32:05 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream ------------------------------------------------------------------------ r718 | J. Peter Mugaas | 2005-06-24 19:25:38 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r717 | J. Peter Mugaas | 2005-06-24 19:22:26 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r716 | J. Peter Mugaas | 2005-06-24 19:20:13 +0200 (Fri, 24 Jun 2005) | 1 line TIdStream. ------------------------------------------------------------------------ r715 | J. Peter Mugaas | 2005-06-24 19:01:06 +0200 (Fri, 24 Jun 2005) | 1 line Conversion to TIdStream. ------------------------------------------------------------------------ r712 | Chad Hower | 2005-06-24 16:34:51 +0200 (Fri, 24 Jun 2005) | 1 line RetrieveRaw overload dfor streams ------------------------------------------------------------------------ r711 | Chad Hower | 2005-06-24 16:34:38 +0200 (Fri, 24 Jun 2005) | 1 line More ------------------------------------------------------------------------ r710 | Ben Taylor | 2005-06-24 15:37:11 +0200 (Fri, 24 Jun 2005) | 1 line Fixed compiler warning ------------------------------------------------------------------------ r707 | Matthijs ter Woord | 2005-06-24 14:08:03 +0200 (Fri, 24 Jun 2005) | 1 line Fixed ------------------------------------------------------------------------ r706 | J. Peter Mugaas | 2005-06-24 07:47:53 +0200 (Fri, 24 Jun 2005) | 1 line Can now do CRC operations with files over 4MB. ------------------------------------------------------------------------ r705 | J. Peter Mugaas | 2005-06-24 07:18:58 +0200 (Fri, 24 Jun 2005) | 1 line Should now preserve token obtained from greeting so we can use it for logins with APOP. ------------------------------------------------------------------------ r704 | Ben Taylor | 2005-06-24 04:09:25 +0200 (Fri, 24 Jun 2005) | 1 line Added .Get test ------------------------------------------------------------------------ r703 | Matthijs ter Woord | 2005-06-23 18:05:25 +0200 (Thu, 23 Jun 2005) | 1 line Made TestString part of TestToBytes, use the string overload ------------------------------------------------------------------------ r702 | Ben Taylor | 2005-06-23 17:14:00 +0200 (Thu, 23 Jun 2005) | 1 line Fixed object double-free attempt ------------------------------------------------------------------------ r701 | Ben Taylor | 2005-06-23 17:12:30 +0200 (Thu, 23 Jun 2005) | 1 line Added .Put test ------------------------------------------------------------------------ r700 | Chad Hower | 2005-06-23 16:13:41 +0200 (Thu, 23 Jun 2005) | 1 line more ------------------------------------------------------------------------ r699 | Ben Taylor | 2005-06-23 15:36:48 +0200 (Thu, 23 Jun 2005) | 1 line Added var to OnReceived ------------------------------------------------------------------------ r698 | Chad Hower | 2005-06-23 15:30:09 +0200 (Thu, 23 Jun 2005) | 1 line more ------------------------------------------------------------------------ r697 | Remy Lebeau | 2005-06-23 01:54:46 +0200 (Thu, 23 Jun 2005) | 1 line Added support for HasAPOP property ------------------------------------------------------------------------ r696 | Chad Hower | 2005-06-23 00:44:54 +0200 (Thu, 23 Jun 2005) | 1 line SysUtils removed. ------------------------------------------------------------------------ r695 | Chad Hower | 2005-06-22 21:48:48 +0200 (Wed, 22 Jun 2005) | 1 line step 2 ------------------------------------------------------------------------ r694 | Chad Hower | 2005-06-22 17:12:08 +0200 (Wed, 22 Jun 2005) | 1 line First set of consistency fixes ------------------------------------------------------------------------ r693 | Ben Taylor | 2005-06-22 15:59:52 +0200 (Wed, 22 Jun 2005) | 1 line Made RedirectCount readonly ------------------------------------------------------------------------ r692 | Ben Taylor | 2005-06-22 13:35:57 +0200 (Wed, 22 Jun 2005) | 1 line Fixed IFDEFs for mono ------------------------------------------------------------------------ r691 | J. Peter Mugaas | 2005-06-22 12:36:43 +0200 (Wed, 22 Jun 2005) | 1 line Embed version information into ALL Asssemblies. ------------------------------------------------------------------------ r690 | J. Peter Mugaas | 2005-06-22 12:36:02 +0200 (Wed, 22 Jun 2005) | 1 line Embedd version information. ------------------------------------------------------------------------ r689 | J. Peter Mugaas | 2005-06-22 12:35:46 +0200 (Wed, 22 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r688 | J. Peter Mugaas | 2005-06-22 12:32:43 +0200 (Wed, 22 Jun 2005) | 1 line Embed version information for assemblies. ------------------------------------------------------------------------ r687 | J. Peter Mugaas | 2005-06-22 12:32:05 +0200 (Wed, 22 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r686 | J. Peter Mugaas | 2005-06-22 12:31:35 +0200 (Wed, 22 Jun 2005) | 1 line Embedd version information into assemblies. ------------------------------------------------------------------------ r685 | J. Peter Mugaas | 2005-06-22 12:30:59 +0200 (Wed, 22 Jun 2005) | 1 line Embed version information in NET Assemblies ------------------------------------------------------------------------ r684 | J. Peter Mugaas | 2005-06-22 12:27:03 +0200 (Wed, 22 Jun 2005) | 1 line Embed version information into our assemblies. ------------------------------------------------------------------------ r683 | Ben Taylor | 2005-06-22 10:28:31 +0200 (Wed, 22 Jun 2005) | 1 line More IFDEFs ------------------------------------------------------------------------ r682 | Ben Taylor | 2005-06-22 10:16:05 +0200 (Wed, 22 Jun 2005) | 1 line IFDEFs for dotnet ------------------------------------------------------------------------ r681 | Ben Taylor | 2005-06-22 09:52:15 +0200 (Wed, 22 Jun 2005) | 1 line Added test for gzip content-encoding ------------------------------------------------------------------------ r680 | Ben Taylor | 2005-06-22 09:50:08 +0200 (Wed, 22 Jun 2005) | 1 line Added Assert and class ------------------------------------------------------------------------ r679 | Ben Taylor | 2005-06-22 09:48:48 +0200 (Wed, 22 Jun 2005) | 1 line Added comment regarding 'identity' and Request.AcceptEncoding ------------------------------------------------------------------------ r678 | Ben Taylor | 2005-06-22 09:41:31 +0200 (Wed, 22 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r677 | J. Peter Mugaas | 2005-06-22 07:11:54 +0200 (Wed, 22 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r676 | J. Peter Mugaas | 2005-06-22 07:10:41 +0200 (Wed, 22 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r675 | J. Peter Mugaas | 2005-06-22 06:58:49 +0200 (Wed, 22 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r674 | J. Peter Mugaas | 2005-06-22 06:58:08 +0200 (Wed, 22 Jun 2005) | 1 line Updates. ------------------------------------------------------------------------ r673 | J. Peter Mugaas | 2005-06-22 06:55:57 +0200 (Wed, 22 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r672 | J. Peter Mugaas | 2005-06-22 06:55:32 +0200 (Wed, 22 Jun 2005) | 1 line Update ------------------------------------------------------------------------ r671 | J. Peter Mugaas | 2005-06-22 06:45:38 +0200 (Wed, 22 Jun 2005) | 1 line Updates. Fixes for some GUI problems Holger had indicated to me. ------------------------------------------------------------------------ r670 | Ben Taylor | 2005-06-21 13:28:55 +0200 (Tue, 21 Jun 2005) | 1 line Added redirection test, general comments ------------------------------------------------------------------------ r669 | Ben Taylor | 2005-06-21 13:27:05 +0200 (Tue, 21 Jun 2005) | 1 line Added todo comments ------------------------------------------------------------------------ r668 | Ben Taylor | 2005-06-21 13:26:16 +0200 (Tue, 21 Jun 2005) | 1 line Reverted revision28. ReadBytes timeout seemed to cause some subtle timing related bugs. More testing required before it can be added. ------------------------------------------------------------------------ r667 | Ben Taylor | 2005-06-21 13:23:25 +0200 (Tue, 21 Jun 2005) | 1 line Tidied up RedirectCount (refer http unit test) ------------------------------------------------------------------------ r666 | Ben Taylor | 2005-06-20 16:39:29 +0200 (Mon, 20 Jun 2005) | 1 line Added keep-alive test ------------------------------------------------------------------------ r665 | J. Peter Mugaas | 2005-06-20 13:27:57 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r664 | J. Peter Mugaas | 2005-06-20 13:26:00 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r663 | J. Peter Mugaas | 2005-06-20 13:25:43 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r662 | J. Peter Mugaas | 2005-06-20 13:24:44 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r661 | J. Peter Mugaas | 2005-06-20 13:23:49 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r660 | J. Peter Mugaas | 2005-06-20 13:23:25 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r659 | J. Peter Mugaas | 2005-06-20 13:22:22 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r658 | J. Peter Mugaas | 2005-06-20 13:20:32 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r657 | Ben Taylor | 2005-06-20 09:28:24 +0200 (Mon, 20 Jun 2005) | 1 line Added comment to add KeepAlive tests ------------------------------------------------------------------------ r656 | Ben Taylor | 2005-06-20 07:24:30 +0200 (Mon, 20 Jun 2005) | 1 line Added to guidelines ------------------------------------------------------------------------ r655 | Ben Taylor | 2005-06-20 07:23:13 +0200 (Mon, 20 Jun 2005) | 1 line Added comments on TimoutOuts ------------------------------------------------------------------------ r654 | Ben Taylor | 2005-06-20 06:08:12 +0200 (Mon, 20 Jun 2005) | 1 line Added GetReadTimout. Now matches documentation. ------------------------------------------------------------------------ r653 | Ben Taylor | 2005-06-20 05:19:38 +0200 (Mon, 20 Jun 2005) | 1 line Added guidelines ------------------------------------------------------------------------ r652 | Ben Taylor | 2005-06-20 04:45:21 +0200 (Mon, 20 Jun 2005) | 1 line Reverted change made in revision 32 (also related to 31). Raise exception shouldn't depend on what the timeout value is. ------------------------------------------------------------------------ r651 | Ben Taylor | 2005-06-20 03:44:25 +0200 (Mon, 20 Jun 2005) | 1 line Fixed memory leak ------------------------------------------------------------------------ r650 | J. Peter Mugaas | 2005-06-20 02:21:12 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r649 | J. Peter Mugaas | 2005-06-20 02:20:00 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r648 | J. Peter Mugaas | 2005-06-20 02:19:24 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r647 | J. Peter Mugaas | 2005-06-20 02:18:53 +0200 (Mon, 20 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r646 | J. Peter Mugaas | 2005-06-20 02:16:21 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r645 | J. Peter Mugaas | 2005-06-20 02:01:19 +0200 (Mon, 20 Jun 2005) | 1 line Updates. ------------------------------------------------------------------------ r644 | J. Peter Mugaas | 2005-06-20 02:00:43 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r643 | J. Peter Mugaas | 2005-06-20 01:57:15 +0200 (Mon, 20 Jun 2005) | 1 line Inc in version numbers. ------------------------------------------------------------------------ r642 | J. Peter Mugaas | 2005-06-20 01:56:12 +0200 (Mon, 20 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r641 | Matthijs ter Woord | 2005-06-19 17:07:37 +0200 (Sun, 19 Jun 2005) | 1 line Fixed for DotNetDistro build process ------------------------------------------------------------------------ r640 | J. Peter Mugaas | 2005-06-19 16:52:58 +0200 (Sun, 19 Jun 2005) | 1 line Fix for where a "U" was only sent in the buffer and then client would then send a something else as part of the line. ------------------------------------------------------------------------ r638 | Matthijs ter Woord | 2005-06-19 15:43:40 +0200 (Sun, 19 Jun 2005) | 1 line added initialziation of some variables ------------------------------------------------------------------------ r637 | Matthijs ter Woord | 2005-06-19 15:43:02 +0200 (Sun, 19 Jun 2005) | 1 line Added some messages ------------------------------------------------------------------------ r636 | Matthijs ter Woord | 2005-06-19 15:42:47 +0200 (Sun, 19 Jun 2005) | 1 line Added some small things ------------------------------------------------------------------------ r634 | Matthijs ter Woord | 2005-06-19 14:26:31 +0200 (Sun, 19 Jun 2005) | 1 line Adjusted outlining ------------------------------------------------------------------------ r633 | Matthijs ter Woord | 2005-06-19 12:42:08 +0200 (Sun, 19 Jun 2005) | 1 line Fixed indentation ------------------------------------------------------------------------ r632 | Matthijs ter Woord | 2005-06-19 12:41:17 +0200 (Sun, 19 Jun 2005) | 1 line Removed some debugging code ------------------------------------------------------------------------ r631 | Matthijs ter Woord | 2005-06-19 12:11:28 +0200 (Sun, 19 Jun 2005) | 1 line Fixed for apropriate behavior ------------------------------------------------------------------------ r630 | Matthijs ter Woord | 2005-06-19 12:06:49 +0200 (Sun, 19 Jun 2005) | 1 line added a comment in ReadLnWait and fixed ReadTimeout handling ------------------------------------------------------------------------ r629 | Matthijs ter Woord | 2005-06-19 11:37:46 +0200 (Sun, 19 Jun 2005) | 1 line Reverted part of revision 31 ------------------------------------------------------------------------ r628 | Matthijs ter Woord | 2005-06-19 11:37:40 +0200 (Sun, 19 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r627 | J. Peter Mugaas | 2005-06-19 11:00:23 +0200 (Sun, 19 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r626 | Matthijs ter Woord | 2005-06-19 09:23:16 +0200 (Sun, 19 Jun 2005) | 1 line Did some changes ------------------------------------------------------------------------ r625 | Matthijs ter Woord | 2005-06-19 09:21:21 +0200 (Sun, 19 Jun 2005) | 1 line Did a Fix (?) to IOHandler.ReadLn ------------------------------------------------------------------------ r624 | Matthijs ter Woord | 2005-06-19 08:01:34 +0200 (Sun, 19 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r623 | Ben Taylor | 2005-06-19 05:39:25 +0200 (Sun, 19 Jun 2005) | 1 line Added comments ------------------------------------------------------------------------ r622 | Ben Taylor | 2005-06-19 05:05:47 +0200 (Sun, 19 Jun 2005) | 1 line Fixed BytesToChar for ASCII range in .net ------------------------------------------------------------------------ r620 | Ben Taylor | 2005-06-19 04:33:01 +0200 (Sun, 19 Jun 2005) | 1 line Added comments ------------------------------------------------------------------------ r619 | Ben Taylor | 2005-06-19 04:32:28 +0200 (Sun, 19 Jun 2005) | 1 line Added char tests ------------------------------------------------------------------------ r618 | Ben Taylor | 2005-06-19 04:31:44 +0200 (Sun, 19 Jun 2005) | 1 line Reverted to original Char methods. Fixed in IdGlobal. Temporarily disabled recent ReadLn ReadTimeout change ------------------------------------------------------------------------ r617 | Ben Taylor | 2005-06-19 04:20:53 +0200 (Sun, 19 Jun 2005) | 1 line Updated BytesToChar, needs .net work ------------------------------------------------------------------------ r616 | J. Peter Mugaas | 2005-06-19 04:11:04 +0200 (Sun, 19 Jun 2005) | 1 line Removed direct SysUtils dependancy. ------------------------------------------------------------------------ r615 | J. Peter Mugaas | 2005-06-19 04:05:29 +0200 (Sun, 19 Jun 2005) | 1 line Removed IdDummyComponent. That was from a test. Attempted to remove all components from the WinForms designer because we can not properly support it without a lot of work we may not be able to do. ------------------------------------------------------------------------ r614 | Ben Taylor | 2005-06-19 03:13:10 +0200 (Sun, 19 Jun 2005) | 1 line Published RedirectCount ------------------------------------------------------------------------ r613 | Ben Taylor | 2005-06-19 03:08:26 +0200 (Sun, 19 Jun 2005) | 1 line Added comments ------------------------------------------------------------------------ r612 | Matthijs ter Woord | 2005-06-18 19:28:38 +0200 (Sat, 18 Jun 2005) | 1 line Added a commandhandler, DOESN'T work now. please check ------------------------------------------------------------------------ r611 | Ben Taylor | 2005-06-18 17:52:20 +0200 (Sat, 18 Jun 2005) | 1 line Added property TIdMimeTable.LoadTypesFromOS:Boolean ------------------------------------------------------------------------ r610 | Matthijs ter Woord | 2005-06-18 17:43:01 +0200 (Sat, 18 Jun 2005) | 1 line removed debug code ------------------------------------------------------------------------ r609 | Matthijs ter Woord | 2005-06-18 17:23:34 +0200 (Sat, 18 Jun 2005) | 1 line Works now ------------------------------------------------------------------------ r608 | Matthijs ter Woord | 2005-06-18 17:20:40 +0200 (Sat, 18 Jun 2005) | 1 line Moved to MemoryStream ------------------------------------------------------------------------ r607 | Matthijs ter Woord | 2005-06-18 17:05:15 +0200 (Sat, 18 Jun 2005) | 1 line Tried to fix ------------------------------------------------------------------------ r606 | Matthijs ter Woord | 2005-06-18 16:31:29 +0200 (Sat, 18 Jun 2005) | 1 line Changed to MemoryStream ------------------------------------------------------------------------ r605 | Matthijs ter Woord | 2005-06-18 16:22:45 +0200 (Sat, 18 Jun 2005) | 1 line Commented out TIdStringStream replacement test ------------------------------------------------------------------------ r604 | Matthijs ter Woord | 2005-06-18 16:10:35 +0200 (Sat, 18 Jun 2005) | 1 line Fixed for building on win32, ie using TIdStreamHelper ------------------------------------------------------------------------ r603 | Matthijs ter Woord | 2005-06-18 15:49:44 +0200 (Sat, 18 Jun 2005) | 1 line Added test for MemoryStream ------------------------------------------------------------------------ r602 | Ben Taylor | 2005-06-18 15:23:15 +0200 (Sat, 18 Jun 2005) | 1 line Refactor + fix to loopback iohandler ------------------------------------------------------------------------ r601 | Matthijs ter Woord | 2005-06-18 15:02:52 +0200 (Sat, 18 Jun 2005) | 1 line Fixed build and added timeout check in readbytes ------------------------------------------------------------------------ r600 | Matthijs ter Woord | 2005-06-18 15:02:03 +0200 (Sat, 18 Jun 2005) | 1 line Fixed Tobytes(char) ------------------------------------------------------------------------ r599 | Ben Taylor | 2005-06-18 14:38:53 +0200 (Sat, 18 Jun 2005) | 1 line Added comment ------------------------------------------------------------------------ r598 | Matthijs ter Woord | 2005-06-18 14:38:09 +0200 (Sat, 18 Jun 2005) | 1 line Fixed Timeout in ReadBytes ------------------------------------------------------------------------ r597 | Matthijs ter Woord | 2005-06-18 14:34:33 +0200 (Sat, 18 Jun 2005) | 1 line Added ReadLn test for timeouts ------------------------------------------------------------------------ r596 | Ben Taylor | 2005-06-18 14:29:28 +0200 (Sat, 18 Jun 2005) | 1 line Fixed compiler warning ------------------------------------------------------------------------ r595 | Matthijs ter Woord | 2005-06-18 13:49:35 +0200 (Sat, 18 Jun 2005) | 1 line Fixed WriteChar and ReadChar on .NET ------------------------------------------------------------------------ r594 | Matthijs ter Woord | 2005-06-18 13:25:26 +0200 (Sat, 18 Jun 2005) | 1 line Made ReadLn use ReadTimeout property at kudzu's directions. ------------------------------------------------------------------------ r593 | Ben Taylor | 2005-06-18 13:07:54 +0200 (Sat, 18 Jun 2005) | 1 line Memory leak ------------------------------------------------------------------------ r592 | Ben Taylor | 2005-06-18 12:47:32 +0200 (Sat, 18 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r591 | Ben Taylor | 2005-06-18 12:46:44 +0200 (Sat, 18 Jun 2005) | 1 line Added checks ------------------------------------------------------------------------ r590 | Ben Taylor | 2005-06-18 12:33:58 +0200 (Sat, 18 Jun 2005) | 1 line Added .Assign test ------------------------------------------------------------------------ r589 | Matthijs ter Woord | 2005-06-18 12:08:41 +0200 (Sat, 18 Jun 2005) | 1 line Added test for IdGlobal ------------------------------------------------------------------------ r588 | Matthijs ter Woord | 2005-06-18 12:08:31 +0200 (Sat, 18 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r587 | Matthijs ter Woord | 2005-06-18 12:08:18 +0200 (Sat, 18 Jun 2005) | 1 line Formatting ------------------------------------------------------------------------ r586 | Matthijs ter Woord | 2005-06-18 11:32:06 +0200 (Sat, 18 Jun 2005) | 1 line Fixed ------------------------------------------------------------------------ r584 | Ben Taylor | 2005-06-18 11:00:33 +0200 (Sat, 18 Jun 2005) | 1 line Modified for win32. Fixed Assert. ------------------------------------------------------------------------ r583 | Matthijs ter Woord | 2005-06-18 10:53:07 +0200 (Sat, 18 Jun 2005) | 1 line Added some debugging code ------------------------------------------------------------------------ r582 | Ben Taylor | 2005-06-18 10:37:53 +0200 (Sat, 18 Jun 2005) | 1 line Added comment about .Code ------------------------------------------------------------------------ r581 | Matthijs ter Woord | 2005-06-18 10:15:57 +0200 (Sat, 18 Jun 2005) | 1 line Added tests for cmdTcpServer and ReplyRFC ------------------------------------------------------------------------ r580 | Matthijs ter Woord | 2005-06-18 10:15:39 +0200 (Sat, 18 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r579 | Ben Taylor | 2005-06-18 10:11:56 +0200 (Sat, 18 Jun 2005) | 1 line Fix to ReadBytes ------------------------------------------------------------------------ r578 | Ben Taylor | 2005-06-18 10:10:37 +0200 (Sat, 18 Jun 2005) | 1 line Fixed .net dynamic array bug ------------------------------------------------------------------------ r577 | Ben Taylor | 2005-06-18 09:49:43 +0200 (Sat, 18 Jun 2005) | 1 line Added ReadTimout to stop test from blocking on an error ------------------------------------------------------------------------ r576 | Matthijs ter Woord | 2005-06-18 09:31:01 +0200 (Sat, 18 Jun 2005) | 1 line Fixed test on VCL.NET ------------------------------------------------------------------------ r572 | Matthijs ter Woord | 2005-06-17 18:45:17 +0200 (Fri, 17 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r571 | Matthijs ter Woord | 2005-06-17 18:44:58 +0200 (Fri, 17 Jun 2005) | 1 line Added IdTestBaseComponent ------------------------------------------------------------------------ r569 | J. Peter Mugaas | 2005-06-17 18:00:25 +0200 (Fri, 17 Jun 2005) | 1 line SASL editor. ------------------------------------------------------------------------ r568 | J. Peter Mugaas | 2005-06-17 17:59:52 +0200 (Fri, 17 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r567 | J. Peter Mugaas | 2005-06-16 01:04:31 +0200 (Thu, 16 Jun 2005) | 1 line In DotNET, now uses Winforms. ------------------------------------------------------------------------ r566 | J. Peter Mugaas | 2005-06-15 22:52:46 +0200 (Wed, 15 Jun 2005) | 1 line Updated packages. ------------------------------------------------------------------------ r565 | J. Peter Mugaas | 2005-06-15 22:46:31 +0200 (Wed, 15 Jun 2005) | 1 line Fix for GUI Error causing the *URL to be nearly invisible. ------------------------------------------------------------------------ r564 | J. Peter Mugaas | 2005-06-15 22:03:00 +0200 (Wed, 15 Jun 2005) | 1 line Updated property editors and bug fixes. ------------------------------------------------------------------------ r563 | J. Peter Mugaas | 2005-06-15 22:02:23 +0200 (Wed, 15 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r562 | Ben Taylor | 2005-06-15 16:14:04 +0200 (Wed, 15 Jun 2005) | 1 line Fixed date parsing ------------------------------------------------------------------------ r561 | Ben Taylor | 2005-06-15 16:13:39 +0200 (Wed, 15 Jun 2005) | 1 line Added date parsing checks ------------------------------------------------------------------------ r560 | Ben Taylor | 2005-06-15 14:27:26 +0200 (Wed, 15 Jun 2005) | 1 line Fixed bug. Added more checks. ------------------------------------------------------------------------ r559 | Ben Taylor | 2005-06-15 14:26:17 +0200 (Wed, 15 Jun 2005) | 1 line Fixed range-check error. Added Asserts. Added comments. ------------------------------------------------------------------------ r558 | J. Peter Mugaas | 2005-06-15 14:01:09 +0200 (Wed, 15 Jun 2005) | 1 line Updated packages. ------------------------------------------------------------------------ r557 | J. Peter Mugaas | 2005-06-15 14:00:10 +0200 (Wed, 15 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r556 | J. Peter Mugaas | 2005-06-15 13:59:43 +0200 (Wed, 15 Jun 2005) | 1 line Rework so DotNET version of About Box is used for Delphi NET packages. ------------------------------------------------------------------------ r555 | J. Peter Mugaas | 2005-06-15 13:58:47 +0200 (Wed, 15 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r554 | Ben Taylor | 2005-06-15 09:04:08 +0200 (Wed, 15 Jun 2005) | 1 line Reduced visibility of AuthRetries/AuthProxyRetries. ------------------------------------------------------------------------ r553 | Ben Taylor | 2005-06-15 08:34:47 +0200 (Wed, 15 Jun 2005) | 1 line Fix for proxy authentication. SSPI now works. ------------------------------------------------------------------------ r552 | J. Peter Mugaas | 2005-06-14 16:07:45 +0200 (Tue, 14 Jun 2005) | 1 line Copyright date fix. ------------------------------------------------------------------------ r551 | Ben Taylor | 2005-06-14 14:21:45 +0200 (Tue, 14 Jun 2005) | 1 line Spelling fix ------------------------------------------------------------------------ r550 | Ben Taylor | 2005-06-14 09:46:02 +0200 (Tue, 14 Jun 2005) | 1 line Updated unit header ------------------------------------------------------------------------ r549 | J. Peter Mugaas | 2005-06-13 21:57:53 +0200 (Mon, 13 Jun 2005) | 1 line Possible bug fix for problem dropping an Indy Class on a WinForm. ------------------------------------------------------------------------ r548 | Ben Taylor | 2005-06-13 15:55:38 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r547 | Ben Taylor | 2005-06-13 15:53:36 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r546 | Ben Taylor | 2005-06-13 15:52:34 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r545 | Ben Taylor | 2005-06-13 15:46:24 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r544 | Ben Taylor | 2005-06-13 15:43:40 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r543 | Ben Taylor | 2005-06-13 15:42:38 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r542 | Ben Taylor | 2005-06-13 15:37:41 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r541 | Ben Taylor | 2005-06-13 15:36:30 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r540 | Ben Taylor | 2005-06-13 15:35:29 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r539 | Ben Taylor | 2005-06-13 15:34:26 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r538 | Ben Taylor | 2005-06-13 15:32:30 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r537 | Ben Taylor | 2005-06-13 15:31:28 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r536 | Ben Taylor | 2005-06-13 15:30:26 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r535 | Ben Taylor | 2005-06-13 15:27:57 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r534 | Ben Taylor | 2005-06-13 15:25:24 +0200 (Mon, 13 Jun 2005) | 1 line Updated File Header ------------------------------------------------------------------------ r533 | J. Peter Mugaas | 2005-06-13 15:18:29 +0200 (Mon, 13 Jun 2005) | 1 line Updates. ------------------------------------------------------------------------ r532 | J. Peter Mugaas | 2005-06-13 15:17:23 +0200 (Mon, 13 Jun 2005) | 1 line Debugging stuff. ------------------------------------------------------------------------ r531 | Ben Taylor | 2005-06-13 12:54:59 +0200 (Mon, 13 Jun 2005) | 1 line Fixed memory leak. Fixed incorrect initialization/finalization sections. ------------------------------------------------------------------------ r530 | Ben Taylor | 2005-06-13 10:10:46 +0200 (Mon, 13 Jun 2005) | 1 line Comments ------------------------------------------------------------------------ r529 | Ben Taylor | 2005-06-13 06:35:37 +0200 (Mon, 13 Jun 2005) | 1 line Fix for Company parsing ------------------------------------------------------------------------ r528 | Ben Taylor | 2005-06-13 06:34:52 +0200 (Mon, 13 Jun 2005) | 1 line Added test ------------------------------------------------------------------------ r527 | Ben Taylor | 2005-06-13 06:25:28 +0200 (Mon, 13 Jun 2005) | 1 line Type change +comment ------------------------------------------------------------------------ r526 | Ben Taylor | 2005-06-13 04:34:54 +0200 (Mon, 13 Jun 2005) | 1 line Fixed test ------------------------------------------------------------------------ r525 | Ben Taylor | 2005-06-13 04:27:55 +0200 (Mon, 13 Jun 2005) | 1 line Added more asserts ------------------------------------------------------------------------ r524 | Ben Taylor | 2005-06-13 04:27:20 +0200 (Mon, 13 Jun 2005) | 1 line Added comment ------------------------------------------------------------------------ r523 | Ben Taylor | 2005-06-13 04:13:52 +0200 (Mon, 13 Jun 2005) | 1 line Fix for .net where Char is 2 bytes. May need to fix again so it's 1 byte, consistent with win32 ------------------------------------------------------------------------ r522 | Ben Taylor | 2005-06-13 04:11:12 +0200 (Mon, 13 Jun 2005) | 1 line Fixed incorrect smallint reference ------------------------------------------------------------------------ r520 | Ben Taylor | 2005-06-13 02:47:32 +0200 (Mon, 13 Jun 2005) | 1 line TIdTestStringList ------------------------------------------------------------------------ r519 | Matthijs ter Woord | 2005-06-12 19:37:35 +0200 (Sun, 12 Jun 2005) | 1 line Added IdTestStack ------------------------------------------------------------------------ r518 | Matthijs ter Woord | 2005-06-12 19:37:19 +0200 (Sun, 12 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r516 | Ben Taylor | 2005-06-12 16:56:12 +0200 (Sun, 12 Jun 2005) | 1 line Enabled IdTestVCard ------------------------------------------------------------------------ r515 | Ben Taylor | 2005-06-12 15:25:48 +0200 (Sun, 12 Jun 2005) | 1 line Added comment ------------------------------------------------------------------------ r514 | Ben Taylor | 2005-06-12 15:20:15 +0200 (Sun, 12 Jun 2005) | 1 line TIdTestNativeComponent ------------------------------------------------------------------------ r512 | Ben Taylor | 2005-06-12 14:16:45 +0200 (Sun, 12 Jun 2005) | 1 line Removed notification of passed test, cleaner. ------------------------------------------------------------------------ r510 | Ben Taylor | 2005-06-12 14:07:52 +0200 (Sun, 12 Jun 2005) | 1 line Removed display of passed tests ------------------------------------------------------------------------ r509 | Ben Taylor | 2005-06-12 13:56:23 +0200 (Sun, 12 Jun 2005) | 1 line Fix for TIdDateTime ------------------------------------------------------------------------ r508 | Ben Taylor | 2005-06-12 13:55:13 +0200 (Sun, 12 Jun 2005) | 1 line Fixed to pass unit tests ------------------------------------------------------------------------ r507 | Ben Taylor | 2005-06-12 13:54:19 +0200 (Sun, 12 Jun 2005) | 1 line Fixed method visibility ------------------------------------------------------------------------ r506 | Ben Taylor | 2005-06-12 13:00:50 +0200 (Sun, 12 Jun 2005) | 1 line Cleaned up formatting ------------------------------------------------------------------------ r505 | Matthijs ter Woord | 2005-06-12 12:47:51 +0200 (Sun, 12 Jun 2005) | 1 line changed ------------------------------------------------------------------------ r504 | Ben Taylor | 2005-06-12 12:40:27 +0200 (Sun, 12 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r503 | Ben Taylor | 2005-06-12 12:29:06 +0200 (Sun, 12 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r502 | Ben Taylor | 2005-06-12 12:28:17 +0200 (Sun, 12 Jun 2005) | 1 line Fixed procedure name ------------------------------------------------------------------------ r501 | Ben Taylor | 2005-06-12 12:27:52 +0200 (Sun, 12 Jun 2005) | 1 line Added IdTestObjs. Removed one test from .net ------------------------------------------------------------------------ r500 | J. Peter Mugaas | 2005-06-12 10:41:09 +0200 (Sun, 12 Jun 2005) | 1 line Temp debugging code. ------------------------------------------------------------------------ r499 | Ben Taylor | 2005-06-12 10:25:53 +0200 (Sun, 12 Jun 2005) | 1 line Fixed for .net compile ------------------------------------------------------------------------ r498 | J. Peter Mugaas | 2005-06-12 09:46:53 +0200 (Sun, 12 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r497 | Matthijs ter Woord | 2005-06-12 09:28:02 +0200 (Sun, 12 Jun 2005) | 1 line fixed for IdSys and IdObjs ------------------------------------------------------------------------ r496 | J. Peter Mugaas | 2005-06-12 09:24:08 +0200 (Sun, 12 Jun 2005) | 1 line Fixed "inheritted;" problem. ------------------------------------------------------------------------ r495 | J. Peter Mugaas | 2005-06-12 09:19:11 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r494 | J. Peter Mugaas | 2005-06-12 07:54:29 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inherited" problem. ------------------------------------------------------------------------ r493 | J. Peter Mugaas | 2005-06-12 07:51:07 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r492 | J. Peter Mugaas | 2005-06-12 07:48:41 +0200 (Sun, 12 Jun 2005) | 1 line fix for "inherited;" problem. Changed some things to use Sys.FreeAndNil so we don't have pointers to something that was deallocated. ------------------------------------------------------------------------ r491 | J. Peter Mugaas | 2005-06-12 07:11:16 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inherited" problem. ------------------------------------------------------------------------ r490 | J. Peter Mugaas | 2005-06-12 06:59:45 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r489 | J. Peter Mugaas | 2005-06-12 06:48:18 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inheritted" problem. ------------------------------------------------------------------------ r488 | J. Peter Mugaas | 2005-06-12 04:26:13 +0200 (Sun, 12 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r487 | J. Peter Mugaas | 2005-06-12 04:25:11 +0200 (Sun, 12 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r486 | J. Peter Mugaas | 2005-06-12 00:47:38 +0200 (Sun, 12 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r485 | J. Peter Mugaas | 2005-06-12 00:44:42 +0200 (Sun, 12 Jun 2005) | 1 line Updated. ------------------------------------------------------------------------ r484 | J. Peter Mugaas | 2005-06-12 00:29:16 +0200 (Sun, 12 Jun 2005) | 1 line Fix for inherited problem. ------------------------------------------------------------------------ r483 | J. Peter Mugaas | 2005-06-11 21:55:37 +0200 (Sat, 11 Jun 2005) | 1 line "inherited" problem. ------------------------------------------------------------------------ r482 | J. Peter Mugaas | 2005-06-11 18:14:51 +0200 (Sat, 11 Jun 2005) | 1 line Update. ------------------------------------------------------------------------ r481 | Ben Taylor | 2005-06-11 15:23:03 +0200 (Sat, 11 Jun 2005) | 1 line Fixed for D5 ------------------------------------------------------------------------ r480 | Ben Taylor | 2005-06-11 15:20:39 +0200 (Sat, 11 Jun 2005) | 1 line Fixes for D5. Checked against D5 and D7. Fixed compiler warning. ------------------------------------------------------------------------ r479 | Matthijs ter Woord | 2005-06-11 15:07:57 +0200 (Sat, 11 Jun 2005) | 1 line Changed IFDEF to DotNet ------------------------------------------------------------------------ r478 | Matthijs ter Woord | 2005-06-11 11:28:24 +0200 (Sat, 11 Jun 2005) | 1 line Fixed Build ------------------------------------------------------------------------ r477 | J. Peter Mugaas | 2005-06-11 11:23:29 +0200 (Sat, 11 Jun 2005) | 1 line inherited problem. ------------------------------------------------------------------------ r476 | J. Peter Mugaas | 2005-06-11 11:21:49 +0200 (Sat, 11 Jun 2005) | 1 line inherited problem. ------------------------------------------------------------------------ r475 | J. Peter Mugaas | 2005-06-11 11:20:20 +0200 (Sat, 11 Jun 2005) | 1 line Fix for inherited problem. ------------------------------------------------------------------------ r474 | J. Peter Mugaas | 2005-06-11 11:18:27 +0200 (Sat, 11 Jun 2005) | 1 line inherited problem. ------------------------------------------------------------------------ r473 | J. Peter Mugaas | 2005-06-11 11:16:11 +0200 (Sat, 11 Jun 2005) | 1 line inherited problem. ------------------------------------------------------------------------ r472 | J. Peter Mugaas | 2005-06-11 11:14:34 +0200 (Sat, 11 Jun 2005) | 1 line inherited problem. ------------------------------------------------------------------------ r471 | J. Peter Mugaas | 2005-06-11 11:12:22 +0200 (Sat, 11 Jun 2005) | 1 line inherited problem. ------------------------------------------------------------------------ r470 | J. Peter Mugaas | 2005-06-11 11:09:00 +0200 (Sat, 11 Jun 2005) | 1 line "inherited;" problem. ------------------------------------------------------------------------ r469 | J. Peter Mugaas | 2005-06-11 11:06:29 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited" problem. ------------------------------------------------------------------------ r468 | J. Peter Mugaas | 2005-06-11 10:33:08 +0200 (Sat, 11 Jun 2005) | 1 line Updates. ------------------------------------------------------------------------ r467 | Ben Taylor | 2005-06-11 10:30:50 +0200 (Sat, 11 Jun 2005) | 1 line Modified to use proper MIME decoder ------------------------------------------------------------------------ r466 | Ben Taylor | 2005-06-11 10:21:30 +0200 (Sat, 11 Jun 2005) | 1 line Fixed TIdEncoderQuotedPrintable.Encode ------------------------------------------------------------------------ r465 | J. Peter Mugaas | 2005-06-11 10:20:24 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r464 | J. Peter Mugaas | 2005-06-11 10:14:18 +0200 (Sat, 11 Jun 2005) | 1 line Added SystemXX dependancy to Design-Time package. ------------------------------------------------------------------------ r463 | J. Peter Mugaas | 2005-06-11 10:08:55 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r462 | J. Peter Mugaas | 2005-06-11 10:06:30 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited" problem. ------------------------------------------------------------------------ r461 | J. Peter Mugaas | 2005-06-11 10:03:01 +0200 (Sat, 11 Jun 2005) | 1 line Fixes for receiving certain messages. "inherited" problem. ------------------------------------------------------------------------ r460 | J. Peter Mugaas | 2005-06-11 10:01:33 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited" problem. ------------------------------------------------------------------------ r459 | Ben Taylor | 2005-06-11 10:00:54 +0200 (Sat, 11 Jun 2005) | 1 line Bugfix ------------------------------------------------------------------------ r458 | J. Peter Mugaas | 2005-06-11 09:59:04 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited" problem. ------------------------------------------------------------------------ r457 | J. Peter Mugaas | 2005-06-11 09:58:16 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r456 | J. Peter Mugaas | 2005-06-11 09:53:17 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r455 | J. Peter Mugaas | 2005-06-11 09:48:12 +0200 (Sat, 11 Jun 2005) | 1 line Fix for out of range problems. Fixed "inherited;" problem. ------------------------------------------------------------------------ r454 | J. Peter Mugaas | 2005-06-11 09:45:28 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r453 | J. Peter Mugaas | 2005-06-11 09:43:36 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r452 | J. Peter Mugaas | 2005-06-11 09:41:36 +0200 (Sat, 11 Jun 2005) | 1 line Fix for "inherited;" problem. ------------------------------------------------------------------------ r451 | J. Peter Mugaas | 2005-06-11 09:33:50 +0200 (Sat, 11 Jun 2005) | 1 line Fixed potential bugs with "inherited;" ------------------------------------------------------------------------ r450 | J. Peter Mugaas | 2005-06-11 09:28:30 +0200 (Sat, 11 Jun 2005) | 1 line Fixed potential DotNET creationh and destruction problem. ------------------------------------------------------------------------ r449 | J. Peter Mugaas | 2005-06-11 09:25:59 +0200 (Sat, 11 Jun 2005) | 1 line Bug fix for WinForms initialization. ------------------------------------------------------------------------ r448 | Ben Taylor | 2005-06-11 09:18:44 +0200 (Sat, 11 Jun 2005) | 1 line IdTestCoderQuotedPrintable ------------------------------------------------------------------------ r447 | Ben Taylor | 2005-06-11 09:18:13 +0200 (Sat, 11 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r446 | J. Peter Mugaas | 2005-06-11 08:38:25 +0200 (Sat, 11 Jun 2005) | 8 lines Commented out some references to // Delphi 8 assemblies // if UnitType.Name = 'Unit' then begin // RuntimeHelpers.RunClassConstructor(UnitType.TypeHandle); // end; in DotNET. It was ALWAYS causing a problem when dropping something on a WinForm. ------------------------------------------------------------------------ r445 | Ben Taylor | 2005-06-11 08:30:30 +0200 (Sat, 11 Jun 2005) | 1 line Fix for TIdIOHandler.Write ------------------------------------------------------------------------ r444 | Ben Taylor | 2005-06-11 07:49:59 +0200 (Sat, 11 Jun 2005) | 1 line IdTestIOHandler ------------------------------------------------------------------------ r443 | Ben Taylor | 2005-06-11 07:49:33 +0200 (Sat, 11 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r442 | Ben Taylor | 2005-06-11 01:53:01 +0200 (Sat, 11 Jun 2005) | 1 line IdStream unit ------------------------------------------------------------------------ r441 | J. Peter Mugaas | 2005-06-11 00:28:36 +0200 (Sat, 11 Jun 2005) | 1 line Fixups for new package changes. ------------------------------------------------------------------------ r440 | J. Peter Mugaas | 2005-06-11 00:27:57 +0200 (Sat, 11 Jun 2005) | 1 line NET compatibility changes. ------------------------------------------------------------------------ r439 | J. Peter Mugaas | 2005-06-10 23:48:40 +0200 (Fri, 10 Jun 2005) | 1 line Fixups for new package design. ------------------------------------------------------------------------ r438 | J. Peter Mugaas | 2005-06-10 21:15:29 +0200 (Fri, 10 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r436 | Ben Taylor | 2005-06-10 19:06:22 +0200 (Fri, 10 Jun 2005) | 1 line IdTestCoder3to4 ------------------------------------------------------------------------ r435 | Ben Taylor | 2005-06-10 19:05:26 +0200 (Fri, 10 Jun 2005) | 1 line Fixed stream bugs using TIdStreamHelper ------------------------------------------------------------------------ r434 | Ben Taylor | 2005-06-10 18:55:09 +0200 (Fri, 10 Jun 2005) | 1 line Minor changes + comments ------------------------------------------------------------------------ r433 | Ben Taylor | 2005-06-10 18:54:33 +0200 (Fri, 10 Jun 2005) | 1 line Rearranged ------------------------------------------------------------------------ r432 | Ben Taylor | 2005-06-10 16:52:43 +0200 (Fri, 10 Jun 2005) | 1 line Fixed stream+EOL bug ------------------------------------------------------------------------ r431 | Ben Taylor | 2005-06-10 16:30:47 +0200 (Fri, 10 Jun 2005) | 1 line Added stream tests ------------------------------------------------------------------------ r430 | Ben Taylor | 2005-06-10 16:30:19 +0200 (Fri, 10 Jun 2005) | 1 line Fixed stream handling, used TIdStreamHelper. ------------------------------------------------------------------------ r429 | Ben Taylor | 2005-06-10 15:40:09 +0200 (Fri, 10 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r428 | Ben Taylor | 2005-06-10 15:39:46 +0200 (Fri, 10 Jun 2005) | 1 line IdTestBuffer ------------------------------------------------------------------------ r427 | Ben Taylor | 2005-06-10 15:24:17 +0200 (Fri, 10 Jun 2005) | 1 line Fixed win32 stream issue using TIdStreamHelper ------------------------------------------------------------------------ r426 | Ben Taylor | 2005-06-10 10:10:13 +0200 (Fri, 10 Jun 2005) | 1 line Fixed compiler warning. Improved variable scope. ------------------------------------------------------------------------ r425 | J. Peter Mugaas | 2005-06-09 22:51:12 +0200 (Thu, 09 Jun 2005) | 1 line Should compile. ------------------------------------------------------------------------ r424 | J. Peter Mugaas | 2005-06-09 22:49:10 +0200 (Thu, 09 Jun 2005) | 1 line Should compile. ------------------------------------------------------------------------ r422 | J. Peter Mugaas | 2005-06-09 21:03:24 +0200 (Thu, 09 Jun 2005) | 1 line Updates for new units. ------------------------------------------------------------------------ r421 | J. Peter Mugaas | 2005-06-09 20:42:33 +0200 (Thu, 09 Jun 2005) | 1 line Should compile. ------------------------------------------------------------------------ r419 | J. Peter Mugaas | 2005-06-09 18:50:25 +0200 (Thu, 09 Jun 2005) | 1 line Should compile. Tempoarily commented out some stuff that doesn't compile in Delphi NET. ------------------------------------------------------------------------ r418 | Matthijs ter Woord | 2005-06-09 18:31:04 +0200 (Thu, 09 Jun 2005) | 1 line Made some changes to fix some build issues ------------------------------------------------------------------------ r415 | Ben Taylor | 2005-06-08 06:47:11 +0200 (Wed, 08 Jun 2005) | 1 line IdTestStreamHelper ------------------------------------------------------------------------ r414 | Ben Taylor | 2005-06-08 06:46:45 +0200 (Wed, 08 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r413 | J. Peter Mugaas | 2005-06-08 02:54:55 +0200 (Wed, 08 Jun 2005) | 1 line Timeout options in DotNET. ------------------------------------------------------------------------ r412 | J. Peter Mugaas | 2005-06-07 20:40:10 +0200 (Tue, 07 Jun 2005) | 1 line This is far from finished but should compile. ------------------------------------------------------------------------ r411 | J. Peter Mugaas | 2005-06-07 20:39:55 +0200 (Tue, 07 Jun 2005) | 1 line Should compile. This is far from finished. ------------------------------------------------------------------------ r409 | J. Peter Mugaas | 2005-06-07 20:03:57 +0200 (Tue, 07 Jun 2005) | 1 line Work from M. Ter Wood with TIdStream along with some selective IFDEF's from me. I have verified that in Delphi 2005, this compiles with both the Win32 and DotNET personalities. ------------------------------------------------------------------------ r408 | Ben Taylor | 2005-06-07 12:42:19 +0200 (Tue, 07 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r407 | Ben Taylor | 2005-06-07 12:42:12 +0200 (Tue, 07 Jun 2005) | 1 line IdTestFtpServer ------------------------------------------------------------------------ r406 | Ben Taylor | 2005-06-07 04:24:16 +0200 (Tue, 07 Jun 2005) | 1 line Made address more complex ------------------------------------------------------------------------ r405 | J. Peter Mugaas | 2005-06-07 00:36:07 +0200 (Tue, 07 Jun 2005) | 1 line Fix for problem reported by Hadi. If a file error happens, a server return an error code and no further replies. This fix was verified by Craig Peterson ------------------------------------------------------------------------ r404 | J. Peter Mugaas | 2005-06-06 23:57:16 +0200 (Mon, 06 Jun 2005) | 1 line Fix for Get method causing Stack overflow. OOPS!!! ------------------------------------------------------------------------ r403 | J. Peter Mugaas | 2005-06-05 20:23:12 +0200 (Sun, 05 Jun 2005) | 1 line Fixed a directory list parsing bug. Added an AbortCmd. The idea is you could use it from the main thread while FTP commands are issued on a worker thread. Without an AbortCmd method, SendCmd will keep repeatedly sending the same packet to infinity. ------------------------------------------------------------------------ r402 | J. Peter Mugaas | 2005-06-05 04:38:48 +0200 (Sun, 05 Jun 2005) | 1 line Fix for AV that would occur in MODE Z with MLSD. ------------------------------------------------------------------------ r401 | J. Peter Mugaas | 2005-06-05 03:10:04 +0200 (Sun, 05 Jun 2005) | 2 lines Temporary fix for a bug in Read and Write Stream methods. ------------------------------------------------------------------------ r400 | J. Peter Mugaas | 2005-06-04 23:37:42 +0200 (Sat, 04 Jun 2005) | 3 lines Updated for new reference. TIdCreationDateFTPListItem ------------------------------------------------------------------------ r399 | J. Peter Mugaas | 2005-06-04 08:06:33 +0200 (Sat, 04 Jun 2005) | 1 line Now can obtain Hop limit information about a received packet with IPv6. ------------------------------------------------------------------------ r398 | J. Peter Mugaas | 2005-06-04 08:05:41 +0200 (Sat, 04 Jun 2005) | 1 line Now can handle HOPLIMIT information about a packet. ------------------------------------------------------------------------ r397 | J. Peter Mugaas | 2005-06-03 19:12:15 +0200 (Fri, 03 Jun 2005) | 1 line IFDEF'ed out an packet information call in DOTNET. Even though that call is supported, it will NOT do any good because you also need a RecvMsg (or WSARecvMsg) API call. Microsoft NET Framework 1.1 does not have those. Microsoft NET 2.0 Framework will have them. ------------------------------------------------------------------------ r396 | Don Siders | 2005-06-02 23:56:15 +0200 (Thu, 02 Jun 2005) | 3 lines Updated to use standard file header. Added TODO for TIdFormDataField related to transfer encoding for AddFile, AddObject. ------------------------------------------------------------------------ r395 | Remy Lebeau | 2005-06-02 22:02:04 +0200 (Thu, 02 Jun 2005) | 1 line Removed "Content-Transfer-Encoding" header, causing too many problems. ------------------------------------------------------------------------ r394 | Ben Taylor | 2005-06-02 15:21:38 +0200 (Thu, 02 Jun 2005) | 1 line IdTestMessage ------------------------------------------------------------------------ r393 | Ben Taylor | 2005-06-02 15:20:02 +0200 (Thu, 02 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r392 | Ben Taylor | 2005-06-02 05:30:51 +0200 (Thu, 02 Jun 2005) | 1 line IdTestHttp ------------------------------------------------------------------------ r391 | Ben Taylor | 2005-06-02 05:30:13 +0200 (Thu, 02 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r390 | J. Peter Mugaas | 2005-06-01 21:57:36 +0200 (Wed, 01 Jun 2005) | 3 lines Messages for codes mentioned in: http://www.ietf.org/internet-drafts/draft-ietf-ipngwg-icmp-v3-06.txt ------------------------------------------------------------------------ r389 | J. Peter Mugaas | 2005-06-01 19:27:53 +0200 (Wed, 01 Jun 2005) | 1 line Timeout message. ------------------------------------------------------------------------ r388 | J. Peter Mugaas | 2005-06-01 17:00:49 +0200 (Wed, 01 Jun 2005) | 1 line IPv6 response messages. ------------------------------------------------------------------------ r387 | Ben Taylor | 2005-06-01 13:49:56 +0200 (Wed, 01 Jun 2005) | 1 line Added Assertions ------------------------------------------------------------------------ r386 | Ben Taylor | 2005-06-01 13:35:10 +0200 (Wed, 01 Jun 2005) | 1 line Fix for Sys. ------------------------------------------------------------------------ r385 | Ben Taylor | 2005-06-01 13:32:14 +0200 (Wed, 01 Jun 2005) | 1 line Added IDFREEONFINAL define to allow for proper memory release on shutdown ------------------------------------------------------------------------ r384 | Ben Taylor | 2005-06-01 05:44:14 +0200 (Wed, 01 Jun 2005) | 1 line Added detail ------------------------------------------------------------------------ r383 | Ben Taylor | 2005-06-01 04:06:52 +0200 (Wed, 01 Jun 2005) | 1 line Fixed compile errors ------------------------------------------------------------------------ r382 | Ben Taylor | 2005-06-01 03:42:34 +0200 (Wed, 01 Jun 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r381 | Ben Taylor | 2005-06-01 03:42:08 +0200 (Wed, 01 Jun 2005) | 1 line IdTestVCard ------------------------------------------------------------------------ r380 | J. Peter Mugaas | 2005-06-01 03:06:38 +0200 (Wed, 01 Jun 2005) | 1 line More error messages for host unreachable. ------------------------------------------------------------------------ r379 | Don Siders | 2005-05-31 23:29:05 +0200 (Tue, 31 May 2005) | 1 line Corrected typo in name of TIdCreationDateFTPListItem and descendant classes. ------------------------------------------------------------------------ r378 | J. Peter Mugaas | 2005-05-31 21:47:35 +0200 (Tue, 31 May 2005) | 1 line Expanded number of ICMP Messages and types for any later expansion. ------------------------------------------------------------------------ r377 | Remy Lebeau | 2005-05-31 11:34:35 +0200 (Tue, 31 May 2005) | 1 line bug fixes for SetEnhReply() and MailFromReject() ------------------------------------------------------------------------ r376 | Ben Taylor | 2005-05-31 06:54:58 +0200 (Tue, 31 May 2005) | 1 line Added test for rejected email ------------------------------------------------------------------------ r375 | J. Peter Mugaas | 2005-05-30 23:29:10 +0200 (Mon, 30 May 2005) | 1 line Novell BorderManager FTP Proxy support. ------------------------------------------------------------------------ r374 | J. Peter Mugaas | 2005-05-30 21:22:41 +0200 (Mon, 30 May 2005) | 1 line Updated with TraceRoute. ------------------------------------------------------------------------ r373 | J. Peter Mugaas | 2005-05-30 21:07:53 +0200 (Mon, 30 May 2005) | 1 line TraceRoute now works. Verified IPv6 traceroute support. ------------------------------------------------------------------------ r372 | Ben Taylor | 2005-05-30 15:20:41 +0200 (Mon, 30 May 2005) | 1 line Add checks ------------------------------------------------------------------------ r371 | Ben Taylor | 2005-05-30 15:20:14 +0200 (Mon, 30 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r370 | Ben Taylor | 2005-05-30 15:19:51 +0200 (Mon, 30 May 2005) | 2 lines IdTestCoderMIME, IdTestCoder3to4 ------------------------------------------------------------------------ r369 | Ben Taylor | 2005-05-30 15:14:20 +0200 (Mon, 30 May 2005) | 1 line Changed to FreeAndNil ------------------------------------------------------------------------ r368 | Ben Taylor | 2005-05-30 14:59:23 +0200 (Mon, 30 May 2005) | 1 line Added Assert ------------------------------------------------------------------------ r367 | Ben Taylor | 2005-05-30 14:10:11 +0200 (Mon, 30 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r366 | Ben Taylor | 2005-05-30 12:05:32 +0200 (Mon, 30 May 2005) | 1 line Fixed incorrect object free ------------------------------------------------------------------------ r365 | J. Peter Mugaas | 2005-05-29 18:57:23 +0200 (Sun, 29 May 2005) | 1 line Changed form references. ------------------------------------------------------------------------ r364 | Matthijs ter Woord | 2005-05-29 08:56:41 +0200 (Sun, 29 May 2005) | 1 line removed IdTStrings ------------------------------------------------------------------------ r363 | Matthijs ter Woord | 2005-05-29 08:13:57 +0200 (Sun, 29 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r362 | Matthijs ter Woord | 2005-05-29 08:11:54 +0200 (Sun, 29 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r361 | J. Peter Mugaas | 2005-05-29 02:50:40 +0200 (Sun, 29 May 2005) | 1 line This should compile in Win32. ------------------------------------------------------------------------ r360 | J. Peter Mugaas | 2005-05-29 00:24:30 +0200 (Sun, 29 May 2005) | 1 line Now compiles. ------------------------------------------------------------------------ r359 | J. Peter Mugaas | 2005-05-28 23:52:28 +0200 (Sat, 28 May 2005) | 1 line Updated to compile. ------------------------------------------------------------------------ r358 | J. Peter Mugaas | 2005-05-28 23:34:49 +0200 (Sat, 28 May 2005) | 1 line Fix to get this to compile. ------------------------------------------------------------------------ r357 | J. Peter Mugaas | 2005-05-28 23:33:25 +0200 (Sat, 28 May 2005) | 1 line Compiles. ------------------------------------------------------------------------ r356 | J. Peter Mugaas | 2005-05-28 23:30:26 +0200 (Sat, 28 May 2005) | 1 line Fix to get this to compile. ------------------------------------------------------------------------ r355 | J. Peter Mugaas | 2005-05-28 23:28:18 +0200 (Sat, 28 May 2005) | 1 line Fix to get this to compile. ------------------------------------------------------------------------ r354 | J. Peter Mugaas | 2005-05-28 23:12:33 +0200 (Sat, 28 May 2005) | 1 line Should compile with Matthijs ter Woord's changes. I verified in Win32. Things work differently there. ------------------------------------------------------------------------ r353 | J. Peter Mugaas | 2005-05-28 21:56:42 +0200 (Sat, 28 May 2005) | 1 line Fixed compiler errors with workaround. ------------------------------------------------------------------------ r352 | J. Peter Mugaas | 2005-05-28 21:33:01 +0200 (Sat, 28 May 2005) | 1 line We also need opRemove in the Win32 VCL. ------------------------------------------------------------------------ r351 | J. Peter Mugaas | 2005-05-28 20:13:41 +0200 (Sat, 28 May 2005) | 1 line Exposed OpRemove in DotNET. ------------------------------------------------------------------------ r350 | J. Peter Mugaas | 2005-05-28 19:53:39 +0200 (Sat, 28 May 2005) | 1 line Fixed TCriticalSection compile problem in Win32. ------------------------------------------------------------------------ r349 | Matthijs ter Woord | 2005-05-28 19:37:49 +0200 (Sat, 28 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r348 | Matthijs ter Woord | 2005-05-28 18:51:48 +0200 (Sat, 28 May 2005) | 1 line Mapped IdStruct.TIdLongWord to IndyLongWord ------------------------------------------------------------------------ r347 | Matthijs ter Woord | 2005-05-28 17:31:51 +0200 (Sat, 28 May 2005) | 1 line Modified to build under DotNetDistro ------------------------------------------------------------------------ r346 | Matthijs ter Woord | 2005-05-28 17:04:29 +0200 (Sat, 28 May 2005) | 1 line Moved to TIdStream2, and the new classes in IdObjs ------------------------------------------------------------------------ r345 | Matthijs ter Woord | 2005-05-28 17:03:17 +0200 (Sat, 28 May 2005) | 1 line Moved to TIdStream2, and the new classes in IdObjs ------------------------------------------------------------------------ r344 | Matthijs ter Woord | 2005-05-28 17:02:05 +0200 (Sat, 28 May 2005) | 1 line Moved to TIdStream2, and the new classes in IdObjs ------------------------------------------------------------------------ r343 | Matthijs ter Woord | 2005-05-28 17:00:52 +0200 (Sat, 28 May 2005) | 1 line Moved to TIdStream2, and the new classes in IdObjs ------------------------------------------------------------------------ r342 | Matthijs ter Woord | 2005-05-28 14:53:56 +0200 (Sat, 28 May 2005) | 1 line Changed some things to eliminate the direct VCL/RTL dependancy ------------------------------------------------------------------------ r341 | Matthijs ter Woord | 2005-05-28 14:19:37 +0200 (Sat, 28 May 2005) | 1 line Moves to TIdCollection, TIdCollectionItem, TIdOwnedCollection, TIdStream2 ------------------------------------------------------------------------ r340 | Matthijs ter Woord | 2005-05-28 14:18:35 +0200 (Sat, 28 May 2005) | 1 line Moves to TIdCollection, TIdCollectionItem, TIdOwnedCollection, TIdStream2 ------------------------------------------------------------------------ r339 | Matthijs ter Woord | 2005-05-28 10:41:51 +0200 (Sat, 28 May 2005) | 1 line Moved to IdSys, IdGlobal, IdObjs and TIdNativeThread and related stuff ------------------------------------------------------------------------ r338 | Matthijs ter Woord | 2005-05-28 09:39:40 +0200 (Sat, 28 May 2005) | 1 line Removed Classes from uses clause ------------------------------------------------------------------------ r337 | Matthijs ter Woord | 2005-05-28 09:39:21 +0200 (Sat, 28 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r336 | Ben Taylor | 2005-05-28 06:55:07 +0200 (Sat, 28 May 2005) | 1 line Added message send/receive test ------------------------------------------------------------------------ r335 | Ben Taylor | 2005-05-28 06:18:26 +0200 (Sat, 28 May 2005) | 1 line Fixed uninitialized variable ------------------------------------------------------------------------ r334 | Ben Taylor | 2005-05-28 06:11:16 +0200 (Sat, 28 May 2005) | 1 line Spelling - function name ------------------------------------------------------------------------ r333 | J. Peter Mugaas | 2005-05-28 03:11:57 +0200 (Sat, 28 May 2005) | 1 line Removed connect/disconnect calls. Cacheing the binding was NOT working as well as I had hoped with raw sockets. ------------------------------------------------------------------------ r332 | Ben Taylor | 2005-05-28 02:54:43 +0200 (Sat, 28 May 2005) | 1 line Fixed for level>3 subdomains, see IdTestCookie ------------------------------------------------------------------------ r331 | Ben Taylor | 2005-05-28 02:53:28 +0200 (Sat, 28 May 2005) | 1 line Spelling ------------------------------------------------------------------------ r330 | Ben Taylor | 2005-05-28 02:52:34 +0200 (Sat, 28 May 2005) | 1 line IdTestCookie ------------------------------------------------------------------------ r329 | Ben Taylor | 2005-05-28 02:51:57 +0200 (Sat, 28 May 2005) | 1 line Added tests ------------------------------------------------------------------------ r328 | Ben Taylor | 2005-05-28 02:42:11 +0200 (Sat, 28 May 2005) | 1 line Compiler options ------------------------------------------------------------------------ r327 | Ben Taylor | 2005-05-28 02:32:49 +0200 (Sat, 28 May 2005) | 1 line added registertest ------------------------------------------------------------------------ r326 | Ben Taylor | 2005-05-28 02:29:24 +0200 (Sat, 28 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r325 | Ben Taylor | 2005-05-28 02:02:46 +0200 (Sat, 28 May 2005) | 1 line IdTestSMTPServer ------------------------------------------------------------------------ r324 | Ben Taylor | 2005-05-28 02:02:02 +0200 (Sat, 28 May 2005) | 1 line Bug, TIdReplySMTP AssignTo. Caused SMTPServer greeting to be empty ------------------------------------------------------------------------ r323 | Ben Taylor | 2005-05-28 01:57:11 +0200 (Sat, 28 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r322 | J. Peter Mugaas | 2005-05-28 00:38:34 +0200 (Sat, 28 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r321 | J. Peter Mugaas | 2005-05-28 00:38:04 +0200 (Sat, 28 May 2005) | 1 line Some groundwork for Traceroute. Added some interpretive messages for ping results to make development easier and I added quite a bit. ------------------------------------------------------------------------ r320 | J. Peter Mugaas | 2005-05-27 19:35:01 +0200 (Fri, 27 May 2005) | 1 line Removed compiler warning. Hopefully, IOControl will work. ------------------------------------------------------------------------ r319 | Ben Taylor | 2005-05-27 10:34:01 +0200 (Fri, 27 May 2005) | 1 line IdTestCmdTCPClient ------------------------------------------------------------------------ r318 | Ben Taylor | 2005-05-27 10:33:43 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r317 | Ben Taylor | 2005-05-27 10:20:12 +0200 (Fri, 27 May 2005) | 1 line IdTestSchedulerOfThreadPool ------------------------------------------------------------------------ r316 | Ben Taylor | 2005-05-27 10:19:40 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r315 | Ben Taylor | 2005-05-27 09:54:42 +0200 (Fri, 27 May 2005) | 1 line IdTestMessageCoderMime ------------------------------------------------------------------------ r314 | Ben Taylor | 2005-05-27 09:53:06 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r313 | Ben Taylor | 2005-05-27 09:34:17 +0200 (Fri, 27 May 2005) | 1 line Removed comments ------------------------------------------------------------------------ r312 | Ben Taylor | 2005-05-27 09:33:02 +0200 (Fri, 27 May 2005) | 1 line IdTestSocketHandle ------------------------------------------------------------------------ r311 | Ben Taylor | 2005-05-27 09:30:53 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r310 | Ben Taylor | 2005-05-27 09:21:47 +0200 (Fri, 27 May 2005) | 1 line Renaming ------------------------------------------------------------------------ r309 | Ben Taylor | 2005-05-27 09:21:09 +0200 (Fri, 27 May 2005) | 1 line IdTestThreadComponent ------------------------------------------------------------------------ r308 | Ben Taylor | 2005-05-27 09:20:26 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r307 | Ben Taylor | 2005-05-27 09:11:52 +0200 (Fri, 27 May 2005) | 1 line Removed Classes from uses ------------------------------------------------------------------------ r306 | Ben Taylor | 2005-05-27 08:30:31 +0200 (Fri, 27 May 2005) | 1 line Added sys ------------------------------------------------------------------------ r305 | Ben Taylor | 2005-05-27 08:30:03 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r304 | Ben Taylor | 2005-05-27 08:08:50 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r303 | Ben Taylor | 2005-05-27 07:54:22 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r302 | Ben Taylor | 2005-05-27 07:53:02 +0200 (Fri, 27 May 2005) | 1 line Update ------------------------------------------------------------------------ r301 | Ben Taylor | 2005-05-27 07:48:44 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r300 | Ben Taylor | 2005-05-27 07:46:22 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r299 | Ben Taylor | 2005-05-27 07:45:21 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r298 | Holger Flick | 2005-05-27 00:15:02 +0200 (Fri, 27 May 2005) | 1 line renamed DataModule because of compile error ------------------------------------------------------------------------ r297 | Holger Flick | 2005-05-27 00:13:53 +0200 (Fri, 27 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r296 | J. Peter Mugaas | 2005-05-26 23:35:28 +0200 (Thu, 26 May 2005) | 1 line Updates. ------------------------------------------------------------------------ r295 | J. Peter Mugaas | 2005-05-26 22:32:33 +0200 (Thu, 26 May 2005) | 1 line "Connect" functionality to associate a Send with an IP address. This shouldc help facilitate writing some ping and traceroute programs. ------------------------------------------------------------------------ r294 | J. Peter Mugaas | 2005-05-26 19:13:11 +0200 (Thu, 26 May 2005) | 1 line ICMP Client now works in DotNET. Verified. ------------------------------------------------------------------------ r293 | J. Peter Mugaas | 2005-05-26 17:17:05 +0200 (Thu, 26 May 2005) | 1 line Fix for where an abstract method was being exposed in an instance. ------------------------------------------------------------------------ r292 | J. Peter Mugaas | 2005-05-26 16:57:52 +0200 (Thu, 26 May 2005) | 1 line Removed warnings by making these into procedures. They would raise exceptions on failure anyway. ------------------------------------------------------------------------ r291 | J. Peter Mugaas | 2005-05-26 16:33:41 +0200 (Thu, 26 May 2005) | 1 line Fixed compile error in DotNET. ------------------------------------------------------------------------ r290 | J. Peter Mugaas | 2005-05-26 16:26:42 +0200 (Thu, 26 May 2005) | 1 line Compiles again. ------------------------------------------------------------------------ r289 | J. Peter Mugaas | 2005-05-26 15:46:48 +0200 (Thu, 26 May 2005) | 1 line Fix build errors ------------------------------------------------------------------------ r288 | J. Peter Mugaas | 2005-05-26 15:44:38 +0200 (Thu, 26 May 2005) | 1 line Moved IdStruct downto System ------------------------------------------------------------------------ r287 | J. Peter Mugaas | 2005-05-26 15:44:19 +0200 (Thu, 26 May 2005) | 1 line Moved IdStruct down to system. ------------------------------------------------------------------------ r285 | Andreas Hausladen | 2005-05-26 15:25:14 +0200 (Thu, 26 May 2005) | 1 line Changed to use Sys.ExtractTrailingPathDelimiter ------------------------------------------------------------------------ r282 | Andreas Hausladen | 2005-05-26 13:53:03 +0200 (Thu, 26 May 2005) | 1 line Fixed Win32 compile errors ------------------------------------------------------------------------ r281 | Andreas Hausladen | 2005-05-26 13:52:19 +0200 (Thu, 26 May 2005) | 1 line Added additional classtype check ------------------------------------------------------------------------ r279 | J. Peter Mugaas | 2005-05-26 02:11:34 +0200 (Thu, 26 May 2005) | 1 line Updates to try to fix compile problem. ------------------------------------------------------------------------ r278 | J. Peter Mugaas | 2005-05-26 02:10:58 +0200 (Thu, 26 May 2005) | 1 line Updated. Hopefully works in NET. ------------------------------------------------------------------------ r277 | Matthijs ter Woord | 2005-05-25 19:41:37 +0200 (Wed, 25 May 2005) | 1 line Changed to the TIdStream2 alias and related classes ------------------------------------------------------------------------ r276 | Matthijs ter Woord | 2005-05-25 19:40:32 +0200 (Wed, 25 May 2005) | 1 line Changed to the TIdStream2 alias and related classes ------------------------------------------------------------------------ r275 | Matthijs ter Woord | 2005-05-25 19:39:18 +0200 (Wed, 25 May 2005) | 1 line Changed to the TIdStream2 alias and related classes ------------------------------------------------------------------------ r274 | J. Peter Mugaas | 2005-05-25 17:48:00 +0200 (Wed, 25 May 2005) | 1 line Bug fixes. IPv6 piniging now works. Verifed by pinging ip6.research.microsoft.com with Windows XP Professional. ------------------------------------------------------------------------ r273 | J. Peter Mugaas | 2005-05-25 17:47:57 +0200 (Wed, 25 May 2005) | 1 line Bug fixes. IPv6 pinging now works. Verifed by pinging ip6.research.microsoft.com with Windows XP Professional. ------------------------------------------------------------------------ r272 | Ben Taylor | 2005-05-25 16:46:42 +0200 (Wed, 25 May 2005) | 2 lines Fix delphi5 compile. Added IFDEF for proper finalization. ------------------------------------------------------------------------ r271 | Andreas Hausladen | 2005-05-25 16:37:15 +0200 (Wed, 25 May 2005) | 1 line Added AttachmentTempDirectory property ------------------------------------------------------------------------ r270 | J. Peter Mugaas | 2005-05-25 15:47:02 +0200 (Wed, 25 May 2005) | 1 line Removed SysUtils dependancy. More work on IdIP_v6 ------------------------------------------------------------------------ r269 | J. Peter Mugaas | 2005-05-25 15:45:45 +0200 (Wed, 25 May 2005) | 1 line Further work on IPv6 ping support. ------------------------------------------------------------------------ r268 | J. Peter Mugaas | 2005-05-25 15:44:24 +0200 (Wed, 25 May 2005) | 1 line API cleanups for ReceiveMsg. ------------------------------------------------------------------------ r267 | Ben Taylor | 2005-05-25 09:31:50 +0200 (Wed, 25 May 2005) | 1 line Added IFDEFs for delphi5 ------------------------------------------------------------------------ r266 | Ben Taylor | 2005-05-25 08:30:26 +0200 (Wed, 25 May 2005) | 1 line Removed IncludeTrailingSlash, now use Sys.IncludeTrailingPathDelimiter ------------------------------------------------------------------------ r265 | Ben Taylor | 2005-05-25 08:28:51 +0200 (Wed, 25 May 2005) | 2 lines Standardised to Sys.IncludeTrailingPathDelimiter. Fixed ignored function result. ------------------------------------------------------------------------ r262 | Ben Taylor | 2005-05-25 06:05:27 +0200 (Wed, 25 May 2005) | 1 line Removed unused code. (was also D5-incompatible) ------------------------------------------------------------------------ r261 | Ben Taylor | 2005-05-25 06:03:29 +0200 (Wed, 25 May 2005) | 1 line Replaced missing override ------------------------------------------------------------------------ r260 | Ben Taylor | 2005-05-25 04:30:23 +0200 (Wed, 25 May 2005) | 1 line Fixed to compile ------------------------------------------------------------------------ r259 | J. Peter Mugaas | 2005-05-25 01:41:36 +0200 (Wed, 25 May 2005) | 1 line Updates for ICMPv6. ------------------------------------------------------------------------ r258 | J. Peter Mugaas | 2005-05-25 01:18:40 +0200 (Wed, 25 May 2005) | 1 line Updated with more IPv6 definitions I need. ------------------------------------------------------------------------ r257 | J. Peter Mugaas | 2005-05-24 19:10:41 +0200 (Tue, 24 May 2005) | 1 line Updated. ------------------------------------------------------------------------ r256 | Matthijs ter Woord | 2005-05-24 19:00:04 +0200 (Tue, 24 May 2005) | 1 line Changed IdTStrings to IdObjs in uses clause ------------------------------------------------------------------------ r255 | Matthijs ter Woord | 2005-05-24 18:58:51 +0200 (Tue, 24 May 2005) | 1 line Changed IdTStrings to IdObjs in uses clause ------------------------------------------------------------------------ r254 | Matthijs ter Woord | 2005-05-24 16:19:04 +0200 (Tue, 24 May 2005) | 1 line Changed IdTStrings to IdObjs in uses clause ------------------------------------------------------------------------ r253 | Matthijs ter Woord | 2005-05-24 16:18:01 +0200 (Tue, 24 May 2005) | 1 line Replaced IdTStrings to IdObjs in uses clause ------------------------------------------------------------------------ r251 | Matthijs ter Woord | 2005-05-24 16:15:37 +0200 (Tue, 24 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r248 | Ben Taylor | 2005-05-24 13:43:35 +0200 (Tue, 24 May 2005) | 1 line Removed D5-incompatible keyword - deprecated ------------------------------------------------------------------------ r247 | Don Siders | 2005-05-24 09:30:40 +0200 (Tue, 24 May 2005) | 1 line Fixed file headers so revision history appears at top. ------------------------------------------------------------------------ r246 | Don Siders | 2005-05-24 08:01:38 +0200 (Tue, 24 May 2005) | 1 line Cleaned up file header and revision history. ------------------------------------------------------------------------ r245 | Don Siders | 2005-05-24 07:42:32 +0200 (Tue, 24 May 2005) | 1 line Made separate declarations for methods with IFDEFS in the middle of parameter declarations. I thought IFDEFs were verboten in the protocols package but at least this is a little more readable (and parsable). ------------------------------------------------------------------------ r244 | Don Siders | 2005-05-24 06:42:44 +0200 (Tue, 24 May 2005) | 1 line Moved comment outside of parameter declarations. ------------------------------------------------------------------------ r243 | J. Peter Mugaas | 2005-05-24 00:53:23 +0200 (Tue, 24 May 2005) | 1 line Removed compiler warning ------------------------------------------------------------------------ r242 | J. Peter Mugaas | 2005-05-23 23:58:57 +0200 (Mon, 23 May 2005) | 1 line Fixes for ICMP headers. ------------------------------------------------------------------------ r241 | J. Peter Mugaas | 2005-05-23 23:17:29 +0200 (Mon, 23 May 2005) | 1 line Some new functionality for ICMPv6 (Ping6 support). This looks odd but see my comments about it. ------------------------------------------------------------------------ r240 | J. Peter Mugaas | 2005-05-23 18:16:04 +0200 (Mon, 23 May 2005) | 1 line API record type added. ------------------------------------------------------------------------ r239 | Ben Taylor | 2005-05-23 13:03:31 +0200 (Mon, 23 May 2005) | 1 line Standardised file header ------------------------------------------------------------------------ r238 | Matthijs ter Woord | 2005-05-22 19:13:35 +0200 (Sun, 22 May 2005) | 1 line Moved to IdObjs ------------------------------------------------------------------------ r236 | Ben Taylor | 2005-05-22 15:11:55 +0200 (Sun, 22 May 2005) | 1 line Standardised file header ------------------------------------------------------------------------ r235 | Ben Taylor | 2005-05-22 15:07:22 +0200 (Sun, 22 May 2005) | 1 line Standardised file header ------------------------------------------------------------------------ r234 | Holger Flick | 2005-05-22 14:30:45 +0200 (Sun, 22 May 2005) | 1 line .NET compatibility change ------------------------------------------------------------------------ r233 | Ben Taylor | 2005-05-22 14:28:09 +0200 (Sun, 22 May 2005) | 1 line Fixed compile error ------------------------------------------------------------------------ r232 | Holger Flick | 2005-05-22 14:26:54 +0200 (Sun, 22 May 2005) | 1 line .NET compatibility change ------------------------------------------------------------------------ r231 | Matthijs ter Woord | 2005-05-22 14:23:27 +0200 (Sun, 22 May 2005) | 1 line Changed IdStrings to IdObjs in uses clause ------------------------------------------------------------------------ r230 | Holger Flick | 2005-05-22 14:19:46 +0200 (Sun, 22 May 2005) | 1 line .NET compatibility change ------------------------------------------------------------------------ r229 | Holger Flick | 2005-05-22 14:17:28 +0200 (Sun, 22 May 2005) | 1 line .NET compatibility change ------------------------------------------------------------------------ r228 | Holger Flick | 2005-05-22 14:07:20 +0200 (Sun, 22 May 2005) | 1 line .NET compatibility change ------------------------------------------------------------------------ r227 | Matthijs ter Woord | 2005-05-22 11:38:46 +0200 (Sun, 22 May 2005) | 1 line Modified for TIdStreamVCL ------------------------------------------------------------------------ r226 | Matthijs ter Woord | 2005-05-22 11:38:18 +0200 (Sun, 22 May 2005) | 2 lines IFDEF'd TStream usage and converted the rest to TIdStreamVCL. TODO: what to do with the TStream stuff, removing will break existing code (user code And indy code) ------------------------------------------------------------------------ r225 | Ben Taylor | 2005-05-22 11:29:54 +0200 (Sun, 22 May 2005) | 1 line Fixed .net IFDEFs ------------------------------------------------------------------------ r224 | Matthijs ter Woord | 2005-05-22 10:38:08 +0200 (Sun, 22 May 2005) | 1 line Removed IdStrings, IdTStrings and added IdObjs to uses clause ------------------------------------------------------------------------ r223 | Matthijs ter Woord | 2005-05-22 10:01:22 +0200 (Sun, 22 May 2005) | 1 line Made some changes for fixing the build. not finished ------------------------------------------------------------------------ r222 | Matthijs ter Woord | 2005-05-22 09:17:09 +0200 (Sun, 22 May 2005) | 1 line Moved GetIsLoading and GetIsDesignTime to TIdInitializerComponent. Also made it work properly for .NET FCL builds. ------------------------------------------------------------------------ r220 | Ben Taylor | 2005-05-22 08:44:54 +0200 (Sun, 22 May 2005) | 1 line Renamed LargeStream property ------------------------------------------------------------------------ r219 | Ben Taylor | 2005-05-22 08:32:23 +0200 (Sun, 22 May 2005) | 1 line Added support for large (int64) streams ------------------------------------------------------------------------ r218 | Ben Taylor | 2005-05-22 08:31:36 +0200 (Sun, 22 May 2005) | 1 line Changed Max/Min to Int64 ------------------------------------------------------------------------ r217 | Ben Taylor | 2005-05-22 08:29:22 +0200 (Sun, 22 May 2005) | 1 line Added support for large (int64) streams ------------------------------------------------------------------------ r216 | Ben Taylor | 2005-05-22 08:28:11 +0200 (Sun, 22 May 2005) | 1 line Added support for large (int64) streams ------------------------------------------------------------------------ r215 | Ben Taylor | 2005-05-22 08:06:44 +0200 (Sun, 22 May 2005) | 1 line Fixed memory leak ------------------------------------------------------------------------ r214 | Ben Taylor | 2005-05-22 08:01:35 +0200 (Sun, 22 May 2005) | 2 lines Removed duplicated code. Workaround to increase file send speed from 1MB/sec to 10MB/sec. ------------------------------------------------------------------------ r213 | Ben Taylor | 2005-05-22 03:37:33 +0200 (Sun, 22 May 2005) | 1 line Spelling correction ------------------------------------------------------------------------ r212 | J. Peter Mugaas | 2005-05-22 02:58:10 +0200 (Sun, 22 May 2005) | 5 lines Worked around an API bug in some of our stub routines. This was noted here: http://www.sockets.com/ws2_stat.htm and verified on Windows XP Professional with Service Pack 2. I also commented about this. ------------------------------------------------------------------------ r211 | J. Peter Mugaas | 2005-05-22 02:24:05 +0200 (Sun, 22 May 2005) | 1 line Minor adjustment ------------------------------------------------------------------------ r210 | Ben Taylor | 2005-05-22 01:19:25 +0200 (Sun, 22 May 2005) | 1 line Removed IdObjsFCL from uses section ------------------------------------------------------------------------ r209 | Andreas Hausladen | 2005-05-21 19:34:22 +0200 (Sat, 21 May 2005) | 1 line Fixed header parsing bug ------------------------------------------------------------------------ r208 | Andreas Hausladen | 2005-05-21 19:33:47 +0200 (Sat, 21 May 2005) | 1 line Added new function TextStartsWith ------------------------------------------------------------------------ r207 | Matthijs ter Woord | 2005-05-21 15:40:04 +0200 (Sat, 21 May 2005) | 1 line Removed SysUtils and Classes dependencies. IdBaseComponent and IdGlobal still require Classes, IdBaseComponent for TComponent and IdGlobal for TStream and descendants ------------------------------------------------------------------------ r206 | J. Peter Mugaas | 2005-05-21 15:24:12 +0200 (Sat, 21 May 2005) | 1 line Some constants were missing. ------------------------------------------------------------------------ r205 | J. Peter Mugaas | 2005-05-21 13:33:46 +0200 (Sat, 21 May 2005) | 1 line Should compile in DotNET again. OOPS!!! ------------------------------------------------------------------------ r204 | Ben Taylor | 2005-05-21 12:13:28 +0200 (Sat, 21 May 2005) | 1 line Fixed .Net DateTime issue ------------------------------------------------------------------------ r203 | Matthijs ter Woord | 2005-05-21 12:06:15 +0200 (Sat, 21 May 2005) | 1 line Changed TIdDateTimeBase's descendant to Double ------------------------------------------------------------------------ r202 | Matthijs ter Woord | 2005-05-21 11:12:06 +0200 (Sat, 21 May 2005) | 1 line Fixed DateTime.ToOADate usage ------------------------------------------------------------------------ r200 | Matthijs ter Woord | 2005-05-21 10:17:37 +0200 (Sat, 21 May 2005) | 1 line Changed references to TDateTime to TIdDateTime ------------------------------------------------------------------------ r199 | Matthijs ter Woord | 2005-05-21 10:15:13 +0200 (Sat, 21 May 2005) | 1 line Changed all references to TDateTime to TIdDateTime and changed related function calls etc ------------------------------------------------------------------------ r198 | Matthijs ter Woord | 2005-05-21 10:13:44 +0200 (Sat, 21 May 2005) | 1 line Changed all references to TDateTime to TIdDateTime and changed related function calls etc ------------------------------------------------------------------------ r196 | J. Peter Mugaas | 2005-05-20 21:09:13 +0200 (Fri, 20 May 2005) | 1 line New definitions ------------------------------------------------------------------------ r194 | J. Peter Mugaas | 2005-05-20 18:30:04 +0200 (Fri, 20 May 2005) | 1 line Attempt to simplify some code. ------------------------------------------------------------------------ r193 | J. Peter Mugaas | 2005-05-20 18:28:37 +0200 (Fri, 20 May 2005) | 1 line Ping partially works with IPv6. ------------------------------------------------------------------------ r192 | J. Peter Mugaas | 2005-05-20 18:27:19 +0200 (Fri, 20 May 2005) | 1 line Should compile. ------------------------------------------------------------------------ r191 | J. Peter Mugaas | 2005-05-20 12:44:26 +0200 (Fri, 20 May 2005) | 1 line Removed an old TODO. ------------------------------------------------------------------------ r190 | J. Peter Mugaas | 2005-05-20 01:29:02 +0200 (Fri, 20 May 2005) | 1 line In RecvFrom, AIPVersion was not being passed down to a lower level call causing a failure for IPv6. ------------------------------------------------------------------------ r189 | J. Peter Mugaas | 2005-05-20 01:20:36 +0200 (Fri, 20 May 2005) | 1 line Made a fix for a bye order call. The wrong overloaded function might have been called giving a wrong result. ------------------------------------------------------------------------ r188 | Remy Lebeau | 2005-05-19 22:12:21 +0200 (Thu, 19 May 2005) | 5 lines Reworked try..finally blocks in DoDataChannelOperation() Changed various calls to Sys.UpperCase() to use TextIsSame() instead. Reworked CommandALLO() ------------------------------------------------------------------------ r187 | Hadi Hariri | 2005-05-19 21:52:04 +0200 (Thu, 19 May 2005) | 1 line Fixes for NTLM Proxy ------------------------------------------------------------------------ r186 | J. Peter Mugaas | 2005-05-19 20:19:59 +0200 (Thu, 19 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r185 | J. Peter Mugaas | 2005-05-19 18:23:51 +0200 (Thu, 19 May 2005) | 1 line Attempt to get Raw socket functionality to work and started IPv6 support. ------------------------------------------------------------------------ r184 | J. Peter Mugaas | 2005-05-19 18:23:23 +0200 (Thu, 19 May 2005) | 1 line Some minor expansions for some stuff I may need. ------------------------------------------------------------------------ r183 | Ben Taylor | 2005-05-19 17:30:11 +0200 (Thu, 19 May 2005) | 1 line Minor cleanups. Free>FreeAndNil ------------------------------------------------------------------------ r182 | Hadi Hariri | 2005-05-19 17:14:18 +0200 (Thu, 19 May 2005) | 1 line Fix to make it compile ------------------------------------------------------------------------ r179 | Ben Taylor | 2005-05-18 10:04:59 +0200 (Wed, 18 May 2005) | 1 line Fixed CommandDATA StringReplace bug ------------------------------------------------------------------------ r177 | Ben Taylor | 2005-05-18 05:35:24 +0200 (Wed, 18 May 2005) | 1 line Changed Destroy to FreeAndNil ------------------------------------------------------------------------ r176 | Ben Taylor | 2005-05-18 05:04:40 +0200 (Wed, 18 May 2005) | 2 lines IdSys changes. Removed locale-dependant date parsing bug. ------------------------------------------------------------------------ r175 | Ben Taylor | 2005-05-18 02:53:08 +0200 (Wed, 18 May 2005) | 1 line Fixed Int64 conversions ------------------------------------------------------------------------ r174 | Ben Taylor | 2005-05-18 02:51:51 +0200 (Wed, 18 May 2005) | 1 line Fixed Byte-SmallInt conversion functions ------------------------------------------------------------------------ r172 | Matthijs ter Woord | 2005-05-17 18:45:54 +0200 (Tue, 17 May 2005) | 1 line Changed for IdSys TIdDateTime changes (.NET) ------------------------------------------------------------------------ r171 | Ben Taylor | 2005-05-17 08:43:31 +0200 (Tue, 17 May 2005) | 1 line Reversed for-loop to avoid index bounds issue (with current supercore) ------------------------------------------------------------------------ r170 | Ben Taylor | 2005-05-17 08:39:55 +0200 (Tue, 17 May 2005) | 1 line Added Assert ------------------------------------------------------------------------ r169 | Remy Lebeau | 2005-05-16 22:16:37 +0200 (Mon, 16 May 2005) | 1 line Changed how OnHeadersAvailable event is managed ------------------------------------------------------------------------ r168 | Matthijs ter Woord | 2005-05-16 19:00:46 +0200 (Mon, 16 May 2005) | 1 line All tests work now ------------------------------------------------------------------------ r167 | Matthijs ter Woord | 2005-05-16 18:28:53 +0200 (Mon, 16 May 2005) | 1 line Made tests working ------------------------------------------------------------------------ r164 | J. Peter Mugaas | 2005-05-16 17:59:44 +0200 (Mon, 16 May 2005) | 1 line Update. ------------------------------------------------------------------------ r162 | J. Peter Mugaas | 2005-05-16 17:52:16 +0200 (Mon, 16 May 2005) | 1 line Updated. ------------------------------------------------------------------------ r159 | Matthijs ter Woord | 2005-05-16 16:15:40 +0200 (Mon, 16 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r158 | J. Peter Mugaas | 2005-05-16 08:50:37 +0200 (Mon, 16 May 2005) | 1 line Fix for where a VIsual Studio only unit was going into the Delphi NET packages for Borland Developer Studio. ------------------------------------------------------------------------ r157 | J. Peter Mugaas | 2005-05-16 08:48:45 +0200 (Mon, 16 May 2005) | 1 line Update. ------------------------------------------------------------------------ r156 | J. Peter Mugaas | 2005-05-16 08:43:28 +0200 (Mon, 16 May 2005) | 1 line Updated. ------------------------------------------------------------------------ r155 | J. Peter Mugaas | 2005-05-16 08:32:31 +0200 (Mon, 16 May 2005) | 1 line Update ------------------------------------------------------------------------ r154 | J. Peter Mugaas | 2005-05-16 08:13:12 +0200 (Mon, 16 May 2005) | 1 line Update ------------------------------------------------------------------------ r150 | J. Peter Mugaas | 2005-05-13 10:58:20 +0200 (Fri, 13 May 2005) | 1 line Now returns appropriate values for IPv4 headers. Verified in DotNET. The reply record now also returns the IP address the packet was destined for. I know that one seems obvious but sometimes, you may have a source-address with a wildcard value, the machine is multihorned, and you might want to know which interace received the packet on. ------------------------------------------------------------------------ r149 | J. Peter Mugaas | 2005-05-13 01:39:55 +0200 (Fri, 13 May 2005) | 1 line Some types and constants from RFC 3542 ------------------------------------------------------------------------ r148 | J. Peter Mugaas | 2005-05-13 01:39:23 +0200 (Fri, 13 May 2005) | 1 line Attempt to get ICMP working in DotNET. Preliminary. ------------------------------------------------------------------------ r147 | J. Peter Mugaas | 2005-05-12 13:45:25 +0200 (Thu, 12 May 2005) | 1 line Added a FillBytes procedure which works somwhat like FillChar. We need it for ICMP. ------------------------------------------------------------------------ r146 | Ben Taylor | 2005-05-11 14:39:32 +0200 (Wed, 11 May 2005) | 1 line Spelling ------------------------------------------------------------------------ r145 | Ben Taylor | 2005-05-11 13:57:45 +0200 (Wed, 11 May 2005) | 1 line Added Assert() ------------------------------------------------------------------------ r144 | Ben Taylor | 2005-05-08 03:51:40 +0200 (Sun, 08 May 2005) | 1 line Added property to not free the connection object ------------------------------------------------------------------------ r143 | Ben Taylor | 2005-05-08 03:50:42 +0200 (Sun, 08 May 2005) | 1 line Fix to prevent connection from being incorrectly freed ------------------------------------------------------------------------ r142 | J. Peter Mugaas | 2005-05-07 18:18:13 +0200 (Sat, 07 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r141 | J. Peter Mugaas | 2005-05-07 17:42:57 +0200 (Sat, 07 May 2005) | 1 line Update. ------------------------------------------------------------------------ r140 | J. Peter Mugaas | 2005-05-07 17:39:49 +0200 (Sat, 07 May 2005) | 1 line Updated. ------------------------------------------------------------------------ r139 | J. Peter Mugaas | 2005-05-07 17:11:09 +0200 (Sat, 07 May 2005) | 1 line Removed a problematic dependancy. ------------------------------------------------------------------------ r138 | J. Peter Mugaas | 2005-05-07 16:49:08 +0200 (Sat, 07 May 2005) | 1 line Moved the IP classes from the Protocols package to the Core package. ------------------------------------------------------------------------ r137 | J. Peter Mugaas | 2005-05-07 16:48:12 +0200 (Sat, 07 May 2005) | 1 line Moved IP Multicast stuff to Indy Core and added to DotNET packages. ------------------------------------------------------------------------ r136 | J. Peter Mugaas | 2005-05-07 16:00:18 +0200 (Sat, 07 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r135 | J. Peter Mugaas | 2005-05-07 15:58:47 +0200 (Sat, 07 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r134 | J. Peter Mugaas | 2005-05-07 15:42:20 +0200 (Sat, 07 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r133 | J. Peter Mugaas | 2005-05-07 15:41:00 +0200 (Sat, 07 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r132 | J. Peter Mugaas | 2005-05-07 15:39:41 +0200 (Sat, 07 May 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r131 | J. Peter Mugaas | 2005-05-06 18:46:39 +0200 (Fri, 06 May 2005) | 1 line This should compile in both Win32 and DotNET. ------------------------------------------------------------------------ r130 | Ben Taylor | 2005-05-06 18:13:50 +0200 (Fri, 06 May 2005) | 1 line Fixed .Net InMainThread function ------------------------------------------------------------------------ r129 | J. Peter Mugaas | 2005-05-06 17:19:30 +0200 (Fri, 06 May 2005) | 1 line Updated for IP Multicasting in DotNET. ------------------------------------------------------------------------ r128 | Don Siders | 2005-05-06 02:21:45 +0200 (Fri, 06 May 2005) | 4 lines Modified TIdEmailAddressItem SetUsername and SetDomain to fix errors in selecting the position of domain info. Replaced calls to Pos and Delete with IndyPos and IdDelete. Moved revision history to the end of the file. Updated file comments to use standard header verbiage. ------------------------------------------------------------------------ r127 | J. Peter Mugaas | 2005-05-05 23:39:42 +0200 (Thu, 05 May 2005) | 1 line Minor cleanup. ------------------------------------------------------------------------ r126 | J. Peter Mugaas | 2005-05-05 23:12:34 +0200 (Thu, 05 May 2005) | 1 line Constants for IP Multicasting in DotNET. ------------------------------------------------------------------------ r125 | J. Peter Mugaas | 2005-05-05 17:53:19 +0200 (Thu, 05 May 2005) | 1 line Removed SysUtils unit dependancy. ------------------------------------------------------------------------ r123 | J. Peter Mugaas | 2005-05-05 09:16:00 +0200 (Thu, 05 May 2005) | 1 line Update. ------------------------------------------------------------------------ r121 | J. Peter Mugaas | 2005-05-05 09:12:03 +0200 (Thu, 05 May 2005) | 1 line Removed SysUtil dependancies. ------------------------------------------------------------------------ r120 | J. Peter Mugaas | 2005-05-05 09:11:04 +0200 (Thu, 05 May 2005) | 1 line Removed SysUtil dependancy in DotNET. ------------------------------------------------------------------------ r119 | J. Peter Mugaas | 2005-05-05 06:30:59 +0200 (Thu, 05 May 2005) | 1 line Attempt to get Yenc message encoding to work under DotNET. I had to add some functions to the Hash objects so you can feed bytes into a checksum as you process them. That should reduce the number of stream reads and seeks in some cases. It's also helpful where a "seek" is not available. ------------------------------------------------------------------------ r118 | J. Peter Mugaas | 2005-05-05 05:14:16 +0200 (Thu, 05 May 2005) | 1 line Controlled SysUtils dependancy. ------------------------------------------------------------------------ r117 | J. Peter Mugaas | 2005-05-05 04:29:22 +0200 (Thu, 05 May 2005) | 1 line Should compile in DotNET. I am looking further at this one. ------------------------------------------------------------------------ r116 | J. Peter Mugaas | 2005-05-05 02:49:30 +0200 (Thu, 05 May 2005) | 1 line SysUtils dependancy controlled. ------------------------------------------------------------------------ r115 | J. Peter Mugaas | 2005-05-05 02:49:07 +0200 (Thu, 05 May 2005) | 1 line Readded some revision notes that were lost. ------------------------------------------------------------------------ r114 | Ben Taylor | 2005-05-05 01:39:36 +0200 (Thu, 05 May 2005) | 1 line Fixed deleted code caused by ST keyword expansion ------------------------------------------------------------------------ r113 | J. Peter Mugaas | 2005-05-05 01:17:45 +0200 (Thu, 05 May 2005) | 1 line Should work without SysUtils. ------------------------------------------------------------------------ r112 | J. Peter Mugaas | 2005-05-05 01:14:15 +0200 (Thu, 05 May 2005) | 1 line Moved the FoldWrapText procedure to IdGlobalProtocols so we can reuse it in the FTP server and make a version for DotNET that uses the StringBuilder class. ------------------------------------------------------------------------ r111 | J. Peter Mugaas | 2005-05-05 01:08:18 +0200 (Thu, 05 May 2005) | 1 line Attempt to fix a junked file. ------------------------------------------------------------------------ r110 | J. Peter Mugaas | 2005-05-05 01:06:24 +0200 (Thu, 05 May 2005) | 1 line Attempt to fix another junked part of the file. ------------------------------------------------------------------------ r109 | J. Peter Mugaas | 2005-05-05 01:02:50 +0200 (Thu, 05 May 2005) | 1 line Attempt to fix a junked file. ------------------------------------------------------------------------ r108 | J. Peter Mugaas | 2005-05-05 00:31:08 +0200 (Thu, 05 May 2005) | 1 line These should now work. I moved a TextWrapping function out of TIdHeaderList and into IdGlobalProtocols so the FTP List output object can use it and so we can rework the routine slightly to use StringBuilder in DotNET. ------------------------------------------------------------------------ r106 | J. Peter Mugaas | 2005-05-04 23:48:37 +0200 (Wed, 04 May 2005) | 1 line Attempt to remedy a file that was corrupted. ------------------------------------------------------------------------ r104 | Ben Taylor | 2005-05-04 16:30:21 +0200 (Wed, 04 May 2005) | 1 line Added comment for previous fix ------------------------------------------------------------------------ r103 | Ben Taylor | 2005-05-04 15:14:32 +0200 (Wed, 04 May 2005) | 1 line Added check for valid CopyTIdBytes parameters ------------------------------------------------------------------------ r102 | Ben Taylor | 2005-05-04 15:12:46 +0200 (Wed, 04 May 2005) | 1 line Fixed encode/decode bugs ------------------------------------------------------------------------ r101 | Ben Taylor | 2005-05-04 13:13:52 +0200 (Wed, 04 May 2005) | 1 line Added comment about TIdIOHandler.WriteDirect ------------------------------------------------------------------------ r100 | Ben Taylor | 2005-05-03 10:17:26 +0200 (Tue, 03 May 2005) | 1 line Cleaned up to compile ------------------------------------------------------------------------ r99 | Don Siders | 2005-05-01 22:47:24 +0200 (Sun, 01 May 2005) | 1 line Modified TIdSMTPRelay.ResolveMXServers to store MX entries with lower preference values at the top of the server list. ------------------------------------------------------------------------ r98 | Ben Taylor | 2005-05-01 02:57:06 +0200 (Sun, 01 May 2005) | 1 line Renamed type to TIdWebDAV. General tidyup. ------------------------------------------------------------------------ r97 | Ben Taylor | 2005-05-01 02:15:00 +0200 (Sun, 01 May 2005) | 1 line Renamed from HTTPDAV to WebDAV ------------------------------------------------------------------------ r96 | J. Peter Mugaas | 2005-04-30 02:51:10 +0200 (Sat, 30 Apr 2005) | 1 line Borland Delphi Studio Project for Indy Core. ------------------------------------------------------------------------ r95 | J. Peter Mugaas | 2005-04-29 23:50:53 +0200 (Fri, 29 Apr 2005) | 1 line SysUtil dependancy better controlled. ------------------------------------------------------------------------ r94 | J. Peter Mugaas | 2005-04-29 05:05:54 +0200 (Fri, 29 Apr 2005) | 1 line Should work with Sys API update. ------------------------------------------------------------------------ r93 | J. Peter Mugaas | 2005-04-29 05:02:30 +0200 (Fri, 29 Apr 2005) | 1 line Removed StrToInt64Def symbol. We now use Sys.StrToInt64 instead. ------------------------------------------------------------------------ r91 | J. Peter Mugaas | 2005-04-29 04:24:18 +0200 (Fri, 29 Apr 2005) | 1 line CharInSet now uses a string instead of a set. ------------------------------------------------------------------------ r90 | J. Peter Mugaas | 2005-04-29 04:23:07 +0200 (Fri, 29 Apr 2005) | 1 line Should now work with new API change in CharInSet. ------------------------------------------------------------------------ r89 | Ben Taylor | 2005-04-29 02:29:57 +0200 (Fri, 29 Apr 2005) | 1 line Fixed potential AV in TIdStackWindows.WSGetServByPort ------------------------------------------------------------------------ r88 | J. Peter Mugaas | 2005-04-28 18:57:58 +0200 (Thu, 28 Apr 2005) | 1 line Should compile. ------------------------------------------------------------------------ r87 | J. Peter Mugaas | 2005-04-28 17:42:47 +0200 (Thu, 28 Apr 2005) | 1 line Restored CharsInSet because it's still being used. Don't remove it. ------------------------------------------------------------------------ r86 | J. Peter Mugaas | 2005-04-28 16:25:38 +0200 (Thu, 28 Apr 2005) | 1 line Update. ------------------------------------------------------------------------ r85 | Ben Taylor | 2005-04-28 16:20:11 +0200 (Thu, 28 Apr 2005) | 1 line Tidied up destruction of objects ------------------------------------------------------------------------ r84 | Ben Taylor | 2005-04-28 13:48:04 +0200 (Thu, 28 Apr 2005) | 1 line Changed .Size to use Int64 ------------------------------------------------------------------------ r83 | Ben Taylor | 2005-04-28 10:44:25 +0200 (Thu, 28 Apr 2005) | 1 line Fixed incorrect code being returned when exception occurs in a command ------------------------------------------------------------------------ r82 | J. Peter Mugaas | 2005-04-28 09:53:30 +0200 (Thu, 28 Apr 2005) | 1 line Update with new IdObjs and IdSYs units. ------------------------------------------------------------------------ r81 | J. Peter Mugaas | 2005-04-28 09:51:57 +0200 (Thu, 28 Apr 2005) | 1 line Update. ------------------------------------------------------------------------ r80 | Olaf Monien | 2005-04-28 09:51:06 +0200 (Thu, 28 Apr 2005) | 1 line IdSys added ------------------------------------------------------------------------ r78 | J. Peter Mugaas | 2005-04-28 09:46:45 +0200 (Thu, 28 Apr 2005) | 1 line Update ------------------------------------------------------------------------ r77 | Chad Hower | 2005-04-28 09:13:54 +0200 (Thu, 28 Apr 2005) | 1 line update ------------------------------------------------------------------------ r76 | Ben Taylor | 2005-04-28 03:55:58 +0200 (Thu, 28 Apr 2005) | 1 line added IdSys to uses ------------------------------------------------------------------------ r75 | Ben Taylor | 2005-04-28 03:04:47 +0200 (Thu, 28 Apr 2005) | 1 line Added an Assert() ------------------------------------------------------------------------ r70 | Ben Taylor | 2005-04-23 16:40:31 +0200 (Sat, 23 Apr 2005) | 1 line IdSys ------------------------------------------------------------------------ r69 | Ben Taylor | 2005-04-22 03:42:59 +0200 (Fri, 22 Apr 2005) | 1 line SysUtils cleanup ------------------------------------------------------------------------ r68 | Ben Taylor | 2005-04-22 03:25:34 +0200 (Fri, 22 Apr 2005) | 1 line Various bugfixes ------------------------------------------------------------------------ r67 | J. Peter Mugaas | 2005-04-21 17:08:49 +0200 (Thu, 21 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r66 | Ben Taylor | 2005-04-21 14:49:09 +0200 (Thu, 21 Apr 2005) | 1 line IdSys ------------------------------------------------------------------------ r65 | Ben Taylor | 2005-04-21 14:37:23 +0200 (Thu, 21 Apr 2005) | 1 line IdSys tidy ------------------------------------------------------------------------ r64 | Ben Taylor | 2005-04-21 14:35:11 +0200 (Thu, 21 Apr 2005) | 1 line Remove IdSysUtils ------------------------------------------------------------------------ r63 | Ben Taylor | 2005-04-21 13:19:00 +0200 (Thu, 21 Apr 2005) | 1 line IdSysUtils removed ------------------------------------------------------------------------ r62 | Olaf Monien | 2005-04-21 12:58:30 +0200 (Thu, 21 Apr 2005) | 1 line IdSys adjustments ------------------------------------------------------------------------ r61 | Olaf Monien | 2005-04-21 12:12:21 +0200 (Thu, 21 Apr 2005) | 1 line IdSys Adjustment ------------------------------------------------------------------------ r58 | Ben Taylor | 2005-04-21 06:12:31 +0200 (Thu, 21 Apr 2005) | 1 line IdSys changes ------------------------------------------------------------------------ r57 | Ben Taylor | 2005-04-21 06:10:37 +0200 (Thu, 21 Apr 2005) | 1 line IdSys changes ------------------------------------------------------------------------ r56 | J. Peter Mugaas | 2005-04-21 05:51:36 +0200 (Thu, 21 Apr 2005) | 1 line Forgot to check these in. They still use IdSysUtils but I can't fix it at the moment (i have something else to do). ------------------------------------------------------------------------ r55 | Ben Taylor | 2005-04-21 05:40:37 +0200 (Thu, 21 Apr 2005) | 1 line IdSys changes ------------------------------------------------------------------------ r54 | Ben Taylor | 2005-04-21 05:39:18 +0200 (Thu, 21 Apr 2005) | 1 line IdSys changes ------------------------------------------------------------------------ r53 | Ben Taylor | 2005-04-21 04:44:24 +0200 (Thu, 21 Apr 2005) | 1 line IdSys changes ------------------------------------------------------------------------ r50 | Ben Taylor | 2005-04-21 04:06:04 +0200 (Thu, 21 Apr 2005) | 1 line Changes for IdSys ------------------------------------------------------------------------ r49 | Ben Taylor | 2005-04-21 02:20:21 +0200 (Thu, 21 Apr 2005) | 1 line Added IdSys to Uses ------------------------------------------------------------------------ r48 | Ben Taylor | 2005-04-20 16:28:38 +0200 (Wed, 20 Apr 2005) | 1 line bugfix to const value ------------------------------------------------------------------------ r46 | J. Peter Mugaas | 2005-04-20 12:32:47 +0200 (Wed, 20 Apr 2005) | 1 line Should compile. ------------------------------------------------------------------------ r45 | Chad Hower | 2005-04-20 11:31:52 +0200 (Wed, 20 Apr 2005) | 1 line Sysutils removed ------------------------------------------------------------------------ r44 | Chad Hower | 2005-04-20 11:29:35 +0200 (Wed, 20 Apr 2005) | 1 line update for IdSys changes ------------------------------------------------------------------------ r42 | Ben Taylor | 2005-04-20 08:07:02 +0200 (Wed, 20 Apr 2005) | 1 line updated file description ------------------------------------------------------------------------ r41 | J. Peter Mugaas | 2005-04-20 07:38:14 +0200 (Wed, 20 Apr 2005) | 1 line Adjusted to name change in IdGlobal. ------------------------------------------------------------------------ r40 | J. Peter Mugaas | 2005-04-20 07:33:54 +0200 (Wed, 20 Apr 2005) | 1 line Minor adjustment to work better in DotNET. Changed to the UDP client create to use the static Create; method. ------------------------------------------------------------------------ r39 | Don Siders | 2005-04-20 07:16:50 +0200 (Wed, 20 Apr 2005) | 1 line Fixed case of units in uses clause. ------------------------------------------------------------------------ r38 | J. Peter Mugaas | 2005-04-20 06:43:40 +0200 (Wed, 20 Apr 2005) | 1 line Removed SysUtils from most units and added it to IdGlobalProtocols (works best that way). ------------------------------------------------------------------------ r37 | Ben Taylor | 2005-04-20 05:35:10 +0200 (Wed, 20 Apr 2005) | 1 line Initial support for DAV protocol ------------------------------------------------------------------------ r36 | Ben Taylor | 2005-04-20 05:32:49 +0200 (Wed, 20 Apr 2005) | 1 line Changes to enable easier subclassing of http client. ------------------------------------------------------------------------ r35 | J. Peter Mugaas | 2005-04-20 02:34:24 +0200 (Wed, 20 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r34 | J. Peter Mugaas | 2005-04-20 02:33:09 +0200 (Wed, 20 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r33 | J. Peter Mugaas | 2005-04-20 02:31:33 +0200 (Wed, 20 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r32 | J. Peter Mugaas | 2005-04-20 02:25:10 +0200 (Wed, 20 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r31 | J. Peter Mugaas | 2005-04-20 01:44:57 +0200 (Wed, 20 Apr 2005) | 1 line Updates to control dependancies on SysUtils. THe package should now compile. ------------------------------------------------------------------------ r30 | J. Peter Mugaas | 2005-04-20 01:43:45 +0200 (Wed, 20 Apr 2005) | 1 line Updates for working with Win32 packages. ------------------------------------------------------------------------ r29 | J. Peter Mugaas | 2005-04-19 23:18:40 +0200 (Tue, 19 Apr 2005) | 1 line Removed SysUtils and fixed EIdException reference. ------------------------------------------------------------------------ r28 | J. Peter Mugaas | 2005-04-19 23:17:21 +0200 (Tue, 19 Apr 2005) | 1 line Latest updates. ------------------------------------------------------------------------ r27 | J. Peter Mugaas | 2005-04-19 17:15:17 +0200 (Tue, 19 Apr 2005) | 1 line SysUtil dependancy controlled. ------------------------------------------------------------------------ r26 | J. Peter Mugaas | 2005-04-19 16:15:29 +0200 (Tue, 19 Apr 2005) | 1 line Updates for new design. ------------------------------------------------------------------------ r25 | J. Peter Mugaas | 2005-04-19 16:14:35 +0200 (Tue, 19 Apr 2005) | 1 line Updates for Protocols package. ------------------------------------------------------------------------ r24 | Ben Taylor | 2005-04-19 13:46:04 +0200 (Tue, 19 Apr 2005) | 1 line test ------------------------------------------------------------------------ r23 | Ben Taylor | 2005-04-19 13:33:00 +0200 (Tue, 19 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r22 | Ben Taylor | 2005-04-19 12:53:47 +0200 (Tue, 19 Apr 2005) | 1 line Bugfixes and features ------------------------------------------------------------------------ r21 | Ben Taylor | 2005-04-19 05:46:54 +0200 (Tue, 19 Apr 2005) | 1 line Fixed potential AV in .Loaded ------------------------------------------------------------------------ r20 | J. Peter Mugaas | 2005-04-19 00:32:09 +0200 (Tue, 19 Apr 2005) | 1 line Updated for Kudzu's suggestions. ------------------------------------------------------------------------ r19 | J. Peter Mugaas | 2005-04-19 00:31:41 +0200 (Tue, 19 Apr 2005) | 1 line Updated with Kudzu'ss suggestions. ------------------------------------------------------------------------ r18 | J. Peter Mugaas | 2005-04-18 20:44:15 +0200 (Mon, 18 Apr 2005) | 1 line SysUtils dependancy now controlled. ------------------------------------------------------------------------ r17 | J. Peter Mugaas | 2005-04-18 20:43:44 +0200 (Mon, 18 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r16 | J. Peter Mugaas | 2005-04-18 20:43:23 +0200 (Mon, 18 Apr 2005) | 1 line Should now work with Indy Core. ------------------------------------------------------------------------ r15 | J. Peter Mugaas | 2005-04-18 00:58:49 +0200 (Mon, 18 Apr 2005) | 1 line Removed direct reference to SysUtils. ------------------------------------------------------------------------ r14 | J. Peter Mugaas | 2005-04-18 00:30:15 +0200 (Mon, 18 Apr 2005) | 1 line Now indirectly links to SysUtils in the Win32 version. ------------------------------------------------------------------------ r13 | Chad Hower | 2005-04-17 23:09:50 +0200 (Sun, 17 Apr 2005) | 1 line IdSysUtils ------------------------------------------------------------------------ r12 | Chad Hower | 2005-04-17 22:14:18 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r11 | J. Peter Mugaas | 2005-04-17 00:26:54 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r10 | J. Peter Mugaas | 2005-04-17 00:25:53 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r9 | J. Peter Mugaas | 2005-04-17 00:22:22 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r8 | J. Peter Mugaas | 2005-04-17 00:21:21 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r7 | J. Peter Mugaas | 2005-04-17 00:20:13 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r6 | J. Peter Mugaas | 2005-04-17 00:19:04 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r5 | J. Peter Mugaas | 2005-04-17 00:18:03 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r4 | J. Peter Mugaas | 2005-04-17 00:11:32 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r3 | J. Peter Mugaas | 2005-04-17 00:01:52 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r2 | J. Peter Mugaas | 2005-04-17 00:00:16 +0200 (Sun, 17 Apr 2005) | 1 line (empty log message) ------------------------------------------------------------------------ r1 | SvnImporter | 2005-04-17 00:00:16 +0200 (Sun, 17 Apr 2005) | 1 line Initial revision ------------------------------------------------------------------------