RetroShare/libretroshare/src/util
csoler 458a8faf70 - implemented post-download hash re-check. For now, if the hash does not match, the download is canceled, but in the near future, per-chunk comparison wil occur
.
- corrected a bug that caused file copy error: a closeFile() was missing when the file is complete. Because of delays in fwrite, the file would not be always co
mplete, nor exist at all for small files (e.g. cache files), which in the later case caused the copy error.

Warning: needs a make clean in libretroshare to recompile.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3261 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-06 05:04:11 +00:00
..
dir2test.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
dirtest.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
exampletst.c Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00
folderiterator.cc This is a patch for the previous patch *facepalms* 2010-05-16 23:59:39 +00:00
folderiterator.h This is a patch for the previous patch *facepalms* 2010-05-16 23:59:39 +00:00
Makefile Bugfix for gpg connections. 2009-07-07 21:53:06 +00:00
rsdebug.cc Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
rsdebug.h Major cleanup of Retroshare Logging - aimed at enabling proper UDP testing. 2008-07-10 16:29:18 +00:00
rsdir.cc - implemented post-download hash re-check. For now, if the hash does not match, the download is canceled, but in the near future, per-chunk comparison wil occur 2010-07-06 05:04:11 +00:00
rsdir.h - implemented post-download hash re-check. For now, if the hash does not match, the download is canceled, but in the near future, per-chunk comparison wil occur 2010-07-06 05:04:11 +00:00
rsdiscspace.cc fixed compile on Windows 2010-06-27 00:18:33 +00:00
rsdiscspace.h converted uint32_t to uint64_t for computing free disk space size. Helps getting a correct size estimation on large file systems. 2010-05-25 08:18:10 +00:00
rsnet.cc Ported branch commits: 2010-06-10 13:42:49 +00:00
rsnet.h Ported branch commits: 2010-06-10 13:42:49 +00:00
rsprint.cc Delete the odt readme, start on Welsh translation and remove a blank line in rsprint.cc. 2010-01-29 22:14:53 +00:00
rsprint.h Fixed warnings from -pedantic 2008-06-05 22:10:28 +00:00
rsthreads.cc fixed crash (asserts) by parallel calls to gpg.exe 2010-06-18 20:19:04 +00:00
rsthreads.h fixed crash (asserts) by parallel calls to gpg.exe 2010-06-18 20:19:04 +00:00
rsversion.cc added SVN_REVISION to rsversion to not overwrite LIB_VERSION 2009-12-16 21:54:46 +00:00
rsversion.h update rs version 2010-07-05 10:52:50 +00:00
rsversion.in added svn_revision.bat file to update easier the rsversion.h under Windows, and modifyd the mingw32make.bat before compiling write the latest revision to rsversion.h 2010-06-01 22:46:56 +00:00
rswin.cc This is a patch for the previous patch *facepalms* 2010-05-16 23:59:39 +00:00
rswin.h This patch allows Windows users to share files and folders with "exotic" characters. 2010-05-16 23:26:45 +00:00
utest.h Addition of new makefile scripts. 2007-11-16 04:45:00 +00:00