summaryrefslogtreecommitdiffstats
path: root/daemon/inotify.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Ensure fp is closed along all error paths.Richard W.M. Jones2011-06-091-4/+6
* proto: Fix FileIn ops that abort during the chunk upload stage.Richard W.M. Jones2011-03-181-1/+1
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).Richard Jones2010-05-131-1/+1
* Fix upload losing synchronization if root not mounted (RHBZ#576879).Richard Jones2010-04-171-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-6/+6
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-12/+19
* daemon/Win32: make some functions and fields optional.Richard Jones2009-11-201-0/+35
* inotify-add-watch does not need to explicitly check for ABS_PATH.Richard Jones2009-08-131-1/+0
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-1/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* build: avoid warnings in daemon/inotify.cJim Meyering2009-08-101-3/+4
* RHEL 5: inotify_init1 call did not exist on RHEL 5.Richard Jones2009-08-061-0/+22
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-13/+13
* Add interface to Linux 'inotify' API.Richard W.M. Jones2009-07-311-0/+320