-
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
9b4c351
commit 512898e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libcommon
updated
25 files
+11 −0 | src/lib/fmt/ExceptionFormatter.cxx | |
+4 −10 | src/lib/fmt/ExceptionFormatter.hxx | |
+17 −0 | src/lib/fmt/SocketAddressFormatter.cxx | |
+9 −15 | src/lib/fmt/SocketAddressFormatter.hxx | |
+2 −0 | src/lib/fmt/meson.build | |
+82 −0 | src/net/Literals.hxx | |
+13 −14 | src/net/MaskedSocketAddress.cxx | |
+17 −3 | src/net/MaskedSocketAddress.hxx | |
+76 −0 | src/spawn/Client.cxx | |
+24 −1 | src/spawn/Client.hxx | |
+8 −1 | src/spawn/IProtocol.hxx | |
+38 −0 | src/spawn/Interface.hxx | |
+6 −0 | src/spawn/Local.cxx | |
+1 −0 | src/spawn/Local.hxx | |
+26 −1 | src/spawn/Server.cxx | |
+3 −1 | src/stock/MultiStock.cxx | |
+44 −0 | src/translation/Parser.cxx | |
+4 −0 | src/translation/Parser.hxx | |
+17 −0 | src/translation/Protocol.hxx | |
+4 −1 | src/translation/Response.cxx | |
+5 −5 | src/translation/Response.hxx | |
+12 −5 | src/translation/server/Response.hxx | |
+50 −0 | test/net/TestLiterals.cxx | |
+1 −0 | test/net/meson.build | |
+76 −1 | test/stock/TestMultiStock.cxx |