summaryrefslogtreecommitdiff
path: root/c_src/filebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Recover from extra data at end of index fileMagnus Ahltorp2016-11-301-0/+6
* Added RO mode to permdbMagnus Ahltorp2016-11-261-0/+12
* filebuffer: continue reading after short readMagnus Ahltorp2016-11-221-10/+26
* Include <sys/file.h> for flock(2).Linus Nordberg2016-07-111-0/+1
* Lock permdb database files with flockMagnus Ahltorp2016-07-111-1/+11
* Change endian of permdb index file to big-endianMagnus Ahltorp2016-05-131-2/+3
* Whitespace and c-file-style "BSD".Linus Nordberg2016-04-291-1/+1
* Break long lines and adjust other whitespace.Linus Nordberg2016-04-271-10/+23
* Cast when using %llu format stringsMagnus Ahltorp2016-04-251-1/+1
* Make debug printing prettier.Magnus Ahltorp2016-04-251-10/+4
* Free some more memoryMagnus Ahltorp2016-04-251-0/+2
* Move code to util.c and filebuffer.cMagnus Ahltorp2016-04-251-0/+225