index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2019-06-07
AK: Add a ScopeGuard helper that invokes a callback when destroyed.
Andreas Kling
2019-06-06
AK: Make timeval_add() and timeval_sub() take references.
Andreas Kling
2019-06-04
AK: Add String::starts_with to match String::ends_with
Conrad Pankoff
2019-06-04
AK: Add AKString::split_limit to split strings with a limit
Conrad Pankoff
2019-06-03
LibC: Implement popen() and pclose().
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-03
StringView: Make construction of String from a StringView containing a String...
Robin Burchell
2019-06-02
Take StringView in more places
Robin Burchell
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-06-02
AK: Add a comment to String about the relationship with StringImpl.
Andreas Kling
2019-06-01
LibCore: CObjects without is<T> specialization shouldn't LARP as others.
Andreas Kling
2019-06-01
Terminal: Settings windows can be opened multiple times
Christopher Dumas
2019-06-01
Terminal: Audible vs Visible beep option
Christopher Dumas
2019-05-30
ELFLoader: Fix typo in segment naming.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-28
Shell: Allow * and ? wildcard expansion in arguments
Robin Burchell
2019-05-27
AK: Add ensure_capacity() for HashMap and HashTable.
Andreas Kling
2019-05-27
FileSystemPath: Add a has_extension() helper.
Andreas Kling
2019-05-26
AK: Implement String::to_int (#99)
Faissal Bensefia
2019-05-26
QuickSort: Don't sort a single item, nothing to do
Robin Burchell
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-23
Kernel/AK: Move ELF loader to AK
Robin Burchell
2019-05-21
AK: Always inline convert_between_host_and_network<T>.
Andreas Kling
2019-05-21
AK: Add some more features to Vector iterators.
Andreas Kling
2019-05-19
AK: Simplify quick_sort() and improve Vector iterators a bit.
Andreas Kling
2019-05-18
Kernel: Fix timeout support in select
Robin Burchell
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-17
LibCore: Move AK/ArgsParser to LibCore/CArgsParser
Robin Burchell
2019-05-17
ArgsParser: Expand to be able to handle multiple single arguments
Robin Burchell
2019-05-17
AK/Userland: Add single value to ArgsParser usage, and port tail to use ArgsP...
Robin Burchell
2019-05-17
ArgsParser: Remove prefix from constructor
Robin Burchell
2019-05-17
ArgsParser: Remove boolean trap on add_arg
Robin Burchell
2019-05-17
ArgsParser: Style fixup
Robin Burchell
2019-05-17
Vector: Add insert() overload that takes a const T&.
Andreas Kling
2019-05-14
Kernel: Encapsulate the Region's COW map a bit better.
Andreas Kling
2019-05-14
AK: InlineLRUCache was always filling up one short of capacity.
Andreas Kling
2019-05-13
Feature/pidof (#31)
GuillaumeGas
2019-05-07
AK: Add InlineLinkedList::remove_tail().
Andreas Kling
2019-05-06
Make sure all GraphicsBitmap scanlines are 16-byte aligned.
Andreas Kling
2019-05-06
AK: Change HashTable and HashMap size/capacity to be ints.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
Kernel: Add a write cache to DiskBackedFS.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-22
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
Andreas Kling
2019-04-22
Kernel: Don't use MMX memcpy() in the kernel.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
AK: Give Vector the ability to have an inline capacity.
Andreas Kling
[next]