Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-11 | Make max_payload unsigned toov1.0.4 | 1 | -1/+1 | ||
2010-05-11 | Fix aborts due to transmit window overflow | 1 | -1/+6 | ||
c0b02222 made conn->sendable unsigned. If the device reduces the window after we've sent too much data already, it can become negative, overflow, and cause connection aborts when we send too much data. Fix this by checking for this condition and setting conn->sendable to 0. Thanks to Thomas Jost and Nikias Bassen for debugging this issue. | |||||
2010-02-07 | Remove silly null statementv1.0.2 | 1 | -1/+1 | ||
2010-02-01 | Don't crash on TCP junk during device init | 1 | -3/+9 | ||
2010-01-24 | Clean up packet size types and add some paranoia | 1 | -12/+26 | ||
None of this should fix an exploit, it's just healthy paranoia. | |||||
2010-01-24 | Security fix: check cumulative packet size for split device packets | 1 | -0/+5 | ||
2009-10-25 | Add missing license headers and make them consistent | 1 | -1/+1 | ||
2009-10-12 | Downgrade "no connection for packet" message loglevel too | 1 | -1/+1 | ||
Also happens after connection is closed by the host and the like, to be expected. | |||||
2009-08-25 | Renamed directory 'usbmuxd' to more suitable 'daemon'. | 1 | -0/+751 | ||