<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack, branch max-xxx-size</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>Implement max_xxx_type for fallback.</title>
<updated>2014-06-26T12:41:50+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-06-26T12:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=c3cc8a96460c94cdde8eee6e83df6cb661d42018'/>
<id>c3cc8a96460c94cdde8eee6e83df6cb661d42018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More tests and fix max_ext_len.</title>
<updated>2014-06-25T11:08:29+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-06-25T11:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=fc546ec4cd135467aa3ee2e33061f17a6549ae98'/>
<id>fc546ec4cd135467aa3ee2e33061f17a6549ae98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add max_&lt;type&gt;_len option to unpacker. (fixes #97).</title>
<updated>2014-06-23T13:46:08+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-06-23T13:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=4094bcc43d0e69c992210295ec2b93dbf9990711'/>
<id>4094bcc43d0e69c992210295ec2b93dbf9990711</id>
<content type='text'>
Fix build error on 32bit environment (fixes #102).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix build error on 32bit environment (fixes #102).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unpacking uint32 on 32bit or LLP64.</title>
<updated>2014-05-25T16:17:53+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-05-25T16:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=7f623c09060fd2561efaa6e5b4ef40da9747ec9e'/>
<id>7f623c09060fd2561efaa6e5b4ef40da9747ec9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.4.2</title>
<updated>2014-03-26T08:20:51+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-03-26T08:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=61bac2f586e82313a0e618093bfed2435cd18983'/>
<id>61bac2f586e82313a0e618093bfed2435cd18983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #94 from msgpack/strict-input-check</title>
<updated>2014-03-26T06:37:29+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2014-03-26T06:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3a9dc1d7eaff590d08a41124db830f4dbfe1d98c'/>
<id>3a9dc1d7eaff590d08a41124db830f4dbfe1d98c</id>
<content type='text'>
Add tests for limits.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for limits.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix size limit on pack_array_header and pack_map_header.</title>
<updated>2014-03-26T02:05:53+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-03-26T02:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=ef5d93d4eaaaf107094776c215f07efd0faae3e9'/>
<id>ef5d93d4eaaaf107094776c215f07efd0faae3e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for format limits.</title>
<updated>2014-03-25T18:03:18+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-03-25T18:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=c60ab28ee72e1b179e21f5fbc6efd0f96d6e6467'/>
<id>c60ab28ee72e1b179e21f5fbc6efd0f96d6e6467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unpacker's ext_hook fixed + tests</title>
<updated>2014-03-24T13:31:06+00:00</updated>
<author>
<name>Alexey Popravka</name>
<email>aleksey.popravka@levelupers.com</email>
</author>
<published>2014-03-24T13:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d850e56dd0e2d392bb6ead388c0f0a59f68e1bd2'/>
<id>d850e56dd0e2d392bb6ead388c0f0a59f68e1bd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.4.1</title>
<updated>2014-02-17T01:03:36+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>inada-n@klab.com</email>
</author>
<published>2014-02-17T01:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=1ca3c27a81eeb5b97fcd817cf4465923eeceea93'/>
<id>1ca3c27a81eeb5b97fcd817cf4465923eeceea93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
