2 files changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
- demo/lua/CoLua.cxx+2
- demo/lua/RunLua.cxx+2
- demo/lua/meson.build+2
- src/event/DeferEvent.hxx+3
- src/event/net/djb/NetstringClient.cxx+1-1
- src/event/net/djb/NetstringClient.hxx+4
- src/event/net/djb/NetstringServer.cxx+1-1
- src/event/net/djb/NetstringServer.hxx+4
- src/io/BufferedOutputStream.hxx+1-4
- src/io/MultiWriteBuffer.hxx+3-2
- src/io/Open.hxx+1-4
- src/io/OutputStream.hxx+1-4
- src/io/Reader.hxx+1-4
- src/io/StdioOutputStream.hxx+1-4
- src/io/StringOutputStream.hxx+1-4
- src/io/UniqueFileDescriptor.hxx+1-4
- src/jwt/EdDSA.cxx+6-6
- src/jwt/EdDSA.hxx+7-13
- src/lib/curl/Easy.hxx+5
- src/lib/curl/Global.hxx+1-4
- src/lib/curl/Slist.hxx+1-4
- src/lib/curl/String.hxx+1-4
- src/lib/dbus/Connection.hxx+1-4
- src/lib/dbus/Iter.hxx+1-4
- src/lib/dbus/Message.hxx+1-4
- src/lib/dbus/PendingCall.hxx+1-4
- src/lib/dbus/ScopeMatch.hxx+1-4
- src/lib/dbus/Types.hxx+1-4
- src/lib/sodium/Box.hxx+20
- src/lib/sodium/BoxKey.hxx+18
- src/lib/sodium/SignKey.hxx+18
- src/lib/zlib/Error.hxx+1-4
- src/lua/Assert.hxx+8
- src/lua/CheckArg.hxx+22
- src/lua/net/Resolver.cxx+59
- src/lua/net/Resolver.hxx+29
- src/lua/net/meson.build+1
- src/lua/sodium/Box.cxx+6-14
- src/lua/sodium/Init.cxx+14
- src/lua/sodium/RandomBytes.cxx+41
- src/lua/sodium/RandomBytes.hxx+14
- src/lua/sodium/ScalarMult.cxx+36
- src/lua/sodium/ScalarMult.hxx+14
- src/lua/sodium/Utils.cxx+59
- src/lua/sodium/Utils.hxx+17
- src/lua/sodium/meson.build+3
- src/net/IPv4Address.hxx+1-4
- src/net/IPv6Address.hxx+1-4
- src/net/Resolver.hxx+1-4
- src/net/SocketError.hxx+1-1
- src/net/log/Parser.cxx-6
- src/net/log/Protocol.hxx+1-6
- src/spawn/Client.cxx+4-1
- src/spawn/Client.hxx+1-1
- src/spawn/Direct.cxx+9-21
- src/spawn/IProtocol.hxx+1
- src/spawn/Prepared.hxx+7
- src/spawn/Server.cxx+5-1
- src/spawn/TmpfsManager.hxx+1-1
- src/system/PidFD.h+6
- src/util/AllocatedString.hxx+1-4
- src/util/Cast.hxx+1-4
- src/util/CharUtil.hxx+9-6
- src/util/DeleteDisposer.hxx+1-4
- src/util/DynamicFifoBuffer.hxx+1-4
- src/util/Exception.hxx+1-4
- src/util/PrintException.hxx+1-4
- src/util/ScopeExit.hxx+1-4
- src/util/ShallowCopy.hxx+1-4
- src/util/StringAPI.hxx+1-4
- src/util/StringBuffer.hxx+1-4
- src/util/StringCompare.hxx+1-4
- src/util/StringParser.hxx+1-4
- src/util/StringPointer.hxx+1-4
- test/jwt/TestEdDSA.cxx+4-4
- test/lua/TestForEach.cxx+27-2
- test/lua/TestLuaSodium.cxx+137
- test/lua/meson.build+5
0 commit comments