<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/db_drivers, branch v0.12.2.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-05-08T05:34:56Z</updated>
<entry>
<title>Fix mdb_load append option</title>
<updated>2018-05-08T05:34:56Z</updated>
<author>
<name>hyc</name>
<email>hyc@symas.com</email>
</author>
<published>2018-05-08T05:14:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=00dd93971a2653370cb483016cb760042e3e1d32'/>
<id>urn:sha1:00dd93971a2653370cb483016cb760042e3e1d32</id>
<content type='text'>
Use MDB_CURRENT to avoid seeking to new key when appending DUPs.
Reinit cursor on new batch, if appending DUPs.
</content>
</entry>
<entry>
<title>ITS#8831 move flag init into readhdr</title>
<updated>2018-05-08T05:34:50Z</updated>
<author>
<name>hyc</name>
<email>hyc@symas.com</email>
</author>
<published>2018-04-02T17:01:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fa958d4b4b6a7af1670c0f650508569f399d16d9'/>
<id>urn:sha1:fa958d4b4b6a7af1670c0f650508569f399d16d9</id>
<content type='text'>
Avoid stomping on flags from 1st readhdr invocation
</content>
</entry>
<entry>
<title>liblmdb: install lmdb library for wallet2_api usage</title>
<updated>2018-03-16T10:32:57Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-03-08T10:01:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2ab66ff1d4f4df43f85e657fd93da4f8c680493d'/>
<id>urn:sha1:2ab66ff1d4f4df43f85e657fd93da4f8c680493d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ITS#8324 More for Win32 NTDLL junk</title>
<updated>2018-02-18T21:56:55Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2018-02-18T21:05:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b372ec43750da5df98fc23d8d6815626db139756'/>
<id>urn:sha1:b372ec43750da5df98fc23d8d6815626db139756</id>
<content type='text'>
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
</content>
</entry>
<entry>
<title>Merge pull request #3187</title>
<updated>2018-02-16T13:20:31Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:20:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=666a76652bcc82c5f85e1a658eab83b27e9e78a4'/>
<id>urn:sha1:666a76652bcc82c5f85e1a658eab83b27e9e78a4</id>
<content type='text'>
851bd057 call _exit instead of abort in release mode (moneromooo-monero)
</content>
</entry>
<entry>
<title>call _exit instead of abort in release mode</title>
<updated>2018-02-01T13:32:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-26T10:35:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=851bd057ecfa2997252429f86362b0a710a1af8d'/>
<id>urn:sha1:851bd057ecfa2997252429f86362b0a710a1af8d</id>
<content type='text'>
Avoids cores being created, as they're nowadays often piped
to some call home system
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add misc hardening flags to the cmake machinery</title>
<updated>2017-12-31T14:26:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-22T21:48:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=776b44f17b44b92b08f8cc37ec87e74ac68762ea'/>
<id>urn:sha1:776b44f17b44b92b08f8cc37ec87e74ac68762ea</id>
<content type='text'>
See https://wiki.debian.org/Hardening#User_Space
</content>
</entry>
<entry>
<title>Add mdb_drop tool</title>
<updated>2017-11-19T19:48:01Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-11-19T19:48:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8198f031f33a76050851ad483da96e933653bbfb'/>
<id>urn:sha1:8198f031f33a76050851ad483da96e933653bbfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ITS#8339 Solaris 10/11 robust mutex fixes</title>
<updated>2017-10-10T18:04:11Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@openldap.org</email>
</author>
<published>2016-06-02T20:01:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0aa4cc8028f915c070581067b7d3659a691fff1e'/>
<id>urn:sha1:0aa4cc8028f915c070581067b7d3659a691fff1e</id>
<content type='text'>
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work
on Linux/glibc because they used an enum). Zero out mutex before
initing.
</content>
</entry>
</feed>
