aboutsummaryrefslogtreecommitdiff
path: root/client_tipc.c
AgeCommit message (Expand)Author
2024-02-21Move tipc-independent fns to client.hWeston Carvalho
2024-02-21Separate session init and destroyWeston Carvalho
2024-01-10Split transaction endWeston Carvalho
2024-01-10Split storage_file_readmain-16kWeston Carvalho
2024-01-10Split storage_file_listWeston Carvalho
2023-11-30Split storage_file_get_sizeWeston Carvalho
2023-11-30Split storage_file_openWeston Carvalho
2023-11-16Split storage_file_set_sizeWeston Carvalho
2023-11-16Split storage_file_writeWeston Carvalho
2023-11-16Split storage_file_closeWeston Carvalho
2023-11-16Split storage_file_moveWeston Carvalho
2023-11-16Split storage_file_deleteWeston Carvalho
2023-11-01Separate tipc part of storage_client_sessionWeston Carvalho
2023-11-01Fix format specifiers.Weston Carvalho
2023-10-24Use TIPC library instead of wait_anyWeston Carvalho
2023-04-17storage: Allow auto-checkpointing after provisioningStephen Crane
2023-03-21storage: Add repair ack flag to more file operationsStephen Crane
2023-03-21storage: Improve file operation return valuesStephen Crane
2023-02-18storage: client_tipc: Checkpoint without active transactionStephen Crane
2023-02-09storage: Add a repaired flag to the superblockStephen Crane
2022-12-06storage: Return more descriptive results from file_openStephen Crane
2022-11-17storage: don't rely on nonstandard realloc() behaviorMarco Nelissen
2022-11-15checkpointing: Add support for checkpointing via message flagsStephen Crane
2022-04-28Cleaning up log messages.Orlando Arbildo
2022-02-22storage: Enable test ports on test buildsTri Vo
2021-07-21Remove NS access to client portsTri Vo
2019-11-19Replace reflist-related typedefs with struct typesNick Bray
2019-02-26Refactor use of iovec struct.Nick Bray
2019-01-07Define data_block_t as uint64_t.Nick Bray
2018-12-05Cleanup logging to support 64-bit appsMichael Ryleev
2018-09-27Eliminate the use of variable-length arrays.Nick Bray
2018-08-02Enable pre-upload clang formatting.Nick Bray
2018-07-09Clean up code formatting to make auto formatting simpler.Nick Bray
2018-06-15Remove references to trusty_std.h.Nick Bray
2018-02-07storage: use new include paths and eliminate trusty_std.h.Nick Bray
2017-09-19storage: client_tipc: Add sparse file supportArve Hjønnevåg
2017-09-19storage: client_tipc: Implement file_move interfaceArve Hjønnevåg
2017-09-19storage: client_tipc: Add file list interfaceArve Hjønnevåg
2017-06-14[app][storage] Fix size check and return valueHuang, Yang
2016-10-21[app] [storage] fix dead codeMihir Joshi
2016-06-14storage: Commit transaction even on redundant file size changes.Mattias Nissler
2016-05-09storage: Add support for conflict detection of read-modify-write transactions.Arve Hjønnevåg
2016-04-13storage: connect new fs code to tipc interfaceArve Hjønnevåg
2016-04-13storage: add client handlersAndres Morales