summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
2020-07-28LibX86: Disassemble most FPU instructions starting with D9Nico Weber
2020-07-28Meta: Calculate image size based on size of Build/Root and BasePeter Elliott
2020-07-28Userland: Make su require passwordsPeter Elliott
2020-07-28Userland: Add passwd utilityPeter Elliott
2020-07-28LibCore: add get_password().Peter Elliott
2020-07-28LibC: Add passwords to putpwentPeter Elliott
2020-07-28AK: Make String::substring() return non-null for 0-length stringsPeter Elliott
2020-07-28LibCrypt: Add LibCrypt, crypt, and crypt_rPeter Elliott
2020-07-28SystemMenu: Add 'Themes' iconBen Wiederhake
2020-07-28SystemMenu: Add icons for categoriesBen Wiederhake
2020-07-28SystemMenu: Untangle app/category discovery and GUI buildingBen Wiederhake
2020-07-28SystemMenu: Add icon to 'Exit' menu itemBen Wiederhake
2020-07-28LibGUI: Enable icons for SubMenusBen Wiederhake
2020-07-28LibGUI: Refactor icon realization in MenuBen Wiederhake
2020-07-28LibGUI: Set correct default value during menu destructionBen Wiederhake
2020-07-28DevTools: Let Inspector use ProcessChooser and new icons.thankyouverycool
2020-07-28DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUIthankyouverycool
2020-07-28Base: Add icons and af files for Profiler and Inspectorthankyouverycool
2020-07-28Userland: Fix nc by not memset()'ing the input address char*Linus Groh
2020-07-28LibC: Fix strtol() not setting endptr correctly for "0"Andreas Kling
2020-07-28UserspaceEmulator: Add syscalls: stat(), realpath(), gethostname()Andreas Kling
2020-07-28UserspaceEmulator: Don't just return "EMULATED" in get_process_name()Andreas Kling
2020-07-28LibC: Move getpagesize() out-of-lineAndreas Kling
2020-07-28UserspaceEmulator: Support ioctl(TIOCGWINSZ)Andreas Kling
2020-07-27WebServer: Show icons in directory listings :^)Andreas Kling
2020-07-27Lagom: Build with -std=c++2a -Wno-deprecated-copyAndreas Kling
2020-07-27.gitignore: Add .swoNico Weber
2020-07-27LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span.asynts
2020-07-27LibCrypto: Change the signature of decode_pem to use Span.asynts
2020-07-27LibCrypto: Change the signature of RSA::parse_rsa_key to use Span.asynts
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-07-27LibCrypto: Change [XXX]BigInteger::export_data() to use Span.asynts
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
2020-07-27AK: Rename Span::subspan() to Span::slice().asynts
2020-07-27AK: Add offset() method to Span.asynts
2020-07-27AK: Add span() / bytes() methods to container types.asynts
2020-07-27AK: Add implicit conversion from nullptr to Span.asynts
2020-07-27AK: Add constructors to Bytes and ReadonlyBytes that take void pointers.asynts
2020-07-27AK: Define conversion from Span<T> to Span<const T> correctly.asynts
2020-07-27LibCrypto: This method wrote to a const pointer.asynts
2020-07-27WebServer: Try to send an appopriate Content-Type headerAndreas Kling
2020-07-27LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCoreAndreas Kling
2020-07-27Base: Remove old ladybug iconAndreas Kling
2020-07-27WebServer: Use table tags in directory listingsAndreas Kling
2020-07-27WebServer: Use urlencode() in directory listingsAndreas Kling
2020-07-27LibWeb: Add a whole bunch of HTML DOM bindingsLuke
2020-07-27UserspaceEmulator: Set the process and thread name to "(UE) Executable"Andreas Kling
2020-07-27Base: Add man page about set_process_name(2)Andreas Kling
2020-07-27Kernel+LibC: Add sys$set_process_name() for changing the process nameAndreas Kling