From 27594eeae6f40a402bc3110f06d57975168e74e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 4 Jun 2015 19:20:15 +0200 Subject: ics-openvpn as a submodule! beautiful ics-openvpn is now officially on GitHub, and they track openssl and openvpn as submodules, so it's easier to update everything. Just a git submodule update --recursive. I've also set up soft links to native modules from ics-openvpn in app, so that we don't copy files in Gradle (which was causing problems with the submodules .git* files, not being copied). That makes the repo cleaner. --- app/lzo/doc/LZOTEST.TXT | 75 ------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 app/lzo/doc/LZOTEST.TXT (limited to 'app/lzo/doc/LZOTEST.TXT') diff --git a/app/lzo/doc/LZOTEST.TXT b/app/lzo/doc/LZOTEST.TXT deleted file mode 100644 index 93c86591..00000000 --- a/app/lzo/doc/LZOTEST.TXT +++ /dev/null @@ -1,75 +0,0 @@ -The test driver 'lzotest' has grown into a fairly powerful program -of it's own. Here is a short description of the various options. - -[ to be written - this is only a very first draft ] - - -Usage: -====== - -lzotest [option..] file... - - -Basic options: -============== - - -m# compression method - -b# set input block size (default 262144, max 1310720) - -n# number of compression/decompression runs - -c# number of compression runs - -d# number of decompression runs - -S use safe decompressor (if available) - -A use assembler decompressor (if available) - -F use fast assembler decompressor (if available) - -O optimize compressed data (if available) - -s DIR process Calgary Corpus test suite in directory 'DIR' - -@ read list of files to compress from stdin - -q be quiet - -L display software license - - -More about '-m': -================ - -Use '-m' to list all available methods. - -You can select methods by number: --m71 - -You can select methods by name: --mlzo1x-1 --mlzo1x-999 --mlzo1x-1(11) - -You can select some predefined method groups: --mall --mlzo --mm1 --mm99 --mm999 --m1x999 --m1y999 - -You can specify multiple methods/groups separated by ',': --m1,2,3,4 --m1,2,3,4,lzo1x-1,m99,81 - -And finally you can use multiple '-m' options: --m962,972 -mm99,982,m1 - - -Other options: -============== - ---max-data-length=LEN - ---dict=FILENAME ---max-dict-length=LEN - ---dump=FILENAME - ---adler32 ---crc32 ---execution-time ---totals - -- cgit v1.2.3