summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-157-26/+0Star
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-1/+1
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-4/+3Star
* Print net device name when making request.Michael Brown2006-08-111-1/+2
* Added cmdl_show proof-of-conceptMichael Brown2006-08-111-0/+20
* Added "hostname" and "ip" as sample settingsMichael Brown2006-08-111-0/+13
* Added ipv4 configuration typeMichael Brown2006-08-111-0/+56
* Add string configuration typeMichael Brown2006-08-112-10/+62
* Fail gracefully when set_dhcp_option() is called with options==NULL.Michael Brown2006-08-111-1/+6
* Added basic infrastructure for manipulating settings.Michael Brown2006-08-112-0/+251
* Removing because of conflict with new HTTP protocolDerek Pryor2006-08-111-173/+0Star
* New HTTP protocol and test codeDerek Pryor2006-08-114-0/+318
* command->data_{in,out} are now userptr_t, so it is invalid to compareMichael Brown2006-08-101-2/+2
* Fixed variable name in assertionMichael Brown2006-08-101-1/+1
* Added missing packed attributeMichael Brown2006-08-101-1/+1
* Added description for a basic ACPI table, taken fromMichael Brown2006-08-101-0/+39
* Both the !PXE and PXENV+ structures must be paragraph-alignedMichael Brown2006-08-091-0/+2
* Towards an RFC2988-compliant timer.Michael Brown2006-08-092-18/+41
* Don't call stop_timer() from within the timer expiry callback; it'sMichael Brown2006-08-091-11/+10Star
* Changed the TCP state machines behaviour in the ESTABLISHED stateNikhil Chandru Rao2006-08-091-5/+15
* Temporarily work around the bug when port numbers are reused betweenMichael Brown2006-08-091-0/+7
* Correct some packet ownership and freeing bugs.Michael Brown2006-08-091-15/+36
* out_flags was being set but never used.Michael Brown2006-08-091-16/+14Star
* Port the UDP port allocation code to TCPMichael Brown2006-08-091-21/+45
* Remove some of the confusion surrounding the amount to strip off fromMichael Brown2006-08-091-6/+5Star
* iphdr->hlen includes the IP header, so truncate packet *before*Michael Brown2006-08-091-1/+1
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-099-55/+17Star
* Make VERSION_MAJOR for gPXE be 0Marty Connor2006-08-091-1/+1
* Removed obsolete line merged in with the cmdline stuffMichael Brown2006-08-091-1/+0Star
* Do no evil. :)Michael Brown2006-08-091-1/+0Star
* Attempt a PXE NBP boot as the TFTP test.Michael Brown2006-08-092-19/+21
* Implement enough of PXENV_GET_CACHED_INFO to support pxelinux.Michael Brown2006-08-091-59/+58Star
* Added pxe_netdev; a slight hack for now, but will need to be doneMichael Brown2006-08-092-0/+4
* Derive xid dynamically from the netdev, so that we can callMichael Brown2006-08-092-20/+38
* AbortedMichael Brown2006-08-092-303/+0Star
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-0913-0/+1184
* Add a couple of small but vital parts to PXENV_UDP_WRITE.Michael Brown2006-08-091-1/+12
* Clarified packet ownership transfer between a few functions.Michael Brown2006-08-096-31/+63
* Note to self: learn to count.Michael Brown2006-08-091-3/+3
* Added missing __from_text16()s when passing pointers to PXE NBP.Michael Brown2006-08-091-1/+3
* Allow linking by converting functions to stubsMichael Brown2006-08-092-28/+25Star
* Allow linking by converting all functions to stubsMichael Brown2006-08-091-41/+30Star
* pxe_int_1a is needed by pxe_call.cMichael Brown2006-08-091-0/+1
* Added TFTP test code (currently just dumps file to console).Michael Brown2006-08-094-5/+67
* Initial (untested) implementation of TFTP over the new UDP API.Michael Brown2006-08-093-167/+491
* The prototype for strcasecmp() is apparently in strings.h.Michael Brown2006-08-091-0/+2
* Changed ipv4_dump() to consume only one line.Nikhil Chandru Rao2006-08-091-15/+1Star
* Corrected bugs in the TCP logic. There might be a few more which need to be t...Nikhil Chandru Rao2006-08-091-25/+27
* Added some TFTP definitions for use with the new UDP API.Michael Brown2006-08-091-0/+125
* Added (not yet tested) PXE API entry point and support functions.Michael Brown2006-08-082-0/+300