index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
2
-2
/
+3
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
2
-12
/
+16
*
[http] Support MD5-sess Digest authentication
Michael Brown
2015-03-09
1
-2
/
+42
*
[http] Abstract out HTTP Digest hash algorithm operations
Michael Brown
2015-03-09
1
-28
/
+56
*
[iscsi] Rewrite unrelicensable portions of iscsi.c
Michael Brown
2015-03-02
1
-36
/
+28
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
1
-2
/
+2
*
[scsi] Improve sense code parsing
Michael Brown
2014-06-03
1
-4
/
+7
*
[http] Profile receive datapath
Michael Brown
2014-04-28
1
-0
/
+13
*
[http] Accept Content-Length header with trailing whitespace
Michael Brown
2014-03-25
1
-1
/
+2
*
[http] Automatically retry request on a 503 Service Unavailable
Michael Brown
2014-03-07
1
-1
/
+45
*
[http] Use a retry timer to trigger retried requests
Michael Brown
2014-03-07
1
-15
/
+44
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
2
-30
/
+63
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
3
-6
/
+9
*
[syslog] Add support for IPv6 syslog server
Michael Brown
2013-12-05
1
-1
/
+0
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
3
-51
/
+24
*
[console] Allow console input and output to be disabled independently
Michael Brown
2013-11-28
1
-2
/
+2
*
[console] Pass escape sequence context to ANSI escape sequence handlers
Michael Brown
2013-11-27
1
-1
/
+3
*
[http] Add support for HTTP POST
Michael Brown
2013-08-19
1
-3
/
+121
*
[nfs] Add support for NFS protocol
Marin Hannache
2013-07-15
1
-0
/
+250
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
1
-2
/
+3
*
[http] Fix HTTP SAN booting
Michael Brown
2012-08-17
1
-6
/
+6
*
[ftp] Add support for the FTP SIZE command
Marin Hannache
2012-08-15
1
-11
/
+60
*
[http] Treat any unexpected connection close as an error
Michael Brown
2012-08-15
1
-7
/
+15
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
5
-5
/
+10
*
[syslog] Include hostname within syslog messages where possible
Michael Brown
2012-06-20
1
-4
/
+2
*
[http] Add support for Digest authentication
Michael Brown
2012-05-22
1
-0
/
+173
*
[http] Provide credentials only when requested by server
Michael Brown
2012-05-22
1
-16
/
+128
*
[http] Split construction of Authorization header out of http_step()
Michael Brown
2012-05-22
1
-57
/
+96
*
[http] Defer processing response code until after receiving all headers
Michael Brown
2012-05-22
1
-6
/
+10
*
[http] Reopen connections when server does not keep connection alive
Michael Brown
2012-05-22
1
-31
/
+118
*
[iscsi] Report SCSI response only when applicable
Michael Brown
2012-05-16
1
-1
/
+2
*
[http] Fix typo in memory allocation
Kevin Tran
2012-04-27
1
-1
/
+1
*
[http] Avoid using stack-allocated memory in http_step()
Michael Brown
2012-04-23
1
-14
/
+32
*
[syslog] Add basic support for encrypted syslog via TLS
Michael Brown
2012-04-10
1
-0
/
+275
*
[http] Disambiguate the various error causes
Michael Brown
2012-03-27
1
-13
/
+45
*
[tls] Add support for Server Name Indication (SNI)
Michael Brown
2012-03-03
1
-1
/
+2
*
[iscsi] Send any padding inline with the data segment
Michael Brown
2012-03-01
1
-28
/
+9
*
[http] Recognise status code 303 as valid
Jason Lunz
2012-03-01
1
-0
/
+1
*
[http] Allow for HTTPS-only builds
Michael Brown
2012-02-28
2
-858
/
+888
*
[iscsi] Fail immediately if target rejects any of our parameters
Michael Brown
2011-12-05
1
-12
/
+39
*
[http] Include port in HTTP Host header as needed
Malte Starostik
2011-07-15
1
-1
/
+5
*
[iscsi] Avoid duplicate calls to iscsi_tx_done()
Michael Brown
2011-06-29
1
-4
/
+9
*
[http] Fix size_t format specifiers
Michael Brown
2011-06-29
1
-1
/
+1
*
[http] Support read-only HTTP block devices
Michael Brown
2011-06-28
1
-59
/
+308
*
[iscsi] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-3
/
+26
*
[http] Eliminate polling while waiting for window to open
Michael Brown
2011-06-28
1
-32
/
+46
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
2
-9
/
+13
*
[ftp] Remove redundant ftp_data_deliver() method
Michael Brown
2011-06-28
1
-25
/
+4
[next]