Commit History

Author SHA1 Message Date
  Remy Lebeau 8762b62bde Updates #533 1 year ago
  Remy Lebeau 40f6205bfb Fixes #533 1 year ago
  Remy Lebeau 5725cf6679 Fixes #492 - for FreePascal, adding {$OBJECTCHECKS OFF} wherever an Accessor Class is being used. 2 years ago
  Remy Lebeau a853ef3e2e Adding some extra types from PR #299. 3 years ago
  Remy Lebeau ad7acb2e81 Adding a TODO comment everywhere that EIdException is raised directly. Should be raising a derived type instead. 3 years ago
  Remy Lebeau 8a37e5355c Updating ComponentPlatforms attributes on TIdAntiFreeze. 3 years ago
  Remy Lebeau a3f74eb716 #396 Updating IdGlobal.OffsetFromUTC() and TIdFTPCommon.MinutesFromGMT() to flip the sign on the return value of FPC's GetLocalTimeOffset() function. 4 years ago
  Remy Lebeau a28882ae00 Undefining HAS_System_RegisterExpectedMemoryLeak for non-Windows platforms in Delphi 2006+. Tweaking the conditions that define REGISTER_EXPECTED_MEMORY_LEAK. 4 years ago
  Remy Lebeau 17b616a53f More compiler warnings 4 years ago
  Remy Lebeau 1bcddfa432 Forgot to add the System.TimeSpan unit to the uses clause in IdGlobal.pas 4 years ago
  Remy Lebeau cf4d88479b Fixing compiler errors/warnings. 4 years ago
  Remy Lebeau a8f3ac51eb #333 Adding new LocalTimeToUTCTime() and UTCTimeToLocalTime() functions in IdGlobal unit. Deprecating TimeZoneBias() function in IdGlobalProtocols unit, and GetLocalTime() function in IdSSLOpenSSLUtils unit. (#355) 4 years ago
  Remy Lebeau d79782c3e0 #314 under FreePascal, replacing use of iconv with LConvEnc unit on Android 5 years ago
  Remy Lebeau ae60a6571d Misc tweaks 5 years ago
  Remy Lebeau 71ff2d990e Misc tweaks, todo comments, etc. 5 years ago
  Remy Lebeau c3a4056ce2 Fixing a minor typo in IdGlobal.pas 5 years ago
  Remy Lebeau ddb2e4577e #324 fix for TIdAppendFileStream constructor not seeking the stream to the end in Delphi 2009 and earlier. 5 years ago
  Remy Lebeau 2d7f939c62 #298 Trying to fix a Range Check error in FPC on Windows CE 5 years ago
  Remy Lebeau 1fc751d42c #298 Updating TIdMBCSEncoding constructor to use GetCPInfo() instead of GetCPInfoEx() on Windows CE. 5 years ago
  Remy Lebeau 96efd9d4b3 Updating IdDisposeAndNil() to account for signature change of FreeAndNil() in Delphi 10.4 Denali 5 years ago
  Remy Lebeau 31d67fec33 Adding TIdLibFuncName and PIdLibFuncNameChar aliases to IdGlobal.pas. 6 years ago
  Bi0T1N 8343ede3db Add general LoadLibFunction (#290) 6 years ago
  Remy Lebeau 778697a628 Adding {$WARN SYMBOL_PLATFORM OFF/ON} directives around System.RegisterExpectedMemoryLeak() call in IndyRegisterExpectedMemoryLeak() function. 6 years ago
  Remy Lebeau 47a3b34287 Defining HAS_PRawByteString for Delphi 2009+ 6 years ago
  Bi0T1N cebc053a1c Define PRawByteString for older FPC 6 years ago
  Remy Lebeau 46e5e51cc4 Fix for compiler error in LocalDateTimeToHttpStr() (again) 6 years ago
  Remy Lebeau 257bfe8576 Fix for missing declaration of GetCPInfoEx() in Delphi 2007 and earlier. 6 years ago
  Remy Lebeau 5fb9225fc1 Checking in changes that have been pending for a long time. Getting back in sync with the trunk: 6 years ago
  RemyLebeau b79a2e88df More changes for OSX platform support 6 years ago
  RemyLebeau d83cae854f Adding TIdLibHandle type and IdNilHandle constant, to address THandle/TLibHandle discrepancies between Delphi and FreePascal when dealing with dynamically loaded libraries. 7 years ago