Историја ревизија

Аутор SHA1 Порука Датум
  kleines Filmröllchen 10edd38543 LibCore: Keep track of file offset to avoid system call for tell() пре 2 година
  Karol Kosek 1367809142 LibCore: Fix logic deciding when to open files in non-blocking mode пре 2 година
  Caoimhe 2344bb6c57 LibCore: Add `File::OpenMode::DontCreate` пре 2 година
  Ben Wiederhake 62ebb78433 AK: Enable Core::File to switch blocking-mode during use пре 2 година
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} пре 2 година
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace пре 2 година
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` пре 2 година
  Timothy Flynn 4a916cd379 Everywhere: Remove needless copies of Error / ErrorOr instances пре 2 година
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() пре 2 година
  Karol Kosek b810f7f88a LibCore: Implement File::can_delete_or_move() пре 2 година
  Tim Schumacher 8455d58a44 LibCore: Use a StringView for the file path in File::remove пре 2 година
  Tim Schumacher 9805f73704 LibCore: Remove the `force` parameter from File::remove пре 2 година
  Tim Schumacher 355e761a02 LibCore: Let File::remove return a normal ErrorOr пре 2 година
  Lucas CHOLLET cfb0e1bdb2 LibCore: Add fd overload of `File::is_directory` and `File::is_device` пре 2 година
  Tim Schumacher 2fc2025f49 LibCore: Move `Core::Stream::File::exists()` to `Core::File` пре 2 година
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
  Andreas Kling 376b3c95f7 LibCore: Use utimensat() in Core::File to preserve nanosecond timestamps пре 2 година
  meiskam 71359ee453 LibCore: Handle resolving executable paths even when PATH is null пре 2 година
  Andrew Kaster 1d533acbc0 AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines пре 2 година
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY пре 2 година
  Tim Schumacher 5f99934dce Userland: Consolidate most PATH resolving into a single implementation пре 2 година
  Samuel Bowman 7b8088c78d LibCore: Add File::is_{block,char}_device() helpers пре 3 година
  Tim Schumacher 69e0b8dbb7 LibCore: Make copying permissions, ownership and timestamps combineable пре 3 година
  kleines Filmröllchen 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories пре 3 година
  Idan Horowitz 086969277e Everywhere: Run clang-format пре 3 година
  Kenneth Myhra 4a57be824c Userland+Tests: Convert File::read_link() from String to ErrorOr<String> пре 3 година
  Tim Schumacher 62f0fa818d LibCore: Add File::ensure_directories() пре 3 година
  Daniel Bertalan 01dc718f07 LibCore: Do not skip dotfiles when copying directories recursively пре 3 година
  Tim Schumacher 80cb44afae Everywhere: Move shared library checks into a common function пре 3 година
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() пре 3 година