199 Commits (518a98eb56f073c4fd1f20c730e474a6f2c8c2e9)

Author SHA1 Message Date
  Michael Brown 518a98eb56 [http] Rewrite HTTP core to support content encodings 8 years ago
  Michael Brown 76338543f9 [iscsi] Add missing "break" statements 9 years ago
  Michael Brown 1205721cbd [base64] Add buffer size parameter to base64_encode() and base64_decode() 9 years ago
  Michael Brown 9aa8090d06 [base16] Add buffer size parameter to base16_encode() and base16_decode() 9 years ago
  Michael Brown 042a982c4d [http] Support MD5-sess Digest authentication 9 years ago
  Michael Brown 42ea20afee [http] Abstract out HTTP Digest hash algorithm operations 9 years ago
  Michael Brown c1ac466838 [iscsi] Rewrite unrelicensable portions of iscsi.c 9 years ago
  Michael Brown 2f020a8df3 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
  Michael Brown b6ee89ffb5 [legal] Relicense files under GPL2_OR_LATER_OR_UBDL 9 years ago
  Michael Brown 8290a95513 [build] Expose build timestamp, build name, and product names 10 years ago
  Michael Brown e047811c85 [scsi] Improve sense code parsing 10 years ago
  Michael Brown e825a96a25 [http] Profile receive datapath 10 years ago
  Michael Brown e845b7da9b [http] Accept Content-Length header with trailing whitespace 10 years ago
  Michael Brown 42bf3b9aa9 [http] Automatically retry request on a 503 Service Unavailable 10 years ago
  Michael Brown 0d657b8e94 [http] Use a retry timer to trigger retried requests 10 years ago
  Michael Brown 7667536527 [uri] Refactor URI parsing and formatting 10 years ago
  Michael Brown b0942534eb [settings] Force settings into alphabetical order within sections 10 years ago
  Michael Brown 44a0dc7848 [syslog] Add support for IPv6 syslog server 10 years ago
  Michael Brown 22001cb206 [settings] Explicitly separate the concept of a completed fetched setting 10 years ago
  Michael Brown b2251743d8 [console] Allow console input and output to be disabled independently 10 years ago
  Michael Brown 02a63c6dec [console] Pass escape sequence context to ANSI escape sequence handlers 10 years ago
  Michael Brown 82e452d427 [http] Add support for HTTP POST 11 years ago
  Marin Hannache 30de9e8300 [nfs] Add support for NFS protocol 11 years ago
  Michael Brown 4867085c0c [build] Include version number within only a single object file 11 years ago
  Michael Brown 8f7cd88af5 [http] Fix HTTP SAN booting 12 years ago
  Marin Hannache 1170a36e6b [ftp] Add support for the FTP SIZE command 12 years ago
  Michael Brown 501527daab [http] Treat any unexpected connection close as an error 12 years ago
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12 years ago
  Michael Brown cbc54bf559 [syslog] Include hostname within syslog messages where possible 12 years ago
  Michael Brown 658c25aa82 [http] Add support for Digest authentication 12 years ago
  Michael Brown 5f2226aa36 [http] Provide credentials only when requested by server 12 years ago
  Michael Brown 8f5d44b5c6 [http] Split construction of Authorization header out of http_step() 12 years ago
  Michael Brown 46df5c92a8 [http] Defer processing response code until after receiving all headers 12 years ago
  Michael Brown 8a5ba6733d [http] Reopen connections when server does not keep connection alive 12 years ago
  Michael Brown 73b21174b2 [iscsi] Report SCSI response only when applicable 12 years ago
  Kevin Tran e01cf6fb3a [http] Fix typo in memory allocation 12 years ago
  Michael Brown 45e0327987 [http] Avoid using stack-allocated memory in http_step() 12 years ago
  Michael Brown 943b3003bd [syslog] Add basic support for encrypted syslog via TLS 12 years ago
  Michael Brown b9720e4ebf [http] Disambiguate the various error causes 12 years ago
  Michael Brown b7f8d1bbfd [tls] Add support for Server Name Indication (SNI) 12 years ago
  Michael Brown 1d293776ea [iscsi] Send any padding inline with the data segment 12 years ago
  Jason Lunz cb10137e19 [http] Recognise status code 303 as valid 12 years ago
  Michael Brown 99de239867 [http] Allow for HTTPS-only builds 12 years ago
  Michael Brown bd718b2110 [iscsi] Fail immediately if target rejects any of our parameters 12 years ago
  Malte Starostik 69b7d57265 [http] Include port in HTTP Host header as needed 13 years ago
  Michael Brown 1b8984eb5d [iscsi] Avoid duplicate calls to iscsi_tx_done() 13 years ago
  Michael Brown 00afad8122 [http] Fix size_t format specifiers 13 years ago
  Michael Brown 2988b26653 [http] Support read-only HTTP block devices 13 years ago
  Michael Brown bce34e87df [iscsi] Eliminate polling while waiting for window to open 13 years ago
  Michael Brown 3ad1a1a60a [http] Eliminate polling while waiting for window to open 13 years ago