1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00
falk-werner_webfuse-provider/lib/webfuse_provider/impl
2020-07-12 13:11:24 +02:00
..
json refactor: replaced jansson by own json parser implementation 2020-07-12 00:39:55 +02:00
jsonrpc refactor: replaced jansson by own json parser implementation 2020-07-12 00:39:55 +02:00
operation refactor: replaced jansson by own json parser implementation 2020-07-12 00:39:55 +02:00
timer
util removed unused code 2020-07-12 00:50:00 +02:00
client_config.c
client_config.h
client_protocol.c refactor: replaced jansson by own json parser implementation 2020-07-12 00:39:55 +02:00
client_protocol.h refactor: changed directory structure 2020-06-21 21:18:43 +02:00
client.c refactor: changed directory structure 2020-06-21 21:18:43 +02:00
client.h
credentials.c refactor: removed depencency to libjansson of credentials 2020-07-11 00:44:50 +02:00
credentials.h refactor: removed depencency to libjansson of credentials 2020-07-11 00:44:50 +02:00
dirbuffer.c refactor: remove jansson implementation of dirbuffer 2020-07-11 00:17:03 +02:00
dirbuffer.h refactor: remove jansson implementation of dirbuffer 2020-07-11 00:17:03 +02:00
message_queue.c refactor: changed directory structure 2020-06-21 21:18:43 +02:00
message_queue.h
message_writer.c refactor: remove jansson implementation of dirbuffer 2020-07-11 00:17:03 +02:00
message_writer.h refactor: encapsulate json writer 2020-07-08 21:29:18 +02:00
message.c refactor: changed signature of wpf_message_create to remove jansson dependency 2020-07-10 21:17:31 +02:00
message.h refactor: changed signature of wpf_message_create to remove jansson dependency 2020-07-10 21:17:31 +02:00
provider.c refactor: replaced jansson by own json parser implementation 2020-07-12 00:39:55 +02:00
provider.h refactor: replaced jansson by own json parser implementation 2020-07-12 00:39:55 +02:00
request.c refactor: encapsulate json writer 2020-07-08 21:29:18 +02:00
request.h remove dependency to jansson (own json implementation use due to performance issues) 2020-07-12 13:11:24 +02:00
status_intern.h
status.c