summaryrefslogtreecommitdiff
path: root/portato/listener.py (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann1-2/+2
2010-03-05Fixed copyrightRené 'Necoro' Neumann1-1/+1
2009-08-15Correctly handle exceptionsRené 'Necoro' Neumann1-4/+9
2009-08-15Renamed 'mq' to 'ipc'René 'Necoro' Neumann1-13/+13
2009-08-15First try of own mq-moduleRené 'Necoro' Neumann1-8/+8
2009-08-15Use message queue instead of SHMRené 'Necoro' Neumann1-40/+17
2009-03-20Rename strange 'PListener' to straightforward 'Listener'.René 'Necoro' Neumann1-2/+2
2009-02-24TypoRené 'Necoro' Neumann1-1/+1
2009-02-07Same copyright statement in all filesRené 'Necoro' Neumann1-1/+1
2008-10-28Remove some trailing whitespacesRené 'Necoro' Neumann1-2/+2
2008-09-02Switch from tabs to 4 spacesRené 'Necoro' Neumann1-111/+111
2008-07-25Fixing subprocess/listener handlingRené 'Necoro' Neumann1-0/+5
2008-07-16Abort the main process if child dies.René 'Necoro' Neumann1-0/+1
2008-05-02Use only global shmRené 'Necoro' Neumann1-7/+1
2008-04-09Now unicode support for translations :)René 'Necoro' Neumann1-1/+0
2008-04-08Now recognize local shm moduleRené 'Necoro' Neumann1-3/+6
2008-03-26Disabled find_version plugin until it works when started as rootRené 'Necoro' Neumann1-2/+3
2008-03-18corrected header commentRené 'Necoro' Neumann1-2/+2
2008-01-18 r643@Devoty: necoro | 2008-01-16 18:55:49 +0100Necoro1-1/+1
2008-01-14 r617@Devoty: necoro | 2008-01-14 19:12:59 +0100Necoro1-5/+5
2007-10-22bundled shm moduleNecoro1-1/+5
2007-10-22use shm instead of pipesNecoro1-16/+35
2007-10-15use anonymous pipe instead of socket -- fixes security issueNecoro1-36/+17
2007-08-27Change to absolute_imports; Warning: definitly brokennecoro1-3/+5
2007-08-12added listener/notifynecoro1-1/+0
2007-08-12added listener/notifynecoro1-0/+127