Histórico de Commits

Autor SHA1 Mensagem Data
  Andrew Kaster 4cc3d598f9 LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler há 1 ano atrás
  Timothy Flynn d61770c457 LibCore: Remove now-unused singleton process utilities há 1 ano atrás
  Andrew Kaster 12a9702acb LibCore: Make singleton process helpers public há 1 ano atrás
  Timothy Flynn 207f3f1cb4 LibCore: Remove unnecessary lifetime extension from ProcessSpawnOptions há 1 ano atrás
  Timothy Flynn c723fc9611 LibCore: Support launching a singleton process with an IPC connection há 1 ano atrás
  Timothy Flynn 9986350e97 LibCore: Support launching a process with an IPC connection há 1 ano atrás
  Timothy Flynn dc52404aec LibCore: Add a Core::Process action to close a file after spawning há 1 ano atrás
  Sam Atkins c2bc07ef7c LibCore: Use Core::Environment::raw_environ() instead of environment() há 1 ano atrás
  Sam Atkins 071f7fd818 LibCore+JSSpecCompiler: Add option for Process::spawn() to use spawnp() há 1 ano atrás
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Dan Klishch b7259ab38c LibCore: Support POSIX file actions in Core::Process::spawn há 1 ano atrás
  nipos cecedc57eb LibCore: Use BSD implementation of Process::get_name() on Haiku há 1 ano atrás
  nipos b258450fa6 LibCore: Implement waiting for the debugger on FreeBSD há 1 ano atrás
  Sergey Bugaev ec68979483 LibCore: Implement Process::is_being_debugged() on GNU/Hurd há 1 ano atrás
  Sergey Bugaev 4825919bcf AK, LibCore: Enable misc things on glibc há 1 ano atrás
  Andrew Kaster 6e8f1549a3 AK+LibCore: Don't use unsupported features on Android há 1 ano atrás
  Liav A 1c0aa51684 Kernel+Userland: Remove the {get,set}_thread_name syscalls há 1 ano atrás
  Niklas Poslovski ebc5b33b77 LibCore: Don't include sys/sysctl.h on Solaris há 1 ano atrás
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` há 2 anos atrás
  Sebastian Zaha fc71403842 LibCore: Implement Process::is_being_debugged for macOS há 2 anos atrás
  Sebastian Zaha 35c45a94d3 LibCore: Implement a helper that waits for a debugger then breaks há 2 anos atrás
  Sebastian Zaha 216667368d LibCore+Ladybird: Extract helper into generic Process::is_being_debugged há 2 anos atrás
  Sebastian Zaha 002e206af0 LibCore: Implement Process::get_name for linux and macos há 2 anos atrás
  Shannon Booth cb920b23cc LibCore: Add System::environment há 2 anos atrás
  MacDue cd7459d608 LibCore: Get the environment in Core::Process::spawn() on macOS há 2 anos atrás
  MacDue d27a513dc5 LibCore: Add KeepAsChild option to Core::Process::spawn() há 2 anos atrás
  MacDue 62e8360dcf LibCore: Fix memory leak in Core::Process::spawn() há 2 anos atrás
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals há 2 anos atrás
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> há 2 anos atrás