| Age | Commit message (Collapse) | Author | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
We need to get the position _before_ writing the header, otherwise the
reader has no way to know the length of the value.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Requires that config.h be included before other headers, since the macro
_FILE_OFFSET_BITS changes the definitions of things like 'struct stat'.
I chose to simply include it at the top of every C file and at
immediately after the double-inclusion guards of every header.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
- Store them in a struct instead of a hacky uint64_t with magic shifts
 - Split up key/value pair write function to write_key and write_value
 - Move the size accounting into those functions respectively
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
If write_retry fails to write everything, it is *always* an error.
This commit renames write_retry to write_data and moves error handling
into the function, making a lot of error handling code redundant.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Instead of writing meta data blocks directly to disk, the writer can
now alternatively keep the blocks in memory until explicitly told to
write to disk.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 | 
 | 
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
 |