-
- Downloads
ringaccount: move ArchiveContent to separate file
Ongoing effort to make RingAccount smaller and cleaner. Potentially allow to make independent binaries/tools to manipulate the archive. * Rename ArchiveContent to AccountArchive to better reflect the structure purpose. * Extract structure to independent compilation unit along with serialization routines. * Move encryption and file saving routines to fileutils. Change-Id: If952e51983ce3bfecd3a4f18a8ec392f575da8a3
Showing
- src/fileutils.cpp 51 additions, 0 deletionssrc/fileutils.cpp
- src/fileutils.h 3 additions, 0 deletionssrc/fileutils.h
- src/ringdht/Makefile.am 3 additions, 1 deletionsrc/ringdht/Makefile.am
- src/ringdht/accountarchive.cpp 108 additions, 0 deletionssrc/ringdht/accountarchive.cpp
- src/ringdht/accountarchive.h 72 additions, 0 deletionssrc/ringdht/accountarchive.h
- src/ringdht/ringaccount.cpp 24 additions, 161 deletionssrc/ringdht/ringaccount.cpp
- src/ringdht/ringaccount.h 6 additions, 7 deletionssrc/ringdht/ringaccount.h
Loading
Please register or sign in to comment