index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2020-03-23
LibCore: Tweak DateTime.cpp so it compiles on Linux + drive-by bug fix
Andreas Kling
2020-03-22
LibCore: Wrap commented out debug messages in a preprocessor define
Shannon Booth
2020-03-19
LibCore: Use monotonic time when handling timers
Liav A
2020-03-18
LibCore: Moved cal.cpp functions to DateTime
rhin123
2020-03-14
LibCore: Rename Udp classes to UDP
Shannon Booth
2020-03-10
EventLoop: Don't destroy ID allocator (#1403)
Alex Muscar
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-08
LibCore: Add format option for DateTime::to_string() (#1358)
howar6hill
2020-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-05
LibCore: Add a way to set an individual Core::Object property remotely
Andreas Kling
2020-03-05
LibCore: Allow RPC clients to specify the currently inspected object
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-26
LibCore: Allow ConfigFile::read_num_entry to handle negative numbers
Jesse Buhagiar
2020-02-26
DateTime: Fix a typo
howar6hill
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibCore: Add Core::Object::add<T> helper for creating child objects
Andreas Kling
2020-02-22
LibCore: Log a more helpful message when Socket::connect() fails
Andreas Kling
2020-02-22
LibCore: Fix wrong return value in Core::Socket::destination_address()
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-16
LibCore: Add DirIterator::next_full_path()
Shannon Booth
2020-02-15
LibCore: Add SkipParentAndBaseDir flag in DirIterator
Shannon Booth
2020-02-15
LibCore: Simplify some of DirIterator's code
Shannon Booth
2020-02-15
LibCore: Reduce header dependencies of EventLoop
Andreas Kling
2020-02-15
LibCore: Move LogStream::operator<< overloads into cpp files
Andreas Kling
2020-02-15
LibCore: Remove a bunch of unnecessary forward declarations
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
LibCore: Add Core::MimeData class
Andreas Kling
2020-02-12
LibCore: Add "static bool Core::File::exists(filename)"
Andreas Kling
2020-02-11
LibCore: Add DateTime::from_timestamp(time_t)
Andreas Kling
2020-02-11
LibCore: Add a basic Core::DateTime class
Andreas Kling
2020-02-10
LibCore: TCP and UDP servers should parent Notifiers to themselves
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
LibCore: Add File::is_directory() helpers
Andreas Kling
2020-02-09
LibCore: Allow constructing a Core::HttpRequest from a raw HTTP request
Andreas Kling
2020-02-06
LibCore: Merge the CSyscallUtils namespace into Core
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-05
LibCore: CEventLoop: If timeval_sub makes tv_sec negative, use 0
joshua stein
2020-02-05
LibCore: Fix building with clang
joshua stein
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Make GAction scoped to its CObject parent (widget or window)
Andreas Kling
2020-02-02
LibCore: is<CObject>(object) should not default to true
Andreas Kling
2020-02-01
LibCore: Fix CArgsParser build on my host machine
Andreas Kling
2020-01-28
LibCore: Rewrite CArgsParser
Sergey Bugaev
2020-01-26
LibCore: Add UDP socket and server classes
Andreas Kling
2020-01-26
LibCore: CSocket::set_blocking() was backwards
Andreas Kling
2020-01-25
Meta: Remove some copyright headers added in error
Andreas Kling
[next]