Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -3/+2 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 |
| | |||||
* | Formatting | Přemysl Janouch | 2015-02-26 | 1 | -20/+20 |
| | |||||
* | Thanks, Coverity | Přemysl Janouch | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Fix another error path | Přemysl Janouch | 2013-07-18 | 1 | -1/+3 |
| | |||||
* | Add a class to handle dictzip files | Přemysl Janouch | 2013-07-18 | 1 | -0/+628 |
Provides pseudo-random access to dictionary files compressed using dictzip. It doesn't implement a cache, it just loads missing chunks until it has the whole file. I'm not sure if discarding not recently used chunks is really a useful feature. If there _was_ a way to get noticed when system memory is low, I think the best way to handle that event would be to simply release it all. All in all, this is pretty useless. But it was interesting to write. This has yet to be integrated into the application proper. |