summaryrefslogtreecommitdiff
path: root/Userland/Services/LaunchServer
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-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
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-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-06LaunchServer: Port to LibMain :^)Andreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
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-22LaunchServer: Remove debug spam about incoming connectionsAndreas Kling
2021-07-03Everywhere: Use IPC include syntaxTimothy
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-24Userland: Remove dummy IPC methodsGunnar Beutner
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-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-23LaunchServer: Remove unnecessary greet() messageAndreas Kling
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02LaunchServer: Only consider path in OpenURLValtteri Koskivuori
2021-05-02LaunchServer: Actually seal the allow-list on SealAllowListAndreas Kling
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack