summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
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
2021-02-15LibCore: Expose UDPServer::fd() and make the constructor protectedSergey Bugaev
2021-02-11LibCore: Added FileWatcher, a binding for the watch_file syscallDexesTTP
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-02LibCore: Use serenity_readlink() instead of making syscalls directlyAndreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts