Sat, 23 May 2009 20:38:08 +0900 inotify: repowatcher: don't use a watches attribute to count watches
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 23 May 2009 20:38:08 +0900] rev 8794
inotify: repowatcher: don't use a watches attribute to count watches The encapsulated watcher alread has a __len__ method for this purpose. Also, repowatcher.watches was never decremented on watch deletions.
Thu, 21 May 2009 23:51:54 +0900 inotify: put the "while True: poll()" loop in pollable class
Nicolas Dumazet <nicdumz.commits@gmail.com> [Thu, 21 May 2009 23:51:54 +0900] rev 8793
inotify: put the "while True: poll()" loop in pollable class
Thu, 21 May 2009 20:15:00 +0900 inotify: refactor (un)register methods into pollable object
Nicolas Dumazet <nicdumz.commits@gmail.com> [Thu, 21 May 2009 20:15:00 +0900] rev 8792
inotify: refactor (un)register methods into pollable object repowatcher.master becomes unnecessary
Sat, 13 Jun 2009 18:41:28 +0200 inotify.server: the decorator eventaction() shouldn't be a method of repowatcher
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Jun 2009 18:41:28 +0200] rev 8791
inotify.server: the decorator eventaction() shouldn't be a method of repowatcher
Sat, 13 Jun 2009 18:14:50 +0200 inotify: add log config option redirect inotify server output to a file
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 13 Jun 2009 18:14:50 +0200] rev 8790
inotify: add log config option redirect inotify server output to a file
Mon, 25 May 2009 18:14:32 +0900 cmdutil: service: logfile option to redirect stdout & stderr in a file
Nicolas Dumazet <nicdumz.commits@gmail.com> [Mon, 25 May 2009 18:14:32 +0900] rev 8789
cmdutil: service: logfile option to redirect stdout & stderr in a file
Sat, 13 Jun 2009 17:39:01 +0200 inotify: raise QueryFailed when the server crash
Nicolas Dumazet <nicdumz.commits@gmail.com> [Sat, 13 Jun 2009 17:39:01 +0200] rev 8788
inotify: raise QueryFailed when the server crash When the server crashes, it does not write back on the socket. The message which is then read from the socket is '', which raises a TypeError. Catching TypeError to raise QueryFailed instead.
Wed, 27 May 2009 00:29:11 +0900 inotify: server: move split() out of server
Nicolas Dumazet <nicdumz.commits@gmail.com> [Wed, 27 May 2009 00:29:11 +0900] rev 8787
inotify: server: move split() out of server split() has nothing to do with the server logic, it does not need to be in the class. Move it on top, next to join() which does the opposite.
Sat, 13 Jun 2009 17:23:08 +0200 inotify: remove unused variables
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Jun 2009 17:23:08 +0200] rev 8786
inotify: remove unused variables
Sat, 13 Jun 2009 13:14:02 +0200 atomictempfile: fix exception in __del__ if mktempcopy fails (self._fp is None)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 13 Jun 2009 13:14:02 +0200] rev 8785
atomictempfile: fix exception in __del__ if mktempcopy fails (self._fp is None) Make what is going on more obvious by explicitely getting the 'closed' attribute from _fp, instead of from the gettatr proxy.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip