summaryrefslogtreecommitdiffstats
path: root/src/net/tcp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [http] GET / if URI doesn't contain a pathJoshua Oreman2010-01-271-1/+2
* [ftp] User and password URI support for the FTP protocolgL2n30Y06arv22010-01-211-2/+24
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-19/+12Star
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-101-1/+0Star
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-37/+1Star
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-6/+1Star
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-181-18/+11Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-183-0/+6
* [http] Support HTTP redirectionMichael Brown2009-03-301-0/+28
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-303-4/+4
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-201-12/+11Star
* [http] Send authentication information whenever username is presentMichael Brown2009-02-171-9/+8Star
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-152-2/+2
* [http] Allow for URI encodings within username and passwordMichael Brown2009-02-131-2/+15
* [http] Add support for HTTP Basic authenticationMichael Brown2009-02-131-0/+28
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-2/+1Star
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-20/+41
* [iscsi] Fix LUN parsing in the iSCSI root-pathMichael Brown2008-09-281-11/+14
* [iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"Michael Brown2008-09-191-1/+1
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-45/+266
* [ftp] Terminate processing after receiving an errorSergey Vlasov2008-07-301-0/+1
* [ftp] Cope with RETR completion prior to all data receivedMichael Brown2008-07-301-15/+33
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-3/+34
* [iSCSI] Offer CHAP authentication only if we have a username and passwordMichael Brown2008-04-241-4/+5
* [http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 clientH. Peter Anvin2008-03-311-1/+1
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-11/+19