| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix StreamResultToBytes._write_packet() | Victor Stinner | 2015-10-20 | 1 | -3/+17 |
| | | | | | | | | | Call write() in a loop until all bytes are written. The write() method doesn't ensure that all bytes are written. This change should workaround the eventlet bug: https://github.com/eventlet/eventlet/issues/248 | ||||
| * | Handle very short packets | Robert Collins | 2015-08-04 | 1 | -1/+5 |
| | | | | | Yay quickcheck. | ||||
| * | * Python 3.1 and 3.2 have an inconsistent memoryview implementation which | Robert Collins | 2013-08-25 | 1 | -1/+19 |
| | | | | | required a workaround for NUL byte detection. (Robert Collins, #1216246) | ||||
| * | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 1 | -2/+4 |
| | | | | | data and the error message. (Robert Collins) | ||||
| * | * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2. | Robert Collins | 2013-08-25 | 1 | -10/+15 |
| | | | | | (Robert Collins, #1216163) | ||||
| * | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 1 | -0/+4 |
| | | | | | (Robert Collins) | ||||
| * | * Memoryview detection was broken and thus it's use was never really tested. | Robert Collins | 2013-08-24 | 1 | -3/+10 |
| | | | | | (Robert Collins, 1216101) | ||||
| * | BUG FIXES | Robert Collins | 2013-05-13 | 1 | -0/+1 |
| | | | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815) | ||||
| * | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 1 | -86/+202 |
| | | |||||
| * | Fix up buffering to make pdb usable. | Robert Collins | 2013-03-04 | 1 | -3/+19 |
| | | |||||
| * | Batch up input in ByteStreamToStreamResult. | Robert Collins | 2013-02-26 | 1 | -6/+27 |
| | | |||||
| * | Make streams all binary and fix incorrect ordering of mime encoding. | Robert Collins | 2013-02-25 | 1 | -6/+11 |
| | | |||||
| * | Add an implementation of parser and generator for v2 streams. | Robert Collins | 2013-02-25 | 1 | -31/+219 |
| | | |||||
| * | Start on an encoder. | Robert Collins | 2013-02-22 | 1 | -0/+112 |
