<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/src/leap/soledad/client, branch 8938</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[feat] toggle http persistence depending on environment variable</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-04T23:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e0a650d9ade2d028b9aaa4f0fb9fb07a371fbdfe'/>
<id>e0a650d9ade2d028b9aaa4f0fb9fb07a371fbdfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use a persistent connetion pool in http agent</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-02T05:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=e8cc3ca3d4ea868a971ae2479333a4e1807cf8be'/>
<id>e8cc3ca3d4ea868a971ae2479333a4e1807cf8be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] use cookies in the client syncer</title>
<updated>2017-09-05T14:17:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-02T03:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=303a0cb452c4d252e0204449dd847dabc210e89b'/>
<id>303a0cb452c4d252e0204449dd847dabc210e89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] ensure the number of threads in blobs thread pool</title>
<updated>2017-09-05T14:17:46+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-01T12:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4d9fbf01b7fc9c0da8c2e267945d10af3837f161'/>
<id>4d9fbf01b7fc9c0da8c2e267945d10af3837f161</id>
<content type='text'>
The number of threads in the blobs databae thread pool can't be smaller
than the number of attemps to write concurrently to the database,
otherwise different kinds of concurrency problems may arise. By setting
the minimum and maximum number of threads to the same number, we make
sure there will always be that number of available threads for
interaction with the blobs db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The number of threads in the blobs databae thread pool can't be smaller
than the number of attemps to write concurrently to the database,
otherwise different kinds of concurrency problems may arise. By setting
the minimum and maximum number of threads to the same number, we make
sure there will always be that number of available threads for
interaction with the blobs db.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use a different name for each user's blobs db</title>
<updated>2017-09-05T14:17:08+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-01T11:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=654ec33efae4050f513f6e9d3f1b33c3a39dbedf'/>
<id>654ec33efae4050f513f6e9d3f1b33c3a39dbedf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] revert pool size change pushed by mistake</title>
<updated>2017-08-31T13:48:17+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-08-31T13:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a5c77dcbc875d001f2a0ffba3249537f58556897'/>
<id>a5c77dcbc875d001f2a0ffba3249537f58556897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] increase number of connections in local blobs db pool</title>
<updated>2017-08-25T16:11:13+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-08-25T15:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f49d6a22304faec964f38df0c997ea486be30087'/>
<id>f49d6a22304faec964f38df0c997ea486be30087</id>
<content type='text'>
If the number of threads on the connection pool is small and the local
blobs db is stressed, different concurrent access problems may arise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the number of threads on the connection pool is small and the local
blobs db is stressed, different concurrent access problems may arise.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use remote secret for uploading blobs</title>
<updated>2017-08-23T05:52:38+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-08-14T01:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4a68ed4253f38e11bb85fdb90711145a30839561'/>
<id>4a68ed4253f38e11bb85fdb90711145a30839561</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use correct uuid in blobmanager setup</title>
<updated>2017-08-23T05:51:39+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-08-14T01:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=17b112684490a9bcfd09aef2a9b5b4c6d863e4c0'/>
<id>17b112684490a9bcfd09aef2a9b5b4c6d863e4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] make blobs client unaware of 'default'</title>
<updated>2017-08-11T22:52:10+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-10T22:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f94519c0c9fbbf50b272e62b5e8d0998d25275fc'/>
<id>f94519c0c9fbbf50b272e62b5e8d0998d25275fc</id>
<content type='text'>
This value was hardcoded on client, but it's assumed to be default by
the server and there is no need for it to be hardcoded.

-- Resolves: #8882
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This value was hardcoded on client, but it's assumed to be default by
the server and there is no need for it to be hardcoded.

-- Resolves: #8882
</pre>
</div>
</content>
</entry>
</feed>
