summaryrefslogtreecommitdiff
path: root/sys/src/libndb/ndbhash.c
AgeCommit message (Collapse)Author
2020-12-07libndb: open internal file-descriptors with OCEXEC flagcinap_lenrek
2020-12-07libndb: remove db file size limitkvik
Removes the 128 kB limit for files making up the database. We used to skip over and complain about files that exceeded the limit, forcing the user to generate hash files. This caused things to inexplicably stop working after a file hit the hidden limit, which is unreasonable behaviour considering that libndb happily, albeit slowly, works with bigger files.
2018-04-28libndb: cleanupcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen