summaryrefslogtreecommitdiffstats
path: root/src/net/udp/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-1/+16
* [Settings] Use a settings applicator to set the default TFTP URI.Michael Brown2008-03-211-0/+43
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-01-221-5/+5
|\
| * Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-5/+5
* | Add preliminary support for MTFTP.Michael Brown2007-12-261-112/+295
|/
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-7/+7
* Add RFC2090 TFTP multicast support.Michael Brown2007-11-281-82/+300
* Quick hack to be able to accept transfers from servers that don'tMichael Brown2007-11-251-0/+2
* Check for correct block number in tftp_rx_data().Michael Brown2007-09-081-1/+9
* Minor style fix: structure fields are generally initialised in theMichael Brown2007-09-061-1/+1
* TFTP default blocksize fix from VampyreMarty Connor2007-08-301-0/+1
* Use start_timer_nodelay() in protocols which rely on the retry timerMichael Brown2007-08-131-1/+1
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-0/+3
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+2
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-2/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Improve debuggingMichael Brown2007-07-011-0/+6
* Bugfix: iobuf->data always points to the start of the allocatedMichael Brown2007-06-281-1/+1
* Remove unused headers.Michael Brown2007-06-121-0/+2
* Updated TFTP and PXE UDP API code to use not-yet-implemented data-xferMichael Brown2007-06-111-246/+378
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Update TFTP and FTP to take the same temporary URI scheme as HTTPMichael Brown2007-01-151-17/+65
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-3/+3
* Update TFTP to use a struct buffer rather than a callback.Michael Brown2007-01-111-36/+51
* Added TFTP test code (currently just dumps file to console).Michael Brown2006-08-091-3/+6
* Initial (untested) implementation of TFTP over the new UDP API.Michael Brown2006-08-091-0/+471