Go to file
Jose M. Guisado 67d9fde94c replace posix_fallocate with fallocate
posix_fallocate does not return -1 for an error case.

Replace posix_fallocate for fallocate which does return -1 when
something goes wrong. See fallocate(2):

 On success, fallocate() returns zero.
 On error, -1 is returned and errno is set to indicate the error.
2022-09-27 17:56:19 +02:00
src replace posix_fallocate with fallocate 2022-09-27 17:56:19 +02:00
tests tests: add optional parameter for clients number 2022-02-14 10:06:15 +01:00
.gitignore initial commit 2021-09-18 18:36:06 +02:00
COPYING tiptorrent-client is released under AGPL3+ 2021-09-29 15:54:00 +02:00
Makefile.am no need for root to run tiptorrent-client 2021-09-22 15:50:46 +02:00
configure.ac initial commit 2021-09-18 18:36:06 +02:00