Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support pickling of Structs -- _encode_self instance method needs some magic | Dana Powers | 2015-12-09 | 1 | -0/+1 |
* | Return PartialMessage object in MessageSet.decode if message is truncated by ... | Dana Powers | 2015-12-09 | 1 | -3/+10 |
* | Fix BytesIO import in kafka.protocol.message | Dana Powers | 2015-12-09 | 1 | -1/+3 |
* | Handle special __init__ signature in Message decode() | Dana Powers | 2015-12-09 | 1 | -0/+8 |
* | Handle decoding partial messages in MessageSet - caused by FetchRequest max_b... | Dana Powers | 2015-12-09 | 1 | -6/+24 |
* | Add comment re bytes offset tracking in MessageSet decode() | Dana Powers | 2015-12-04 | 1 | -1/+1 |
* | Recursive repr, display all field names and values for Structs | Dana Powers | 2015-12-04 | 1 | -1/+5 |
* | Use simply counting instead of buffer.tell() -- socket.makefile does not supp... | Dana Powers | 2015-12-04 | 1 | -2/+4 |
* | Rework protocol type definition: AbstractType, Schema, Struct | Dana Powers | 2015-12-04 | 1 | -0/+67 |