summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11LibCore: Add line iterators to IODeviceAnotherTest
2021-01-11Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...Lenny Maiorani
2021-01-10LibCore: Use OSError in get_password() return typeAndreas Kling
2021-01-10LibCore: get_password() now removes the trailing '\n' read by getline()Emanuele Torre
2021-01-10LibCore: Don't try to unlink stale sockets in /tmp/rpc/Andreas Kling
2021-01-10SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServerAndreas Kling
2021-01-10Everywhere: Convert a bunch of dbgprintf() to dbgln()Andreas Kling
2021-01-09LibCore: Harden signal handling code to be called in global destrcutorsTom
2021-01-09LibCore: Allow adding/removing signal handlers while handling signalsTom
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-09LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)Andreas Kling
2021-01-09LibCore: Don't auto-accept events that hit bubbling limitAndreas Kling
2021-01-04LibCore: Make Core::Object::property() constAndreas Kling
2021-01-03LibCore: Allow caching and reusing the ProcFS file descriptorsTom
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03LibCore: Add a way to check if a property is readonlyAnotherTest
2021-01-01LibCore: Remove Core::Object::is_widget() in favor of RTTIAndreas Kling
2021-01-01LibCore: Remove some hand-rolled type information from Core::ObjectAndreas Kling
2021-01-01LibCore: Add typed find_child and find_descendant helpers to ObjectAndrew Kaster
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30LibGUI: Register a whole bunch of properties in various widgetsAnotherTest
2020-12-30LibGUI+LibCore: Remove the GUI::SizePolicy enumAndreas Kling
2020-12-29LibCore: Add REGISTER_TEXT_ALIGNMENT_PROPERTY macroLinus Groh
2020-12-29LibCore: Add REGISTER_ENUM_PROPERTY macroLinus Groh
2020-12-28LibCore: Make Core::Timer::create_single_shot() create a stopped timerAndreas Kling
2020-12-27LibCore: Add Object::remove_all_children()Linus Groh
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-12-27Kernel: Expose process executable paths in /proc/allAndreas Kling
2020-12-23LibCore: Stop logging that a Core::Socket has disconnected in receive()Andreas Kling
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)ร‰rico Nogueira Rolim
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-18LibCore: UDPServer::bind: Replace bind failure assert() with perror()Brendan Coles
2020-12-16LibCore: Expose some Socket properties to make then inspectableConrad Pankoff
2020-12-14LibCore: Add DirectoryWatcherItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-06LibCore: Offer to display a general descriptionBen Wiederhake
2020-11-30LibCore: Don't wait for negative amount of timeTom
2020-11-29LibCore: Reduce debug spam from successful gzip decodingAndreas Kling
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-24LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV filesAnotherTest
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts