summaryrefslogtreecommitdiffstats
path: root/src/fuse/helper.h
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] rewrite CMake build system to track changes of source filesManuel Bentele2020-10-161-1/+1
| | | | | | | | | | This change restructures the source code directories, separates shared form non-shared application code and adds CMake dependencies. These dependencies allow the tracking of changes and trigger a rebuild of those build targets where changed files are involved. WARNING: Note that the support of the DNBD3_SERVER_AFL build option is not supported yet. Thus, the option should be never turned on.
* [FUSE] FormattingSimon Rettberg2020-07-211-6/+6
|
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-281-2/+2
| | | | | | | AF_INET luckily was "2" on all platforms checked, so no problems there with interoperation, but AF_INET6 is different between Linux, BSD, Windows and possibly others, so map back and forth between AF_INET/AF_INET6 and HOST_IP4/HOST_IP6 to fix this.
* compile dnbd3-fuse on FreeBSD without warning :)Sebastian2016-02-111-0/+1
|
* cleanup commitsSebastian2016-02-111-3/+2Star
|
* [FUSE] Request alt servers from connected serverSimon Rettberg2015-12-021-0/+5
|
* [FUSE] Compiles againSimon Rettberg2015-11-301-2/+0Star
|
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-241-0/+8
|
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-7/+2Star
|
* [FUSE] Integrate into cmake build processSimon Rettberg2015-04-241-0/+29