<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/backend/signaler_qt.py, branch 0.9.0</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[feat] replace old log handler with new one</title>
<updated>2015-06-22T18:52:37+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-06-12T17:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=32658ae3108bc67a102cf6e0153d468b3a8ae1b0'/>
<id>32658ae3108bc67a102cf6e0153d468b3a8ae1b0</id>
<content type='text'>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unix sockets for the fallback, and set permissions</title>
<updated>2015-02-23T18:34:36+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-23T15:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=e3ddc783ca9fb21105845d275a4b38ad6b2cd3e2'/>
<id>e3ddc783ca9fb21105845d275a4b38ad6b2cd3e2</id>
<content type='text'>
... on them, to user-writeable only.

I think we could consider ipc for the curve-case too, at least for the
platforms that support them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... on them, to user-writeable only.

I think we could consider ipc for the curve-case too, at least for the
platforms that support them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fall back to plain ZMQ if Curve is not available.</title>
<updated>2015-02-20T17:23:05+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2015-02-19T17:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=00b8cbaa31d48326b36928228269ac14276fd5ee'/>
<id>00b8cbaa31d48326b36928228269ac14276fd5ee</id>
<content type='text'>
Use global flag for ZMQ_HAS_CURVE.
Closes #6646
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use global flag for ZMQ_HAS_CURVE.
Closes #6646
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace QThread with threading.Thread.</title>
<updated>2014-07-15T19:57:57+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-15T19:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=986ff80c16efea0e32ff78012b2fd3c95b83e179'/>
<id>986ff80c16efea0e32ff78012b2fd3c95b83e179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment out overly verbose logs for communication.</title>
<updated>2014-07-14T15:15:25+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-09T19:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d8152277022eedf5a88c84cc5f099b2fc9ad6e46'/>
<id>d8152277022eedf5a88c84cc5f099b2fc9ad6e46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add file docstrings.</title>
<updated>2014-07-14T15:15:25+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-08T20:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d33e9a2bc07ccd983a1321b254cc27ca6be989a3'/>
<id>d33e9a2bc07ccd983a1321b254cc27ca6be989a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license headers.</title>
<updated>2014-07-14T15:11:50+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-06-19T19:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4d5e56dacf33465df5d195ada2855c86ee23a21f'/>
<id>4d5e56dacf33465df5d195ada2855c86ee23a21f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add base communication framework.</title>
<updated>2014-07-14T15:11:50+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-07-08T19:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=1eae3af1906f95d9d2d76c205b61799d248f0e71'/>
<id>1eae3af1906f95d9d2d76c205b61799d248f0e71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
