index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-01
Scheduler: Fix bitrotted SCHEDULER_RUNNABLE_DEBUG code
Andreas Kling
2019-08-01
Scheduler: Fix deadlock when first scheduling candidate being inspected
Andreas Kling
2019-08-01
LibHTML: Make some use of Vector::empend().
Andreas Kling
2019-08-01
ProcFS: Make some use of Vector::empend().
Andreas Kling
2019-08-01
Ext2FS: Make some use of Vector::empend().
Andreas Kling
2019-08-01
AK: Use Vector::empend() a bit in the unit tests, and fix a bug.
Andreas Kling
2019-08-01
TestSuite: Actually print failed comparions.. :^)
Andreas Kling
2019-08-01
AK: Don't allow constructing an OwnPtr from a const NonnullOwnPtr&
Andreas Kling
2019-08-01
AK: Add Vector::empend().
Andreas Kling
2019-08-01
Documentation: Add a paragraph about NonnullOwnPtr to SmartPointers.md
Andreas Kling
2019-08-01
SystemServer: Remove always-true "if (pid == 0)" check
Andreas Kling
2019-08-01
GDirectoryModel: Fix redundant identical comparison.
Andreas Kling
2019-08-01
LibCore: Initialize pid/id variables in CoreIPC{Client,Server}
Andreas Kling
2019-08-01
more: Don't printf(string), printf("%s", string)!
Andreas Kling
2019-08-01
ProcFS: Align the buffer used for the CPUID brand string.
Andreas Kling
2019-08-01
AK: Make Bitmap movable but not copyable.
Andreas Kling
2019-08-01
Kernel: Remove unnecessary null check in Process::fork()
Andreas Kling
2019-08-01
ProcessManager: Fix timer leak in ProcessStacksWidget
Andreas Kling
2019-08-01
pidof: Remove redundant bool check.
Andreas Kling
2019-08-01
Painter: Scaling RGBA32 bitmaps treated the source as alpha-less RGB32
Andreas Kling
2019-08-01
Kernel+LibC: A lot of the signal handling code was off-by-one.
Andreas Kling
2019-08-01
LibC: In fgetc(), fread() will never return < 0.
Andreas Kling
2019-08-01
CEventLoop: Add a missing initializer to EventLoopTimer.
Andreas Kling
2019-08-01
JsonParser: Merge the parsing of '\n' and '\r' in quoted strings
Andreas Kling
2019-08-01
CIODevice: printf() thought it was calling ::write() but it was write()
Andreas Kling
2019-08-01
Lagom: Append to CMAKE_CXX_FLAGS instead of overwriting it.
Andreas Kling
2019-07-31
GDirectoryModel: Tweak default width of permission bits column
Andreas Kling
2019-07-31
GTableView: Elide cell content so it doesn't overflow the cell rect
Andreas Kling
2019-07-31
WindowServer: Fix bad assertion when setting wallpaper
Andreas Kling
2019-07-31
WindowServer: Allow moving the Launcher window type.
Andreas Kling
2019-07-31
Ext2FS: Fix fetching of the major/minor device numbers for st_rdev.
Andreas Kling
2019-07-31
LibGUI: Simplify GTreeView ancestor traversal
Conrad Pankoff
2019-07-31
FileManager: Show home directory by default, or command line argument
Conrad Pankoff
2019-07-31
LibGUI: Reify intermediate nodes during index traversal
Conrad Pankoff
2019-07-31
Kernel: Port /proc/PID/fds to JSON
Robin Burchell
2019-07-31
HashTable: Assert on iteration attempt over table during clear/rehash
Andreas Kling
2019-07-31
WindowServer: Control WSClientConnection's window list teardown better
Andreas Kling
2019-07-31
Add Result<>, to use with/complement Error
Robin Burchell
2019-07-31
Add Error<>
Robin Burchell
2019-07-31
Optional: Add consumable checks
Robin Burchell
2019-07-31
GDirectoryModel: Add "modification time" column.
Andreas Kling
2019-07-31
GVariant: Add Type::UnsignedInt.
Andreas Kling
2019-07-31
GDirectoryModel: Shrink the Permissions and Inode columns a little bit.
Andreas Kling
2019-07-30
Lagom: Set project() right away
Robin Burchell
2019-07-30
LibCore: Rename CFileStreamReader => CIODeviceStreamReader.
Andreas Kling
2019-07-30
GFilePicker: Edit file name on opening window
rhin123
2019-07-30
Kernel: fix typo regarding floppy drives in init_stage2
Conrad Pankoff
2019-07-29
AudioServer: Begin work on a new IPC API style.
Andreas Kling
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-29
Minesweeper: refactor on_square_clicked and flood_mark
Drew Stratford
[next]