-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81ac8d8
commit 72d5fe0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libcommon
updated
20 files
+1 −1 | demo/uring/UringNetCat.cxx | |
+109 −7 | src/event/Loop.cxx | |
+27 −2 | src/event/Loop.hxx | |
+0 −1 | src/event/meson.build | |
+7 −13 | src/event/net/BufferedSocket.cxx | |
+4 −10 | src/event/net/BufferedSocket.hxx | |
+99 −6 | src/event/net/ServerSocket.cxx | |
+6 −0 | src/event/net/ServerSocket.hxx | |
+1 −1 | src/event/net/SocketWrapper.cxx | |
+1 −8 | src/event/net/SocketWrapper.hxx | |
+0 −62 | src/event/uring/Manager.cxx | |
+3 −35 | src/event/uring/Manager.hxx | |
+1 −1 | src/io/uring/Queue.cxx | |
+1 −1 | src/io/uring/Queue.hxx | |
+2 −2 | src/io/uring/Ring.cxx | |
+1 −1 | src/io/uring/Ring.hxx | |
+3 −17 | src/was/async/Control.cxx | |
+7 −8 | src/was/async/Control.hxx | |
+1 −1 | src/was/async/SimpleClient.cxx | |
+1 −1 | src/was/async/SimpleServer.cxx |