<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/client/src/leap, branch debian/platform-0.8</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Freeze debian version.</title>
<updated>2016-05-18T16:07:37+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-05-18T16:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4ca544212c3f5af08fdbad06133b0b443f6dfa02'/>
<id>4ca544212c3f5af08fdbad06133b0b443f6dfa02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Freeze debian version.</title>
<updated>2016-04-26T01:13:00+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-26T01:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=84181afd18efb181c5d448fd022496329c4b5a74'/>
<id>84181afd18efb181c5d448fd022496329c4b5a74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] updated to versioneer 0.16 (patched)</title>
<updated>2016-04-01T21:51:08+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-04-01T21:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b69ba40de308f06ae80f9847acbff40955fdee14'/>
<id>b69ba40de308f06ae80f9847acbff40955fdee14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] specify openssl backend explicitely</title>
<updated>2016-03-09T20:14:00+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2016-03-09T16:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=45da47b7b5cddfe40820a8589d82527c2629adae'/>
<id>45da47b7b5cddfe40820a8589d82527c2629adae</id>
<content type='text'>
for some reason, available_backends does not work inside a frozen
PyInstaller binary.

- Resolves: #7952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for some reason, available_backends does not work inside a frozen
PyInstaller binary.

- Resolves: #7952
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use cryptography instead of pycryptopp</title>
<updated>2016-01-26T19:05:20+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2016-01-26T19:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=456e6911445dd255580ff023f12e1db3c6a91f7d'/>
<id>456e6911445dd255580ff023f12e1db3c6a91f7d</id>
<content type='text'>
cryptography comes from OpenSSL and Twisted dependencies, so it's
already installed.
This commit removes a compiled dependency, also possibly making it
easier to use on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cryptography comes from OpenSSL and Twisted dependencies, so it's
already installed.
This commit removes a compiled dependency, also possibly making it
easier to use on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Fix] slow IO-bound calls block reactor</title>
<updated>2016-01-21T20:58:21+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor.shyba@gmail.com</email>
</author>
<published>2016-01-20T10:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4c214b7ff9351dd98efbb033dd5e09b8ff9ff763'/>
<id>4c214b7ff9351dd98efbb033dd5e09b8ff9ff763</id>
<content type='text'>
- Move them to a thread so reactor can continue
  processing e.g. http requests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move them to a thread so reactor can continue
  processing e.g. http requests
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8</title>
<updated>2015-12-15T20:44:59+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-15T20:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=da58f335596c856dee21e2ad014717912e4206d3'/>
<id>da58f335596c856dee21e2ad014717912e4206d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] get_or_create_service_token</title>
<updated>2015-12-15T19:19:47+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-02T19:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0d7470b48411f1b9d48762e33533bb9041676c2e'/>
<id>0d7470b48411f1b9d48762e33533bb9041676c2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] set syncable attribute</title>
<updated>2015-12-15T19:19:41+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-11-27T02:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=869aa5354ff74be9e0203c37c5d54c79d8e32863'/>
<id>869aa5354ff74be9e0203c37c5d54c79d8e32863</id>
<content type='text'>
this allows to switch the online/offline mode on a running soledad
instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows to switch the online/offline mode on a running soledad
instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix failing tests after last events modification</title>
<updated>2015-12-14T14:12:37+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-12-14T14:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a750a80d35b19d1d8bd410c194531b8b92c6eb96'/>
<id>a750a80d35b19d1d8bd410c194531b8b92c6eb96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
