| author | Hilko Bengen <bengen@debian.org> | |
| Tue, 22 Jan 2019 10:31:03 +0000 (10:31 +0000) | ||
| committer | Hilko Bengen <bengen@debian.org> | |
| Tue, 22 Jan 2019 10:31:03 +0000 (10:31 +0000) | ||
| commit | 9457d370252318ddf490168e6745e057fddb5e1c | |
| tree | 598647dc11b12990ec35b4a9655dd565c1cbf55a | tree | snapshot |
| .dir-locals.el | [new file with mode: 0644] | blob |
| .gitignore | [new file with mode: 0644] | blob |
| BENCHMARKING | [new file with mode: 0644] | blob |
| LICENSE | [new file with mode: 0644] | blob |
| Makefile.am | [new file with mode: 0644] | blob |
| Makefile.in | [new file with mode: 0644] | blob |
| OTHER_PLUGINS | [new file with mode: 0644] | blob |
| README | [new file with mode: 0644] | blob |
| SECURITY | [new file with mode: 0644] | blob |
| TODO | [new file with mode: 0644] | blob |
| aclocal.m4 | [new file with mode: 0644] | blob |
| bash/Makefile.am | [new file with mode: 0644] | blob |
| bash/Makefile.in | [new file with mode: 0644] | blob |
| bash/README | [new file with mode: 0644] | blob |
| bash/nbdkit | [new file with mode: 0644] | blob |
| common-rules.mk | [new file with mode: 0644] | blob |
| common/bitmap/Makefile.am | [new file with mode: 0644] | blob |
| common/bitmap/Makefile.in | [new file with mode: 0644] | blob |
| common/bitmap/bitmap.c | [new file with mode: 0644] | blob |
| common/bitmap/bitmap.h | [new file with mode: 0644] | blob |
| common/bitmap/test-bitmap.c | [new file with mode: 0644] | blob |
| common/include/Makefile.am | [new file with mode: 0644] | blob |
| common/include/Makefile.in | [new file with mode: 0644] | blob |
| common/include/byte-swapping.h | [new file with mode: 0644] | blob |
| common/include/exit-with-parent.h | [new file with mode: 0644] | blob |
| common/include/get-current-dir-name.h | [new file with mode: 0644] | blob |
| common/include/isaligned.h | [new file with mode: 0644] | blob |
| common/include/ispowerof2.h | [new file with mode: 0644] | blob |
| common/include/iszero.h | [new file with mode: 0644] | blob |
| common/include/minmax.h | [new file with mode: 0644] | blob |
| common/include/nextnonzero.h | [new file with mode: 0644] | blob |
| common/include/random.h | [new file with mode: 0644] | blob |
| common/include/rounding.h | [new file with mode: 0644] | blob |
| common/include/test-byte-swapping.c | [new file with mode: 0644] | blob |
| common/include/test-current-dir-name.c | [new file with mode: 0644] | blob |
| common/include/test-isaligned.c | [new file with mode: 0644] | blob |
| common/include/test-ispowerof2.c | [new file with mode: 0644] | blob |
| common/include/test-iszero.c | [new file with mode: 0644] | blob |
| common/include/test-minmax.c | [new file with mode: 0644] | blob |
| common/include/test-nextnonzero.c | [new file with mode: 0644] | blob |
| common/regions/Makefile.am | [new file with mode: 0644] | blob |
| common/regions/Makefile.in | [new file with mode: 0644] | blob |
| common/regions/regions.c | [new file with mode: 0644] | blob |
| common/regions/regions.h | [new file with mode: 0644] | blob |
| common/sparse/Makefile.am | [new file with mode: 0644] | blob |
| common/sparse/Makefile.in | [new file with mode: 0644] | blob |
| common/sparse/sparse.c | [new file with mode: 0644] | blob |
| common/sparse/sparse.h | [new file with mode: 0644] | blob |
| compile | [new file with mode: 0755] | blob |
| config.guess | [new file with mode: 0755] | blob |
| config.h.in | [new file with mode: 0644] | blob |
| config.sub | [new file with mode: 0755] | blob |
| configure | [new file with mode: 0755] | blob |
| configure.ac | [new file with mode: 0644] | blob |
| depcomp | [new file with mode: 0755] | blob |
| docs/Makefile.am | [new file with mode: 0644] | blob |
| docs/Makefile.in | [new file with mode: 0644] | blob |
| docs/make-links.sh | [new file with mode: 0755] | blob |
| docs/nbdkit-captive.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-filter.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-loop.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-plugin.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-probing.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-protocol.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-service.pod | [new file with mode: 0644] | blob |
| docs/nbdkit-tls.pod | [new file with mode: 0644] | blob |
| docs/nbdkit.pod | [new file with mode: 0644] | blob |
| docs/synopsis.txt | [new file with mode: 0644] | blob |
| filters/Makefile.am | [new file with mode: 0644] | blob |
| filters/Makefile.in | [new file with mode: 0644] | blob |
| filters/blocksize/Makefile.am | [new file with mode: 0644] | blob |
| filters/blocksize/Makefile.in | [new file with mode: 0644] | blob |
| filters/blocksize/blocksize.c | [new file with mode: 0644] | blob |
| filters/blocksize/nbdkit-blocksize-filter.pod | [new file with mode: 0644] | blob |
| filters/cache/Makefile.am | [new file with mode: 0644] | blob |
| filters/cache/Makefile.in | [new file with mode: 0644] | blob |
| filters/cache/blk.c | [new file with mode: 0644] | blob |
| filters/cache/blk.h | [new file with mode: 0644] | blob |
| filters/cache/cache.c | [new file with mode: 0644] | blob |
| filters/cache/cache.h | [new file with mode: 0644] | blob |
| filters/cache/lru.c | [new file with mode: 0644] | blob |
| filters/cache/lru.h | [new file with mode: 0644] | blob |
| filters/cache/nbdkit-cache-filter.pod | [new file with mode: 0644] | blob |
| filters/cache/reclaim.c | [new file with mode: 0644] | blob |
| filters/cache/reclaim.h | [new file with mode: 0644] | blob |
| filters/cow/Makefile.am | [new file with mode: 0644] | blob |
| filters/cow/Makefile.in | [new file with mode: 0644] | blob |
| filters/cow/blk.c | [new file with mode: 0644] | blob |
| filters/cow/blk.h | [new file with mode: 0644] | blob |
| filters/cow/cow.c | [new file with mode: 0644] | blob |
| filters/cow/nbdkit-cow-filter.pod | [new file with mode: 0644] | blob |
| filters/delay/Makefile.am | [new file with mode: 0644] | blob |
| filters/delay/Makefile.in | [new file with mode: 0644] | blob |
| filters/delay/delay.c | [new file with mode: 0644] | blob |
| filters/delay/nbdkit-delay-filter.pod | [new file with mode: 0644] | blob |
| filters/error/Makefile.am | [new file with mode: 0644] | blob |
| filters/error/Makefile.in | [new file with mode: 0644] | blob |
| filters/error/error.c | [new file with mode: 0644] | blob |
| filters/error/nbdkit-error-filter.pod | [new file with mode: 0644] | blob |
| filters/filters.syms | [new file with mode: 0644] | blob |
| filters/fua/Makefile.am | [new file with mode: 0644] | blob |
| filters/fua/Makefile.in | [new file with mode: 0644] | blob |
| filters/fua/fua.c | [new file with mode: 0644] | blob |
| filters/fua/nbdkit-fua-filter.pod | [new file with mode: 0644] | blob |
| filters/log/Makefile.am | [new file with mode: 0644] | blob |
| filters/log/Makefile.in | [new file with mode: 0644] | blob |
| filters/log/log.c | [new file with mode: 0644] | blob |
| filters/log/nbdkit-log-filter.pod | [new file with mode: 0644] | blob |
| filters/nozero/Makefile.am | [new file with mode: 0644] | blob |
| filters/nozero/Makefile.in | [new file with mode: 0644] | blob |
| filters/nozero/nbdkit-nozero-filter.pod | [new file with mode: 0644] | blob |
| filters/nozero/nozero.c | [new file with mode: 0644] | blob |
| filters/offset/Makefile.am | [new file with mode: 0644] | blob |
| filters/offset/Makefile.in | [new file with mode: 0644] | blob |
| filters/offset/nbdkit-offset-filter.pod | [new file with mode: 0644] | blob |
| filters/offset/offset.c | [new file with mode: 0644] | blob |
| filters/partition/Makefile.am | [new file with mode: 0644] | blob |
| filters/partition/Makefile.in | [new file with mode: 0644] | blob |
| filters/partition/nbdkit-partition-filter.pod | [new file with mode: 0644] | blob |
| filters/partition/partition.c | [new file with mode: 0644] | blob |
| filters/truncate/Makefile.am | [new file with mode: 0644] | blob |
| filters/truncate/Makefile.in | [new file with mode: 0644] | blob |
| filters/truncate/nbdkit-truncate-filter.pod | [new file with mode: 0644] | blob |
| filters/truncate/truncate.c | [new file with mode: 0644] | blob |
| filters/xz/Makefile.am | [new file with mode: 0644] | blob |
| filters/xz/Makefile.in | [new file with mode: 0644] | blob |
| filters/xz/blkcache.c | [new file with mode: 0644] | blob |
| filters/xz/blkcache.h | [new file with mode: 0644] | blob |
| filters/xz/nbdkit-xz-filter.pod | [new file with mode: 0644] | blob |
| filters/xz/xz.c | [new file with mode: 0644] | blob |
| filters/xz/xzfile.c | [new file with mode: 0644] | blob |
| filters/xz/xzfile.h | [new file with mode: 0644] | blob |
| fuzzing/Makefile.am | [new file with mode: 0644] | blob |
| fuzzing/Makefile.in | [new file with mode: 0644] | blob |
| fuzzing/README | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags-exportname | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags-exportname-read4 | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags-go | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags-go-read | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags-go-read4 | [new file with mode: 0644] | blob |
| fuzzing/testcase_dir/newstyle-cflags-go-write | [new file with mode: 0644] | blob |
| html/pod.css | [new file with mode: 0644] | blob |
| include/Makefile.am | [new file with mode: 0644] | blob |
| include/Makefile.in | [new file with mode: 0644] | blob |
| include/nbdkit-common.h | [new file with mode: 0644] | blob |
| include/nbdkit-filter.h | [new file with mode: 0644] | blob |
| include/nbdkit-plugin.h | [new file with mode: 0644] | blob |
| install-sh | [new file with mode: 0755] | blob |
| ltmain.sh | [new file with mode: 0644] | blob |
| m4/.gitignore | [new file with mode: 0644] | blob |
| m4/ax_pthread.m4 | [new file with mode: 0644] | blob |
| m4/libtool.m4 | [new file with mode: 0644] | blob |
| m4/ltoptions.m4 | [new file with mode: 0644] | blob |
| m4/ltsugar.m4 | [new file with mode: 0644] | blob |
| m4/ltversion.m4 | [new file with mode: 0644] | blob |
| m4/lt~obsolete.m4 | [new file with mode: 0644] | blob |
| m4/ocaml.m4 | [new file with mode: 0644] | blob |
| missing | [new file with mode: 0755] | blob |
| plugins/Makefile.am | [new file with mode: 0644] | blob |
| plugins/Makefile.in | [new file with mode: 0644] | blob |
| plugins/curl/Makefile.am | [new file with mode: 0644] | blob |
| plugins/curl/Makefile.in | [new file with mode: 0644] | blob |
| plugins/curl/curl.c | [new file with mode: 0644] | blob |
| plugins/curl/nbdkit-curl-plugin.pod | [new file with mode: 0644] | blob |
| plugins/data/Makefile.am | [new file with mode: 0644] | blob |
| plugins/data/Makefile.in | [new file with mode: 0644] | blob |
| plugins/data/data.c | [new file with mode: 0644] | blob |
| plugins/data/disk2data.pl | [new file with mode: 0755] | blob |
| plugins/data/nbdkit-data-plugin.pod | [new file with mode: 0644] | blob |
| plugins/example1/Makefile.am | [new file with mode: 0644] | blob |
| plugins/example1/Makefile.in | [new file with mode: 0644] | blob |
| plugins/example1/example1.c | [new file with mode: 0644] | blob |
| plugins/example1/nbdkit-example1-plugin.pod | [new file with mode: 0644] | blob |
| plugins/example2/Makefile.am | [new file with mode: 0644] | blob |
| plugins/example2/Makefile.in | [new file with mode: 0644] | blob |
| plugins/example2/example2.c | [new file with mode: 0644] | blob |
| plugins/example2/nbdkit-example2-plugin.pod | [new file with mode: 0644] | blob |
| plugins/example3/Makefile.am | [new file with mode: 0644] | blob |
| plugins/example3/Makefile.in | [new file with mode: 0644] | blob |
| plugins/example3/example3.c | [new file with mode: 0644] | blob |
| plugins/example3/nbdkit-example3-plugin.pod | [new file with mode: 0644] | blob |
| plugins/example4/Makefile.am | [new file with mode: 0644] | blob |
| plugins/example4/Makefile.in | [new file with mode: 0644] | blob |
| plugins/example4/example4.pl | [new file with mode: 0644] | blob |
| plugins/ext2/Makefile.am | [new file with mode: 0644] | blob |
| plugins/ext2/Makefile.in | [new file with mode: 0644] | blob |
| plugins/ext2/ext2.c | [new file with mode: 0644] | blob |
| plugins/ext2/nbdkit-ext2-plugin.pod | [new file with mode: 0644] | blob |
| plugins/file/Makefile.am | [new file with mode: 0644] | blob |
| plugins/file/Makefile.in | [new file with mode: 0644] | blob |
| plugins/file/file.c | [new file with mode: 0644] | blob |
| plugins/file/nbdkit-file-plugin.pod | [new file with mode: 0644] | blob |
| plugins/floppy/Makefile.am | [new file with mode: 0644] | blob |
| plugins/floppy/Makefile.in | [new file with mode: 0644] | blob |
| plugins/floppy/directory-lfn.c | [new file with mode: 0644] | blob |
| plugins/floppy/floppy.c | [new file with mode: 0644] | blob |
| plugins/floppy/nbdkit-floppy-plugin.pod | [new file with mode: 0644] | blob |
| plugins/floppy/virtual-floppy.c | [new file with mode: 0644] | blob |
| plugins/floppy/virtual-floppy.h | [new file with mode: 0644] | blob |
| plugins/full/Makefile.am | [new file with mode: 0644] | blob |
| plugins/full/Makefile.in | [new file with mode: 0644] | blob |
| plugins/full/full.c | [new file with mode: 0644] | blob |
| plugins/full/nbdkit-full-plugin.pod | [new file with mode: 0644] | blob |
| plugins/guestfs/Makefile.am | [new file with mode: 0644] | blob |
| plugins/guestfs/Makefile.in | [new file with mode: 0644] | blob |
| plugins/guestfs/guestfs-plugin.c | [new file with mode: 0644] | blob |
| plugins/guestfs/nbdkit-guestfs-plugin.pod | [new file with mode: 0644] | blob |
| plugins/gzip/Makefile.am | [new file with mode: 0644] | blob |
| plugins/gzip/Makefile.in | [new file with mode: 0644] | blob |
| plugins/gzip/gzip.c | [new file with mode: 0644] | blob |
| plugins/gzip/nbdkit-gzip-plugin.pod | [new file with mode: 0644] | blob |
| plugins/iso/Makefile.am | [new file with mode: 0644] | blob |
| plugins/iso/Makefile.in | [new file with mode: 0644] | blob |
| plugins/iso/iso.c | [new file with mode: 0644] | blob |
| plugins/iso/nbdkit-iso-plugin.pod | [new file with mode: 0644] | blob |
| plugins/libvirt/Makefile.am | [new file with mode: 0644] | blob |
| plugins/libvirt/Makefile.in | [new file with mode: 0644] | blob |
| plugins/libvirt/libvirt-plugin.c | [new file with mode: 0644] | blob |
| plugins/libvirt/nbdkit-libvirt-plugin.pod | [new file with mode: 0644] | blob |
| plugins/lua/Makefile.am | [new file with mode: 0644] | blob |
| plugins/lua/Makefile.in | [new file with mode: 0644] | blob |
| plugins/lua/example.lua | [new file with mode: 0644] | blob |
| plugins/lua/lua.c | [new file with mode: 0644] | blob |
| plugins/lua/nbdkit-lua-plugin.pod | [new file with mode: 0644] | blob |
| plugins/memory/Makefile.am | [new file with mode: 0644] | blob |
| plugins/memory/Makefile.in | [new file with mode: 0644] | blob |
| plugins/memory/memory.c | [new file with mode: 0644] | blob |
| plugins/memory/nbdkit-memory-plugin.pod | [new file with mode: 0644] | blob |
| plugins/nbd/Makefile.am | [new file with mode: 0644] | blob |
| plugins/nbd/Makefile.in | [new file with mode: 0644] | blob |
| plugins/nbd/nbd.c | [new file with mode: 0644] | blob |
| plugins/nbd/nbdkit-nbd-plugin.pod | [new file with mode: 0644] | blob |
| plugins/null/Makefile.am | [new file with mode: 0644] | blob |
| plugins/null/Makefile.in | [new file with mode: 0644] | blob |
| plugins/null/nbdkit-null-plugin.pod | [new file with mode: 0644] | blob |
| plugins/null/null.c | [new file with mode: 0644] | blob |
| plugins/ocaml/Makefile.am | [new file with mode: 0644] | blob |
| plugins/ocaml/Makefile.in | [new file with mode: 0644] | blob |
| plugins/ocaml/NBDKit.ml | [new file with mode: 0644] | blob |
| plugins/ocaml/NBDKit.mli | [new file with mode: 0644] | blob |
| plugins/ocaml/nbdkit-ocaml-plugin.pod | [new file with mode: 0644] | blob |
| plugins/ocaml/ocaml.c | [new file with mode: 0644] | blob |
| plugins/partitioning/Makefile.am | [new file with mode: 0644] | blob |
| plugins/partitioning/Makefile.in | [new file with mode: 0644] | blob |
| plugins/partitioning/efi-crc32.c | [new file with mode: 0644] | blob |
| plugins/partitioning/efi-crc32.h | [new file with mode: 0644] | blob |
| plugins/partitioning/nbdkit-partitioning-plugin.pod | [new file with mode: 0644] | blob |
| plugins/partitioning/partition-gpt.c | [new file with mode: 0644] | blob |
| plugins/partitioning/partition-mbr.c | [new file with mode: 0644] | blob |
| plugins/partitioning/partitioning.c | [new file with mode: 0644] | blob |
| plugins/partitioning/virtual-disk.c | [new file with mode: 0644] | blob |
| plugins/partitioning/virtual-disk.h | [new file with mode: 0644] | blob |
| plugins/pattern/Makefile.am | [new file with mode: 0644] | blob |
| plugins/pattern/Makefile.in | [new file with mode: 0644] | blob |
| plugins/pattern/nbdkit-pattern-plugin.pod | [new file with mode: 0644] | blob |
| plugins/pattern/pattern.c | [new file with mode: 0644] | blob |
| plugins/perl/Makefile.am | [new file with mode: 0644] | blob |
| plugins/perl/Makefile.in | [new file with mode: 0644] | blob |
| plugins/perl/example.pl | [new file with mode: 0644] | blob |
| plugins/perl/nbdkit-perl-plugin.pod | [new file with mode: 0644] | blob |
| plugins/perl/perl.c | [new file with mode: 0644] | blob |
| plugins/plugins.syms | [new file with mode: 0644] | blob |
| plugins/python/Makefile.am | [new file with mode: 0644] | blob |
| plugins/python/Makefile.in | [new file with mode: 0644] | blob |
| plugins/python/example.py | [new file with mode: 0644] | blob |
| plugins/python/nbdkit-python-plugin.pod | [new file with mode: 0644] | blob |
| plugins/python/python.c | [new file with mode: 0644] | blob |
| plugins/random/Makefile.am | [new file with mode: 0644] | blob |
| plugins/random/Makefile.in | [new file with mode: 0644] | blob |
| plugins/random/nbdkit-random-plugin.pod | [new file with mode: 0644] | blob |
| plugins/random/random.c | [new file with mode: 0644] | blob |
| plugins/ruby/Makefile.am | [new file with mode: 0644] | blob |
| plugins/ruby/Makefile.in | [new file with mode: 0644] | blob |
| plugins/ruby/example.rb | [new file with mode: 0644] | blob |
| plugins/ruby/nbdkit-ruby-plugin.pod | [new file with mode: 0644] | blob |
| plugins/ruby/ruby.c | [new file with mode: 0644] | blob |
| plugins/sh/Makefile.am | [new file with mode: 0644] | blob |
| plugins/sh/Makefile.in | [new file with mode: 0644] | blob |
| plugins/sh/call.c | [new file with mode: 0644] | blob |
| plugins/sh/call.h | [new file with mode: 0644] | blob |
| plugins/sh/example.sh | [new file with mode: 0755] | blob |
| plugins/sh/nbdkit-sh-plugin.pod | [new file with mode: 0644] | blob |
| plugins/sh/sh.c | [new file with mode: 0644] | blob |
| plugins/split/Makefile.am | [new file with mode: 0644] | blob |
| plugins/split/Makefile.in | [new file with mode: 0644] | blob |
| plugins/split/nbdkit-split-plugin.pod | [new file with mode: 0644] | blob |
| plugins/split/split.c | [new file with mode: 0644] | blob |
| plugins/streaming/Makefile.am | [new file with mode: 0644] | blob |
| plugins/streaming/Makefile.in | [new file with mode: 0644] | blob |
| plugins/streaming/nbdkit-streaming-plugin.pod | [new file with mode: 0644] | blob |
| plugins/streaming/streaming.c | [new file with mode: 0644] | blob |
| plugins/tar/Makefile.am | [new file with mode: 0644] | blob |
| plugins/tar/Makefile.in | [new file with mode: 0644] | blob |
| plugins/tar/tar.pl | [new file with mode: 0644] | blob |
| plugins/tcl/Makefile.am | [new file with mode: 0644] | blob |
| plugins/tcl/Makefile.in | [new file with mode: 0644] | blob |
| plugins/tcl/example.tcl | [new file with mode: 0644] | blob |
| plugins/tcl/nbdkit-tcl-plugin.pod | [new file with mode: 0644] | blob |
| plugins/tcl/tcl.c | [new file with mode: 0644] | blob |
| plugins/vddk/Makefile.am | [new file with mode: 0644] | blob |
| plugins/vddk/Makefile.in | [new file with mode: 0644] | blob |
| plugins/vddk/README.VDDK | [new file with mode: 0644] | blob |
| plugins/vddk/nbdkit-vddk-plugin.pod | [new file with mode: 0644] | blob |
| plugins/vddk/vddk-structs.h | [new file with mode: 0644] | blob |
| plugins/vddk/vddk.c | [new file with mode: 0644] | blob |
| plugins/xz/Makefile.am | [new file with mode: 0644] | blob |
| plugins/xz/Makefile.in | [new file with mode: 0644] | blob |
| plugins/xz/blkcache.c | [new file with mode: 0644] | blob |
| plugins/xz/blkcache.h | [new file with mode: 0644] | blob |
| plugins/xz/nbdkit-xz-plugin.pod | [new file with mode: 0644] | blob |
| plugins/xz/xz.c | [new file with mode: 0644] | blob |
| plugins/xz/xzfile.c | [new file with mode: 0644] | blob |
| plugins/xz/xzfile.h | [new file with mode: 0644] | blob |
| plugins/zero/Makefile.am | [new file with mode: 0644] | blob |
| plugins/zero/Makefile.in | [new file with mode: 0644] | blob |
| plugins/zero/nbdkit-zero-plugin.pod | [new file with mode: 0644] | blob |
| plugins/zero/zero.c | [new file with mode: 0644] | blob |
| podwrapper.pl.in | [new file with mode: 0755] | blob |
| scripts/git.orderfile | [new file with mode: 0644] | blob |
| server/Makefile.am | [new file with mode: 0644] | blob |
| server/Makefile.in | [new file with mode: 0644] | blob |
| server/background.c | [new file with mode: 0644] | blob |
| server/captive.c | [new file with mode: 0644] | blob |
| server/cleanup.c | [new file with mode: 0644] | blob |
| server/connections.c | [new file with mode: 0644] | blob |
| server/crypto.c | [new file with mode: 0644] | blob |
| server/debug.c | [new file with mode: 0644] | blob |
| server/filters.c | [new file with mode: 0644] | blob |
| server/internal.h | [new file with mode: 0644] | blob |
| server/locks.c | [new file with mode: 0644] | blob |
| server/log-stderr.c | [new file with mode: 0644] | blob |
| server/log-syslog.c | [new file with mode: 0644] | blob |
| server/log.c | [new file with mode: 0644] | blob |
| server/main.c | [new file with mode: 0644] | blob |
| server/nbdkit.pc.in | [new file with mode: 0644] | blob |
| server/nbdkit.syms | [new file with mode: 0644] | blob |
| server/options.h | [new file with mode: 0644] | blob |
| server/plugins.c | [new file with mode: 0644] | blob |
| server/protocol.h | [new file with mode: 0644] | blob |
| server/protostrings.c | [new file with mode: 0644] | blob |
| server/protostrings.sed | [new file with mode: 0644] | blob |
| server/quit.c | [new file with mode: 0644] | blob |
| server/signals.c | [new file with mode: 0644] | blob |
| server/socket-activation.c | [new file with mode: 0644] | blob |
| server/sockets.c | [new file with mode: 0644] | blob |
| server/synopsis.c | [new file with mode: 0644] | blob |
| server/test-utils.c | [new file with mode: 0644] | blob |
| server/threadlocal.c | [new file with mode: 0644] | blob |
| server/usergroup.c | [new file with mode: 0644] | blob |
| server/utils.c | [new file with mode: 0644] | blob |
| test-driver | [new file with mode: 0755] | blob |
| tests/Makefile.am | [new file with mode: 0644] | blob |
| tests/Makefile.in | [new file with mode: 0644] | blob |
| tests/README.tests | [new file with mode: 0644] | blob |
| tests/dummy-vddk.c | [new file with mode: 0644] | blob |
| tests/functions.sh.in | [new file with mode: 0644] | blob |
| tests/make-pki.sh | [new file with mode: 0755] | blob |
| tests/make-psk.sh | [new file with mode: 0755] | blob |
| tests/python-exception.py | [new file with mode: 0644] | blob |
| tests/shebang.pl | [new file with mode: 0755] | blob |
| tests/shebang.py | [new file with mode: 0755] | blob |
| tests/shebang.rb | [new file with mode: 0755] | blob |
| tests/test-ansi-c-plugin.c | [new file with mode: 0644] | blob |
| tests/test-ansi-c.sh | [new file with mode: 0755] | blob |
| tests/test-blocksize.sh | [new file with mode: 0755] | blob |
| tests/test-cache-max-size.sh | [new file with mode: 0755] | blob |
| tests/test-cache-on-read.sh | [new file with mode: 0755] | blob |
| tests/test-cache.sh | [new file with mode: 0755] | blob |
| tests/test-captive.sh | [new file with mode: 0755] | blob |
| tests/test-connect.c | [new file with mode: 0644] | blob |
| tests/test-cow.sh | [new file with mode: 0755] | blob |
| tests/test-curl.c | [new file with mode: 0644] | blob |
| tests/test-cxx-filter.cpp | [new file with mode: 0644] | blob |
| tests/test-cxx-plugin.cpp | [new file with mode: 0644] | blob |
| tests/test-cxx.sh | [new file with mode: 0755] | blob |
| tests/test-data-7E.sh | [new file with mode: 0755] | blob |
| tests/test-data-base64.sh | [new file with mode: 0755] | blob |
| tests/test-data-file.sh | [new file with mode: 0755] | blob |
| tests/test-data-raw.sh | [new file with mode: 0755] | blob |
| tests/test-data.c | [new file with mode: 0644] | blob |
| tests/test-debug-flags.sh | [new file with mode: 0755] | blob |
| tests/test-delay.c | [new file with mode: 0644] | blob |
| tests/test-dump-config.sh | [new file with mode: 0755] | blob |
| tests/test-dump-plugin-example4.sh | [new file with mode: 0755] | blob |
| tests/test-dump-plugin.sh | [new file with mode: 0755] | blob |
| tests/test-eflags.sh | [new file with mode: 0755] | blob |
| tests/test-error.c | [new file with mode: 0644] | blob |
| tests/test-error0.sh | [new file with mode: 0755] | blob |
| tests/test-error10.sh | [new file with mode: 0755] | blob |
| tests/test-error100.sh | [new file with mode: 0755] | blob |
| tests/test-exit-with-parent.c | [new file with mode: 0644] | blob |
| tests/test-ext2.c | [new file with mode: 0644] | blob |
| tests/test-file-block.c | [new file with mode: 0644] | blob |
| tests/test-file.c | [new file with mode: 0644] | blob |
| tests/test-floppy.sh | [new file with mode: 0755] | blob |
| tests/test-foreground.sh | [new file with mode: 0755] | blob |
| tests/test-fua.sh | [new file with mode: 0755] | blob |
| tests/test-full.sh | [new file with mode: 0755] | blob |
| tests/test-gzip.c | [new file with mode: 0644] | blob |
| tests/test-help-plugin.sh | [new file with mode: 0755] | blob |
| tests/test-help.sh | [new file with mode: 0755] | blob |
| tests/test-ip.sh | [new file with mode: 0755] | blob |
| tests/test-iso.sh | [new file with mode: 0755] | blob |
| tests/test-lang-plugins.c | [new file with mode: 0644] | blob |
| tests/test-layers-filter.c | [new file with mode: 0644] | blob |
| tests/test-layers-plugin.c | [new file with mode: 0644] | blob |
| tests/test-layers.c | [new file with mode: 0644] | blob |
| tests/test-layers.sh | [new file with mode: 0755] | blob |
| tests/test-log.sh | [new file with mode: 0755] | blob |
| tests/test-memory-largest-for-qemu.sh | [new file with mode: 0755] | blob |
| tests/test-memory-largest.sh | [new file with mode: 0755] | blob |
| tests/test-memory.c | [new file with mode: 0644] | blob |
| tests/test-nbd.c | [new file with mode: 0644] | blob |
| tests/test-newstyle.c | [new file with mode: 0644] | blob |
| tests/test-nozero.sh | [new file with mode: 0755] | blob |
| tests/test-null.c | [new file with mode: 0644] | blob |
| tests/test-ocaml.c | [new file with mode: 0644] | blob |
| tests/test-offset.c | [new file with mode: 0644] | blob |
| tests/test-offset2.sh | [new file with mode: 0755] | blob |
| tests/test-oldstyle.c | [new file with mode: 0644] | blob |
| tests/test-parallel-file.sh | [new file with mode: 0755] | blob |
| tests/test-parallel-nbd.sh | [new file with mode: 0755] | blob |
| tests/test-partition.c | [new file with mode: 0644] | blob |
| tests/test-partitioning1.sh | [new file with mode: 0755] | blob |
| tests/test-partitioning2.sh | [new file with mode: 0755] | blob |
| tests/test-partitioning3.sh | [new file with mode: 0755] | blob |
| tests/test-partitioning4.sh | [new file with mode: 0755] | blob |
| tests/test-pattern-largest-for-qemu.sh | [new file with mode: 0755] | blob |
| tests/test-pattern-largest.sh | [new file with mode: 0755] | blob |
| tests/test-pattern.sh | [new file with mode: 0755] | blob |
| tests/test-python-exception.sh | [new file with mode: 0755] | blob |
| tests/test-random-sock.sh | [new file with mode: 0755] | blob |
| tests/test-random.c | [new file with mode: 0644] | blob |
| tests/test-shebang-perl.sh | [new file with mode: 0755] | blob |
| tests/test-shebang-python.sh | [new file with mode: 0755] | blob |
| tests/test-shebang-ruby.sh | [new file with mode: 0755] | blob |
| tests/test-shell.sh | [new file with mode: 0755] | blob |
| tests/test-single.sh | [new file with mode: 0755] | blob |
| tests/test-socket-activation.c | [new file with mode: 0644] | blob |
| tests/test-split.c | [new file with mode: 0644] | blob |
| tests/test-start.sh | [new file with mode: 0755] | blob |
| tests/test-streaming.c | [new file with mode: 0644] | blob |
| tests/test-tls-psk.sh | [new file with mode: 0755] | blob |
| tests/test-tls.sh | [new file with mode: 0755] | blob |
| tests/test-truncate1.sh | [new file with mode: 0755] | blob |
| tests/test-truncate2.sh | [new file with mode: 0755] | blob |
| tests/test-truncate3.sh | [new file with mode: 0755] | blob |
| tests/test-vddk.sh | [new file with mode: 0755] | blob |
| tests/test-version-filter.sh | [new file with mode: 0755] | blob |
| tests/test-version-plugin.sh | [new file with mode: 0755] | blob |
| tests/test-version.sh | [new file with mode: 0755] | blob |
| tests/test-xz-curl.c | [new file with mode: 0644] | blob |
| tests/test-xz.c | [new file with mode: 0644] | blob |
| tests/test-zero.sh | [new file with mode: 0755] | blob |
| tests/test.c | [new file with mode: 0644] | blob |
| tests/test.h | [new file with mode: 0644] | blob |
| tests/test.lua | [new file with mode: 0644] | blob |
| tests/test.pl | [new file with mode: 0644] | blob |
| tests/test.py | [new file with mode: 0644] | blob |
| tests/test.rb | [new file with mode: 0644] | blob |
| tests/test.tcl | [new file with mode: 0644] | blob |
| tests/test_ocaml_plugin.ml | [new file with mode: 0644] | blob |
| tests/web-server.c | [new file with mode: 0644] | blob |
| tests/web-server.h | [new file with mode: 0644] | blob |
| valgrind/Makefile.am | [new file with mode: 0644] | blob |
| valgrind/Makefile.in | [new file with mode: 0644] | blob |
| valgrind/ext2fs.suppressions | [new file with mode: 0644] | blob |
| valgrind/glibc.suppressions | [new file with mode: 0644] | blob |
| valgrind/nbdkit.suppressions | [new file with mode: 0644] | blob |
| valgrind/perl.suppressions | [new file with mode: 0644] | blob |
| wrapper.c | [new file with mode: 0644] | blob |