Historique des commits

Auteur SHA1 Message Date
  Karol Kosek b810f7f88a LibCore: Implement File::can_delete_or_move() il y a 2 ans
  Tim Schumacher 8455d58a44 LibCore: Use a StringView for the file path in File::remove il y a 2 ans
  Tim Schumacher 9805f73704 LibCore: Remove the `force` parameter from File::remove il y a 2 ans
  Tim Schumacher 355e761a02 LibCore: Let File::remove return a normal ErrorOr il y a 2 ans
  Lucas CHOLLET cfb0e1bdb2 LibCore: Add fd overload of `File::is_directory` and `File::is_device` il y a 2 ans
  Tim Schumacher 2fc2025f49 LibCore: Move `Core::Stream::File::exists()` to `Core::File` il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andreas Kling 376b3c95f7 LibCore: Use utimensat() in Core::File to preserve nanosecond timestamps il y a 2 ans
  meiskam 71359ee453 LibCore: Handle resolving executable paths even when PATH is null il y a 2 ans
  Andrew Kaster 1d533acbc0 AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines il y a 2 ans
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY il y a 2 ans
  Tim Schumacher 5f99934dce Userland: Consolidate most PATH resolving into a single implementation il y a 2 ans
  Samuel Bowman 7b8088c78d LibCore: Add File::is_{block,char}_device() helpers il y a 3 ans
  Tim Schumacher 69e0b8dbb7 LibCore: Make copying permissions, ownership and timestamps combineable il y a 3 ans
  kleines Filmröllchen 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Kenneth Myhra 4a57be824c Userland+Tests: Convert File::read_link() from String to ErrorOr<String> il y a 3 ans
  Tim Schumacher 62f0fa818d LibCore: Add File::ensure_directories() il y a 3 ans
  Daniel Bertalan 01dc718f07 LibCore: Do not skip dotfiles when copying directories recursively il y a 3 ans
  Tim Schumacher 80cb44afae Everywhere: Move shared library checks into a common function il y a 3 ans
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() il y a 3 ans
  Andreas Kling fac2550143 LibCore: Use ErrorOr<T> for Core::File::size() il y a 3 ans
  Andreas Kling 4a2b718ba2 LibCore: Use ErrorOr<T> for Core::File::copy_file() il y a 3 ans
  Andreas Kling c7e62d448c LibCore: Use ErrorOr<T> for Core::File::remove() il y a 3 ans
  Andreas Kling b2170c11a4 LibCore: Use ErrorOr<T> for Core::File::link_file() il y a 3 ans
  Leandro Pereira 73924f9416 LibCore: Add File::size() il y a 3 ans
  Callum Walker fd3735199b LibCore: Fix link_file inverting src and dst paths on duplicate names il y a 3 ans
  Andreas Kling 13f4890c38 LibCore: Make Core::File::open() return OSError in case of failure il y a 3 ans
  fladd 1de104c6c4 LibCore: Fix build error in File.cpp on macOS il y a 3 ans
  Jean-Baptiste Boric 8cc8d72619 LibCore: Implement preserve flag for file/directory copy il y a 3 ans