summaryrefslogtreecommitdiff
path: root/common/filelist-vfs-intf.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19common: Logging reworkTomas Bzatek1-22/+19
Use common logging macros for a consistent output. A logging domain needs to be set in a Makefile first (the _LOG_DOMAIN define). Heavy debugging output is guarded by the __DEBUG_INTERNAL define and omitted by default. Logging severity is controlled by the TUXCMD_DEBUG env. var, typically set by the tuxcmd process itself.
2009-12-13Error system transformation to GErrorv0.6.74Tomas Bzatek1-38/+52
2009-11-28Engine and VFS API cleanupv0.6.72Tomas Bzatek1-0/+263
Also enable symlink resolving by default.