Luna/libos/src
apio 85896214ba
All checks were successful
continuous-integration/drone/push Build is passing
libos: Make File::read_all() read chunked blocks instead of one character at a time
This results in a speedup of 0.23s -> 0.13s for Base64 encoding of /bin/ls.
2023-06-04 00:23:06 +02:00
..
ArgumentParser.cpp libos: Add error handling to vector argument usage 2023-05-13 13:22:49 +02:00
Directory.cpp libos: Add a way to also list entry sizes, modes and mtimes 2023-05-28 21:51:50 +02:00
File.cpp libos: Make File::read_all() read chunked blocks instead of one character at a time 2023-06-04 00:23:06 +02:00
FileSystem.cpp libos: Add a way to also list entry sizes, modes and mtimes 2023-05-28 21:51:50 +02:00
Main.cpp apps+libc+libos: Remove _LUNA_SYSTEM_ERROR_EXTENSIONS and reorder headers 2023-05-02 10:51:53 +02:00
Mode.cpp libos: Show the sticky bit on symbolic modes 2023-06-03 11:35:13 +02:00
Path.cpp libos+init: Add a new Path class to handle both file descriptors and file paths 2023-05-03 17:37:26 +02:00
Process.cpp libos: Allow Process::exec to take a slice of StringViews instead of Strings as arguments 2023-05-20 12:47:10 +02:00