<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/common/src, branch 0.4.2</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>Fix dict representation so it works on python 2.6.</title>
<updated>2013-10-31T15:41:02+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-10-31T15:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=5914f47d4f1f3cad1429b11ddce467e7cc65aedb'/>
<id>5914f47d4f1f3cad1429b11ddce467e7cc65aedb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shared db locking.</title>
<updated>2013-10-28T21:18:30+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-10-14T13:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1244f691b084b12463f88e5e0ba068432c17f621'/>
<id>1244f691b084b12463f88e5e0ba068432c17f621</id>
<content type='text'>
  * Improve bootstrap sequence:
    - stages are more organized.
    - there are less useless requests to server.
  * Improve shared db access:
    - instantiate the shared db only once.
    - also results in less requests to server.
  * Handle unicode passphrases.
  * Move some common functions and global variables to common.
  * Improve security of recovery document:
    - access to the recovery document now depends on the user password.
  * Improve documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Improve bootstrap sequence:
    - stages are more organized.
    - there are less useless requests to server.
  * Improve shared db access:
    - instantiate the shared db only once.
    - also results in less requests to server.
  * Handle unicode passphrases.
  * Move some common functions and global variables to common.
  * Improve security of recovery document:
    - access to the recovery document now depends on the user password.
  * Improve documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve u1db data storage in couch.</title>
<updated>2013-09-18T14:24:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-08-31T22:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4ac07012159bee27dcc57509dd53bfb464cdb1a9'/>
<id>4ac07012159bee27dcc57509dd53bfb464cdb1a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Fix tests that leaked couch instances.</title>
<updated>2013-09-18T14:24:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-09-11T13:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=6de096709c54a010e45d71a7508272f74ab25bed'/>
<id>6de096709c54a010e45d71a7508272f74ab25bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pycrypto as test requirement.</title>
<updated>2013-09-18T14:24:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-09-09T17:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=2b0f2f02ca296d5e4fc167f0753f988c08a52064'/>
<id>2b0f2f02ca296d5e4fc167f0753f988c08a52064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add couch permission check.</title>
<updated>2013-09-18T14:24:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-08-31T18:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=c51e243917c9cfd5859de9f42fcb9943a94ab096'/>
<id>c51e243917c9cfd5859de9f42fcb9943a94ab096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>packaging improvements</title>
<updated>2013-08-23T11:36:38+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-08-23T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=b42d461341de2aa7e2136d85f67ebbd12918b200'/>
<id>b42d461341de2aa7e2136d85f67ebbd12918b200</id>
<content type='text'>
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test using new rand prefix.</title>
<updated>2013-08-21T17:40:37+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-08-21T05:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7f2976e7f47e7fee6ce607837e450494e540478d'/>
<id>7f2976e7f47e7fee6ce607837e450494e540478d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split soledad into common, client and server.</title>
<updated>2013-08-21T17:40:33+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2013-08-19T13:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=11ac38cb021e97cca77df2e9cf15f9136b24fc43'/>
<id>11ac38cb021e97cca77df2e9cf15f9136b24fc43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
