summaryrefslogtreecommitdiff
path: root/src/transfer.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed debug printsXavier ASUS2019-01-261-4/+1
* requested_file is now also modified by send_file().XaviDCR922019-01-151-20/+35
* Files are finally being sent from a PC.XaviDCR922019-01-141-3/+102
* Incoming file requests are now processed. Only sending file data TODO.XaviDCR922019-01-131-5/+73
* Sending a PSX-EXE is now totally implemented.XaviDCR922019-01-121-45/+90
* PSX-EXE header is now sent on 8-byte chunks.XaviDCR922019-01-101-12/+31
* Bugfix: 'b' was being sent on first transmission instead of 99.XaviDCR922019-01-101-7/+55
* ACK from the device is received.XaviDCR922019-01-081-5/+33
* Some more work and format changes.Xavier Del Campo2019-01-061-5/+41
* Some more work, but it still does not compileXavier Del Campo2018-12-311-0/+16