-
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
c911bfd
commit 2b9d29f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libcommon
updated
31 files
+9 −0 | src/event/DeferEvent.cxx | |
+9 −0 | src/event/DeferEvent.hxx | |
+15 −1 | src/event/Loop.cxx | |
+8 −1 | src/event/Loop.hxx | |
+46 −13 | src/event/net/BufferedSocket.cxx | |
+34 −22 | src/event/net/BufferedSocket.hxx | |
+2 −6 | src/event/net/log/PipeAdapter.cxx | |
+5 −4 | src/event/net/log/PipeAdapter.hxx | |
+2 −3 | src/http/Date.cxx | |
+25 −0 | src/io/Beneath.cxx | |
+6 −0 | src/io/Beneath.hxx | |
+12 −0 | src/io/FileName.hxx | |
+1 −7 | src/io/RecursiveCopy.cxx | |
+1 −7 | src/io/RecursiveDelete.cxx | |
+2 −2 | src/io/linux/ProcPath.hxx | |
+5 −1 | src/io/uring/meson.build | |
+4 −4 | src/lib/fmt/ToBuffer.hxx | |
+45 −0 | src/lib/fmt/Unsafe.hxx | |
+5 −3 | src/net/control/Client.cxx | |
+12 −12 | src/net/log/Serializer.cxx | |
+2 −1 | src/net/log/Serializer.hxx | |
+19 −0 | src/net/log/Sink.hxx | |
+1 −1 | src/spawn/ChildOptions.cxx | |
+4 −4 | src/spawn/NamespaceOptions.cxx | |
+2 −2 | src/spawn/UidGid.cxx | |
+0 −8 | src/translation/Parser.cxx | |
+6 −0 | src/translation/server/Response.hxx | |
+33 −0 | src/util/PackedBigEndian.hxx | |
+1 −7 | src/was/async/Control.cxx | |
+0 −2 | src/was/async/Control.hxx | |
+4 −4 | test/net/TestLog.cxx |