• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H03-May-2022-4,1452,511

dpkg/H07-May-2022-167128

include/H03-May-2022-2,8962,010

libbfio/H03-May-2022-15,63812,468

libcaes/H03-May-2022-5,9634,779

libcdata/H03-May-2022-21,11617,551

libcerror/H03-May-2022-3,0812,225

libcfile/H03-May-2022-9,9337,914

libclocale/H03-May-2022-3,0322,325

libcnotify/H03-May-2022-1,9941,419

libcpath/H03-May-2022-10,2118,331

libcsplit/H03-May-2022-3,4462,539

libcthreads/H03-May-2022-9,0566,782

libfcache/H03-May-2022-3,5552,637

libfdata/H03-May-2022-23,57219,264

libqcow/H03-May-2022-13,48810,295

libuna/H03-May-2022-63,64654,684

m4/H25-Apr-2021-19,31817,549

manuals/H03-May-2022-1,039956

msvscpp/H03-May-2022-8,9458,837

ossfuzz/H03-May-2022-1,176972

po/H25-Apr-2021-694612

pyqcow/H03-May-2022-6,9805,331

pyqcow-python2/H03-May-2022-1,090967

pyqcow-python3/H03-May-2022-1,090967

qcowtools/H03-May-2022-11,2688,783

tests/H03-May-2022-17,29712,746

ABOUT-NLSH A D10-Mar-201391.6 KiB1,2831,244

AUTHORSH A D19-Apr-202191 52

COPYINGH A D19-Apr-202134.3 KiB675553

COPYING.LESSERH A D19-Apr-20217.5 KiB166128

ChangeLogH A D12-Dec-20203 KiB166129

INSTALLH A D25-Apr-202115.4 KiB369287

Makefile.amH A D26-Jul-20203.3 KiB130113

Makefile.inH A D03-May-202241.2 KiB1,2451,133

READMEH A D19-Apr-2021652 3521

acinclude.m4H A D19-Apr-20211.5 KiB6250

aclocal.m4H A D25-Apr-202155.7 KiB1,5501,401

compileH A D25-Apr-20217.2 KiB349259

config.guessH A D25-Apr-202143.1 KiB1,4871,294

config.rpathH A D10-Mar-201318 KiB673569

config.subH A D25-Apr-202130.7 KiB1,7911,636

configureH A D25-Apr-20211.6 MiB52,78446,401

configure.acH A D19-Apr-20217.7 KiB247194

depcompH A D25-Apr-202123 KiB792502

install-shH A D25-Apr-202115.3 KiB530346

libqcow.pc.inH A D19-Apr-2021741 1310

libqcow.specH A D25-Apr-20213.3 KiB128102

libqcow.spec.inH A D19-Apr-20214.2 KiB128102

ltmain.shH A D25-Apr-2021316.6 KiB11,1507,980

missingH A D25-Apr-20216.7 KiB216143

setup.pyH A D19-Apr-20219.9 KiB336246

test-driverH A D25-Apr-20214.5 KiB14987

README

1libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format.
2
3Project information:
4
5* Status: alpha
6* Licence: LGPLv3+
7
8Read-only supported QCOW formats:
9
10* version 1
11* version 2
12* version 3
13
14Supported QCOW format features:
15
16* zlib (DEFLATE) compression
17* AES-CBC 128-bit encryption
18* backing file (differential image)
19
20Unsupported QCOW format features:
21
22* LUKS encryption
23* data file
24* in-image snapshots
25
26Work in progress:
27
28* Thread-safety in file API functions
29
30For more information see:
31
32* Project documentation: https://github.com/libyal/libqcow/wiki/Home
33* How to build from source: https://github.com/libyal/libqcow/wiki/Building
34
35