summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14LibCore: Add Core::MimeData classAndreas Kling
2020-02-12LibCore: Add "static bool Core::File::exists(filename)"Andreas Kling
2020-02-11LibCore: Add DateTime::from_timestamp(time_t)Andreas Kling
2020-02-11LibCore: Add a basic Core::DateTime classAndreas Kling
2020-02-10LibCore: TCP and UDP servers should parent Notifiers to themselvesAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-09LibCore: Add File::is_directory() helpersAndreas Kling
2020-02-09LibCore: Allow constructing a Core::HttpRequest from a raw HTTP requestAndreas Kling
2020-02-06LibCore: Merge the CSyscallUtils namespace into CoreAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-05LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0joshua stein
2020-02-05LibCore: Fix building with clangjoshua stein
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-02-02LibCore: is<CObject>(object) should not default to trueAndreas Kling
2020-02-01LibCore: Fix CArgsParser build on my host machineAndreas Kling
2020-01-28LibCore: Rewrite CArgsParserSergey Bugaev
2020-01-26LibCore: Add UDP socket and server classesAndreas Kling
2020-01-26LibCore: CSocket::set_blocking() was backwardsAndreas Kling
2020-01-25Meta: Remove some copyright headers added in errorAndreas Kling
2020-01-23LibCore: Remove redundant check in CObject::dispatch_event()Andreas Kling
2020-01-21LibCore: Fix broken "stay_within" mechanism in event dispatchAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17LibCore: Make CIODevice::read_all() actually read all dataSergey Bugaev
2020-01-13LibCore: Fix segfault in CArgsParser (#1072)DrewStratford
2020-01-11SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)Andreas Kling
2020-01-07LibCore: Fix a typo in CConfigFile.hConrad Pankoff
2020-01-05LibCore: Oops, we were forgetting to destroy disconnected RPC clientsAndreas Kling
2020-01-05AK+LibCore: Add an IDAllocator and use to allocate timer idsShannon Booth
2020-01-03LibCore: Fix crash on RPC client disconnectAndreas Kling
2020-01-03LibCore: Stop making the RPC sockets go=rwAndreas Kling
2020-01-02LibCore: CSocketAddress: pull in netinet/in.hjoshua stein
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReaderAndreas Kling
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process clean inode memoryAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process dirty private memoryAndreas Kling
2019-12-27LibCore: Allow LibCore to be compiled on macOS hostStefano Cristiano
2019-12-27LibCore: Fix errors when compiling LibCore using clang instead of gccStefano Cristiano
2019-12-25LibCore: compile puff.c as a separate objectjoshua stein
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-14LibCore: Silence some aggressive CSocket and CHttpJob debug spamAndreas Kling
2019-12-14LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KBAndreas Kling
2019-12-10LibCore: Make CHttpJob::response() return a CHttpResponse*Andreas Kling
2019-12-09SystemMonitor: Show information about purgeable memoryAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling