summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2021-05-07LibCore: Remove Core::IODevice::printf()Andreas Kling
2021-05-07LibCore: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07LibCore+Userland: Add more detectable typesValtteri Koskivuori
2021-05-07LibCore: Implement basic mime type guessing based on binary patternsValtteri Koskivuori
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-05LibCore: Call setgrent before looping on groups in get_extra_gidssetepenre
2021-05-04LibCore: Avoid unnecessary Vector copy in Account ctorLinus Groh
2021-05-04LibCore: Don't include user GID in Account::extra_gids()Linus Groh
2021-05-04LibCore: Let Account::from_* succeed if /etc/shadow is unreadableGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01LibCore: Fix building the library on macOSGunnar Beutner
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibCore: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21LibCore: Remove the barely-used Core::safe_syscall()Andreas Kling
2021-04-18LibCore: Add ArgsParser::add_option(String&)DexesTTP
2021-04-18LibCore: Remove the no-longer-used Core::DateTime::is_before() functionAnotherTest
2021-04-18LibCore: Implement operator less-than for Core::DateTimeAnotherTest
2021-04-17LibCore: Use is<T> in Object::find_*_of_type helpersAndreas Kling
2021-04-17LibCore: Make File take String instead of StringViewAndreas Kling
2021-04-17LibCore: Make DirIterator take String instead of StringViewAndreas Kling
2021-04-17LibCore: Don't needlessly use StringView in Core::Object APIsAndreas Kling
2021-04-16AK+Kernel: Make IntrusiveList capable of holding non-raw pointersAnotherTest
2021-04-16LibCore+LibIPC: Add IPC coder for Core::DateTimeTimothy Flynn
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-14LibCore: Use dbgln_if in EventLoop.cppMaciej Zygmanowski
2021-04-13LibCore: Don't leak file descriptor inside AnonymousBuffer on LinuxJean-Baptiste Boric
2021-04-10LibCore: Save errno before it gets clobbered in Core::IODevice::write()Andreas Kling
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-06Kernel+LibCore: Note whether a process is kernel mode in /proc/allAndreas Kling
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-28LibCore: Add Timer::create_repeating convenience methodTom
2021-03-28LibCore: Make Core::Object::event() protectedAndreas Kling
2021-03-28LibCore: Add a way to install an event filter on a Core::ObjectAndreas Kling
2021-03-18LibCore: Verify type of value in enum property setterVyacheslav Pukhanov
2021-03-12AK+LibCore: Remove empty filesAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07LibCore: Add String variant for ArgsParser::add_positional_argumentspeles
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibCore: Add file management helpers to reduce code duplicationMițca Dumitru
2021-02-17LibCore: Convert dbgprintf() => dbgln()Andreas Kling