libgocryptfs/internal/configfile
Jakob Unterwurzacher 6c3f97399a Rename internal "toggledlog" package to "tlog"
tlog is used heavily everywhere and deserves a shorter name.

Renamed using sed magic, without any manual rework:

   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
2016-06-15 23:30:44 +02:00
..
config_test Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00
config_file.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
config_test.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
feature_flags.go configfile: warn about missing feature flags 2016-06-06 23:13:10 +02:00
kdf.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
kdf_test.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00