Imported Upstream version 17.31.0 upstream/17.31.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 20 Sep 2022 06:41:02 +0000 (15:41 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 20 Sep 2022 06:41:02 +0000 (15:41 +0900)
commit8ff8f25666a9199347f87c555a7f5eff2fb15494
tree759796f9e52ac37b80ea13c708519de14b4d6c69
parentf53d2245eab0f43c581c12dc51b6d85b4879f5f2
Imported Upstream version 17.31.0
206 files changed:
.clang-format
CMakeLists.txt
VERSION.cmake
package/libzypp.changes
po/mk.po
tests/lib/WebServer.cc
tests/lib/WebServer.h
tests/zyppng/IOBuffer_test.cc
tests/zyppng/data/downloader/media.1/media [new file with mode: 0644]
tests/zyppng/data/provide/cd1/file1 [new file with mode: 0644]
tests/zyppng/data/provide/cd1/media.1/media [new file with mode: 0644]
tests/zyppng/data/provide/cd2/file2 [new file with mode: 0644]
tests/zyppng/data/provide/cd2/media.2/media [new file with mode: 0644]
tests/zyppng/data/provide/cd3/file3 [new file with mode: 0644]
tests/zyppng/data/provide/cd3/media.3/media [new file with mode: 0644]
tests/zyppng/data/provide/cd4/file4 [new file with mode: 0644]
tests/zyppng/data/provide/cd4/media.4/media [new file with mode: 0644]
tests/zyppng/io/AsyncDataSource_test.cc
tests/zyppng/io/Process_test.cc
tests/zyppng/io/UnixSocket_test.cc
tests/zyppng/media/CMakeLists.txt
tests/zyppng/media/EvDownloader_test.cc
tests/zyppng/media/Provider_test.cc [new file with mode: 0644]
tools/CMakeLists.txt
tools/repomirror/CMakeLists.txt [new file with mode: 0644]
tools/repomirror/main.cc [new file with mode: 0644]
tools/repomirror/output.h [new file with mode: 0644]
tools/zypp-media-chksum/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-chksum/main.cc [new file with mode: 0644]
tools/zypp-media-copy/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-copy/main.cc [new file with mode: 0644]
tools/zypp-media-dir/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-dir/dirprovider.cc [new file with mode: 0644]
tools/zypp-media-dir/dirprovider.h [new file with mode: 0644]
tools/zypp-media-dir/main.cc [new file with mode: 0644]
tools/zypp-media-disc/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-disc/discprovider.cc [new file with mode: 0644]
tools/zypp-media-disc/discprovider.h [new file with mode: 0644]
tools/zypp-media-disc/main.cc [new file with mode: 0644]
tools/zypp-media-disk/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-disk/diskprovider.cc [new file with mode: 0644]
tools/zypp-media-disk/diskprovider.h [new file with mode: 0644]
tools/zypp-media-disk/main.cc [new file with mode: 0644]
tools/zypp-media-http/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-http/main.cc [new file with mode: 0644]
tools/zypp-media-http/networkprovider.cc [new file with mode: 0644]
tools/zypp-media-http/networkprovider.h [new file with mode: 0644]
tools/zypp-media-iso/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-iso/isoprovider.cc [new file with mode: 0644]
tools/zypp-media-iso/isoprovider.h [new file with mode: 0644]
tools/zypp-media-iso/main.cc [new file with mode: 0644]
tools/zypp-media-nfs/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-nfs/main.cc [new file with mode: 0644]
tools/zypp-media-nfs/nfsprovider.cc [new file with mode: 0644]
tools/zypp-media-nfs/nfsprovider.h [new file with mode: 0644]
tools/zypp-media-smb/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-smb/main.cc [new file with mode: 0644]
tools/zypp-media-smb/smbprovider.cc [new file with mode: 0644]
tools/zypp-media-smb/smbprovider.h [new file with mode: 0644]
tools/zypp-media-tvm/CMakeLists.txt [new file with mode: 0644]
tools/zypp-media-tvm/main.cc [new file with mode: 0644]
tools/zypp-media-tvm/testvmprovider.cc [new file with mode: 0644]
tools/zypp-media-tvm/testvmprovider.h [new file with mode: 0644]
zypp-core/AutoDispose.h
zypp-core/ByteArray.h
zypp-core/CMakeLists.txt
zypp-core/Pathname.cc
zypp-core/Pathname.h
zypp-core/base/Exception.h
zypp-core/base/LogControl.cc
zypp-core/base/LogControl.h
zypp-core/base/Logger.h
zypp-core/zyppng/async/asyncop.h
zypp-core/zyppng/base/base.h
zypp-core/zyppng/base/eventdispatcher_glib.cc
zypp-core/zyppng/base/linuxhelpers.cc
zypp-core/zyppng/base/private/linuxhelpers_p.h
zypp-core/zyppng/base/zyppglobal.h
zypp-core/zyppng/io/abstractspawnengine.cc
zypp-core/zyppng/io/asyncdatasource.cpp
zypp-core/zyppng/io/asyncdatasource.h
zypp-core/zyppng/io/iobuffer.cc
zypp-core/zyppng/io/iodevice.cc
zypp-core/zyppng/io/iodevice.h
zypp-core/zyppng/io/private/abstractspawnengine_p.h
zypp-core/zyppng/io/private/asyncdatasource_p.h [new file with mode: 0644]
zypp-core/zyppng/io/private/iobuffer_p.h
zypp-core/zyppng/io/private/iodevice_p.h
zypp-core/zyppng/io/private/socket_p.h
zypp-core/zyppng/io/process.cpp
zypp-core/zyppng/io/process.h
zypp-core/zyppng/io/socket.cc
zypp-core/zyppng/io/socket.h
zypp-core/zyppng/meta/functional.h
zypp-core/zyppng/meta/type_traits.h
zypp-core/zyppng/pipelines/asyncresult.h
zypp-core/zyppng/pipelines/await.h
zypp-core/zyppng/pipelines/expected.h
zypp-core/zyppng/pipelines/lift.h
zypp-core/zyppng/pipelines/redo.h
zypp-core/zyppng/pipelines/transform.h
zypp-core/zyppng/pipelines/wait.h
zypp-core/zyppng/rpc/MessageStream [new file with mode: 0644]
zypp-core/zyppng/rpc/messagestream.cc [new file with mode: 0644]
zypp-core/zyppng/rpc/messagestream.h [new file with mode: 0644]
zypp-curl/CMakeLists.txt
zypp-curl/curlhelper.cc
zypp-curl/ng/network/downloader.cc
zypp-curl/ng/network/downloader.h
zypp-curl/ng/network/downloadspec.cc
zypp-curl/ng/network/downloadspec.h
zypp-curl/ng/network/networkrequestdispatcher.cc
zypp-curl/ng/network/private/downloader_p.h
zypp-curl/ng/network/private/downloaderstates/base_p.h
zypp-curl/ng/network/private/downloaderstates/metalinkinfo_p.cc
zypp-curl/ng/network/private/mediadebug_p.h
zypp-curl/ng/network/private/request_p.h
zypp-curl/ng/network/request.cc
zypp-curl/parser/metalinkparser.cc
zypp-curl/transfersettings.cc
zypp-curl/transfersettings.h
zypp-media/CDTools [new file with mode: 0644]
zypp-media/CMakeLists.txt
zypp-media/FileCheckException [new file with mode: 0644]
zypp-media/auth/authdata.cc
zypp-media/auth/authdata.h
zypp-media/auth/credentialfilereader.cc
zypp-media/auth/credentialmanager.cc
zypp-media/auth/credentialmanager.h
zypp-media/cdtools.cc [new file with mode: 0644]
zypp-media/cdtools.h [moved from zypp/zyppng/context.h with 51% similarity]
zypp-media/filecheckexception.cc [new file with mode: 0644]
zypp-media/filecheckexception.h [new file with mode: 0644]
zypp-media/mediaexception.cc
zypp-media/mediaexception.h
zypp-media/mount.cc
zypp-media/mount.h
zypp-media/ng/HeaderValueMap [new file with mode: 0644]
zypp-media/ng/MediaVerifier [new file with mode: 0644]
zypp-media/ng/Provide [new file with mode: 0644]
zypp-media/ng/ProvideFwd [new file with mode: 0644]
zypp-media/ng/ProvideItem [new file with mode: 0644]
zypp-media/ng/ProvideRes [new file with mode: 0644]
zypp-media/ng/ProvideSpec [new file with mode: 0644]
zypp-media/ng/headervaluemap.cc [new file with mode: 0644]
zypp-media/ng/headervaluemap.h [new file with mode: 0644]
zypp-media/ng/mediaverifier.cc [new file with mode: 0644]
zypp-media/ng/mediaverifier.h [new file with mode: 0644]
zypp-media/ng/private/attachedmediainfo_p.h [new file with mode: 0644]
zypp-media/ng/private/provide_p.h [new file with mode: 0644]
zypp-media/ng/private/providedbg_p.h [new file with mode: 0644]
zypp-media/ng/private/providefwd_p.h [new file with mode: 0644]
zypp-media/ng/private/provideitem_p.h [new file with mode: 0644]
zypp-media/ng/private/providemessage_p.h [new file with mode: 0644]
zypp-media/ng/private/providequeue_p.h [new file with mode: 0644]
zypp-media/ng/private/provideres_p.h [new file with mode: 0644]
zypp-media/ng/provide-configvars.h [new file with mode: 0644]
zypp-media/ng/provide.cc [new file with mode: 0644]
zypp-media/ng/provide.h [new file with mode: 0644]
zypp-media/ng/providefwd.h [new file with mode: 0644]
zypp-media/ng/provideitem.cc [new file with mode: 0644]
zypp-media/ng/provideitem.h [new file with mode: 0644]
zypp-media/ng/providemessage.cc [new file with mode: 0644]
zypp-media/ng/providequeue.cc [new file with mode: 0644]
zypp-media/ng/provideres.cc [new file with mode: 0644]
zypp-media/ng/provideres.h [new file with mode: 0644]
zypp-media/ng/providespec.cc [new file with mode: 0644]
zypp-media/ng/providespec.h [new file with mode: 0644]
zypp-media/ng/worker/DeviceDriver [new file with mode: 0644]
zypp-media/ng/worker/MountingWorker [new file with mode: 0644]
zypp-media/ng/worker/ProvideWorker [new file with mode: 0644]
zypp-media/ng/worker/devicedriver.cc [new file with mode: 0644]
zypp-media/ng/worker/devicedriver.h [new file with mode: 0644]
zypp-media/ng/worker/mountingworker.cc [new file with mode: 0644]
zypp-media/ng/worker/mountingworker.h [new file with mode: 0644]
zypp-media/ng/worker/provideworker.cc [new file with mode: 0644]
zypp-media/ng/worker/provideworker.h [new file with mode: 0644]
zypp-proto/CMakeLists.txt
zypp-proto/media/download.proto [deleted file]
zypp-proto/media/messages.proto [deleted file]
zypp-proto/media/networkrequesterror.proto [deleted file]
zypp-proto/media/provider.proto [new file with mode: 0644]
zypp-proto/media/transfersettings.proto [deleted file]
zypp-proto/test/tvm.proto [new file with mode: 0644]
zypp/CMakeLists.txt
zypp/FileChecker.h
zypp/PoolItem.cc
zypp/PoolItem.h
zypp/ResStatus.h
zypp/base/DrunkenBishop.cc
zypp/media/MediaCD.cc
zypp/media/MediaCurl.cc
zypp/media/MediaHandler.cc
zypp/media/MediaHandlerFactory.cc
zypp/media/MediaManager.cc
zypp/repo/SUSEMediaVerifier.cc
zypp/target/TargetImpl.cc
zypp/zyppng/CMakeLists.txt [deleted file]
zypp/zyppng/Context [deleted file]
zypp/zyppng/context.cc [deleted file]
zypp/zyppng/media/MediaNetwork [deleted file]
zypp/zyppng/media/medianetwork.cc [deleted file]
zypp/zyppng/media/medianetwork.h [deleted file]
zypp/zyppng/media/medianetworkserver.cc [deleted file]
zypp/zyppng/media/private/medianetworkserver_p.h [deleted file]
zypp/zyppng/proto/CMakeLists.txt [deleted file]