summaryrefslogtreecommitdiffstats
path: root/daemon/inotify.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-1/+3
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-6/+5
* daemon: inotify: Check event->len in inotify struct is reasonable.Richard W.M. Jones2012-03-081-0/+7
* Clarify the error message when unavailable functions are called (RHBZ#679737).Richard W.M. Jones2012-02-011-31/+50
* daemon: Close inotify handle on exit.Richard W.M. Jones2012-01-241-0/+11
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Don't use files with fixed names in /tmp (thanks Steve Kemp).Richard W.M. Jones2011-11-041-7/+20
* 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