<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-lmdb/lmdb.c, branch master</title>
<subtitle>key/value store</subtitle>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/'/>
<entry>
<title>always enable NOTLS flag</title>
<updated>2023-12-16T23:48:32+00:00</updated>
<author>
<name>ubq323</name>
<email>ubq323@ubq323.website</email>
</author>
<published>2023-12-16T23:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=3ea068dfa3eea1dc4e3811fa40e6238b17204ccc'/>
<id>3ea068dfa3eea1dc4e3811fa40e6238b17204ccc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add mapsize option</title>
<updated>2023-04-05T02:49:26+00:00</updated>
<author>
<name>ubq323</name>
<email>ubq323@ubq323.website</email>
</author>
<published>2023-03-24T22:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=d27bb860ea5d3edb59b78413325102104a24ce1e'/>
<id>d27bb860ea5d3edb59b78413325102104a24ce1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add lmdb.pairs() for iteration on lua versions without __pairs metamethod</title>
<updated>2023-04-05T02:48:59+00:00</updated>
<author>
<name>ubq323</name>
<email>ubq323@ubq323.website</email>
</author>
<published>2023-03-21T16:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=241690fe5733e758166d8fcd52acaa5f2e505cb0'/>
<id>241690fe5733e758166d8fcd52acaa5f2e505cb0</id>
<content type='text'>
also fix minor formatting error in readme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also fix minor formatting error in readme
</pre>
</div>
</content>
</entry>
<entry>
<title>add #db operator for number of entries in db</title>
<updated>2023-03-21T03:57:38+00:00</updated>
<author>
<name>ubq323</name>
<email>ubq323@ubq323.website</email>
</author>
<published>2023-03-19T20:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=ba9787994770dab80403ee21539bd5bbba912d47'/>
<id>ba9787994770dab80403ee21539bd5bbba912d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve makefile</title>
<updated>2023-03-21T03:55:39+00:00</updated>
<author>
<name>the lemons</name>
<email>citrons@mondecitronne.com</email>
</author>
<published>2023-03-21T03:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=0d050815788bf1dfdac1bc417a801f69684079c8'/>
<id>0d050815788bf1dfdac1bc417a801f69684079c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix stack underflow causing segfault on luajit</title>
<updated>2023-03-21T03:24:28+00:00</updated>
<author>
<name>ubq323</name>
<email>ubq323@ubq323.website</email>
</author>
<published>2023-03-19T20:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=9ce7a7ed9818208791041a29e6653e16b81d8604'/>
<id>9ce7a7ed9818208791041a29e6653e16b81d8604</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for lua 5.1</title>
<updated>2023-03-21T03:24:06+00:00</updated>
<author>
<name>ubq323</name>
<email>ubq323@ubq323.website</email>
</author>
<published>2023-03-19T20:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=f6a88e1ee6d62dc447a8d8b1d77d63f1ab9b5ade'/>
<id>f6a88e1ee6d62dc447a8d8b1d77d63f1ab9b5ade</id>
<content type='text'>
uses a weak-keyed table in the registry to store parent-child mappings,
instead of associated uservalues, which were only added in 5.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses a weak-keyed table in the registry to store parent-child mappings,
instead of associated uservalues, which were only added in 5.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>add lmdb.next and pairs(db)</title>
<updated>2022-12-06T08:51:22+00:00</updated>
<author>
<name>the lemons</name>
<email>citrons@mondecitronne.com</email>
</author>
<published>2022-12-06T08:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=2731d37fe4f62b1ce9bfd7da09d1636082526fc2'/>
<id>2731d37fe4f62b1ce9bfd7da09d1636082526fc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>asserr (assert not error) macro</title>
<updated>2022-12-06T08:14:32+00:00</updated>
<author>
<name>the lemons</name>
<email>citrons@mondecitronne.com</email>
</author>
<published>2022-12-06T08:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=442acbe4ea0769d81d39c93572b859fb145b17f4'/>
<id>442acbe4ea0769d81d39c93572b859fb145b17f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>env:txn_begin(): make read-only by default</title>
<updated>2022-12-06T02:00:26+00:00</updated>
<author>
<name>the lemons</name>
<email>citrons@mondecitronne.com</email>
</author>
<published>2022-12-06T02:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.citrons.xyz/lua-lmdb/commit/?id=4384b3d0bdeca1fa3df5bb8a7cc13cf043b8c3a6'/>
<id>4384b3d0bdeca1fa3df5bb8a7cc13cf043b8c3a6</id>
<content type='text'>
this is more sensible behavior. read-write transactions are less
performant, so the programmer should have to engage them explicitly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is more sensible behavior. read-write transactions are less
performant, so the programmer should have to engage them explicitly.
</pre>
</div>
</content>
</entry>
</feed>
