LIB: overhaul file operations and improve overall performance

This introduces a lot of changes and uses a more solid
file copy operation.
This commit is contained in:
2016-04-10 03:58:20 +02:00
parent 1be8984162
commit 5bcbbcc69c
7 changed files with 227 additions and 115 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "3rdparty/hinotify"]
path = 3rdparty/hinotify
url = https://github.com/hasufell/hinotify.git
[submodule "3rdparty/simple-sendfile"]
path = 3rdparty/simple-sendfile
url = https://github.com/hasufell/simple-sendfile.git