summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* First versionMichael Brown2005-05-021-0/+21
* Tweaked to read more information (including symbol size) from blib.aMichael Brown2005-05-022-14/+46
* Add DOWNLOAD_PROTO_XXX options.Michael Brown2005-05-021-1/+15
* 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-024-301/+295Star
* Moved DOWNLOAD_PROTO_XXX options to config.hMichael Brown2005-05-023-32/+21Star
* More URL parsing moved into url.cMichael Brown2005-05-021-35/+7Star
* http.h obsoleted (no content)Michael Brown2005-05-022-8/+0Star
* Protocol structure can now specify the default port.Michael Brown2005-05-025-13/+14
* Made parse_url do more of the processing, to avoid duplicating parts ofMichael Brown2005-05-012-54/+62
* 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
* Removed obsolete prototypes.Michael Brown2005-05-011-17/+0Star
* Updated to new protocol API, made to compile.Michael Brown2005-05-011-68/+85
* umountall() handled by nfs.c's reset functionMichael Brown2005-05-011-3/+0Star
* nfs prototypes no longer required.Michael Brown2005-05-011-5/+0Star
* Add INIT_RPCMichael Brown2005-05-011-0/+1
* Moved protocols to proto/Michael Brown2005-05-014-0/+0
* Abort immediately if no nameserver is present.Michael Brown2005-05-011-0/+6
* Add debugging for CNAME records.Michael Brown2005-05-012-5/+38
* NMB packets are so similar to DNS packets; we may as well add NMB as aMichael Brown2005-05-012-0/+125
* Add NMB_RESOLVERMichael Brown2005-05-012-0/+5
* Do not include etherboot.hMichael Brown2005-05-012-5/+11
* Always request DNS server. DHCP handling will be generalised in future.Michael Brown2005-04-301-19/+3Star
* Straightforward A record resolution now known working.Michael Brown2005-04-301-4/+4
* ttl is a uint32_tMichael Brown2005-04-301-1/+1
* DNS resolver rewritten, moved to proto/dns.cMichael Brown2005-04-304-477/+414Star
* "dns_resolver" changed to "dns"Michael Brown2005-04-301-1/+1
* tftp functions moved to proto/tftp.cMichael Brown2005-04-302-157/+177
* tftp moved to separate file.Michael Brown2005-04-301-4/+20
* Protocols get passed a pointer to the filename portion as well as just theMichael Brown2005-04-301-0/+1
* tftp prototypes moved to tftp.hMichael Brown2005-04-301-2/+0Star
* Added "proto" directoryMichael Brown2005-04-301-0/+1
* Added debugging.Michael Brown2005-04-302-2/+9
* Added DNS resolver configuration option.Michael Brown2005-04-302-0/+18
* TFTP API changed.Michael Brown2005-04-301-16/+26
* loadkernel renamed to download_url, substantially restructured, and movedMichael Brown2005-04-301-2/+62
* loadkernel renamed to download_url and moved to nic.cMichael Brown2005-04-301-74/+2Star
* loadkernel no longer exists; it is now download_url and lives in nic.c.Michael Brown2005-04-301-6/+2Star
* inet_aton doesn't overwrite the IP address unless it is valid.Michael Brown2005-04-301-5/+7
* Protocols also take a pointer to a sockaddr_in.Michael Brown2005-04-301-1/+2
* Use struct in_addr rather than just "in_addr".Michael Brown2005-04-301-2/+14
* Moved strtoul prototype into stdlib.h for consistencyMichael Brown2005-04-301-0/+6
* parse_url() is void.Michael Brown2005-04-301-1/+8
* First versionMichael Brown2005-04-292-0/+40
* First versionMichael Brown2005-04-292-0/+58
* First versionMichael Brown2005-04-281-0/+22
* Much, much smaller. :)Michael Brown2005-04-281-123/+50Star
* First version: far too large (408 bytes!!!)Michael Brown2005-04-281-0/+144