Skip to content

Commit

Permalink
update libcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Feb 19, 2024
1 parent 0f40fbd commit 7eeaf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcommon
Submodule libcommon updated 60 files
+5 −0 README.rst
+3 −0 demo/spawn/meson.build
+2 −1 demo/was/Json.cxx
+12 −10 demo/was/meson.build
+8 −1 meson.build
+1 −0 src/adata/meson.build
+51 −0 src/event/AwaitableSocketEvent.hxx
+9 −4 src/event/net/control/Handler.hxx
+24 −21 src/event/net/control/Server.cxx
+13 −8 src/event/net/control/Server.hxx
+103 −0 src/io/StateDirectories.cxx
+78 −0 src/io/StateDirectories.hxx
+1 −0 src/io/meson.build
+35 −0 src/jwt/String.cxx
+19 −0 src/jwt/String.hxx
+1 −0 src/jwt/meson.build
+16 −4 src/lib/avahi/Client.cxx
+6 −0 src/lib/avahi/Client.hxx
+93 −36 src/lib/avahi/Publisher.cxx
+37 −4 src/lib/avahi/Publisher.hxx
+13 −1 src/lib/avahi/Service.hxx
+0 −1 src/lib/nlohmann_json/meson.build
+16 −8 src/net/control/Builder.hxx
+23 −18 src/net/control/Client.cxx
+13 −8 src/net/control/Client.hxx
+17 −17 src/net/control/Padding.hxx
+35 −6 src/net/control/Protocol.hxx
+19 −0 src/pluggable/AllocatorPtr.cxx
+0 −0 src/pluggable/AllocatorPtr.hxx
+0 −0 src/pluggable/DefaultFifoBuffer.hxx
+9 −0 src/pluggable/meson.build
+1 −0 src/pluggable/translation/Features.hxx
+1 −0 src/spawn/ChildOptions.hxx
+16 −4 src/spawn/Client.cxx
+15 −4 src/spawn/Direct.cxx
+2 −0 src/spawn/IProtocol.hxx
+10 −0 src/spawn/MountNamespaceOptions.cxx
+14 −0 src/spawn/MountNamespaceOptions.hxx
+38 −0 src/spawn/Server.cxx
+23 −2 src/spawn/SyscallFilter.cxx
+7 −2 src/spawn/UidGid.cxx
+10 −0 src/spawn/UidGid.hxx
+1 −0 src/spawn/meson.build
+228 −3 src/translation/Parser.cxx
+10 −0 src/translation/Parser.hxx
+23 −0 src/translation/Protocol.hxx
+4 −0 src/translation/Response.cxx
+5 −0 src/translation/Response.hxx
+2 −0 src/translation/meson.build
+5 −0 src/translation/server/AllocatedRequest.cxx
+1 −0 src/translation/server/AllocatedRequest.hxx
+2 −0 src/translation/server/Request.hxx
+11 −0 src/translation/server/Response.hxx
+6 −0 src/util/CharUtil.hxx
+1 −17 src/was/async/nlohmann_json/Read.cxx
+21 −0 src/was/async/nlohmann_json/Read.hxx
+31 −0 src/was/async/nlohmann_json/Write.cxx
+0 −9 src/was/async/nlohmann_json/Write.hxx
+17 −0 src/was/async/nlohmann_json/meson.build
+1 −0 test/meson.build

0 comments on commit 7eeaf01

Please sign in to comment.