VirtualBox

source: vbox/trunk/src/VBox/Storage/ISCSI.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @103527   9 months vboxsync Storage/ISCSI.cpp: Some unused variable fixes, bugref:3409
(edit) @103435   9 months vboxsync Storage/{VISO.cpp,ISCSI.cpp}: Verify that there is a config interface …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90802   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @79965   5 years vboxsync Storage: Added a desired format parameter to VDGetFormat() so Main can …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74990   6 years vboxsync iSCSI: If LUN not explicitly specified and REPORT LUNS shows a single …
(edit) @74107   6 years vboxsync Storage/iSCSI: Fix login to COMSTAR iSCSI targets. The NSG field in …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69230   7 years vboxsync Storage: scm updates
(edit) @69154   7 years vboxsync Storage/iSCSI: Fix regression introduced r110744 which rendered the …
(edit) @66494   8 years vboxsync Storage: Get rid of duplicated code in the backends for unsupported …
(edit) @66486   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66110   8 years vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @64272   8 years vboxsync Storage: Doxygen fixes
(edit) @63905   8 years vboxsync Storage/VD: Add proper versioning of the backend structures instead of …
(edit) @63880   8 years vboxsync Storage/iSCSI: Cleanup, get rid goto ... last part
(edit) @63829   8 years vboxsync Storage/iSCSI: Cleanup (part 2, split up iscsiOpenImage into several …
(edit) @63827   8 years vboxsync Storage/iSCSI: Cleanup (part 1, the easy stuff)
(edit) @63802   8 years vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63785   8 years vboxsync Storage/VD: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKEND
(edit) @63781   8 years vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @62750   8 years vboxsync Storage: MSC understandably is a little confused about the state in …
(edit) @62748   8 years vboxsync Storage: warnings.
(edit) @62482   8 years vboxsync (C) 2016
(edit) @62471   8 years vboxsync Misc: scm
(edit) @62004   8 years vboxsync Storage/iSCSI: Fix possible endless reconnect loop if logging in to …
(edit) @61978   8 years vboxsync Storage/iSCSI: Fix a possible crash during VM resume when connectin to …
(edit) @61037   9 years vboxsync iSCSI: fix minor memory leaks
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57529   9 years vboxsync Storage/ISCSI: shut up gcc warning
(edit) @57388   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56370   9 years vboxsync Storage/iSCSI: Remove nonsense
(edit) @54430   10 years vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54138   10 years vboxsync iSCSI: Fix code which is only triggered when using the iSCSI over …
(edit) @53539   10 years vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @51105   11 years vboxsync Missing files for previous commit
(edit) @50988   11 years vboxsync Storage/VD: Cleanup VD plugin handling. One shared object can now …
(edit) @50304   11 years vboxsync iSCSI: Add option to dump malformed response packets
(edit) @49781   11 years vboxsync iSCSI: Fix release logging (missed one thing)
(edit) @49780   11 years vboxsync iSCSI: Fix release logging
(edit) @48851   11 years vboxsync Storage: Addressing 64-bit windows warnings.
(edit) @48743   11 years vboxsync Storage/VD: Add support for different sector sizes (only opening and …
(edit) @45486   12 years vboxsync Storage: Fix unused label and variable warnings
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44361   12 years vboxsync Storage/iSCSI: Fix endless recursion when setting up the connection if …
(edit) @44256   12 years vboxsync Storage/iSCSI: Clean up and merge sync and async I/O
(edit) @44252   12 years vboxsync Storage/Backends: async/sync I/O unification, remove separate entries …
(edit) @44242   12 years vboxsync Storage: Next step in the sync/async I/O unification, change all calls …
(edit) @44232   12 years vboxsync Storage: Fix regression introduced when adding …
(edit) @43925   12 years vboxsync ISCSI: IPv6 address parsing.
(edit) @43448   12 years vboxsync Storage/iSCSI: issue 3100. resend command READ CAPACITY in case of a …
(edit) @42398   12 years vboxsync Storage/iSCSI: Log the status detail in case of an intitator error …
(edit) @42192   12 years vboxsync iSCSI: bug out early if we get only an encrypted initiator secret
(edit) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @41785   12 years vboxsync Comment typos.
(edit) @40229   13 years vboxsync Storage/ISCSI: Don't validate the ExpStatSN field of a Login Respone …
(edit) @40173   13 years vboxsync ISCSI: Use simple queue to fix communication with recent COMSTAR targets
(edit) @39519   13 years vboxsync VD: API to repair corrupted images
(edit) @38876   13 years vboxsync Storage: Add async discard API
(edit) @38621   13 years vboxsync VD: Initial support to discard unused blocks in an image + support for …
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @37688   13 years vboxsync Storage/iSCSI: log opening and closing of connections, with local port …
(edit) @37176   14 years vboxsync iSCSI: Pause the VM if a request times out.
(edit) @36633   14 years vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @36230   14 years vboxsync iSCSI: Limit the number of certain error messages in the release log …
(edit) @36133   14 years vboxsync iSCSI: Clear tail pointer of waiting PDUs during reattach too (safety) …
(copy) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
copied from trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette