提交历史

作者 SHA1 备注 提交日期
  J. Peter Mugaas e821fe3e15 Move mode switch from the interface part of the unit to the area between the "unit" and "interface" for good measure 1 年之前
  Remy Lebeau f26fd038de Fix for #519 - updating TIdIRC.CommandPRIVMSG() to reply to a CTCP PING using the sender's data that was received. 1 年之前
  Remy Lebeau cff9c11345 Issue #463, addressing compiler warnings again. 2 年之前
  Remy Lebeau 95ad98465c Issue #463, addressing a few compiler warnings 2 年之前
  Remy Lebeau da81e1887e Adding a TODO comment everywhere that EIdException is raised directly. Should be raising a derived type instead. 3 年之前
  Remy Lebeau 2da3b81baf More compiler warnings/errors 4 年之前
  Remy Lebeau 1cc64fc33a Fixing a typo in TIdIOHandler.ReadInt16() 4 年之前
  Remy Lebeau 1ffa83d4df Updating TIdIOHandler to extract integers and strings directly from the InputBuffer. No longer calling ReadBytes() to extract into a local TIdBytes first. (#358) 4 年之前
  Remy Lebeau 71ff2d990e Misc tweaks, todo comments, etc. 5 年之前
  Remy Lebeau 5fb9225fc1 Checking in changes that have been pending for a long time. Getting back in sync with the trunk: 6 年之前
  RemyLebeau b79a2e88df More changes for OSX platform support 6 年之前
  RemyLebeau cebf76c750 Changing lspfix.exe to use AnsiString instead of String in FileContents() handling. 9 年之前
  RemyLebeau 627f40aa52 Miscellaneous tweaks 9 年之前
  RemyLebeau 8baae1c7ae Adding some more C++ inline constructor workarounds 9 年之前
  RemyLebeau b6ec069f0e Removing an Assert() from TIdIOHandler.ReadStream(). 10 年之前
  RemyLebeau d9bf161e2d Updating Computil.dpr to support RAD Studio 10.0 Seattle. 10 年之前
  RemyLebeau 920e75a77a Fix for a compiler error in TIdIOHandler.ReadInt64() for C++Builder 2006/2007 10 年之前
  RemyLebeau a8af04f86a Adding TIdUInt64 to address a UInt64 HPP bug in C++Builder 2006 and 2007. 10 年之前
  RemyLebeau c12e66ebef Fixing some compiler errors in C++Builder 5 10 年之前
  RemyLebeau 50f1e15e26 Compiler fixes for Delphi 6/7. 11 年之前
  RemyLebeau 2206dea81a Adding XE8 project files. 11 年之前
  RemyLebeau cc15f746e3 Adding TryMakeIOHandler() class method to TIdIOHandler, and updating TIdSSLIOHandlerSocketOpenSSL to call RegisterIOHandler(). This now allows TIdCustomHTTP.CheckAndConnect() to create a default SSLIOHandler when requesting an HTTPS url and no IOHandler has been assigned yet. 11 年之前
  RemyLebeau 81eef96f93 Another patch from Denis Angilella for TIdIOHandler.ReadLn() to stop reading when the input buffer size is greater than AMaxLineLength and no terminator is found. 11 年之前
  RemyLebeau 63fae8e062 Patch from Denis Angilella for TIdIOHandler.ReadLn() to stop reading when the input buffer size is greater than AMaxLineLength and no terminator is found. 11 年之前
  RemyLebeau b1f1c29ca8 Adding HPPEMIT statements for components that have a SetPort() method. '#pragma alias' statements are needed to address "unresolved external" errors in C++ caused by the #define SetPort" macro in the Win32 API winspool.h header file. 11 年之前
  RemyLebeau 4b35cfcfbe Restoring changes for 64bit tick counters. 11 年之前
  RemyLebeau 64de2d242b Reverting changes for 64bit tick counters. It had interface changes that prevent Embarcadero from including a new SVN revision in an XE7 update. Will restore the tick counter changes in the next revision. 11 年之前
  RemyLebeau 6e88aeef7a Adding support for 64bit tick counters. 11 年之前
  RemyLebeau 391179efa5 Adding project files for RAD Studio XE6. 12 年之前
  RemyLebeau 102a3be613 Fixes for compiler errors in Delphi 5. 12 年之前