1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/src/wsfs
2019-02-09 19:02:53 +01:00
..
jsonrpc added timeout handling 2019-02-09 19:02:53 +01:00
operation added timeout handling 2019-02-09 19:02:53 +01:00
time added timeout handling 2019-02-09 19:02:53 +01:00
filesystem.c made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
filesystem.h made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
fuse_wrapper.h removed include of fuse high level API (not needed anymore) 2019-02-03 19:14:42 +01:00
message_queue.c made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
message_queue.h made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
message.c made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
message.h made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
operations.h made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
server_config.c use libwebsockets as loop for fuse fd; removed dependency to libuv, since it is not needed anymore; disabled jsonrpc temporary, until refactoring is finished (will not work properly) 2019-02-06 00:58:51 +01:00
server_protocol_intern.h added timeout handling 2019-02-09 19:02:53 +01:00
server_protocol.c added timeout handling 2019-02-09 19:02:53 +01:00
server.c made it single threaded (still buggy) 2019-02-09 03:08:02 +01:00
status.c fix: handle incoming websocket requests; fix: removed double free; introduced jsonrpc notifications (to handle close) 2019-02-09 12:01:58 +01:00
status.h fix: handle incoming websocket requests; fix: removed double free; introduced jsonrpc notifications (to handle close) 2019-02-09 12:01:58 +01:00
util.h initial commit 2019-01-27 03:45:03 +01:00