summaryrefslogtreecommitdiffstats
path: root/src/fuse/helper.h
Commit message (Collapse)AuthorAgeFilesLines
* [*] 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