summaryrefslogtreecommitdiffstats
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
...
* | Now have enough functions to implement a standard TFTP client in around 50Michael Brown2005-06-011-11/+107
* | Add tftp_ack() and tftp_error()Michael Brown2005-05-311-7/+73
* | First versionMichael Brown2005-05-311-0/+299
* | Fixes for gcc >= 3.2 from Georg BaumMichael Brown2005-05-242-9/+13
* | Imported from Etherboot 5.4 treeMichael Brown2005-05-191-0/+245
|/
* Quickly hacked to use a buffer rather than a processor.Michael Brown2005-05-172-39/+41
* Update to use buffer rather than processorMichael Brown2005-05-171-40/+11Star
* Updated to use buffer rather than processorMichael Brown2005-05-171-16/+7Star
* Add twiddle() so that progress is visible.Michael Brown2005-05-171-0/+1
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-12/+12
* Updated to use new URL parser and new protocol API.Michael Brown2005-05-021-75/+70Star
* Split TCP code out into proto/tcp.cMichael Brown2005-05-021-0/+286
* Protocol structure can now specify the default port.Michael Brown2005-05-024-13/+12Star
* Protocol names are x-slam and x-tftmMichael Brown2005-05-012-2/+2
* Updated to protocol APIMichael Brown2005-05-011-43/+38Star
* Updated to protocol APIMichael Brown2005-05-011-70/+65Star
* Updated to new protocol API, made to compile.Michael Brown2005-05-011-68/+85
* Moved protocols to proto/Michael Brown2005-05-014-0/+1848
* Abort immediately if no nameserver is present.Michael Brown2005-05-011-0/+6
* Add debugging for CNAME records.Michael Brown2005-05-011-3/+25
* NMB packets are so similar to DNS packets; we may as well add NMB as aMichael Brown2005-05-011-0/+103
* Straightforward A record resolution now known working.Michael Brown2005-04-301-4/+4
* DNS resolver rewritten, moved to proto/dns.cMichael Brown2005-04-301-0/+333
* tftp functions moved to proto/tftp.cMichael Brown2005-04-301-0/+174