summaryrefslogtreecommitdiffstats
path: root/src/net/tcp
Commit message (Expand)AuthorAgeFilesLines
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-024-3/+6
* Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-023-1/+7
* Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-021-0/+3
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-302-13/+67
* TLS now working again.Michael Brown2007-07-301-9/+8Star
* Merge branch 'symcheck2'Michael Brown2007-07-281-1/+1
|\
| * make http_open staticHolger Lubitz2007-07-271-1/+1
* | Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-261-18/+98
|/
* Added missing "static" declarationsMichael Brown2007-07-171-2/+2
* May be required in some disconnect scenariosMichael Brown2007-07-101-0/+1
* Add missing staticMichael Brown2007-07-091-1/+1
* Fix TX state machine and miscellaneous other bits.Michael Brown2007-07-091-38/+70
* Fix root-path parsing.Michael Brown2007-07-091-36/+35Star
* Ready to start testingMichael Brown2007-07-081-20/+24
* Code in place to use a hypothetical SCSI interface.Michael Brown2007-07-081-8/+23
* Everything except the SCSI interface should now be presentMichael Brown2007-07-081-38/+274
* iSCSI updated to use data-xfer interface on the socket side (TCP).Michael Brown2007-07-081-330/+379
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-082-1/+6
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-082-5/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Switch compiler warning on tcp_open() to a #warningMichael Brown2007-07-051-0/+3
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-112-2/+6
* Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-081-26/+1Star
|\
| * Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need themMichael Brown2007-05-311-26/+1Star
* | Should call ftp_done() if constructor fails.Michael Brown2007-05-291-0/+1
* | Update HTTP to use data-xfer interface.Michael Brown2007-05-291-217/+254
* | Updated FTP to use data-xfer API.Michael Brown2007-05-281-174/+206
|/
* Allow queries in GET requestsMichael Brown2007-02-011-5/+7
* Placeholder for TLS insertionMichael Brown2007-01-311-8/+19
* Changed to use the generic stream API.Michael Brown2007-01-313-113/+151
* Keep HTTP progress updated, and display a progress indicator during theMichael Brown2007-01-291-0/+4
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-193-3/+3
* A working name resolution frameworkMichael Brown2007-01-181-9/+5Star
* Presize the download buffer when we see the Content-Length header;Michael Brown2007-01-181-0/+12
* Reorder functions to more closely reflect the flow of controlMichael Brown2007-01-181-56/+47Star
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-182-34/+62
* Quickly hack in DNS resolution as a proof of conceptMichael Brown2007-01-151-6/+22
* Update TFTP and FTP to take the same temporary URI scheme as HTTPMichael Brown2007-01-151-48/+82
* Protocol's get() method no longer takes ownership of the URI. HTTP is theMichael Brown2007-01-151-3/+0Star
* Must free http on the error path; nothing else will do itMichael Brown2007-01-151-0/+1
* Unmaintained example code is probably worse than useless.Michael Brown2007-01-151-122/+0Star
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-154-21/+89
* Fixed HTTPMichael Brown2007-01-121-132/+290
* No need to maintain a received byte count; we always fill in sequentialMichael Brown2007-01-121-5/+1Star
* Change FTP to use a data buffer rather than a callback function.Michael Brown2007-01-111-14/+27
* We can't assert that the RX engine is idle in iscsi_done(), because itMichael Brown2007-01-091-2/+0Star
* Use debug auto-colourisation.Michael Brown2007-01-091-42/+47
* Clean up connection closing and permanent failure logic.Michael Brown2007-01-091-32/+62