Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Now have enough functions to implement a standard TFTP client in around 50 | Michael Brown | 2005-06-01 | 1 | -11/+107 | |
| | | | | | | | | lines of code. | |||||
* | | Add tftp_ack() and tftp_error() | Michael Brown | 2005-05-31 | 1 | -7/+73 | |
| | | ||||||
* | | First version | Michael Brown | 2005-05-31 | 1 | -0/+299 | |
| | | ||||||
* | | Fixes for gcc >= 3.2 from Georg Baum | Michael Brown | 2005-05-23 | 2 | -9/+13 | |
| | | ||||||
* | | Imported from Etherboot 5.4 tree | Michael Brown | 2005-05-19 | 1 | -0/+245 | |
|/ | ||||||
* | Quickly hacked to use a buffer rather than a processor. | Michael Brown | 2005-05-17 | 2 | -39/+41 | |
| | | | | These don't yet take advantage of the buffer functionality. | |||||
* | Update to use buffer rather than processor | Michael Brown | 2005-05-17 | 1 | -40/+11 | |
| | ||||||
* | Updated to use buffer rather than processor | Michael Brown | 2005-05-17 | 1 | -16/+7 | |
| | ||||||
* | Add twiddle() so that progress is visible. | Michael Brown | 2005-05-17 | 1 | -0/+1 | |
| | ||||||
* | Protocols now load data into a buffer; they don't execute it. | Michael Brown | 2005-05-09 | 1 | -12/+12 | |
| | ||||||
* | Updated to use new URL parser and new protocol API. | Michael Brown | 2005-05-02 | 1 | -75/+70 | |
| | | | | | | Sort of works; the HTTP stuff is fine but the TCP code seems to be broken; it doesn't ACK the packets and just hands us the retransmitted packets instead. | |||||
* | Split TCP code out into proto/tcp.c | Michael Brown | 2005-05-02 | 1 | -0/+286 | |
| | ||||||
* | Protocol structure can now specify the default port. | Michael Brown | 2005-05-01 | 4 | -13/+12 | |
| | ||||||
* | Protocol names are x-slam and x-tftm | Michael Brown | 2005-05-01 | 2 | -2/+2 | |
| | ||||||
* | Updated to protocol API | Michael Brown | 2005-05-01 | 1 | -43/+38 | |
| | ||||||
* | Updated to protocol API | Michael Brown | 2005-05-01 | 1 | -70/+65 | |
| | ||||||
* | Updated to new protocol API, made to compile. | Michael Brown | 2005-05-01 | 1 | -68/+85 | |
| | ||||||
* | Moved protocols to proto/ | Michael Brown | 2005-05-01 | 4 | -0/+1848 | |
| | ||||||
* | Abort immediately if no nameserver is present. | Michael Brown | 2005-05-01 | 1 | -0/+6 | |
| | ||||||
* | Add debugging for CNAME records. | Michael Brown | 2005-05-01 | 1 | -3/+25 | |
| | | | | Allow routines to be called by nmb.c | |||||
* | NMB packets are so similar to DNS packets; we may as well add NMB as a | Michael Brown | 2005-05-01 | 1 | -0/+103 | |
| | | | | name resolution method. | |||||
* | Straightforward A record resolution now known working. | Michael Brown | 2005-04-30 | 1 | -4/+4 | |
| | ||||||
* | DNS resolver rewritten, moved to proto/dns.c | Michael Brown | 2005-04-30 | 1 | -0/+333 | |
| | ||||||
* | tftp functions moved to proto/tftp.c | Michael Brown | 2005-04-30 | 1 | -0/+174 | |