Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not interrupt streaming when encountering 0-length frames | Joffrey F | 2017-11-07 | 1 | -2/+2 |
* | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 1 | -1/+20 |
* | do not assume that read will consume the number of bytes requested | Michael Merickel | 2016-11-28 | 1 | -3/+7 |
* | Several fixes to npipe supportnpipe-advanced | Joffrey F | 2016-10-12 | 1 | -1/+8 |
* | Rename read methods for clarity | Aanand Prasad | 2016-07-13 | 1 | -5/+6 |
* | Rename read_iter() to frames_iter() | Aanand Prasad | 2016-07-13 | 1 | -1/+1 |
* | Rename next_packet_size to next_frame_size | Aanand Prasad | 2016-07-13 | 1 | -3/+3 |
* | Reorder socket.py methods | Aanand Prasad | 2016-07-13 | 1 | -13/+13 |
* | Document all socket utility methods | Aanand Prasad | 2016-07-13 | 1 | -2/+14 |
* | Refactors | Aanand Prasad | 2016-07-13 | 1 | -14/+13 |
* | Move read_loop() into docker.utils.socket.read_iter() | Aanand Prasad | 2016-07-13 | 1 | -0/+7 |
* | Move socket-reading test helpers into docker.utils.socket | Aanand Prasad | 2016-07-13 | 1 | -0/+49 |