<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/map/plop.git/src, branch optimize-startup</title>
<subtitle>Magnus' plop repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/'/>
<entry>
<title>Optimize db:get_by_indices by not fetching entry and implementing index:getrange</title>
<updated>2014-10-25T13:32:07+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2014-10-25T13:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=d180def6cec2e5967a788c2b3161c191719b3fd0'/>
<id>d180def6cec2e5967a788c2b3161c191719b3fd0</id>
<content type='text'>
Conflicts:
	src/index.erl
	src/plop.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/index.erl
	src/plop.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Break include dependency on plop.hrl</title>
<updated>2014-10-24T09:02:29+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2014-10-21T15:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=6f477e27dcbb8ecf24947d473186e8984cf87867'/>
<id>6f477e27dcbb8ecf24947d473186e8984cf87867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Credit Emilia Käsper for the placeholder idea.</title>
<updated>2014-10-20T10:52:32+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-20T10:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=bf0a6e5458c16cb9bf72db002d840c5e1fbb3f29'/>
<id>bf0a6e5458c16cb9bf72db002d840c5e1fbb3f29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright and licensing information.</title>
<updated>2014-10-15T14:19:19+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-15T14:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=77e68d48e60599da5db3e310f98c7fbc41d63b88'/>
<id>77e68d48e60599da5db3e310f98c7fbc41d63b88</id>
<content type='text'>
After offline discussions with Magnus Ahltorp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After offline discussions with Magnus Ahltorp.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make get_by_indices() handle non-existing entries.</title>
<updated>2014-10-09T22:11:58+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-09T16:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=e2f2cf4e11d13602c787ccc7b90f5824ce87dab3'/>
<id>e2f2cf4e11d13602c787ccc7b90f5824ce87dab3</id>
<content type='text'>
- Limit End to size - 1.
- Return [] for start &lt; 0 and bound end &lt; start.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Limit End to size - 1.
- Return [] for start &lt; 0 and bound end &lt; start.
</pre>
</div>
</content>
</entry>
<entry>
<title>Indent.</title>
<updated>2014-10-09T14:36:13+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-09T14:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=0845e505d6589d6bc512cccff08329e4dc70940d'/>
<id>0845e505d6589d6bc512cccff08329e4dc70940d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add implementation of droplast/1.</title>
<updated>2014-10-08T18:24:53+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-08T18:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=0896db1904ff75c73a279721cdb1f2759e19ab3b'/>
<id>0896db1904ff75c73a279721cdb1f2759e19ab3b</id>
<content type='text'>
lists:droplast/1 is new as of R17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lists:droplast/1 is new as of R17.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'refs/remotes/map/fsync4' into origin-master</title>
<updated>2014-10-08T14:18:23+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-08T14:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=9d2ef27d1427ef1c61c497c272a74506d651771a'/>
<id>9d2ef27d1427ef1c61c497c272a74506d651771a</id>
<content type='text'>
Conflicts:
	src/db.erl
	src/plop.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/db.erl
	src/plop.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix api problems</title>
<updated>2014-09-29T08:21:56+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2014-09-27T16:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=6bceff8e5d10eff9ca59571e80a017afae347ced'/>
<id>6bceff8e5d10eff9ca59571e80a017afae347ced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the plop interface, in preparation for a new db implementation.</title>
<updated>2014-09-29T08:21:56+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-09-27T13:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/plop.git/commit/?id=b676b219edbc7f743dc4e186433a48e36424723a'/>
<id>b676b219edbc7f743dc4e186433a48e36424723a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
