summaryrefslogtreecommitdiff
path: root/magic.c
AgeCommit message (Collapse)Author
2009-04-09Updated copyright yearsSergiu Ivanov
The copyright years were listed only up to 2008, so I added 2009. Also, some of the files I created from scratch used to list copyright years starting with 2001, which was wrong. This has also been corrected.
2009-01-22netfs_S_dir_lookup can perform usual lookupsSergiu Ivanov
Due to the transition to a different way of building translator stacks netfs_S_dir_lookup has been broken and nsmux could not respond normally to any lookup requests. Now netfs_S_dir_lookup is again capable of doing normal lookups. At the moment nsmux is doing nothing but mirror the real filesystem.
2009-01-22Added the routines for parsing magic syntaxSergiu Ivanov
Now nsmux has two special routines for parsing the special ``,,'' syntax: magic_find_sep and magic_unescape. The reason for their separate existence is that the magic ``,,'' is allowed to be escaped in the following way ``,,,'' and nsmux must be able to react correspondingly to such syntax.