Wed, 02 Oct 2013 14:24:25 -0700 |
Siddharth Agarwal |
inotify: don't pass pidfile option to child
|
Wed, 02 Oct 2013 14:20:26 -0700 |
Siddharth Agarwal |
inotify: add pidfile to parent options
|
Thu, 20 Dec 2012 11:40:04 -0800 |
Bryan O'Sullivan |
inotify: on Python < 2.6, socket.error lacks errno
|
Wed, 19 Dec 2012 16:56:26 -0800 |
Bryan O'Sullivan |
inotify: pacify pestiferous pyflakes precipitously
|
Tue, 18 Dec 2012 17:15:13 -0800 |
Bryan O'Sullivan |
posix: move server side of unix domain sockets out of inotify
|
Tue, 18 Dec 2012 17:33:32 -0800 |
Bryan O'Sullivan |
inotify: don't fall over just because of a dangling symlink
|
Sat, 12 May 2012 16:02:45 +0200 |
Brodie Rao |
cleanup: replace naked excepts with more specific ones
|
Tue, 20 Sep 2011 15:21:27 +0300 |
Nikolaj Sjujskij |
building: build inotify for sys.platform='linux*'
|
Sat, 09 Oct 2010 15:41:53 +0200 |
Nicolas Dumazet |
inotify: raise correct error if server is already started in a deep repository
|
Fri, 13 Aug 2010 13:16:34 -0400 |
Greg Ward |
inotify: show the exact command used to start the server
|
Wed, 14 Jul 2010 23:03:21 -0300 |
Renato Cunha |
removed exception args indexing (not supported by py3k)
|
Tue, 06 Jul 2010 22:22:18 -0300 |
Renato Cunha |
inotify: check all components of filenames against hgignore (issue884)
stable
|
Wed, 17 Feb 2010 20:44:49 +0100 |
Benoit Boissinot |
inotify/inserve: implement --timeout-idle option (issue885)
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 06 Jan 2010 21:11:58 +0100 |
Patrick Mezard |
Find right hg command for detached process
|
Fri, 11 Dec 2009 15:58:09 +0900 |
Nicolas Dumazet |
inotify: do not rely on stat(.hg/dirstate) to invalidate our dirstate
|
Tue, 01 Dec 2009 09:53:02 +0900 |
Nicolas Dumazet |
run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS
|
Fri, 14 Aug 2009 08:19:49 -0400 |
Nicolas Dumazet |
inotify: create a common, OS-independent server entry point
|
Thu, 19 Nov 2009 11:06:01 +0900 |
Nicolas Dumazet |
inotify: improve error messages
stable
|
Tue, 17 Nov 2009 15:36:09 +0900 |
Nicolas Dumazet |
inotify: add a inotify.pidfile configuration possibility
stable
|
Fri, 13 Nov 2009 08:31:10 +0900 |
Nicolas Dumazet |
inotify: mark directories visited during lookup (issue1844)
|
Sun, 16 Aug 2009 11:11:37 +0900 |
Nicolas Dumazet |
inotify: use cmdutil.service instead of local daemonizing code
|
Mon, 29 Jun 2009 01:27:34 +0900 |
Nicolas Dumazet |
inotify: client: no repo use
|
Mon, 29 Jun 2009 01:09:33 +0900 |
Nicolas Dumazet |
inotify: server: use dirstate instead of repo
|
Mon, 29 Jun 2009 01:05:06 +0900 |
Nicolas Dumazet |
inotify: server: use wprefix everywhere, introduce prefixlen
|
Sun, 28 Jun 2009 19:46:36 +0900 |
Nicolas Dumazet |
inotify: server._updatestatus: simplify control flow
|
Mon, 13 Jul 2009 21:55:17 +0900 |
Nicolas Dumazet |
inotify: server: explicitely ignore events in subdirs of .hg/ (issue1735)
|
Mon, 13 Jul 2009 16:49:05 +0200 |
Nicolas Dumazet |
inotify: fix issue1375, add a test.
|
Tue, 26 May 2009 23:00:35 +0900 |
Nicolas Dumazet |
inotify: server: new data structure to keep track of changes.
|
Sun, 28 Jun 2009 19:31:16 +0900 |
Nicolas Dumazet |
inotify: server: remove wpath method
|
Sun, 21 Jun 2009 18:11:19 +0200 |
Simon Heimberg |
inotify: return version to client even when not matching
|
Sat, 23 May 2009 20:38:08 +0900 |
Nicolas Dumazet |
inotify: repowatcher: don't use a watches attribute to count watches
|
Thu, 21 May 2009 23:51:54 +0900 |
Nicolas Dumazet |
inotify: put the "while True: poll()" loop in pollable class
|
Thu, 21 May 2009 20:15:00 +0900 |
Nicolas Dumazet |
inotify: refactor (un)register methods into pollable object
|
Sat, 13 Jun 2009 18:41:28 +0200 |
Benoit Boissinot |
inotify.server: the decorator eventaction() shouldn't be a method of repowatcher
|
Wed, 27 May 2009 00:29:11 +0900 |
Nicolas Dumazet |
inotify: server: move split() out of server
|
Sat, 13 Jun 2009 17:23:08 +0200 |
Benoit Boissinot |
inotify: remove unused variables
|
Thu, 21 May 2009 17:09:12 +0900 |
Nicolas Dumazet |
inotify: server: use a common 'pollable' interface for server & repowatcher
|
Thu, 21 May 2009 19:26:15 +0900 |
Nicolas Dumazet |
inotify: process all inotify events in one batch
|
Thu, 21 May 2009 19:22:29 +0900 |
Nicolas Dumazet |
inotify: rename handle_event to handle_pollevent to avoid confusion
|
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.
|