summaryrefslogtreecommitdiff
path: root/common/strutils.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-19common: Logging reworkTomas Bzatek1-6/+7
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-80/+77
Also enable symlink resolving by default.
2009-02-08Fix gcc-4.4.0 compilationTomas Bzatek1-2/+2
2008-11-15Encoding revisionTomas Bzatek1-0/+61
2008-08-21Always canonicalize paths when adding items (avoid blank directory names)Tomas Bzatek1-8/+9
2008-06-13Symlink resolving code, disabled by defaultTomas Bzatek1-0/+103
2008-06-08Initial commitv0.6.36release-0.6.36-devTomas Bzatek1-0/+91