Skip to content

Commit

Permalink
update libcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Feb 20, 2024
1 parent 80b697c commit 09d4d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcommon
Submodule libcommon updated 53 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
+3 −3 src/io/StateDirectories.cxx
+1 −1 src/io/StateDirectories.hxx
+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
+1 −1 src/net/SocketError.hxx
+1 −0 src/net/control/Client.cxx
+2 −1 src/net/control/Client.hxx
+6 −0 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
+1 −1 src/spawn/Client.hxx
+15 −4 src/spawn/Direct.cxx
+2 −0 src/spawn/IProtocol.hxx
+10 −0 src/spawn/MountNamespaceOptions.cxx
+14 −0 src/spawn/MountNamespaceOptions.hxx
+39 −1 src/spawn/Server.cxx
+23 −2 src/spawn/SyscallFilter.cxx
+1 −1 src/spawn/TmpfsManager.hxx
+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
+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 09d4d7b

Please sign in to comment.