├── CHANGES ├── Makefile ├── README.md ├── doc ├── xpipe.1 └── xpipe.1.txt ├── src └── xpipe.c └── tests ├── 01.sh ├── 02.sh ├── 03.sh ├── 04.sh ├── 05.sh ├── 06.sh ├── 07.sh ├── 08.sh ├── 09.sh ├── 10.sh ├── 11.sh ├── 12.sh ├── 13.sh ├── 14.sh ├── 15.sh ├── 16.sh ├── 17.sh ├── 18.sh ├── 19.sh ├── 20.sh ├── certs ├── lines ├── patternfile └── setup /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/CHANGES -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/README.md -------------------------------------------------------------------------------- /doc/xpipe.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/doc/xpipe.1 -------------------------------------------------------------------------------- /doc/xpipe.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/doc/xpipe.1.txt -------------------------------------------------------------------------------- /src/xpipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/src/xpipe.c -------------------------------------------------------------------------------- /tests/01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/01.sh -------------------------------------------------------------------------------- /tests/02.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/02.sh -------------------------------------------------------------------------------- /tests/03.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/03.sh -------------------------------------------------------------------------------- /tests/04.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/04.sh -------------------------------------------------------------------------------- /tests/05.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/05.sh -------------------------------------------------------------------------------- /tests/06.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/06.sh -------------------------------------------------------------------------------- /tests/07.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/07.sh -------------------------------------------------------------------------------- /tests/08.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/08.sh -------------------------------------------------------------------------------- /tests/09.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/09.sh -------------------------------------------------------------------------------- /tests/10.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/10.sh -------------------------------------------------------------------------------- /tests/11.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/11.sh -------------------------------------------------------------------------------- /tests/12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/12.sh -------------------------------------------------------------------------------- /tests/13.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/13.sh -------------------------------------------------------------------------------- /tests/14.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/14.sh -------------------------------------------------------------------------------- /tests/15.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/15.sh -------------------------------------------------------------------------------- /tests/16.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/16.sh -------------------------------------------------------------------------------- /tests/17.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/17.sh -------------------------------------------------------------------------------- /tests/18.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/18.sh -------------------------------------------------------------------------------- /tests/19.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/19.sh -------------------------------------------------------------------------------- /tests/20.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/20.sh -------------------------------------------------------------------------------- /tests/certs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/certs -------------------------------------------------------------------------------- /tests/lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/lines -------------------------------------------------------------------------------- /tests/patternfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/patternfile -------------------------------------------------------------------------------- /tests/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jschauma/xpipe/HEAD/tests/setup --------------------------------------------------------------------------------