summaryrefslogtreecommitdiff
path: root/Userland/Services/LaunchServer/Launcher.cpp
AgeCommit message (Expand)Author
2022-12-14LaunchServer: Return if read_link fails in for_each_handler_for_pathMaciej
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-27LaunchServer: Let open_file_url use app defaultsdemostanis
2022-07-27LaunchServer+LibDesktop: Open from mime typedemostanis
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-03Services: Use Core::Process::spawn() for common process spawn patternMacDue
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-10LaunchServer: Make sure launching absolute symlinks worksGunnar Beutner
2021-08-10LaunchServer: Resolve symlinks when querying for handler applicationLuK1337
2021-08-09LaunchServer: Do not provide file handlers for special filesTetsui Ohkubo
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-22LaunchServer: Fix regression in opening files with TextEditorbitwitch
2021-06-21LaunchServer: Make all file handlers configurable including directoriesbitwitch
2021-06-21LaunchServer: Check if handler programs exist when registering thembitwitch
2021-06-20LaunchServer: Correctly open file URLs with line numbersAdam Hodgen
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-04-24LaunchServer: Fix argument order to FileManagerAlbert S
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-15Apply suggestions from code review Elie Donadio
2021-03-15LaunchServer: added additional file parametersElDonad
2021-03-07LaunchServer: Use new FileManager flags instead of two argumentsspeles
2021-03-01FileManager+LaunchServer: Add launching FileManager with focus on filespeles
2021-03-01LaunchServer: Make spawn() helper accept arguments listspeles
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling