index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Net
/
Socket.cpp
Age
Commit message (
Expand
)
Author
2020-12-13
Kernel/Net: Socket connected state change should reevaluate blocks
Andreas Kling
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-10-21
IPv4: Take the socket lock more (fixes TCP connection to localhost)
Andreas Kling
2020-09-27
Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in ge...
Luke
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-06
Kernel: Virtualize the File::stat() operation
Andreas Kling
2020-08-19
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
Brian Gianforcaro
2020-08-19
Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation
Brian Gianforcaro
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-07
Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the setsockopt syscall
Brian Gianforcaro
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-07-31
Kernel: Remove SmapDisabler in sys$setsockopt()
Andreas Kling
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-06
Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE.
Xiao NuoFu
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
IPv4: Basic implementation of TCP socket shutdown
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-07
Kernel: Fix three broken format strings in Socket::{get,set}sockopt()
Andreas Kling
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-23
Kernel: Allow Socket subclasses to fail construction
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-07
Kernel: Make Socket::absolute_path() pure virtual
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-10-18
Net: Put a bunch of socket debug logging behind FOO_DEBUG
Andreas Kling
2019-10-08
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
Andreas Kling
2019-08-11
Kernel: Customize absolute_path() for more file types
Sergey Bugaev
2019-08-11
Net: Store an acceptor PID alongside the origin PID in a socket
Sergey Bugaev
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-10
Kernel: Use a more detailed state machine for socket setup
Conrad Pankoff
2019-08-09
Kernel: Let pending socket queue keep socket objects alive until accept()
Conrad Pankoff
2019-08-05
Net: Let Socket have read/write wrappers around sendto/recvfrom
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-01
Kernel: Make File::absolute_path() const.
Andreas Kling
2019-05-30
Kernel: Fix a bad printf, and stub out SO_ERROR a bit more fully
Robin Burchell
2019-05-20
Socket: Fix missing kprintf() args in setsockopt().
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-04-06
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
Andreas Kling