Archived
1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
Henrik Hautakoski
f46ae1970b Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
2011-03-19 12:28:48 +02:00
Henrik Hautakoski
c2da15baba fscrawl.c: remove unneeded function 2011-01-29 11:13:19 +01:00
Henrik Hautakoski
a49efe7bdc updated copyright notices. 2011-01-26 19:19:05 +01:00
Henrik Hautakoski
1c6f66d58d fscrawl.c: use FTS to handle symlink-loops. 2011-01-20 09:13:54 +01:00
Henrik Hautakoski
2e2d6c7eee use stdlib.h instead of malloc.h 2011-01-13 15:36:58 +01:00
Henrik Hautakoski
f156e8906c removed debug.h in favor for log.h 2010-12-22 14:51:28 +01:00
Henrik Hautakoski
c1963d1397 fscrawl.c: moved errno reset and don't call perror on EACCES. 2010-12-22 14:51:27 +01:00
Henrik Hautakoski
63b4beb8b0 fscrawl.c: don't ignore DT_UNKNOWN.
issue with struct dirent->d_type set to DT_UNKNOWN on some filesystems.
this is solved by doing a call to 'is_dir' in those cases.
2010-12-22 14:51:27 +01:00
Henrik Hautakoski
0416fea36a fscrawl.c: removed unused variable. 2010-12-22 14:51:25 +01:00
Henrik Hautakoski
ff89dd2ded updated header comments and guards 2010-11-03 08:35:58 +01:00
Henrik Hautakoski
cfb5e85699 moving src/common to src/ 2010-10-19 13:34:06 +02:00
Henrik Hautakoski
22d7238b36 moving src/notify to src/ 2010-10-19 11:25:24 +02:00
Renamed from src/notify/fscrawl.c (Browse further)