Programming Languages: C
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics cvs -d:pserver:anonymous@parchive.cvs.sourceforge.net:/cvsroot/parchive login
cvs -z3 -d:pserver:anonymous@parchive.cvs.sourceforge.net:/cvsroot/parchive co -P modulename
Sorry i don't see libpar2 ~o~, and i found an other solution with a more friendly license...
2013-05-11 00:13:26 PDT by wizardcoder
Hi, am locking for adding recovery data to: - lzma - Public domain. - 7-zip - LGPL. Is there a way to have a version of par2 in LGPL? I am not fan of public domain modifications must be published. I look your code and rewriting Reed–Solomon algo and encapsulate it in an efficient container is a several year work (i do it the night & week end)... without speaking of test &...
2013-05-07 00:29:33 PDT by wizardcoder
When snprintf does not output its entire string because 'n' has been reached, the code continues like nothing has gone wrong. This usually results in the code getting caught in a loop attempting to rename a file (it attempts to append 2, gets the same string back because it was truncated, attempts to append 3, gets the same string back...). There are likely many better fixes than the one I've...
2013-04-05 14:26:07 PDT by https://www.google.com/accounts