| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [FUSE] Handle SIGINT/SIGTERM to abort pending reads | Simon Rettberg | 2015-12-17 | 2 | -1/+35 |
| | | | | | | | | | | Before, we would wait endlessly if there is a pending read request that doesn't get answered (e.g. because the server went down. That means you couldn't exit the client in that case. Now we use a signal handler to set a flag which causes the read to bail out and return EIO. | ||||
| * | [FUSE] Fix forking mode (not passing -f) by not spawning threads before ↵ | Simon Rettberg | 2015-12-16 | 3 | -30/+53 |
| | | | | | entering fuse_main | ||||
| * | [FUSE] Make valgrind happy by initializing memory and not calling close() on -1 | Simon Rettberg | 2015-12-10 | 1 | -2/+4 |
| | | |||||
| * | [FUSE] Fix stack overflow caused by stats data | Simon Rettberg | 2015-12-10 | 1 | -3/+5 |
| | | |||||
| * | [FUSE] Fix formatting in /status output | Simon Rettberg | 2015-12-07 | 1 | -6/+4![]() |
| | | |||||
| * | [FUSE] Fix embarrassing memcpy over two different structs | Simon Rettberg | 2015-12-03 | 1 | -3/+6 |
| | | |||||
| * | [FUSE] Add --log option | Simon Rettberg | 2015-12-03 | 1 | -12/+29 |
| | | |||||
| * | [FUSE] Try to get caching right | Simon Rettberg | 2015-12-03 | 1 | -2/+3 |
| | | |||||
| * | [FUSE] Add virtual status file | Simon Rettberg | 2015-12-02 | 3 | -12/+101 |
| | | |||||
| * | [FUSE] Request alt servers from connected server | Simon Rettberg | 2015-12-02 | 2 | -26/+100 |
| | | |||||
| * | [FUSE] Clean up command line handling | Simon Rettberg | 2015-12-02 | 1 | -37/+93 |
| | | |||||
| * | [FUSE] Remove debug code that forced server switches all the time | Simon Rettberg | 2015-12-01 | 1 | -2/+1![]() |
| | | |||||
| * | [FUSE] Fix losing requests on server change | Simon Rettberg | 2015-12-01 | 2 | -16/+26 |
| | | |||||
| * | [FUSE] Stability improvements, runs for longer than a couple secs now :) | Simon Rettberg | 2015-12-01 | 1 | -28/+32 |
| | | |||||
| * | [FUSE] It works! Kinda... | Simon Rettberg | 2015-11-30 | 3 | -201/+207 |
| | | |||||
| * | [FUSE] Compiles again | Simon Rettberg | 2015-11-30 | 3 | -55/+0![]() |
| | | |||||
| * | [FUSE] Mid-refactoring, does not compile | Simon Rettberg | 2015-11-24 | 5 | -77/+272 |
| | | |||||
| * | [FUSE] Refactoring | Simon Rettberg | 2015-11-23 | 1 | -51/+69 |
| | | |||||
| * | [FUSE] Start refactoring so we can handle multithread fuse | Simon Rettberg | 2015-11-21 | 5 | -13/+248 |
| | | |||||
| * | [FUSE] Fix compiler warnings, adjust file permissions, change fuse file name ↵ | Simon Rettberg | 2015-04-24 | 1 | -32/+34 |
| | | | | | to "img" | ||||
| * | [FUSE] Integrate into cmake build process | Simon Rettberg | 2015-04-24 | 6 | -474/+456![]() |
| | | |||||
| * | Fuse | schwaer@HiWi.de | 2015-04-24 | 3 | -0/+496 |

