aboutsummaryrefslogtreecommitdiff
path: root/src/encoding.cc
Commit message (Collapse)AuthorAge
* Eliminate CMake; flatten directory structureGravatar Benjamin Barenblat2020-10-11
| | | | | CMake is probably more trouble than it’s worth for this project. Replace it with a hand-rolled Ninja file.
* Support files ending in spaces or periodsGravatar Benjamin Barenblat2018-06-20
| | | | | | | | In addition to the characters Scoville already handles, FAT also disallows space and period as the last character in a file name. Convert trailing space and period to the relevant escape sequences. Closes: https://github.com/bbarenblat/scoville/issues/2
* Mangle namesGravatar Benjamin Barenblat2016-02-22
|
* Include what you useGravatar Benjamin Barenblat2016-02-20
|
* Link in FUSEGravatar Benjamin Barenblat2016-02-12
Start linking FUSE and jumping into FUSE on boot. Also define a couple of trivial operations, but don’t actually do filename encoding yet.