summaryrefslogtreecommitdiff
path: root/lib/common/CollectInBufferStream.h
Commit message (Collapse)AuthorAge
* Remove the duplicate copy constructor that MSVC warns about.Chris Wilson2015-12-02
|
* Whitespace, import order and comment fixesChris Wilson2015-08-29
|
* Allow moving a CollectInBufferStream's contents to another oneChris Wilson2015-08-07
|
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
| | | | | | | | If the system is suspended then it may not realise that a TCP connection has been closed, while waiting for data to arrive on it. We didn't used to apply a timeout to this read operation. Now we use the connection's default timeout on all read and write operations. Network operations that don't pass a timeout will be logged with a backtrace, so that they can be fixed.
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
| | | | You may need a new checkout to see this.
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14