<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external, branch v0.12.1.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.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.1.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>Build: update CMake and p2p for in-tree miniupnp</title>
<updated>2018-04-23T22:12:08Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2018-04-21T09:30:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1e20d705e7c64d2b17c031f345057d1e8850fafa'/>
<id>urn:sha1:1e20d705e7c64d2b17c031f345057d1e8850fafa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: update new location of in-tree miniupnpc</title>
<updated>2018-04-23T22:12:08Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2018-04-19T08:47:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e1f8bfaa3da30dbcc2a1c8ec3f9992ccf6f638d'/>
<id>urn:sha1:9e1f8bfaa3da30dbcc2a1c8ec3f9992ccf6f638d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build: add miniupnp submodule</title>
<updated>2018-04-23T22:12:08Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2018-04-19T06:31:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7b66d3d8cce4415534ce547d0c8bcb86e68bceb'/>
<id>urn:sha1:c7b66d3d8cce4415534ce547d0c8bcb86e68bceb</id>
<content type='text'>
Though we only need miniupnpc, rebasing and maintaining a miniupnpc-only
repo is unrealistic.
</content>
</entry>
<entry>
<title>Build: remove in-tree miniupnpc</title>
<updated>2018-04-19T06:28:55Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2018-04-19T06:28:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e962216678e699a8fc7eb271a8a515f5ca65f7cb'/>
<id>urn:sha1:e962216678e699a8fc7eb271a8a515f5ca65f7cb</id>
<content type='text'>
Will be replaced by a submodule.
</content>
</entry>
<entry>
<title>Unbound: add git submodule for unbound</title>
<updated>2018-03-18T15:52:27Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2017-06-28T21:15:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=efe70a15f819d7935421d2eef3a29933f5b9defb'/>
<id>urn:sha1:efe70a15f819d7935421d2eef3a29933f5b9defb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbound: remove unbound from in-tree source</title>
<updated>2018-03-18T15:52:19Z</updated>
<author>
<name>anonimal</name>
<email>anonimal@i2pmail.org</email>
</author>
<published>2017-06-28T21:07:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=84c5a9ba481d7a33cc0fd0ca43867b61d127d907'/>
<id>urn:sha1:84c5a9ba481d7a33cc0fd0ca43867b61d127d907</id>
<content type='text'>
We'll instead use a git submodule to pull from our unbound repo.
</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>
</feed>
