Commit History

Author SHA1 Message Date
  David Cornelius 755b4457aa add unit scope names to 64-bit projects and remove conditional namespaces from code (#656) 3 months ago
  Remy Lebeau dfc89d1f80 Patch from corneliusdavid to add some missing Unit Scope Names for Win64 compiling (TODO - define the Unit Scope Names in the project settings instead). 3 months ago
  Remy Lebeau 1dd73cd208 Removing some more unneeded units from uses clause. 1 year ago
  Remy Lebeau 2c69f076cc #334 Fix for compiler error in TIdIOHandlerStack.Connected() 5 years ago
  Remy Lebeau 71ff2d990e Misc tweaks, todo comments, etc. 5 years ago
  RemyLebeau 626b2cc1b7 Updating TIdIOHandlerStack.ConnectClient() to no longer use a worker thread to open the socket connection if ConnectTimeout is IdTimeoutDefault or IdTimeoutInfinite, and TIdAntiFreeze is not used. It is wasted overhead to start a thread just to wait for it to terminate without doing anything else in the meantime. May as well just let Binding.Connect() block the calling thread instead. 8 years ago
  RemyLebeau cebf76c750 Changing lspfix.exe to use AnsiString instead of String in FileContents() handling. 9 years ago
  RemyLebeau 82f2ea8044 Adding the Windows unit to the implementation uses clause of TIdIOHandlerStack. 9 years ago
  RemyLebeau 49b1b405df Some more tweaks 9 years ago
  RemyLebeau f5357fd298 Various tweaks and additions before next RAD Studio release 9 years ago
  RemyLebeau 627f40aa52 Miscellaneous tweaks 9 years ago
  RemyLebeau a8af04f86a Adding TIdUInt64 to address a UInt64 HPP bug in C++Builder 2006 and 2007. 10 years ago
  RemyLebeau c0eb487d58 Various TODO comments 11 years ago
  RemyLebeau 48b9061ac3 Updated TIdIOHandlerStack.ConnectClient() to raise an EIdConnectException exception if Binding.Connect() fails with Id_WSAEBADF or Id_WSAENOTSOCK errors. Previously, they were being silently ignored, which would cause ConnectClient() to exit gracefully even though the connection was not actually established. 14 years ago
  RemyLebeau b17e40f296 Merging Embarcadero patches 15 years ago
  RemyLebeau 720b528df6 Re-writing IdCompilerDefines.inc. General cleanup, and preparation for Delphi 64-bit and cross-platform compilers. 15 years ago
  RemyLebeau 2bfd8f7470 Merging tagged "Indy 10.5.7" code (RAD Studio XE public release) into trunk 15 years ago
  olaf 421ff4d8b4 Moved remotely 18 years ago