passwordfile/io
Martchus fb8c99b2d4 Don't suppress IO errors when writing files
* Close or flush streams explicitely so writing is not
  deferred
    * to catch errors in the right place
    * to avoid suppressing errors completely when writing
      would be deferred to the destructor invocation
* Improve comments
2019-12-15 19:43:31 +01:00
..
cryptoexception.cpp Make exception c'tors/d'tors non-inline again 2018-12-22 02:47:33 +01:00
cryptoexception.h Make exception c'tors/d'tors non-inline again 2018-12-22 02:47:33 +01:00
entry.cpp Adapt to changes in c++utilities 2019-06-10 22:44:29 +02:00
entry.h Adapt to c++utilities v5 2019-05-04 22:25:14 +02:00
field.cpp Adapt to changes in c++utilities 2019-06-10 22:44:29 +02:00
field.h Make Field default-constructable 2018-06-13 00:40:16 +02:00
parsingexception.cpp Make exception c'tors/d'tors non-inline again 2018-12-22 02:47:33 +01:00
parsingexception.h Add override to ~ParsingException() 2019-02-06 18:02:14 +01:00
passwordfile.cpp Don't suppress IO errors when writing files 2019-12-15 19:43:31 +01:00
passwordfile.h Reduce code for flag enum classes 2019-08-14 01:22:33 +02:00