Skip to content

Commit

Permalink
update libcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jun 19, 2024
1 parent 7849808 commit 9c097f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcommon
Submodule libcommon updated 79 files
+3 −6 demo/spawn/WatchCgroup.cxx
+1 −0 demo/spawn/meson.build
+1 −0 src/event/EpollEvents.hxx
+5 −5 src/event/Loop.cxx
+1 −1 src/event/net/MultiUdpListener.hxx
+7 −6 src/event/net/ServerSocket.cxx
+1 −1 src/event/net/SocketWrapper.cxx
+1 −1 src/event/net/UdpListener.hxx
+4 −1 src/event/net/control/Server.cxx
+3 −3 src/event/net/djb/QmqpClient.hxx
+1 −1 src/event/systemd/ResolvedClient.cxx
+8 −49 src/io/Logger.hxx
+17 −4 src/lib/avahi/Publisher.cxx
+2 −2 src/lib/fmt/SystemError.cxx
+0 −12 src/lib/zlib/Error.cxx
+16 −8 src/lib/zlib/Error.hxx
+2 −2 src/lib/zlib/GunzipReader.cxx
+4 −4 src/lib/zlib/GzipOutputStream.cxx
+0 −1 src/lib/zlib/meson.build
+12 −11 src/net/Buffered.cxx
+7 −4 src/net/Buffered.hxx
+14 −1 src/net/ConnectSocket.cxx
+9 −1 src/net/ConnectSocket.hxx
+2 −1 src/net/EasyMessage.cxx
+4 −2 src/net/EasyMessage.hxx
+1 −1 src/net/LocalSocketAddress.cxx
+5 −4 src/net/RConnectSocket.cxx
+1 −1 src/net/SocketAddress.cxx
+0 −8 src/net/SocketConfig.hxx
+3 −0 src/net/SocketDescriptor.cxx
+8 −1 src/net/SocketError.hxx
+235 −0 src/net/log/ContentType.cxx
+95 −0 src/net/log/ContentType.hxx
+4 −0 src/net/log/Datagram.hxx
+33 −5 src/net/log/OneLine.cxx
+5 −0 src/net/log/OneLine.hxx
+7 −3 src/net/log/Parser.cxx
+8 −1 src/net/log/Protocol.hxx
+11 −0 src/net/log/Send.cxx
+6 −1 src/net/log/Serializer.cxx
+1 −0 src/net/log/meson.build
+53 −10 src/spawn/CgroupWatch.cxx
+18 −4 src/spawn/CgroupWatch.hxx
+3 −35 src/spawn/Client.cxx
+8 −14 src/spawn/Client.hxx
+0 −14 src/spawn/Handler.hxx
+0 −5 src/spawn/IProtocol.hxx
+32 −11 src/spawn/Launch.cxx
+17 −14 src/spawn/Launch.hxx
+14 −0 src/spawn/Mount.cxx
+9 −0 src/spawn/Mount.hxx
+4 −9 src/spawn/MountNamespaceOptions.cxx
+6 −1 src/spawn/MountNamespaceOptions.hxx
+0 −14 src/spawn/Server.cxx
+3 −14 src/spawn/accessory/Client.cxx
+4 −0 src/thread/Notify.hxx
+4 −0 src/thread/Queue.hxx
+3 −4 src/time/Convert.hxx
+11 −20 src/time/Parser.cxx
+13 −4 src/time/Parser.hxx
+30 −0 src/translation/Parser.cxx
+11 −0 src/translation/Protocol.hxx
+4 −0 src/translation/Response.cxx
+23 −7 src/translation/Response.hxx
+8 −0 src/translation/server/Response.hxx
+0 −1 src/uri/Extract.hxx
+1 −0 src/util/AllocatedString.hxx
+2 −0 src/util/DisposableBuffer.hxx
+6 −2 src/util/DisposablePointer.hxx
+35 −3 src/util/Exception.cxx
+11 −2 src/util/IntrusiveHashArrayTrie.hxx
+1 −1 src/util/IntrusiveList.hxx
+1 −1 src/util/IntrusiveTreeSet.hxx
+2 −4 src/util/MimeType.hxx
+0 −40 src/util/djb_hash.cxx
+29 −6 src/util/djb_hash.hxx
+0 −1 src/util/meson.build
+12 −0 test/net/TestLocalSocketAddress.cxx
+18 −0 test/util/TestException.cxx

0 comments on commit 9c097f4

Please sign in to comment.