Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 vuotta sitten
  Lucas CHOLLET 3a95c8111d LibCore: Allow `MappedFile` to make `File` leak its fd 2 vuotta sitten
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 vuotta sitten
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 vuotta sitten
  Karol Kosek b810f7f88a LibCore: Implement File::can_delete_or_move() 2 vuotta sitten
  Tim Schumacher 8455d58a44 LibCore: Use a StringView for the file path in File::remove 2 vuotta sitten
  Tim Schumacher 9805f73704 LibCore: Remove the `force` parameter from File::remove 2 vuotta sitten
  Tim Schumacher 355e761a02 LibCore: Let File::remove return a normal ErrorOr 2 vuotta sitten
  Lucas CHOLLET cfb0e1bdb2 LibCore: Add fd overload of `File::is_directory` and `File::is_device` 2 vuotta sitten
  Tim Schumacher 2fc2025f49 LibCore: Move `Core::Stream::File::exists()` to `Core::File` 2 vuotta sitten
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
  Sam Atkins 120e5aeca4 LibCore: Actually tell people to stop using Core::File in new code 2 vuotta sitten
  Tim Schumacher 5f99934dce Userland: Consolidate most PATH resolving into a single implementation 2 vuotta sitten
  Tim Schumacher 39a3775f48 Userland: Rely on a single authoritative source for the default `PATH` 2 vuotta sitten
  Samuel Bowman 7b8088c78d LibCore: Add File::is_{block,char}_device() helpers 3 vuotta sitten
  Tim Schumacher 69e0b8dbb7 LibCore: Make copying permissions, ownership and timestamps combineable 3 vuotta sitten
  kleines Filmröllchen 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 vuotta sitten
  Kenneth Myhra 4a57be824c Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 3 vuotta sitten
  Tim Schumacher 62f0fa818d LibCore: Add File::ensure_directories() 3 vuotta sitten
  Tim Schumacher 80cb44afae Everywhere: Move shared library checks into a common function 3 vuotta sitten
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() 3 vuotta sitten
  Andreas Kling fac2550143 LibCore: Use ErrorOr<T> for Core::File::size() 3 vuotta sitten
  Andreas Kling 4a2b718ba2 LibCore: Use ErrorOr<T> for Core::File::copy_file() 3 vuotta sitten
  Andreas Kling c7e62d448c LibCore: Use ErrorOr<T> for Core::File::remove() 3 vuotta sitten
  Andreas Kling b2170c11a4 LibCore: Use ErrorOr<T> for Core::File::link_file() 3 vuotta sitten
  Leandro Pereira 73924f9416 LibCore: Add File::size() 3 vuotta sitten
  Andreas Kling 13f4890c38 LibCore: Make Core::File::open() return OSError in case of failure 3 vuotta sitten
  Jean-Baptiste Boric 8cc8d72619 LibCore: Implement preserve flag for file/directory copy 3 vuotta sitten
  Timothy 3cc0283eac LibCore: Convert File to east-const style 4 vuotta sitten
  Timothy 068802d58d LibCore: Add File method to determine absolute path 4 vuotta sitten