Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | LibCore: Add Core::IODevice::truncate() | Andreas Kling | |
This is just a wrapper around ftruncate(). Today I also learned that ftruncate() does not reset the file descriptor offset. :^) | |||
2020-05-15 | LibCore: Make IODevice::can_read_line() const | AnotherTest | |
This also makes LibHTTP's Job::can_read_line() const, as IODevice was keeping that from being const. Fixes #2219 | |||
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling | |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling | |
This patch adds <LibCore/Forward.h> and uses it in various places to shrink the header dependency graph. | |||
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling | |