summaryrefslogtreecommitdiffstats
path: root/src/net/tcp
Commit message (Expand)AuthorAgeFilesLines
...
* [ftp] Add support for the FTP SIZE commandMarin Hannache2012-08-151-11/+60
* [http] Treat any unexpected connection close as an errorMichael Brown2012-08-151-7/+15
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-205-5/+10
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-201-4/+2Star
* [http] Add support for Digest authenticationMichael Brown2012-05-231-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-231-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-231-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [iscsi] Report SCSI response only when applicableMichael Brown2012-05-161-1/+2
* [http] Fix typo in memory allocationKevin Tran2012-04-271-1/+1
* [http] Avoid using stack-allocated memory in http_step()Michael Brown2012-04-241-14/+32
* [syslog] Add basic support for encrypted syslog via TLSMichael Brown2012-04-101-0/+275
* [http] Disambiguate the various error causesMichael Brown2012-03-271-13/+45
* [tls] Add support for Server Name Indication (SNI)Michael Brown2012-03-031-1/+2
* [iscsi] Send any padding inline with the data segmentMichael Brown2012-03-011-28/+9Star
* [http] Recognise status code 303 as validJason Lunz2012-03-011-0/+1
* [http] Allow for HTTPS-only buildsMichael Brown2012-02-282-858/+888
* [iscsi] Fail immediately if target rejects any of our parametersMichael Brown2011-12-051-12/+39
* [http] Include port in HTTP Host header as neededMalte Starostik2011-07-151-1/+5
* [iscsi] Avoid duplicate calls to iscsi_tx_done()Michael Brown2011-06-291-4/+9
* [http] Fix size_t format specifiersMichael Brown2011-06-291-1/+1
* [http] Support read-only HTTP block devicesMichael Brown2011-06-281-59/+308
* [iscsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-3/+26
* [http] Eliminate polling while waiting for window to openMichael Brown2011-06-281-32/+46
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-282-9/+13
* [ftp] Remove redundant ftp_data_deliver() methodMichael Brown2011-06-281-25/+4Star
* [http] Support chunked transfer encodingMichael Brown2011-05-051-44/+119
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-3/+3
* [iscsi] Change default initiator IQNMichael Brown2011-03-031-235/+140Star
* [iscsi] Clarify support for NOP-InMichael Brown2011-02-251-24/+9Star
* [iscsi] Verify the correct tag in NOP-In PDUsMichael Brown2011-02-251-4/+4
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-241-0/+50
* [iscsi] Disambiguate the expected target errors in the login responseMichael Brown2011-02-231-1/+20
* [iscsi] Disambiguate the common EINVAL casesMichael Brown2010-12-011-4/+20
* [iscsi] Ensure ISID is consistent within an iSCSI sessionMichael Brown2010-10-181-1/+4
* [iscsi] Randomise a portion of the ISID to force new session instantiationMichael Brown2010-10-161-1/+1
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-156/+283
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-2/+2
* [http] Pass through unknown interface method callsMichael Brown2010-06-221-2/+4
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-224-195/+121Star
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-223-3/+3
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-11/+44
* [iscsi] Allow base64 encoding in large binary valuesPiotr JaroszyƄski2010-05-281-23/+47
* [iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown2010-05-281-24/+17Star
* [iscsi] Use generic base16 functions for iSCSIMichael Brown2010-05-281-30/+21Star
* [base64] Allow base64_encode() to handle arbitrary dataMichael Brown2010-05-281-4/+4
* [build] Rename gPXE to iPXEMichael Brown2010-04-204-37/+37
* [iscsi] Disambiguate some common authentication errorsMichael Brown2010-03-171-14/+27
* [iscsi] Fix interoperability with QNAP TS-639ProDanny Volkind2010-02-221-3/+10