Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-17 | Remove spurious newline in message | Hector Martin | 1 | -1/+1 | |
2010-05-11 | Make max_payload unsigned toov1.0.4 | Hector Martin | 1 | -1/+1 | |
2010-05-11 | Fix aborts due to transmit window overflow | Hector Martin | 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 | Hector Martin | 1 | -1/+1 | |
2010-02-01 | Don't crash on TCP junk during device init | Hector Martin | 1 | -3/+9 | |
2010-01-24 | Clean up packet size types and add some paranoia | Hector Martin | 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 | Hector Martin | 1 | -0/+5 | |
2009-10-25 | Add missing license headers and make them consistent | Hector Martin | 1 | -1/+1 | |
2009-10-12 | Downgrade "no connection for packet" message loglevel too | Hector Martin | 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'. | Nikias Bassen | 1 | -0/+751 | |