======
Alexander Hamann (2):
Fix spelling
Improve documentation wording and consistency
BlackEagle (45):
par2repairer.cpp :: indentation fixes for easier reading
add collision testfiles
remove status=none where dd is used in tests
add travis
travis: linux and osx
test21: check if we can create par2 files outside the basedirectory
basepath is now where par2 is run, par2 files can be stored everywhere
updated test16 to check if there are datafiles outside of the basepath
fix tests definition in the tests
added test21 to the TESTS
don't use realpath its not available by default
cleanup writing of tests logfiles
test16: forgot to add extra .. before par2
test16: fixed some stupidities, logfile wrong + grep if there are actually files ignored
add tests where par2 is executed outside the datapath
commandline :: use stricmp instead of string and ==
make sure we get the correct behaviour in the 'bup' tests
allow setting basepath and fix some tests
make sure the *.log files are written correctly for test2{2..4}
invert -N behaviour, -N now enables skipping
Merge branch 'master' of https://github.com/jkansanen/par2cmdline-mt into par2cmdline-mt
updated par2cmdline naming and confirm multithreaded merge
move source in src and man in man
Commandline::SetParFilename :: move al the checking in the method and fail on false result
add [DEBUG] prefix to debug output and move it somewhat
use threading to generate sliding window for crc
fix markdown readme formatting
manually updated paths for visual studio
updated the visualstudio project
windows configuration for OpenMP and x86 and x64
fixes windows OpenMP error related to unsigned variables
testMem, do full leak check and show all leaks
'fix' indentation of Makefile.am
crc, oops, made i of too small type
calculate file length only once for comparison and use
reduce some i64 u32 conversion warnings
get rid of some annoying windows build warnings
par2creator :: fix possible dataloss when building 64bit
diskfile address can't really be null
also show help output in travis log
add automake helper script
add extra information in README for OpenMP on FreeBSD and macOS
when using out of dir par files you must use the -B flag
autodetect basepath based on parfile
bump 0.7.0
Ike Devolder (17):
Merge pull request #57 from jcfp/patch-1
Merge pull request #58 from jcfp/patch-1
Merge pull request #60 from kucharskim/master
Merge pull request #62 from kucharskim/master
Merge pull request #63 from kucharskim/master
Merge pull request #67 from Parchive/issue-66
Merge pull request #68 from Parchive/issue-64
Merge pull request #69 from Parchive/issue-37
Merge pull request #70 from Parchive/issue-65
Merge pull request #75 from Parchive/neutric-improve_documentation
Merge pull request #83 from sdettmer/issue-80
Merge pull request #85 from jcfp/patch-1
Merge pull request #87 from Parchive/par2cmdline-mt
Merge pull request #82 from sdettmer/issue-81
Merge pull request #88 from Parchive/move-src
Merge pull request #90 from Parchive/windows
Merge pull request #92 from Parchive/windows
Jussi Kansanen (20):
Add flags for OpenMP.
Add check for OpenMP.
...
Parallelize creator with OpenMP.
Parallelize repair with OpenMP.
Include omp.h for OpenMP
Add a command line option for settings number of threads.
Update man page.
Enable OpenMP.
Update READMEs.
Update command line options.
Update READMEs.
Update man page.
Update README.md
Merge upstream/master
Dont set number of threads if OpenMP isn't used (reported by Yutaka Sawada).
Remove test dir (run$testname) before running test. If previous dir exists from failed/interrupted run test will fail.
Change version numbers to 0.6.11-mt2
Fix race condition in progress indicator (reported by Phaneron).
Merge remote-tracking branch 'upstream/master' and bump versions.
Mikolaj Kucharski (3):
Fix issue #55, on OpenBSD 5.6+ __BYTE_ORDER is not defined
OpenBSD fixes for regress scripts
Explicitly add -z option to tar(1) during extraction, as not all tar implementations, will handle gzip'ed archives automatically. This for example helps on OpenBSD.
Peter Cordes (2):
gitignore: Add more scratch files
.gitattributes: make everyone's future commits use Unix line endings.
Steffen Dettmer (7):
Fix for #80 ("-n<n>" when "-r<c><n>").
Revert "don't use realpath its not available by default" for #81.
Revert "fix tests definition in the tests" for #81.
Revert "cleanup writing of tests logfiles" for #81.
Fixing distcheck" to work again (#81).
Test for #80 (in test5rk).
Fixed "wc -l" usage in test5rk for MacOS (hopefully).
jcfp (3):
Use /dev/urandom in test 20
Avoid unconditional use of PATH_MAX
add examples section from the old debian manpage