SCM Repositories - parchive

Files shown:31 (Show 1 dead files)
Sticky Tag:

Index of /par-cmdline


File Rev. Age Author Last log entry
 Parent Directory        
.cvsignore  1.4  7 years  monsuwe  Should now be able to handle files in other places than the current directory. F...
AUTHORS  1.1  7 years  monsuwe  AUTHORS file added.
COPYING  1.1.1.1  7 years  monsuwe  Commandline version of PAR, using as little OS-dependent stuff as possible. Comp...
Makefile  1.14  7 years  monsuwe  rwpar.c was getting pretty big, so I split out backend.c
NEWS  1.2  7 years  monsuwe  Updated version info
README  1.5  7 years  monsuwe  Updated version info
backend.c  1.3  7 years  monsuwe  Moved separator search to fileops because of a bug involving constant strings.
backend.h  1.2  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
checkpar.c  1.10  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
checkpar.h  1.1.1.1  7 years  monsuwe  Commandline version of PAR, using as little OS-dependent stuff as possible. Comp...
fileops.c  1.17  7 years  monsuwe  Moved separator search to fileops because of a bug involving constant strings.
fileops.h  1.11  7 years  monsuwe  Added 'smart' workaround for open file limit, removed '-O' flag. Removed last en...
interface.c  1.7  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
interface.h  1.3  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
main.c  1.17  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
makepar.c  1.13  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
makepar.h  1.1.1.1  7 years  monsuwe  Commandline version of PAR, using as little OS-dependent stuff as possible. Comp...
md5.c  1.8  7 years  monsuwe  Optimized a bit. Optimizing compilers are pretty bad in some cases, though.
md5.h  1.3  7 years  monsuwe  Changed some size_t variables to i64, added a check for type sizes.
par.exe  1.16  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
par.h  1.12  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
readoldpar.c  1.7  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
readoldpar.h  1.2  7 years  monsuwe  Added a bunch of interface functions to ease building a GUI around this code.
rs.c  1.10  7 years  monsuwe  Implemented on-demand file opening, and added -O flag to work around open files ...
rs.doc  1.2  7 years  monsuwe  Removed some unused variables, updated documentation a bit.
rs.h  1.3  7 years  monsuwe  Changed Reed-Solomon decoder so it's more robust. Theoretically it could be used...
rwpar.c  1.30  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
rwpar.h  1.11  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
types.h  1.3  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
ui_text.c  1.4  7 years  monsuwe  Added smart renaming code (-o flag) Par can now handle consistently misnamed fil...
util.h  1.3  7 years  monsuwe  Several speedups when searching for volumes: Moved control hash checking to a se...