VirtualBox

source: vbox/trunk/src/VBox/HostServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66393   8 years vboxsync bugref:8019: Undefined behaviour sanitiser: do not introduce an …
(edit) @66322   8 years vboxsync SharedFolders: adjusted assertion.
(edit) @66170   8 years vboxsync bugref:8019: Undefined behaviour sanitiser: disable the leak check …
(edit) @66099   8 years vboxsync SharedFolders: Some adjustments necessary for flexible array syntax in …
(edit) @66092   8 years vboxsync SharedFolders: testcase build fix.
(edit) @66091   8 years vboxsync SharedFolders: fixed regression with Windows extended-length paths.
(edit) @66090   8 years vboxsync SharedFolders: helper function for Windows extended-length paths.
(edit) @66039   8 years vboxsync vbsfpath.cpp: no + 1 in previous fix. Triggers assertion on line 220 …
(edit) @66038   8 years vboxsync tstSharedFolderService: Added testcase for case-insensitive create-file.
(edit) @66033   8 years vboxsync SharedFolders: fixed regression.
(edit) @66014   8 years vboxsync tstSharedFolderService: not necessary anymore with the previous change
(edit) @66013   8 years vboxsync tstSharedFolderService.cpp: Make TESTSHFLSTRING a union to avoid …
(edit) @66012   8 years vboxsync tstSharedFolderService: fix the loop.
(edit) @66011   8 years vboxsync tstSharedFolderService: gcc does aggressive loop optimization and will …
(edit) @65999   8 years vboxsync AssertReturn on each condition is much more helpful when debugging.
(edit) @65998   8 years vboxsync SharedFolders: Do RTAbsPath on folder roots, don't double convert to …
(edit) @65993   8 years vboxsync SharedFolders: additional check
(edit) @65706   8 years vboxsync HostServices/GuestProperties: free all properties during uninit()
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65288   8 years vboxsync SharedFolders: helper to check file handles, cleanup.
(edit) @65279   8 years vboxsync SharedFolders: additional check
(edit) @65168   8 years vboxsync doxygen fixes
(edit) @65123   8 years vboxsync HostServices: doxygen fixes
(edit) @65102   8 years vboxsync HostServices: doxygen fixes
(edit) @64670   8 years vboxsync HostServices/SharedOpenGL: bugref:8662: disable deallocation of all …
(edit) @64067   8 years vboxsync removed VBOX_BLEEDING_EDGE (never used)
(edit) @63942   8 years vboxsync OpenGL: fixed the most annoying coding style flaws, mainly removing …
(edit) @63939   8 years vboxsync Build/scripts (bugref:6627): Python build scripts updated to generate …
(edit) @63760   8 years vboxsync build fix
(edit) @63756   8 years vboxsync HostServices/SharedFolders: test case warning fix for gcc 6.2.
(edit) @63619   8 years vboxsync SharedFolders: removed unnecessary assertion
(edit) @63565   8 years vboxsync scm: cleaning up todos
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63495   8 years vboxsync warnings (clang)
(edit) @63447   8 years vboxsync warnings
(edit) @63325   8 years vboxsync warningS
(edit) @63220   8 years vboxsync Devices: warnings (gcc)
(edit) @63197   8 years vboxsync VBoxAuthSimple: Fixed warnings and some silly code.
(edit) @63123   8 years vboxsync warnings
(edit) @63122   8 years vboxsync vboxClipboardDump,DumpHtml: Warnings (always check that the for loop …
(edit) @63121   8 years vboxsync warnings
(edit) @63120   8 years vboxsync warnings
(edit) @63030   8 years vboxsync oops
(edit) @62876   8 years vboxsync HostServices: gcc warnings
(edit) @62846   8 years vboxsync put const after so you can follow our normal continuation indent rule.
(edit) @62807   8 years vboxsync HostServices: warnings
(edit) @62806   8 years vboxsync HostServices: warnings
(edit) @62804   8 years vboxsync HostServices: warnings
(edit) @62803   8 years vboxsync DragAndDropService::hostCall: Uninitialized 'rc' variable fix, …
(edit) @62802   8 years vboxsync HostServices: warnings
(edit) @62801   8 years vboxsync GuestCtrl/Service: Removed gctrl.cpp+gctrl.h as we didn't use anything …
(edit) @62800   8 years vboxsync GuestCtrl/Service: warnings
(edit) @62799   8 years vboxsync GuestProperties: warnings - MSC has trouble with the flat 'if …
(edit) @62798   8 years vboxsync oops
(edit) @62797   8 years vboxsync VBoxClipboard-win.cpp: Counted my way thru s_szFormatSample and …
(edit) @62793   8 years vboxsync VBoxClipbaord-win.cpp: We document using doxygen! Don't put the format …
(edit) @62792   8 years vboxsync HostServices: warnings
(edit) @62791   8 years vboxsync HostServices: warnings
(edit) @62790   8 years vboxsync HostServices: warnings
(edit) @62789   8 years vboxsync HostServices: warnings
(edit) @62788   8 years vboxsync vbsf.cpp: incorrected RT_OS_SOLARIS check.
(edit) @62787   8 years vboxsync HostServices: warnings
(edit) @62785   8 years vboxsync HostServices: warnings
(edit) @62783   8 years vboxsync HostServices,GuestHost: warnings
(edit) @62782   8 years vboxsync HostServices,GuestHost: warnings
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62489   8 years vboxsync (C) 2016
(edit) @62467   8 years vboxsync HostServices: scm
(edit) @62306   8 years vboxsync Mac OS X: g/c typedef without a defined name. The intention probably …
(edit) @62234   8 years vboxsync Reverted temporary commit r108723.
(edit) @62213   8 years vboxsync ticketref:13653: temporarily commit vbox-NVIDIA-fix-v2.patch.txt to …
(edit) @62088   8 years vboxsync crOpenGL: use BOOL instead of bool to match API.
(edit) @61908   8 years vboxsync fix for ​​​​bugref:8441: improved windows procedures in Clipboard, DND …
(edit) @61724   8 years vboxsync Additions/SharedClipboard: fix for ​​bugref:8363: fixed hieroglyphs in …
(edit) @61589   8 years vboxsync Additions/SharedClipboard: fix for ​bugref:8363: added HTML clipboard …
(edit) @61230   9 years vboxsync -Wno-deprecated-declarations
(edit) @60784   9 years vboxsync SharedClipboard: vboxOpenClipboard cleanup
(edit) @60772   9 years vboxsync Additions/SharedClipboard: fix for bugref:6466: fixed OpenClipboard() …
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @60392   9 years vboxsync GuestProperties/service.cpp: Header needed anymore, touched copyright.
(edit) @60391   9 years vboxsync GuestControl/service.cpp: Follow-up for r106475 (bugref:7179): …
(edit) @60389   9 years vboxsync bugref:7179. Removed auto_ptr.
(edit) @60072   9 years vboxsync 'xcb' for Qt5 on X11 and make it more obvious if VBOX_WITH_QTGUI_V5 is …
(edit) @60063   9 years vboxsync Frontends etc: convert more code to use VirtualBoxClient instead of …
(edit) @59856   9 years vboxsync DnD: HostServices/DragAndDrop/service.cpp: Cancel deferred client …
(edit) @59832   9 years vboxsync DnD/HostService: More code for host/guest side cancellation handling; …
(edit) @59711   9 years vboxsync SharedFolders: fix debug build.
(edit) @59710   9 years vboxsync SharedFolders: bugref:7765: handle deleted folders
(edit) @59509   9 years vboxsync FE/Qt: Qt5 migration (part 79): Preparing Qt5 tool: Patching Makefiles …
(edit) @59473   9 years vboxsync FE/Qt: Qt5 migration (part 75): Preparing Qt5 tool: VBOXQT4GUI => …
(edit) @59198   9 years vboxsync SharedOpenGL: bugref:6538: require OpenGL 2.1
(edit) @58776   9 years vboxsync play safe
(edit) @58775   9 years vboxsync HostServices/GuestProperties: fixed crash during shutdown under …
(edit) @58770   9 years vboxsync vbsfConvertFileOpenFlags: Use RTFILE_O_ATTR_ONLY on windows (untested).
(edit) @58617   9 years vboxsync GuestHost: indent missing host features by 2 space for cosmetical reasons
(edit) @58604   9 years vboxsync bugref:6466: Additions/SharedClipboard: Added support of new MS …
(edit) @58388   9 years vboxsync auth/winlogon: use LogonUserW
(edit) @58329   9 years vboxsync DnD: Updates/bugfixes: - Added separate VBOXDNDDISCONNECTMSG …
(edit) @58257   9 years vboxsync DnD: Added context IDs for all HGCM messages.
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