- 24 Oct, 2013 1 commit
-
-
Kean Johnston authored
As per review, don't use self._session for the check to see if there is an existing message queue running. Rather, use a localally scoped variable that will get cleaned up when the function exits.
-
- 22 Oct, 2013 1 commit
-
-
Kean Johnston authored
-
- 07 Oct, 2013 1 commit
-
-
Kean Johnston authored
Check to ensure there is no existing daemon running before removing the socket endpoint. Fail to start if one is. Added a new test to check this behaviour.
-
- 27 Aug, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Put the traceback handler in the top level of all the python daemons and some utility programs. The programs that don't do logging are not included.
-
- 14 Aug, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
And adjust the main code so it is possible to test it.
-
- 29 Jul, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
Remove the code that used poll and kqueue, inserted sockets there and such. We just use select not (and create the list of sockets on the spot). Remove the outdated tests. We don't do read & write in the same iteration any more.
-
Michal 'vorner' Vaner authored
-
- 13 Jun, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
The spec file is not generated, so use B10_FROM_SOURCE, not B10_FROM_BUILD.
-
- 11 Jun, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
Make sure msgq does not send notification when a client tries to unsubscribe from a group it did not subscribe to.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 10 Jun, 2013 1 commit
-
-
Paul Selkirk authored
-
- 03 Jun, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Also, make sure we don't block long time on a function holding a mutex. We use select for that.
-
- 31 May, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Return a list of groups and instances the socket was unsubscribed from from the subscription manager's unsubscribe_all. Needed in follow-up work.
-
Michal 'vorner' Vaner authored
Test that notifications for unsubscription are sent even in case a client disconnects without explicit unsubscription.
-
- 30 May, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It'll be needed in the following work.
-
- 09 Apr, 2013 1 commit
-
-
Jeremy C. Reed authored
mostly in documentation or in comments reviewed by muks via jabber includes output changes for two isc_throw.
-
- 19 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Convert the msgq to use the protocol constants instead of hardcoded magic strings.
-
- 13 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Don't put the resetUnitTestRootLogger in production program. This was just a leftover from some debugging.
-
- 12 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
The success cases of sending, receiving, subscribing, etc.
-
- 06 Mar, 2013 1 commit
-
-
Jeremy C. Reed authored
reviewed by jelte via jabber. Changes some log message descriptions and some function arguments and some output.
-
- 12 Feb, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Do a hack to make the tests run with separate build and source directories. The generated file ended up in a different directory than the rest of the modules and the __init__.py. It therefore didn't work. We use the same trick as log_messages, a forwarder module and addition to PYTHON_PATH to find it. Only the real file is installed.
-
- 08 Feb, 2013 3 commits
-
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
- 06 Feb, 2013 4 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
If an EPIPE is received in attempt to send a message, consider it there's no recipient. This is still not perfect, since there may be data in queue and before the socket is handled, it would be just appended. Or, if the other socket is closed before the whole queue is sent there, the messages are silently blackholed. But fully tracking each message would be too much work for this ticket.
-
Michal 'vorner' Vaner authored
-
- 05 Feb, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 04 Feb, 2013 2 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
- 01 Feb, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 31 Jan, 2013 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-