to reduce memory usage, keep tx pointers in interleaved list instead of each in its...
[p2pool.git] / p2pool / util / pack.py
2012-12-06 Forrest Voightto reduce memory usage, keep tx pointers in interleaved... 9.4
2012-11-30 Forrest Voightmemoize IntType constructor
2012-11-28 Forrest Voightsmall speadup for ListType.read
2012-11-28 Forrest Voightfixed bug, speeding up share loading and verification...
2012-10-28 Forrest Voightcache packed sizes of transactions so they don't have...
2012-07-27 Forrest Voightsupport for reading and writing ipv6 addresses
2012-06-10 Forrest Voightskip ahead to received block headers to prevent orphans...
2012-05-03 Forrest Voightreversed order of EnumType mapping argument
2012-03-20 Forrest Voightsome fixes to util.pack: support 0-bit integers and...
2012-03-12 Forrest Voightfixed imports and indentation
2012-03-09 Forrest Voightsimplified assertion in pack since pack/unpack are...
2012-02-22 Forrest Voightimproved share explorer share view a lot
2012-02-19 Forrest Voightprotocol change scheduled for mar 4 and feb 26 for... 0.9
2012-02-13 Forrest Voightmade util.pack.ComposedType check that the keys in...
2012-02-13 Forrest Voightremoved outdated comment in util.pack
2012-02-08 Forrest Voightmade VarIntType only accept canonically packed integers...
2012-01-29 Forrest Voightremoved PassthruType and moved hashing functions from...
2012-01-28 Forrest Voightmoved base58 to only p2pool.bitcoin.data
2012-01-28 Forrest Voightmoved generic data types to util.pack