Histórico de commits

Autor SHA1 Mensagem Data
  florian b8ab06aae7 + futimens syscall 4 anos atrás
  florian e6f575d43c + make use of the fputimensat syscall on linux to enable always times beyond 32 bit 4 anos atrás
  florian f39f8d0f1a * linux: make use of statx in Sysutils.FileAge if available 4 anos atrás
  ondrej 63beb1e83a * revert r47532, r47527 (use timezone information from fpgettimeofday) because they are not available on all Linux distributions 4 anos atrás
  ondrej 28d88b9999 * GetLocalTimeOffset: use timezone information from fpgettimeofday 4 anos atrás
  ondrej f5a95782a9 * use timezone information from fpgettimeofday for getting local datetime 4 anos atrás
  michael 664283af9e * Optimized DiskAdd/DiskFree/AddDisk, bug ID #37523 4 anos atrás
  ondrej 3ee2097f1a * unix timezone optimizations 4 anos atrás
  ondrej 7fbceaac21 * thread-safe time zone info read/write 4 anos atrás
  ondrej 934f2dc55d * introduce NowUTC() and GetUniversalTime() 4 anos atrás
  ondrej a02d676b06 GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloads 4 anos atrás
  ondrej f4cff81881 LocalToEpoch, EpochToLocal: fix for arbitrary datetime 4 anos atrás
  ondrej 282aa0daa7 GetLocalTimeOffset: DateTime-aware overloads for Unix. Issue #35710 4 anos atrás
  ondrej 0d08b98d47 GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a ToDo). Issue #35710 4 anos atrás
  joost e7f5b89c2c * Avoid doing a syscall with a nil parameter in fileexists 5 anos atrás
  florian 01302bc47d * subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem 5 anos atrás
  svenbarth f46b8539d0 * implement FileSymLinkGetTarget for *nix systems 5 anos atrás
  svenbarth 2a38d07d8f * implement FollowLink=False handling for DirectoryExists and FileExists on *nix systems 5 anos atrás
  svenbarth 46dac1419e * fix FileExists on *nix systems returning True for directories 5 anos atrás
  svenbarth c26348a3dd * follow up to r42457: FreeTerminateProcs needs to be called before DoneExceptions just in case an exception is triggered due to a corrupted list 6 anos atrás
  svenbarth 176a63b67b * fix for Mantis #35862: free the list of functions added with AddTerminateProc to avoid memory leaks 6 anos atrás
  yury 5e92e2d23f * Fixed crash in DiskFree() and DiskSize() on Unices due to out of bound read of the DriveStr[] array in rare cases. 6 anos atrás
  yury 23006d16f5 * Fixed UnhookSignal when RTL_SIGDEFAULT is passed. The bug have caused crash on aarch64-android due to out of bounds read of the rtlsig2ossig[] array. 6 anos atrás
  svenbarth 09e5f463dc + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (currently returns False on all platforms); this also includes TSymLinkRec variants for both RawByteString and UnicodeString 7 anos atrás
  svenbarth 92dcdd8b5b + add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target 7 anos atrás
  marco b6824290fc * initial fileflush, mantis #15824 8 anos atrás
  michael d05175a17f * FileOpen should not open directories (Windows compatible) Bug ID #30766 8 anos atrás
  yury 1ccf551d1c * android: Try to get the package files directory for any shared library. If it is valid use it as a home dir. 8 anos atrás
  yury 7756dab2bf * android: Create app files dir if needed. 9 anos atrás
  yury 419c6ce61e * android: 9 anos atrás