hgext/inotify/server.py
Thu, 21 May 2009 16:54:05 +0900 Nicolas Dumazet inotify: handle_event: do not use event and fd parameters.
Fri, 22 May 2009 10:26:56 +0900 Nicolas Dumazet inotify: use a decorator instead of dispatching calls
Fri, 22 May 2009 09:57:53 +0900 Nicolas Dumazet inotify: do not defer inotify events processing
Thu, 21 May 2009 15:55:58 +0900 Nicolas Dumazet inotify: do not recurse in handle_timeout(): call it explicitely, not in scan()
Sat, 23 May 2009 18:44:01 +0900 Nicolas Dumazet inotify: proper fix for issue1542 (partially reverting 67e59a9886d5)
Sun, 24 May 2009 18:43:05 +0900 Nicolas Dumazet inotify: server: refactor updatestatus()
Fri, 08 May 2009 12:19:57 +0900 Nicolas Dumazet inotify: Removing the unnecessary "inotifyserver" class variable.
Wed, 22 Apr 2009 00:37:35 +0900 Nicolas Dumazet inotify: introduce debuginotify, which lists which paths are under watch
Wed, 22 Apr 2009 00:23:40 +0900 Nicolas Dumazet inotify: put STAT-specific query answer generation part in its own method
Fri, 17 Apr 2009 20:10:47 +0900 Nicolas Dumazet inotify: change protocol so that different query types can be supported.
Thu, 14 May 2009 15:48:47 +0200 Nicolas Dumazet inotify: Abstract the layer format and sizes to a inotify.common dictionary
Mon, 11 May 2009 08:19:28 +0900 Nicolas Dumazet inotify: Coding Style: name classes in lowercase.
Fri, 08 May 2009 16:28:52 +0900 Nicolas Dumazet inotify: dic.setdefault(k, d) ; v = dic[k] --> v = dic.setdefault(k, d)
Fri, 08 May 2009 16:40:39 +0900 Nicolas Dumazet inotify: make mask a class variable since it's instance-independant
Fri, 08 May 2009 17:45:01 +0900 Nicolas Dumazet inotify: RepoWatcher.updatestatus: document & use meaningful parameter names
Mon, 04 May 2009 18:19:26 +0900 Nicolas Dumazet inotify: server.walk(): use yield instead of for
Fri, 08 May 2009 17:17:03 +0900 Nicolas Dumazet inotify: remove the useless 'if st' checks in RepoWatcher.filestatus
Mon, 04 May 2009 21:18:33 +0900 Nicolas Dumazet inotify: Clarify the use of "watcher" name.
Mon, 04 May 2009 18:23:05 +0900 Nicolas Dumazet inotify: inotify.server.walk() filetype is never used, do not yield it
Mon, 04 May 2009 18:04:41 +0900 Nicolas Dumazet inotify: inotify.server.walk() simplify control flow
Mon, 04 May 2009 17:58:26 +0900 Nicolas Dumazet inotify: inotify.server.walk*() remove unnecessary var
Mon, 04 May 2009 17:17:03 +0900 Nicolas Dumazet inotify: inotify.server.walk*() cleanup
Mon, 04 May 2009 17:11:49 +0900 Nicolas Dumazet inotify: inotify.server.walkrepodirs() simplify walking
Mon, 04 May 2009 17:06:59 +0900 Nicolas Dumazet inotify: inotify.server.walkrepodirs() simplify
Mon, 04 May 2009 16:57:52 +0900 Nicolas Dumazet inotify: inotify.server.walk() simplify algorithm
Mon, 04 May 2009 16:43:28 +0900 Nicolas Dumazet inotify: inotify.server.walk cleanups
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Thu, 26 Mar 2009 19:01:06 +0900 Nicolas Dumazet Fixing issue1542, adding a relevant test
Mon, 01 Dec 2008 13:38:26 -0800 Brendan Cully inotify: close most file descriptors when autostarting
Tue, 25 Nov 2008 18:45:08 -0800 Brendan Cully inotify: remove unused imports (thanks pyflakes)
Wed, 12 Nov 2008 09:08:43 +0100 Benoit Boissinot Backed out changeset c5dbe86b0fee (issue1375)
Tue, 11 Nov 2008 23:16:59 +0100 Benoit Boissinot inotify: fix replacing a folder with a file (issue1375)
Fri, 07 Nov 2008 13:02:04 +0100 Thomas Arendsen Hein Do not abort with inotify extension enabled, but not supported by the system.
Sat, 01 Nov 2008 14:05:13 +0200 Gerard Korsten inotify: server raising an error when removing a file (issue1371)
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Wed, 22 Oct 2008 19:40:32 -0500 Matt Mackall inotify: avoid passing potentially stale stat to update
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall inotify: avoid status getting out of sync
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall inotify: fixup rebuilding ignore
Fri, 10 Oct 2008 11:29:30 -0500 Matt Mackall inotify: fix confusion on files in lookup state
Sat, 06 Sep 2008 17:04:01 +0200 Benoit Boissinot merge with -stable
Sat, 06 Sep 2008 14:11:33 +0200 Benoit Boissinot inotify: workaround ENAMETOOLONG by using symlinks
Tue, 19 Aug 2008 15:36:03 -0700 Brendan Cully Use relative imports in inotify.server.
Sun, 31 Aug 2008 16:12:03 +0200 Martin Geisler i18n: mark strings for translation in inotify extension
Tue, 19 Aug 2008 15:36:03 -0700 Brendan Cully Use relative imports in inotify.server.
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Sun, 16 Mar 2008 23:24:53 +0100 Thomas Arendsen Hein Spacing cleanup
Wed, 12 Mar 2008 15:30:11 -0700 Bryan O'Sullivan Add inotify extension
less more (0) tip