Shannon Booth
|
81adefef27
Kernel: Run clang-format on files
|
5 yıl önce |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 yıl önce |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 yıl önce |
Andreas Kling
|
228a1e9099
IPv4: Basic implementation of TCP socket shutdown
|
5 yıl önce |
Andreas Kling
|
2b0b7cc5a4
Net: Add a basic sys$shutdown() implementation
|
5 yıl önce |
Andreas Kling
|
d04fcccc90
Kernel: Truncate addresses stored by getsockname() and getpeername()
|
5 yıl önce |
Andreas Kling
|
137a45dff2
Kernel: read()/write() should respect timeouts when used on a sockets
|
5 yıl önce |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 yıl önce |
Andreas Kling
|
5646a95161
Kernel: Make Socket::absolute_path() pure virtual
|
5 yıl önce |
Andreas Kling
|
23e802518d
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
|
5 yıl önce |
Andreas Kling
|
8cfb859368
IPv4: Support overriding the default TTL (64)
|
5 yıl önce |
Sergey Bugaev
|
1d03391488
Net: Store an acceptor PID alongside the origin PID in a socket
|
6 yıl önce |
Sergey Bugaev
|
43ce6c5474
Kernel: Move socket role tracking to the Socket class itself
|
6 yıl önce |
Conrad Pankoff
|
bd6d2c0819
Kernel: Use a more detailed state machine for socket setup
|
6 yıl önce |
Andreas Kling
|
04603237da
Kernel: Merge FooSocketHandle classes into a single SocketHandle<Foo>
|
6 yıl önce |
Conrad Pankoff
|
a53437aa06
Kernel: Let pending socket queue keep socket objects alive until accept()
|
6 yıl önce |
Conrad Pankoff
|
73c998dbfc
Kernel: Refactor TCP/IP stack
|
6 yıl önce |
Andreas Kling
|
6347e3aa51
Net: Let Socket have read/write wrappers around sendto/recvfrom
|
6 yıl önce |
Andreas Kling
|
f4cec2f110
Kernel: Move File.{cpp,h} into FileSystem/
|
6 yıl önce |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 yıl önce |
Andreas Kling
|
d343fb2429
AK: Rename Retainable.h => RefCounted.h.
|
6 yıl önce |
Andreas Kling
|
550b0b062b
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
|
6 yıl önce |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 yıl önce |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 yıl önce |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 yıl önce |
Andreas Kling
|
2dd9ef6863
Kernel: Make File::absolute_path() const.
|
6 yıl önce |
Robin Burchell
|
0dc9af5f7e
Add clang-format file
|
6 yıl önce |
Andreas Kling
|
ae470ec955
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
|
6 yıl önce |
Andreas Kling
|
237628a7a6
Kernel: Tidy up FileDescriptor members a bit.
|
6 yıl önce |
Andreas Kling
|
2470fdcd9b
Kernel: Make Socket inherit from File.
|
6 yıl önce |