Add .gitignore
[oweals/nmrpflash.git] / tftp.c
2016-02-08 Joseph C. LehnerUse signed int for ackblock
2016-02-08 Joseph C. LehnerAdjust tftp_put return values
2016-02-08 Joseph C. LehnerGracefully handle ACKs from the future
2016-02-07 Joseph C. LehnerCorrectly transmit empty file
2016-02-07 Joseph C. LehnerAdd debugging printfs for tftp packets
2016-02-07 Joseph C. LehnerFix TFTP code
2016-02-07 Joseph C. LehnerSwitch ports after the initial handshake if required
2016-02-05 Joseph C. LehnerUse correct type
2016-02-05 Joseph C. LehnerFix Winsock recvfrom() timeouts
2016-02-05 Joseph C. LehnerFix winsock shutdown call
2016-02-05 Joseph C. Lehnerx_basename -> leafname
2016-02-05 Joseph C. LehnerResend intial WRQs
2016-02-05 Joseph C. LehnerUnexport sock_set_rx_timeout
2016-02-05 Joseph C. LehnerBetter error messages
2016-02-05 Joseph C. LehnerUse strrchr instead of rindex
2016-02-05 Joseph C. LehnerFall back to sane filename instead of bailing out
2016-02-05 Joseph C. LehnerGracefully close the socket
2016-02-04 Joseph C. LehnerSanitize filename (netascii, basename)
2016-02-02 Joseph C. LehnerMany Windows fixes
2016-01-29 Joseph C. LehnerSatisfy clang
2016-01-25 Joseph C. LehnerAdd GPLv3 notices
2016-01-24 Joseph C. LehnerSeparate main from NMRP code
2016-01-24 Joseph C. LehnerTFTP fixes
2016-01-21 Joseph C. LehnerWorking TFTP upload