0
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 22 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #416 from folkertvanheusden/timestamp-in-logging More... about 1 month ago
Merge pull request #418 from bonzini/without-libgcrypt More... about 1 month ago
login: add support for gnutls More... about 1 month ago
login: do not try to "emulate" the libgcrypt API More... about 1 month ago
configure: add --with-libgcrypt option More... about 1 month ago
A possible 'fix' for https://github.com/sahlberg/libiscsi/issues/415 This patch adds a timestamp before each logged line. That could help correlating a logging to a network-trace. Because of offsets in time between the tracer and the test and the DUT, this does not always help. More... 3 months ago
Merge pull request #414 from mjt0k/remove-mentions-of-ld_iscsi More... 3 months ago
COPYING: stop mentioning ld_scsi More... 3 months ago
spelling fixes: eventhough, shoudl, asyncronous, maxium, implicity More... 3 months ago
New version 1.20.0 More... 3 months ago
Merge pull request #411 from folkertvanheusden/task-status More... 4 months ago
Previously, 'task->status' was printed as decimal. In iscsi.h, the values that are put into it are defined as hexadecimal. This is a bit confusing (grepping through the code for 251658241 did not result in anything while the hex variant f000001 resulted in SCSI_STATUS_ERROR). More... 4 months ago
Fix for https://github.com/sahlberg/libiscsi/issues/409 'ms->pages' was not checked for being NULL. This can happen when a target does not return any pages. More... 4 months ago
Merge pull request #406 from pizhenwei/improve-dump-header More... 6 months ago
Improve iSCSI PDU header dump More... 6 months ago
Abstract value_string as common utility More... 6 months ago
Merge pull request #404 from pizhenwei/drain-dataout-pdu-on-timeout More... 6 months ago
Drain DATAOUT PDU on timeout More... 6 months ago
Merge pull request #403 from pizhenwei/fix-socket-error-log More... 6 months ago
Log necessary message on internal reconnect More... 6 months ago
Merge pull request #402 from pizhenwei/debug-info-on-timeout More... 6 months ago
Dump opcode string in iscsi_dump_pdu_header() More... 6 months ago
Introduce helper function scsi_opcode_str More... 6 months ago
Declare value-string maps as static More... 6 months ago
Distinguish command timeout More... 6 months ago
Merge pull request #401 from pizhenwei/doc-iscsi-md5sum More... 7 months ago
doc: Add iscsi-md5sum More... 7 months ago
Merge pull request #399 from anatoliy-glagolev/master More... 8 months ago
fixup! checking if task is in outqueue More... 8 months ago
Merge pull request #398 from anatoliy-glagolev/master More... 8 months ago