aboutsummaryrefslogtreecommitdiff
path: root/src/net/tcp
AgeCommit message (Expand)AuthorFilesLines
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown1-2/+2
2014-06-03[scsi] Improve sense code parsingMichael Brown1-4/+7
2014-04-28[http] Profile receive datapathMichael Brown1-0/+13
2014-03-25[http] Accept Content-Length header with trailing whitespaceMichael Brown1-1/+2
2014-03-07[http] Automatically retry request on a 503 Service UnavailableMichael Brown1-1/+45
2014-03-07[http] Use a retry timer to trigger retried requestsMichael Brown1-15/+44
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown2-30/+63
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown3-6/+9
2013-12-05[syslog] Add support for IPv6 syslog serverMichael Brown1-1/+0
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown3-51/+24
2013-11-28[console] Allow console input and output to be disabled independentlyMichael Brown1-2/+2
2013-11-27[console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown1-1/+3
2013-08-19[http] Add support for HTTP POSTMichael Brown1-3/+121
2013-07-15[nfs] Add support for NFS protocolMarin Hannache1-0/+250
2012-11-02[build] Include version number within only a single object fileMichael Brown1-2/+3
2012-08-17[http] Fix HTTP SAN bootingMichael Brown1-6/+6
2012-08-15[ftp] Add support for the FTP SIZE commandMarin Hannache1-11/+60
2012-08-15[http] Treat any unexpected connection close as an errorMichael Brown1-7/+15
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown5-5/+10
2012-06-20[syslog] Include hostname within syslog messages where possibleMichael Brown1-4/+2
2012-05-22[http] Add support for Digest authenticationMichael Brown1-0/+173
2012-05-22[http] Provide credentials only when requested by serverMichael Brown1-16/+128
2012-05-22[http] Split construction of Authorization header out of http_step()Michael Brown1-57/+96
2012-05-22[http] Defer processing response code until after receiving all headersMichael Brown1-6/+10
2012-05-22[http] Reopen connections when server does not keep connection aliveMichael Brown1-31/+118
2012-05-16[iscsi] Report SCSI response only when applicableMichael Brown1-1/+2
2012-04-27[http] Fix typo in memory allocationKevin Tran1-1/+1
2012-04-23[http] Avoid using stack-allocated memory in http_step()Michael Brown1-14/+32
2012-04-10[syslog] Add basic support for encrypted syslog via TLSMichael Brown1-0/+275
2012-03-27[http] Disambiguate the various error causesMichael Brown1-13/+45
2012-03-03[tls] Add support for Server Name Indication (SNI)Michael Brown1-1/+2
2012-03-01[iscsi] Send any padding inline with the data segmentMichael Brown1-28/+9
2012-03-01[http] Recognise status code 303 as validJason Lunz1-0/+1
2012-02-28[http] Allow for HTTPS-only buildsMichael Brown2-858/+888
2011-12-05[iscsi] Fail immediately if target rejects any of our parametersMichael Brown1-12/+39
2011-07-15[http] Include port in HTTP Host header as neededMalte Starostik1-1/+5
2011-06-29[iscsi] Avoid duplicate calls to iscsi_tx_done()Michael Brown1-4/+9
2011-06-29[http] Fix size_t format specifiersMichael Brown1-1/+1
2011-06-28[http] Support read-only HTTP block devicesMichael Brown1-59/+308
2011-06-28[iscsi] Eliminate polling while waiting for window to openMichael Brown1-3/+26
2011-06-28[http] Eliminate polling while waiting for window to openMichael Brown1-32/+46
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown2-9/+13
2011-06-28[ftp] Remove redundant ftp_data_deliver() methodMichael Brown1-25/+4
2011-05-05[http] Support chunked transfer encodingMichael Brown1-44/+119
2011-03-23[settings] Impose a fixed order on settingsMichael Brown1-3/+3
2011-03-03[iscsi] Change default initiator IQNMichael Brown1-235/+140
2011-02-25[iscsi] Clarify support for NOP-InMichael Brown1-24/+9
2011-02-25[iscsi] Verify the correct tag in NOP-In PDUsMichael Brown1-4/+4
2011-02-24[iscsi] Accept NOP-In PDUs sent by the targetMichael Brown1-0/+50
2011-02-23[iscsi] Disambiguate the expected target errors in the login responseMichael Brown1-1/+20