Commit Graph

33 Commits

Author SHA1 Message Date
Axel Kittenberger 9b47a1f8fe cleanups 2018-03-09 15:41:16 +01:00
Axel Kittenberger 785a7dd503 fixing again setting with new delay objects, cleanups 2017-02-06 17:00:39 +01:00
Axel Kittenberger 8367ae89a0 made compatible with lua5.3 2016-11-24 15:44:08 +01:00
Axel Kittenberger b6228f442d Replacing autotools with CMake 2014-04-29 16:11:27 +02:00
Michael Ploujnikov 786f37d22d Typo in print format.
This causes a segfault when addwatch fails due to a disappeared
directory. Eg: often caused by a race condition with a short lived
directory created by Firefox' safebrowsing subsystem:
~/.cache/mozilla/firefox/pr0f1l3.default/safebrowsing-to_delete/
2014-01-08 23:21:18 -05:00
Axel Kittenberger 1bf1d13eaa new inheritance mechanics, code beautifications 2012-10-05 09:41:46 +02:00
Dennis Schridde dea7e87b40 Use LSYNCD_*LIBNAME to refer to lsyncd/.inotify tables
This should prevent typos and resulting issues
2012-10-02 02:56:29 +02:00
Dennis Schridde 702f6d3d4e Make register_inotify() a bit more obvious 2012-10-01 23:00:52 +02:00
Axel Kittenberger ab36ab7823 making it Lua 5.2 (and 5.1) compatible 2012-09-25 17:29:12 +02:00
Axel Kittenberger fb928f4d2b Issue 115, fix by semerad 2012-03-16 16:30:55 +01:00
Axel Kittenberger 5e4fdba53a fixing creation recursing 2012-02-16 16:49:34 +01:00
Axel Kittenberger e869bbc1ca code beautification 2012-01-27 12:08:10 +01:00
Axel Kittenberger 27c211eaa4 just some spacing 2011-11-23 11:22:10 +01:00
Axel Kittenberger c21620d3e6 terminate in case of no-sace-left-on-device when adding a user watch. ignore all other errors 2011-08-17 11:28:32 +00:00
Axel Kittenberger 09a0af3495 fixing Issue 57. Errorcode 12 is 'again'. Fail startup on again if not settings.insist 2011-08-17 09:46:36 +00:00
Axel Kittenberger a71edbbd29 added inotifyMode 2011-06-11 16:38:47 +00:00
Axel Kittenberger fb87176f7e dead code removal 2011-06-11 14:22:31 +00:00
Axel Kittenberger 2cc23bb5b1 error message on failed inotify addwatch 2011-01-25 11:16:07 +00:00
Axel Kittenberger ea9e8498e0 and some work on the fsevents front 2010-12-01 16:12:15 +00:00
Axel Kittenberger ded00765c6 working on user access for observe_fd 2010-12-01 12:19:17 +00:00
Axel Kittenberger eda08c2f4e working on fsevents, fixed some warnings. 2010-11-29 16:12:13 +00:00
Axel Kittenberger 80d55b0708 timestamps / jiffies are now easier to handle in Lua as userdata */ 2010-11-29 10:56:39 +00:00
Axel Kittenberger 67381778d8 disabled fanotify, no moves 2010-11-28 10:47:57 +00:00
Axel Kittenberger cb3737f5e8 clean observances, fanotify without glibc support hack 2010-11-28 09:15:54 +00:00
Axel Kittenberger c051e15750 made inotify (currently pseudo) optimal 2010-11-26 16:17:36 +00:00
Axel Kittenberger a54bca7fa8 -warning in inotify.c 2010-11-26 10:59:18 +00:00
Axel Kittenberger e159bf5f31 better wary coding 2010-11-25 22:13:57 +00:00
Axel Kittenberger 5519e2be8e cleanup of filedescriptors, added dryrun option 2010-11-25 22:10:24 +00:00
Axel Kittenberger d44cbf2b0b inotify event types should be local to inotify 2010-11-24 21:38:48 +00:00
Axel Kittenberger 83aed80aa7 removed enum 2010-11-24 18:19:13 +00:00
Axel Kittenberger 4aff988954 evil bug, tested unsigned on < 0 :-/ 2010-11-23 23:19:01 +00:00
Axel Kittenberger 90ae92b129 cosmetics 2010-11-22 21:17:08 +00:00
Axel Kittenberger 45c7f3665f splitted inotify into own c-file to be optional later. 2010-11-22 20:09:52 +00:00