summaryrefslogtreecommitdiff
path: root/common/strutils.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19common: Logging reworkTomas Bzatek1-9/+0
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-11-28Engine and VFS API cleanupv0.6.72Tomas Bzatek1-16/+20
Also enable symlink resolving by default.
2008-11-15Encoding revisionTomas Bzatek1-0/+1
2008-08-21Always canonicalize paths when adding items (avoid blank directory names)Tomas Bzatek1-2/+3
2008-06-13Symlink resolving code, disabled by defaultTomas Bzatek1-0/+1
2008-06-08Initial commitv0.6.36release-0.6.36-devTomas Bzatek1-0/+48