summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't try to fetch another packet once we've reached EOF.Michael Brown2005-06-011-6/+12
* Make rfc2090 multicast option optionalMichael Brown2005-06-012-12/+17
* Re-order functions for more logical documentationMichael Brown2005-06-011-3/+3
* Don't choke on duplicate OACK packets.Michael Brown2005-06-013-63/+116
* Remove prototypes for obsolete functionsMichael Brown2005-06-011-9/+0Star
* DoxygenationMichael Brown2005-06-011-3/+38
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-018-195/+252
* Now have enough functions to implement a standard TFTP client in around 50Michael Brown2005-06-012-11/+132
* Add tftp_ack() and tftp_error()Michael Brown2005-05-311-7/+73
* First versionMichael Brown2005-05-311-0/+299
* patch of Helge WagnerGeert Stappers2005-05-311-1/+1
* Documented remainder of PXE TFTP API calls.Michael Brown2005-05-271-24/+241
* Documented the purpose of the two timeout fields inMichael Brown2005-05-271-2/+11
* Added diatribe about the mismatch between the PXE spec and the TFTPMichael Brown2005-05-271-19/+86
* Refer to implementation note on IP routing.Michael Brown2005-05-271-13/+12Star
* Added implementation note on IP routing.Michael Brown2005-05-271-2/+33
* Thoughts on how to coerce the PXE TFTP API into something resemblingMichael Brown2005-05-261-1/+141
* Separate out the documentation of the PXE API from the documentation ofMichael Brown2005-05-242-58/+92
* Remove the annoying #include linesMichael Brown2005-05-241-1/+1
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-248-47/+47
* Fixes for gcc >= 3.2 from Georg BaumMichael Brown2005-05-247-19/+23
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-2414-1644/+1539Star
* Added interface/pxe directoryMichael Brown2005-05-241-0/+1
* Moved pxe_loader.c to pxe_image.c to avoid name clashMichael Brown2005-05-241-0/+0
* Moved pxe_errors.c to pxe/interface/Michael Brown2005-05-241-0/+0
* Rearranging PXE header filesMichael Brown2005-05-244-835/+52Star
* the uncontroversal gcc 4.0 compilation fixesGeorge Baum2005-05-232-4/+4
* Separated out the Etherboot-specific parts of the old pxe.h header.Michael Brown2005-05-231-0/+88
* Added PXENV+ and !PXE structures, and the loader API.Michael Brown2005-05-231-0/+277
* Finished documenting the UNDI API.Michael Brown2005-05-231-12/+239
* Documented up to PXENV_UNDI_CLOSEMichael Brown2005-05-231-0/+60
* Documented Preboot, TFTP and UDP data structuresMichael Brown2005-05-231-3/+96
* Documented PXENV_GET_CACHED_INFO structuresMichael Brown2005-05-231-1/+116
* Add UDP parameter structuresMichael Brown2005-05-221-0/+17
* Define PXE types in terms of other PXE types where possibleMichael Brown2005-05-221-11/+22
* Worked out a sensible doxygen groupingMichael Brown2005-05-222-120/+784
* Added all API codes and basic prototypes.Michael Brown2005-05-211-0/+181
* Documented the basic PXE data typesMichael Brown2005-05-211-0/+112
* Documented the UDP API calls.Michael Brown2005-05-201-0/+299
* Moved pxe_export.c to pxe.c, since the old pxe.c no longer exists.Michael Brown2005-05-201-0/+0
* Documented the link stagesMichael Brown2005-05-201-7/+226
* Documented the compilation stagesMichael Brown2005-05-201-0/+200
* Enable latex outputMichael Brown2005-05-201-3/+3
* Add doc/ directory and .S files.Michael Brown2005-05-201-2/+6
* DoxygenationMichael Brown2005-05-201-1/+15
* Update to cope with changes in registers.hMichael Brown2005-05-209-45/+44Star
* Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3.Michael Brown2005-05-201-8/+95
* Use "#var" rather than "@c var" for doxygen.Michael Brown2005-05-205-17/+19
* DoxygenationMichael Brown2005-05-202-36/+138
* Don't include etherboot.h; we get a circular dependencyMichael Brown2005-05-201-1/+2