|
|
@98273
|
23 months |
vboxsync |
Main/GuestDnD*: rc -> hrc/vrc. bugref:10223
|
|
|
@98262
|
23 months |
vboxsync |
Main: rc() -> hrc()/vrc(). bugref:10223
|
|
|
@98103
|
23 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@97835
|
2 years |
vboxsync |
DnD/Main: Added some more user-friendly error texts when beginning a …
|
|
|
@97822
|
2 years |
vboxsync |
DnD/Main: Don't set (and return) an error for …
|
|
|
@97802
|
2 years |
vboxsync |
DnD/Main: Made the progress object description a bit more flexible, to …
|
|
|
@97788
|
2 years |
vboxsync |
DnD: Simplified / untangled reset handling:
- Don't implicitly reset …
|
|
|
@97784
|
2 years |
vboxsync |
DnD/Main + FE/Qt: Moved the drag'n drop state to where it belongs, …
|
|
|
@97783
|
2 years |
vboxsync |
DnD/Main: Added ability to report back the guest-side rc when waiting …
|
|
|
@97780
|
2 years |
vboxsync |
DnD/Main: Added various i_setErrorXXX() methods for GuestDnDBase, …
|
|
|
@97751
|
2 years |
vboxsync |
DnD: Renamed VERR_GSTDND_GUEST_ERROR -> VERR_DND_GUEST_ERROR to be …
|
|
|
@97750
|
2 years |
vboxsync |
DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
|
|
|
@97749
|
2 years |
vboxsync |
DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@85746
|
4 years |
vboxsync |
DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
|
|
|
@85745
|
4 years |
vboxsync |
DnD: Renaming -- prefix all HGCM function number defines with …
|
|
|
@85744
|
4 years |
vboxsync |
DnD/Main: Renaming (GuestDnDResponse -> GuestDnDState).
|
|
|
@85743
|
4 years |
vboxsync |
DnD/Main: Don't mix rc and HRESULT in GuestDnD[Source|Target]::init() …
|
|
|
@85742
|
4 years |
vboxsync |
DnD/Main: Removed IDnDBase::protocolVersion getter (affects …
|
|
|
@85741
|
4 years |
vboxsync |
Reverted r139888 to change commit message.
|
|
|
@85740
|
4 years |
vboxsync |
DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
|
|
|
@85739
|
4 years |
vboxsync |
DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
|
|
|
@85681
|
4 years |
vboxsync |
DnD: Lots of documentation.
|
|
|
@85564
|
4 years |
vboxsync |
DnD/Main: Cleaned up error path handling a bit.
|
|
|
@85559
|
4 years |
vboxsync |
DnD/Main: Return boolean as return value for …
|
|
|
@85558
|
4 years |
vboxsync |
DnD/Main: Return list as return value for GuestDnDBase::i_getFormats().
|
|
|
@85557
|
4 years |
vboxsync |
DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
|
|
|
@85554
|
4 years |
vboxsync |
DnD/Main: Renamed GuestDnDMsg::setNextXXX() -> GuestDnDMsg::appendXXX().
|
|
|
@85537
|
4 years |
vboxsync |
DnD/Main: More fixes and cleanups.
|
|
|
@85451
|
4 years |
vboxsync |
DnD/Main: Release and re-acquire write locks before/after creating …
|
|
|
@85436
|
4 years |
vboxsync |
DnD/Main: More guest -> host fixes.
|
|
|
@85429
|
4 years |
vboxsync |
DnD: Added DnDTransferObjectInit() / DnDTransferObjectInitEx().
|
|
|
@85402
|
4 years |
vboxsync |
DnD/Main: Renaming; use size_t where appropriate.
|
|
|
@85371
|
4 years |
vboxsync |
DnD: Revamped code to simplify / untangle of internal data handling:
- …
|
|
|
@85020
|
4 years |
vboxsync |
DnD/Main: Renamed internal send/receive data task classes to unify naming.
|
|
|
@85018
|
4 years |
vboxsync |
DnD/Main: Renaming internal send/receive data contexts to emphasize …
|
|
|
@85002
|
4 years |
vboxsync |
DnD: More work on path conversion / validation.
|
|
|
@84998
|
4 years |
vboxsync |
DnD: Greatly simplified usage / API of the DnDURIObject class.
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@78745
|
6 years |
vboxsync |
Main/GuestDnD: Moved up comment about dragons and set pTask to NULL …
|
|
|
@78093
|
6 years |
vboxsync |
DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
|
|
|
@78089
|
6 years |
vboxsync |
DnD/Main: Fixed copying 0-byte files from guest to host.
|
|
|
@78085
|
6 years |
vboxsync |
DnD/Main: Log (into release log) if opening the dropped files …
|
|
|
@78084
|
6 years |
vboxsync |
DnD/Main: Release logging tweaks.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@74714
|
6 years |
vboxsync |
DnD: Cleaned up DnDURIObject API / internal state handling.
|
|
|
@74574
|
6 years |
vboxsync |
DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
|
|
|
@74526
|
6 years |
vboxsync |
DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
|
|
|
@74499
|
6 years |
vboxsync |
Build fix.
|
|
|
@74495
|
6 years |
vboxsync |
DnD/Main: Cleaned up / documented error handling for …
|
|
|
@74492
|
6 years |
vboxsync |
DnD/Main: Made sure that the active flag of PRECVDATACTX / …
|
|
|
@74439
|
6 years |
vboxsync |
DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
|
|
|
@74361
|
6 years |
vboxsync |
DnD/Main: Logging nits.
|
|
|
@73003
|
6 years |
vboxsync |
Main: Use setErrorBoth when we've got a VBox status code handy. (The …
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@67914
|
7 years |
vboxsync |
src-client: Define LOG_GROUP according to interface or similar.
|
|
|
@63475
|
8 years |
vboxsync |
build fix
|
|
|
@63471
|
8 years |
vboxsync |
DnD/Main: Resolved worker thread @todos.
|
|
|
@63259
|
8 years |
vboxsync |
Main: warnings
|
|
|
@63185
|
8 years |
vboxsync |
build fix
|
|
|
@63183
|
8 years |
vboxsync |
ThreadTask: Dealt with totally misguided m_pThread member. Started …
|
|
|
@63182
|
8 years |
vboxsync |
ThreadTask: split createThread up into three methods to avoid having …
|
|
|
@63180
|
8 years |
vboxsync |
GuestDnDTargetImpl.cpp,GuestDnDSourceImpl.cpp: @todo r=bird: Pointed …
|
|
|
@63159
|
8 years |
vboxsync |
Main: More uninitialized variable warnings.
|
|
|
@62372
|
8 years |
vboxsync |
backed out r108916
|
|
|
@62370
|
8 years |
vboxsync |
Main: a few fixes for -Wunused -Wconversion
|
|
|
@60050
|
9 years |
vboxsync |
Main/GuestDndSourceImpl: proper use of do { ... } while (0)
|
|
|
@59851
|
9 years |
vboxsync |
DnD/GuestDnDSourceImpl.cpp: Rollback fixes + logging.
|
|
|
@59842
|
9 years |
vboxsync |
DnD/Main: Fixes for raw data transfers and cancellation logic.
|
|
|
@58519
|
9 years |
vboxsync |
pr7179. DnD part has been changed.
|
|
|
@58329
|
9 years |
vboxsync |
DnD: Updates/bugfixes:
- Added separate VBOXDNDDISCONNECTMSG …
|
|
|
@58257
|
9 years |
vboxsync |
DnD: Added context IDs for all HGCM messages.
|
|
|
@58212
|
9 years |
vboxsync |
DnD: Updates.
- Introduced protocol changelog in DragAndDropSvc.h. …
|
|
|
@57776
|
9 years |
vboxsync |
DnD: Renamed DNDDIRDROPPEDFILES to DnDDroppedFiles and restructured it …
|
|
|
@57654
|
9 years |
vboxsync |
DnD: Moved allocation of DNDDIRDROPPEDFILES into …
|
|
|
@57500
|
9 years |
vboxsync |
DnD: Use a separate context for URI object when transferring, misc …
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57221
|
9 years |
vboxsync |
DnD: Added support for "drag promises" on OS X for guest to host …
|
|
|
@56907
|
9 years |
vboxsync |
DnD/Main: GuestDnDSourceImpl.cpp: Compare incoming and previously …
|
|
|
@56782
|
9 years |
vboxsync |
Nit.
|
|
|
@56655
|
9 years |
vboxsync |
Build fix.
|
|
|
@56554
|
9 years |
vboxsync |
DnD/Main: Wait a bit longer when checking for pending guest->host …
|
|
|
@56553
|
9 years |
vboxsync |
DnD/Main: Update for error messages.
|
|
|
@56506
|
9 years |
vboxsync |
DnD: Main: GuestDnDSourceImpl.cpp: More code for guest error handling.
|
|
|
@56215
|
9 years |
vboxsync |
DnD: GuestDnDSourceImpl: Simpler guest->host accounting; some logging …
|
|
|
@55965
|
10 years |
vboxsync |
build fix
|
|
|
@55963
|
10 years |
vboxsync |
DnD: Fixed hang when reporting host errors such as inaccessible …
|
|
|
@55823
|
10 years |
vboxsync |
DnD: Main/GuestDnDSourceImpl.cpp: Don't route reported guest errors …
|
|
|
@55706
|
10 years |
vboxsync |
Logging.
|
|
|
@55644
|
10 years |
vboxsync |
Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
|
|
|
@55640
|
10 years |
vboxsync |
DnD:
- Overhauled "dropped files" directory + general file …
|
|
|
@55571
|
10 years |
vboxsync |
DnD: Simplified cancellation logic.
|
|
|
@55556
|
10 years |
vboxsync |
DnD: Rollback handling, bugfixes, cleanup.
|
|
|
@55549
|
10 years |
vboxsync |
DnD: Update.
|
|
|
@55539
|
10 years |
vboxsync |
DnD: ErrorInfo handling, formatting, validation.
|
|
|
@55525
|
10 years |
vboxsync |
DnD: Handle receiving 0-byte files, only do workaround accounting on …
|
|
|
@55524
|
10 years |
vboxsync |
DnD: Another bugfix for protocol v1.
|
|
|